/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
#home-desktop-map-container.mapWidth425 #map-background {
  background-image: url("../images/basemap_425_out.jpg");
}
#home-desktop-map-container.mapWidth425 #home-desktop-map #map_0 {
  display: none;
}
#home-desktop-map-container.mapWidth425 #home-desktop-map #map_1 {
  display: none;
}
#home-desktop-map-container.mapWidth425 #home-desktop-map #map_2 {
  display: none;
}
#home-desktop-map-container.mapWidth425 #home-desktop-map #map_3 {
  display: none;
}
#home-desktop-map-container.mapWidth425 #home-desktop-map #map_4 {
  display: none;
}
#home-desktop-map-container.mapWidth425 #home-desktop-map #map_5 {
  display: none;
}
#home-desktop-map-container.mapWidth425 #home-desktop-map #map_6 {
  display: inline;
}
#home-desktop-map-container.mapWidth425 #map-hovers.redding {
  background-image: url("../images/red-path-main_scale_425_out.jpg");
  background-repeat: no-repeat;
  background-position: 21px 141px;
}
#home-desktop-map-container.mapWidth425 #map-hovers.reno {
  background-image: url("../images/green-path-main_scale_425_out.jpg");
  background-repeat: no-repeat;
  background-position: 227px 143px;
}
#home-desktop-map-container.mapWidth425 #map-hovers.klamath-falls {
  background-image: url("../images/blue-path-main_scale_425_out.jpg");
  background-repeat: no-repeat;
  background-position: 87px 30px;
}
#home-desktop-map-container.mapWidth425 #map-hovers.canby {
  background-image: url("../images/orange-path-main_scale_425_out.jpg");
  background-repeat: no-repeat;
  background-position: 203px 146px;
}
#home-desktop-map-container.mapWidth425 #map-hovers.dial-a-ride {
  background-image: url("../images/dial-a-ride_scale_425_out.jpg");
  background-repeat: no-repeat;
  background-position: 241.69705px 153px;
}
#home-desktop-map-container.mapWidth462 #map-background {
  background-image: url("../images/basemap_462_out.jpg");
}
#home-desktop-map-container.mapWidth462 #home-desktop-map #map_0 {
  display: none;
}
#home-desktop-map-container.mapWidth462 #home-desktop-map #map_1 {
  display: none;
}
#home-desktop-map-container.mapWidth462 #home-desktop-map #map_2 {
  display: none;
}
#home-desktop-map-container.mapWidth462 #home-desktop-map #map_3 {
  display: none;
}
#home-desktop-map-container.mapWidth462 #home-desktop-map #map_4 {
  display: none;
}
#home-desktop-map-container.mapWidth462 #home-desktop-map #map_5 {
  display: inline;
}
#home-desktop-map-container.mapWidth462 #home-desktop-map #map_6 {
  display: none;
}
#home-desktop-map-container.mapWidth462 #map-hovers.redding {
  background-image: url("../images/red-path-main_scale_462_out.jpg");
  background-repeat: no-repeat;
  background-position: 19px 149px;
}
#home-desktop-map-container.mapWidth462 #map-hovers.reno {
  background-image: url("../images/green-path-main_scale_462_out.jpg");
  background-repeat: no-repeat;
  background-position: 249px 153px;
}
#home-desktop-map-container.mapWidth462 #map-hovers.klamath-falls {
  background-image: url("../images/blue-path-main_scale_462_out.jpg");
  background-repeat: no-repeat;
  background-position: 92px 27px;
}
#home-desktop-map-container.mapWidth462 #map-hovers.canby {
  background-image: url("../images/orange-path-main_scale_462_out.jpg");
  background-repeat: no-repeat;
  background-position: 221px 155px;
}
#home-desktop-map-container.mapWidth462 #map-hovers.dial-a-ride {
  background-image: url("../images/dial-a-ride_scale_462_out.jpg");
  background-repeat: no-repeat;
  background-position: 268.4142px 170px;
}
#home-desktop-map-container.mapWidth499 #map-background {
  background-image: url("../images/basemap_499_out.jpg");
}
#home-desktop-map-container.mapWidth499 #home-desktop-map #map_0 {
  display: none;
}
#home-desktop-map-container.mapWidth499 #home-desktop-map #map_1 {
  display: none;
}
#home-desktop-map-container.mapWidth499 #home-desktop-map #map_2 {
  display: none;
}
#home-desktop-map-container.mapWidth499 #home-desktop-map #map_3 {
  display: none;
}
#home-desktop-map-container.mapWidth499 #home-desktop-map #map_4 {
  display: inline;
}
#home-desktop-map-container.mapWidth499 #home-desktop-map #map_5 {
  display: none;
}
#home-desktop-map-container.mapWidth499 #home-desktop-map #map_6 {
  display: none;
}
#home-desktop-map-container.mapWidth499 #map-hovers.redding {
  background-image: url("../images/red-path-main_scale_499_out.jpg");
  background-repeat: no-repeat;
  background-position: 21px 164px;
}
#home-desktop-map-container.mapWidth499 #map-hovers.reno {
  background-image: url("../images/green-path-main_scale_499_out.jpg");
  background-repeat: no-repeat;
  background-position: 273px 168px;
}
#home-desktop-map-container.mapWidth499 #map-hovers.klamath-falls {
  background-image: url("../images/blue-path-main_scale_499_out.jpg");
  background-repeat: no-repeat;
  background-position: 101px 30px;
}
#home-desktop-map-container.mapWidth499 #map-hovers.canby {
  background-image: url("../images/orange-path-main_scale_499_out.jpg");
  background-repeat: no-repeat;
  background-position: 243px 171px;
}
#home-desktop-map-container.mapWidth499 #map-hovers.dial-a-ride {
  background-image: url("../images/dial-a-ride_scale_499_out.jpg");
  background-repeat: no-repeat;
  background-position: 295.13138px 187px;
}
#home-desktop-map-container.mapWidth536 #map-background {
  background-image: url("../images/basemap_536_out.jpg");
}
#home-desktop-map-container.mapWidth536 #home-desktop-map #map_0 {
  display: none;
}
#home-desktop-map-container.mapWidth536 #home-desktop-map #map_1 {
  display: none;
}
#home-desktop-map-container.mapWidth536 #home-desktop-map #map_2 {
  display: none;
}
#home-desktop-map-container.mapWidth536 #home-desktop-map #map_3 {
  display: inline;
}
#home-desktop-map-container.mapWidth536 #home-desktop-map #map_4 {
  display: none;
}
#home-desktop-map-container.mapWidth536 #home-desktop-map #map_5 {
  display: none;
}
#home-desktop-map-container.mapWidth536 #home-desktop-map #map_6 {
  display: none;
}
#home-desktop-map-container.mapWidth536 #map-hovers.redding {
  background-image: url("../images/red-path-main_scale_536_out.jpg");
  background-repeat: no-repeat;
  background-position: 23px 179px;
}
#home-desktop-map-container.mapWidth536 #map-hovers.reno {
  background-image: url("../images/green-path-main_scale_536_out.jpg");
  background-repeat: no-repeat;
  background-position: 298px 184px;
}
#home-desktop-map-container.mapWidth536 #map-hovers.klamath-falls {
  background-image: url("../images/blue-path-main_scale_536_out.jpg");
  background-repeat: no-repeat;
  background-position: 110px 32px;
}
#home-desktop-map-container.mapWidth536 #map-hovers.canby {
  background-image: url("../images/orange-path-main_scale_536_out.jpg");
  background-repeat: no-repeat;
  background-position: 265px 186px;
}
#home-desktop-map-container.mapWidth536 #map-hovers.dial-a-ride {
  background-image: url("../images/dial-a-ride_scale_536_out.jpg");
  background-repeat: no-repeat;
  background-position: 321.84854px 204px;
}
#home-desktop-map-container.mapWidth573 #map-background {
  background-image: url("../images/basemap_573_out.jpg");
}
#home-desktop-map-container.mapWidth573 #home-desktop-map #map_0 {
  display: none;
}
#home-desktop-map-container.mapWidth573 #home-desktop-map #map_1 {
  display: none;
}
#home-desktop-map-container.mapWidth573 #home-desktop-map #map_2 {
  display: inline;
}
#home-desktop-map-container.mapWidth573 #home-desktop-map #map_3 {
  display: none;
}
#home-desktop-map-container.mapWidth573 #home-desktop-map #map_4 {
  display: none;
}
#home-desktop-map-container.mapWidth573 #home-desktop-map #map_5 {
  display: none;
}
#home-desktop-map-container.mapWidth573 #home-desktop-map #map_6 {
  display: none;
}
#home-desktop-map-container.mapWidth573 #map-hovers.redding {
  background-image: url("../images/red-path-main_scale_573_out.jpg");
  background-repeat: no-repeat;
  background-position: 25px 194px;
}
#home-desktop-map-container.mapWidth573 #map-hovers.reno {
  background-image: url("../images/green-path-main_scale_573_out.jpg");
  background-repeat: no-repeat;
  background-position: 323px 199px;
}
#home-desktop-map-container.mapWidth573 #map-hovers.klamath-falls {
  background-image: url("../images/blue-path-main_scale_573_out.jpg");
  background-repeat: no-repeat;
  background-position: 119px 35px;
}
#home-desktop-map-container.mapWidth573 #map-hovers.canby {
  background-image: url("../images/orange-path-main_scale_573_out.jpg");
  background-repeat: no-repeat;
  background-position: 287px 202px;
}
#home-desktop-map-container.mapWidth573 #map-hovers.dial-a-ride {
  background-image: url("../images/dial-a-ride_scale_573_out.jpg");
  background-repeat: no-repeat;
  background-position: 348.5657px 221px;
}
#home-desktop-map-container.mapWidth610 #map-background {
  background-image: url("../images/basemap_610_out.jpg");
}
#home-desktop-map-container.mapWidth610 #home-desktop-map #map_0 {
  display: none;
}
#home-desktop-map-container.mapWidth610 #home-desktop-map #map_1 {
  display: inline;
}
#home-desktop-map-container.mapWidth610 #home-desktop-map #map_2 {
  display: none;
}
#home-desktop-map-container.mapWidth610 #home-desktop-map #map_3 {
  display: none;
}
#home-desktop-map-container.mapWidth610 #home-desktop-map #map_4 {
  display: none;
}
#home-desktop-map-container.mapWidth610 #home-desktop-map #map_5 {
  display: none;
}
#home-desktop-map-container.mapWidth610 #home-desktop-map #map_6 {
  display: none;
}
#home-desktop-map-container.mapWidth610 #map-hovers.redding {
  background-image: url("../images/red-path-main_scale_610_out.jpg");
  background-repeat: no-repeat;
  background-position: 27px 209px;
}
#home-desktop-map-container.mapWidth610 #map-hovers.reno {
  background-image: url("../images/green-path-main_scale_610_out.jpg");
  background-repeat: no-repeat;
  background-position: 348px 214px;
}
#home-desktop-map-container.mapWidth610 #map-hovers.klamath-falls {
  background-image: url("../images/blue-path-main_scale_610_out.jpg");
  background-repeat: no-repeat;
  background-position: 128px 38px;
}
#home-desktop-map-container.mapWidth610 #map-hovers.canby {
  background-image: url("../images/orange-path-main_scale_610_out.jpg");
  background-repeat: no-repeat;
  background-position: 309px 217px;
}
#home-desktop-map-container.mapWidth610 #map-hovers.dial-a-ride {
  background-image: url("../images/dial-a-ride_scale_610_out.jpg");
  background-repeat: no-repeat;
  background-position: 375.28284px 238px;
}
#home-desktop-map-container.mapWidth647 #map-background {
  background-image: url("../images/basemap_647_out.jpg");
}
#home-desktop-map-container.mapWidth647 #home-desktop-map #map_0 {
  display: inline;
}
#home-desktop-map-container.mapWidth647 #home-desktop-map #map_1 {
  display: none;
}
#home-desktop-map-container.mapWidth647 #home-desktop-map #map_2 {
  display: none;
}
#home-desktop-map-container.mapWidth647 #home-desktop-map #map_3 {
  display: none;
}
#home-desktop-map-container.mapWidth647 #home-desktop-map #map_4 {
  display: none;
}
#home-desktop-map-container.mapWidth647 #home-desktop-map #map_5 {
  display: none;
}
#home-desktop-map-container.mapWidth647 #home-desktop-map #map_6 {
  display: none;
}
#home-desktop-map-container.mapWidth647 #map-hovers.redding {
  background-image: url("../images/red-path-main_scale_647_out.jpg");
  background-repeat: no-repeat;
  background-position: 29px 224px;
}
#home-desktop-map-container.mapWidth647 #map-hovers.reno {
  background-image: url("../images/green-path-main_scale_647_out.jpg");
  background-repeat: no-repeat;
  background-position: 373px 230px;
}
#home-desktop-map-container.mapWidth647 #map-hovers.klamath-falls {
  background-image: url("../images/blue-path-main_scale_647_out.jpg");
  background-repeat: no-repeat;
  background-position: 138px 41px;
}
#home-desktop-map-container.mapWidth647 #map-hovers.canby {
  background-image: url("../images/orange-path-main_scale_647_out.jpg");
  background-repeat: no-repeat;
  background-position: 331px 233px;
}
#home-desktop-map-container.mapWidth647 #map-hovers.dial-a-ride {
  background-image: url("../images/dial-a-ride_scale_647_out.jpg");
  background-repeat: no-repeat;
  background-position: 402.0px 255px;
}
/* 
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*//******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
#post- {
  display: none;
}
/*********************
01. GENERAL STYLES
*********************/
html {
  background-color: #0072d7;
}
body {
  font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.7;
  color: #565656;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
  background-color: #eaf2f5;
}
.my768up {
  display: none;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  /*color: @link-color;*/

  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  /* 
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER STYLES
*********************/
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/

}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  position: relative;
}
#content #inner-content {
  -webkit-box-shadow: 0px 2px 2px 0px #000000;
  -moz-box-shadow: 0px 0px 2px 0px #000000;
  box-shadow: 0px 2px 2px 0px #000000;
  border-top: 2px solid white;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content {
  margin-top: 0;
  padding-top: 0;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
}
.footer #inner-footer {
  background-color: #141414;
  color: #b5a3f4;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/****** MODOC *******/
/* color set */
h1 {
  text-align: center;
}
.single #main-logo,
.page #main-logo {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
#main-logo {
  background: url("../images/logo_mobile.png") no-repeat;
  width: 232px;
  height: 37px;
  margin: 0 auto;
}
.home #main-logo {
  float: none;
  clear: none;
  margin-top: 15px;
}
.single #main-logo,
.page #main-logo {
  margin-top: 5px;
}
.single #phone-number,
.page #phone-number {
  height: 25px;
  width: 25px;
  background-image: url("../images/phone_icon.png");
  background-size: 25px 25px;
  float: right;
  margin-right: 5%;
  overflow: hidden;
}
.single #phone-number a:link,
.page #phone-number a:link,
.single #phone-number a:hover,
.page #phone-number a:hover,
.single #phone-number a:active,
.page #phone-number a:active {
  opacity: 0;
  width: 25px;
  height: 25px;
}
.home #phone-number a:link {
  text-decoration: none;
  color: #4b5e75;
  font-size: 15px;
}
#phone-number a:hover {
  color: #1a4f91;
}
#subpage-nav-container {
  clear: both;
}
.current-nav-page {
  background: #bed4e4;
  border-right: 10px #a7d7fb solid;
}
#inner-content {
  min-height: 600px;
  -webkit-box-shadow: 0px 0px 2px 0px #000000;
  -moz-box-shadow: 0px 0px 2px 0px #000000;
  box-shadow: 0px 0px 2px 0px #000000;
}
#home-desktop-map-container {
  position: relative;
}
#map-background {
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 95%;
}
#map-background img {
  max-width: 100%;
}
#alerts-map-link-container {
  display: none;
  font-size: 17px;
  position: absolute;
  bottom: 10px;
  left: 160px;
}
#alerts-map-link-container a:link {
  text-decoration: none;
}
#alerts-map-link-container a:hover {
  text-decoration: underline;
}
.article-header hr {
  margin-top: 0px;
}
#map-loading-cover {
  width: 100%;
  height: 100%;
  background: url("../images/ajax-loader.gif") center center no-repeat;
  background-color: #e9f4fb;
  position: absolute;
  top: 0;
}
#home-desktop-map {
  overflow: hidden;
  background: url("../images/ajax-loader.gif") center center no-repeat;
}
p.copyright {
  clear: both;
  float: right;
  font-size: 10px;
}
.copyright {
  color: #776ba0;
  clear: both;
  float: left;
}
#inner-footer {
  padding: 10px;
  font-size: 11.5px;
}
.footer-group h3 {
  color: #e3dbff;
  margin-top: 5px;
}
#inner-footer a:link,
#inner-footer a:active,
#inner-footer a:hover,
#inner-footer a:visited {
  color: #bdaaff;
  font-size: 1.5em;
  text-decoration: none;
}
#inner-footer a:hover {
  color: #bdaaff;
  font-size: 1.5em;
  text-decoration: underline;
}
.dashed-border-bottom {
  border-bottom: 1px dashed #433d4f;
}
ul#route-links-with-alerts li a {
  border-radius: 3px;
  border: 1px solid white;
  margin: 2px;
  padding: 0;
  padding-left: 4px;
  padding-right: 22px;
  color: white;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url("../images/route-link-arrow.png");
  background-position: right;
  background-repeat: no-repeat;
  text-transform: uppercase;
  width: 99%;
  text-align: center;
}
ul#route-links-with-alerts li a:link,
ul#route-links-with-alerts li a:hover,
ul#route-links-with-alerts li a:active,
ul#route-links-with-alerts li a:visited {
  color: white;
  text-decoration: none;
}
ul#route-links-with-alerts li:hover {
  cursor: pointer;
}
.ft-bidwell-bg a {
  background-color: #7d277b;
}
.ft-bidwell-bg:hover a {
  background-color: #a433a1;
}
.reno-bg a {
  background-color: #289e46;
}
.reno-bg:hover a {
  background-color: #32c758;
}
.redding-bg a {
  background-color: #e01e25;
}
.redding-bg:hover a {
  background-color: #e74a50;
}
.klamath-falls-bg a {
  background-color: #0e76bc;
}
.klamath-falls-bg:hover a {
  background-color: #1294eb;
}
.canby-bg a {
  background-color: #f7941e;
}
.canby-bg:hover a {
  background-color: #f9ab4f;
}
.dial-a-ride-bg a {
  background-color: #9dacc2;
}
.dial-a-ride-bg:hover a {
  background-color: #bcc7d6;
}
.home-news-item a:link,
.home-news-item a:hover,
.home-news-item a:active,
.home-news-item a:visited {
  color: black;
}
.home-news-item a:link,
.home-news-item a:active,
.home-news-item a:visited {
  text-decoration: none;
}
.home-news-item a:hover {
  text-decoration: underline;
}
#home-mobile-map {
  display: block;
}
#news-container h1 {
  color: white;
  background-color: #4561d1;
}
.banner.planner {
  color: white;
  height: 49px;
  position: relative;
  background: url("../images/trip_planner_bg_noise.jpg") repeat-x;
}
.banner.news {
  color: white;
  height: 49px;
  position: relative;
  background: url("../images/grain-bg-blue.jpg") repeat-x;
}
.banner-left-piece {
  height: 100%;
  float: left;
}
.banner-right-piece {
  height: 100%;
  float: right;
}
#trip-planner-container {
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}
#fares-desktop-home {
  margin: 0;
  display: inline-block;
  width: 138px;
  height: 59px;
  background-image: url("../images/fares-tickets-3states.png");
  background-position: 0px 0;
  background-repeat: no-repeat;
}
#fares-desktop-home:hover {
  background-position: 0px -120px;
}
#tickets-desktop-home {
  margin: 0;
  display: inline-block;
  width: 192px;
  height: 59px;
  background-image: url("../images/fares-tickets-3states.png");
  background-position: -138px 0;
  background-repeat: no-repeat;
}
#tickets-desktop-home:hover {
  background-position: -138px -60px;
}
.banner-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 11px;
  float: left;
  margin: 0 auto;
  width: 100%;
  position: absolute;
}
.planner .banner-left-piece {
  width: 21px;
  background: url("../images/trip_planner_left_piece.jpg");
}
.planner .banner-right-piece {
  width: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/trip_planner_right_piece.jpg");
}
.news .banner-left-piece {
  width: 21px;
  background: url("../images/grain-left-blue.jpg");
}
.news .banner-right-piece {
  width: 21px;
  background: url("../images/grain-right-blue.jpg");
}
.home-news-inner {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #c1c7ca;
  background-image: url("../images/news-item-tall-bullet.png");
  background-repeat: no-repeat;
  background-position: 3px center;
  min-height: 78px;
  padding: 12px 10px 12px 20px;
}
.home-news-outer {
  width: 100%;
  display: table;
  min-height: 60px;
  overflow: hidden;
}
.home-news-inner {
  display: table-cell;
  vertical-align: middle;
}
.home-news-inner:hover,
.home-news-inner:active {
  background-color: #d4e5ec;
}
.home-news-inner a {
  text-decoration: none;
}
#moto {
  display: none;
  text-align: center;
  margin-top: 26px;
  text-transform: uppercase;
  font-size: .91em;
}
.home #moto {
  display: block;
}
#phone-number {
  text-align: center;
  font-size: 1.3em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 200px;
}
#home-sage-stage-description {
  padding: 15px 15px;
  background-color: #eaf2f5;
}
#home-sage-stage-description p {
  padding: 0px;
  margin: 0;
}
#home-more-news {
  font-size: 16px;
  margin: 15px;
}
#home-more-news a:link,
#home-more-news a:active,
#home-more-news a:visited,
#home-more-news a:hover {
  text-transform: uppercase;
  text-decoration: none;
}
#home-more-news a:link,
#home-more-news a:active,
#home-more-news a:visited {
  color: black;
}
#home-more-news a:hover {
  color: #7d277b;
}
#searchform #s {
  padding-left: 40px;
  background-image: url("../images/search-icon.png");
  background-repeat: no-repeat;
  background-position: 8px 4px;
  background-color: #76698e;
  border-radius: 5px;
  border: 1px solid black;
  height: 35px;
  width: 155px;
}
.page #searchform #s,
.single #searchform #s,
.search #searchform #s {
  width: 162px;
  color: #1b1e20;
  background-color: #c3d3df;
  border-color: #b9c8d3;
  -webkit-box-shadow: inset 0px 2px 6px -3px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: inset 0px 2px 6px -3px rgba(0, 0, 0, 0.49);
  box-shadow: inset 0px 2px 6px -3px rgba(0, 0, 0, 0.49);
  margin-left: 12px;
  margin-top: 14px;
}
#searchform #s:focus {
  border: 0;
  outline: none;
  border: 1px solid #897ea8;
}
#searchsubmit {
  position: relative;
  left: -156px;
  width: 30px;
  height: 30px;
  color: transparent;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 99;
}
#footer-search .screen-reader-text {
  display: none;
}
#contact-us-footer {
  font-size: 20px;
}
.contact-us a:link {
  margin: 0 auto;
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid #786a9f;
  text-decoration: none;
  font-size: 18px;
  color: #ded5ff;
  background: #675698;
  /* Old browsers */

  background: -moz-linear-gradient(top, #675698 0%, #453965 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #675698), color-stop(100%, #453965));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #675698 0%, #453965 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #675698 0%, #453965 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #675698 0%, #453965 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #675698 0%, #453965 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#675698', endColorstr='#453965', GradientType=0);
  /* IE6-9 */

}
#contact-us-footer a:hover {
  text-decoration: none;
  background: #7869a2;
  /* Old browsers */

  background: -moz-linear-gradient(top, #7869a2 0%, #574c77 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7869a2), color-stop(100%, #574c77));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #7869a2 0%, #574c77 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #7869a2 0%, #574c77 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #7869a2 0%, #574c77 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #7869a2 0%, #574c77 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7869a2', endColorstr='#574c77', GradientType=0);
  /* IE6-9 */

}
#contact-us-subpage {
  clear: left;
}
#contact-us-subpage a:link,
#contact-us-subpage a:visited,
#contact-us-subpage a:hover,
#contact-us-subpage a:active {
  float: left;
  width: 162px;
  margin-left: 12px;
  text-align: center;
  margin-top: 17px;
  border: 1px solid white;
  color: white;
  text-shadow: 0px 1px 2px #969696;
  background: #97bcea;
  /* Old browsers */

  background: -moz-linear-gradient(top, #97bcea 0%, #7a9cb8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bcea), color-stop(100%, #7a9cb8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #97bcea 0%, #7a9cb8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #97bcea 0%, #7a9cb8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #97bcea 0%, #7a9cb8 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #97bcea 0%, #7a9cb8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bcea', endColorstr='#7a9cb8', GradientType=0);
  /* IE6-9 */

}
#contact-us-subpage a:hover {
  cursor: pointer;
}
#inner-footer #contact-us-footer {
  margin-bottom: 9px;
}
#inner-footer #contact-us-footer a:link {
  font-size: 18px;
}
#searchform {
  width: 150px;
}
#searchform #s::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #000000;
}
#searchform #s:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #000000;
}
#searchform #s::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #000000;
}
#searchform #s:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #000000;
}
ul#route-links-with-alerts li {
  text-align: center;
}
/**************** PLANNER **************/
#google-form .customSelectInner {
  width: 100% !important;
}
#google-form span.drop-down-icon {
  display: inline-block;
  background-image: url("../images/dropdown-arrow.png");
  width: 16px;
  height: 13px;
  position: relative;
  top: 6px;
  left: 2px;
}
#google-form select {
  display: none;
}
#google-form .selectboxit-container {
  width: 100%;
}
#google-form .selectboxit-text {
  position: absolute;
  left: 5px;
}
#google-form #select_start_addrSelectBoxIt,
#google-form #select_end_addrSelectBoxIt {
  width: 100% !important;
}
#google-form .selectboxit {
  font: 0px;
  -webkit-appearance: none;
  border-radius: 5px;
  height: 32px;
  margin-bottom: 10px;
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 1, 0, 0.4);
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  text-align: center;
  border: solid 1px white;
  background: #95bee6;
  /* Old browsers */

  background: -moz-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95bee6), color-stop(100%, #779cb5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #95bee6 0%, #779cb5 100%);
  /* W3C */

}
#google-form .selectboxit-default-arrow {
  border-top: 4px solid #FFFFFF !important;
}
#google-form .customSelectInner {
  cursor: pointer;
}
#google-form .planner-title-side-dash {
  background-image: url("../images/dashed-line-piece.png");
  background-repeat: repeat-x;
  background-position: 0 12px;
}
#google-form .planner-title {
  text-transform: uppercase;
  background-color: #eaf2f5;
  display: inline;
  padding-right: 10px;
  text-align: center;
}
#google-form #saddr,
#google-form #daddr,
#google-form #ftime,
#google-form #fdate {
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: 3px;
  height: 33px;
  padding: 7px;
  border-radius: 6px;
  border-color: cecfcf;
  background-color: #e2e2e3;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
#google-form #saddr,
#google-form #daddr {
  width: 100%;
}
#google-form #ftime,
#google-form #fdate {
  position: relative;
  top: 2px;
  width: 27%;
  margin-left: 1%;
}
#google-form #trip_type_selectSelectBoxIt {
  width: 100% !important;
  float: left;
}
#google-form #trip_type_selectSelectBoxItContainer {
  float: left;
  width: 40% !important;
  margin-right: 2%;
  margin-top: 1px;
}
#planner-when span.customSelect {
  width: 44%;
}
#when-title {
  margin-top: 12px;
}
#directions_submit {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  height: 32px;
  margin-bottom: 10px;
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 1, 0, 0.4);
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  text-align: center;
  border: solid 2px white;
  background: #95bee6;
  /* Old browsers */

  background: -moz-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95bee6), color-stop(100%, #779cb5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #95bee6 0%, #779cb5 100%);
  /* W3C */

}
/***************** PLANNER END ***********/
#subpage-top-blue {
  clear: both;
  background-image: url("../images/top-blue-noise-subpage.jpg");
  background-color: #64b3f6;
  width: 100%;
  height: 13px;
  background-position: center top;
  background-repeat: no-repeat;
}
h1.entry-title {
  padding: 10px;
  text-align: left;
  margin: 0px;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
hr {
  border: #a3b1ba 1px solid;
  border-bottom: 0;
  margin: 10px;
  clear: both;
}
.footer.subpage ul li {
  float: left;
  padding: 10px;
  display: inline;
}
.footer.subpage ul {
  clear: none;
  display: inline;
}
.subpage-footer-title {
  display: block;
  clear: both;
  font-size: 16px;
  padding: 6px;
  color: #B4B4B4;
  border-bottom: 1px dashed #433d4f;
}
.subpage #footer-copyright {
  clear: both;
  margin-top: 0px;
}
.footer.subpage ul li {
  float: left;
  clear: both;
}
#inner-footer a:link {
  font-size: 12px;
}
.single #searchform {
  float: left;
  clear: left;
}
.single #contact-us-subpage {
  clear: left;
  float: left;
}
.entry-content {
  padding: 15px;
  padding-top: 0;
}
/************** SUBPAGE NAVIGATION BEGIN ***************/
#subpage-primary-nav {
  display: none;
  padding-top: 12px;
  margin: 0;
  background: url("../images/subpage-orange-noise.jpg") repeat-x center top;
}
#subpage-primary-nav .subpage-link {
  background-image: url("../images/subpage-nav-icons.png");
  background-repeat: no-repeat;
}
#subpage-primary-nav .subpage-link.routes {
  background-position: 8px 0px;
}
#subpage-primary-nav .subpage-link.fares {
  background-position: 8px -35px;
}
#subpage-primary-nav .subpage-link.tickets {
  background-position: 8px -74px;
}
#subpage-primary-nav .subpage-link.news {
  background-position: 8px -112px;
}
#subpage-primary-nav .subpage-link.alerts {
  background-position: 8px -151px;
}
#subpage-primary-nav .subpage-nav-first {
  border-top: 1px solid #cfdce5;
}
#subpage-primary-nav a,
#subpage-primary-nav a:link,
#subpage-primary-nav a:visited,
#subpage-primary-nav a:active {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 7px 10px;
  padding-left: 50px;
  border-bottom: 1px solid #cfdce5;
  color: black;
}
#subpage-secondary-nav {
  display: none;
  margin: 0;
  padding-top: 22px;
  background: url("../images/subpage-orange-noise.jpg") repeat-x center top;
  border-bottom: 1px solid #cfdce5;
  padding-bottom: 10px;
}
#subpage-secondary-nav a:link {
  display: block;
  color: #322171;
  padding: 5px 0;
  padding-left: 12px;
}
#subpage-primary-nav a:hover {
  background-color: #c3d3df;
  cursor: pointer;
}
#subpage-secondary-nav a:hover {
  background-color: #c3d3df;
  cursor: pointer;
  color: #4024aa;
}
select#subpage-secondary-mobile {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #f5f9fa;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px;
  border-radius: 0px;
  width: 172px;
  margin: 10px;
  display: block;
  font-size: 20px;
  display: inline;
}
#mobile-select-holder {
  clear: both;
  margin: 0px 10%;
  text-align: center;
  background: url("../images/dashed-line.png") repeat-x center center;
}
#subpage-primary-nav-mobile {
  width: 100%;
  margin: 0;
  padding-top: 12px;
  background: url("../images/subpage-orange-noise.jpg") repeat-x center top;
}
#subpage-primary-nav-mobile a {
  border: #cccccc 1px solid;
  border-left: 0px;
  float: left;
  width: 20%;
  padding-top: 0px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  text-align: center;
}
#subpage-primary-nav-mobile a div {
  background-image: url("../images/subpage-nav-icons.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  clear: both;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 4px;
}
#subpage-primary-nav-mobile a:active {
  background: #c3e2ed;
}
#subpage-primary-nav-mobile .routes div {
  background-position: 0px 0px;
}
#subpage-primary-nav-mobile .fares div {
  background-position: 0px -37px;
}
#subpage-primary-nav-mobile .tickets div {
  background-position: 0px -76px;
}
#subpage-primary-nav-mobile .news div {
  background-position: 0px -112px;
}
#subpage-primary-nav-mobile .alerts div {
  background-position: 0px -151px;
}
/************** SUBPAGE NAVIGATION  END ***************/
#searchform label.screen-reader-text {
  display: none;
}
form#searchform {
  float: left;
}
#subpage-anchor-links {
  display: none;
  clear: left;
}
#subpage-anchor-links ul {
  padding: 0;
  margin: 0;
}
#subpage-anchor-links ul li {
  float: left;
  margin: 10px;
}
#subpage-anchor-links ul li a:link {
  color: grey;
}
#subpage-anchor-links.show {
  display: inherit;
}
.page h2,
.single h2 {
  border-bottom: 1px dashed #ccc;
  margin: 10px;
  margin-left: 0;
  color: #6C6E8F;
}
.page .route-alert,
.single .route-alert {
  display: none;
}
.page-id-36 .route-alert.reno {
  display: block;
}
.page-id-40 .route-alert.redding {
  display: block;
}
.page-id-42 .route-alert.klamath-falls {
  display: block;
}
.page-id-44 .route-alert.canby {
  display: block;
}
.page-id-46 .route-alert.dial-a-ride {
  display: block;
}
/****** ROUTES TEMPLATE *********/
.route-alert {
  background-color: #ffff99;
  margin: 10px;
}
.route-alert .alert-content {
  padding: 10px;
}
.route-alert h3,
.index-route-alert h3 {
  background: #f7be45;
  margin: 0;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.route-alert-icon {
  width: 15px;
  height: 15px;
  background-image: url("../images/alert.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 5px;
  left: 3px;
  z-index: 99;
  margin: 0;
}
.route-alert .route-alert-icon {
  width: 35px;
  height: 24px;
  background-image: url("../images/alert-medium.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 3px;
  position: inherit;
  margin-right: 10px;
  z-index: 99;
  background-position: center center;
}
.parent-pageid-33 .entry-title {
  display: inline-block;
  float: left;
}
.parent-pageid-33 #subpage-anchor-links {
  border-top: dotted grey 1px;
  margin: 0 10px;
}
.parent-pageid-33 hr {
  clear: both;
}
h3.route-table-title.redding {
  margin: 0;
  padding: 0;
  color: white;
  border: 0px;
  font-size: 14px;
  padding: 2%;
  border-bottom: 1px dotted #ed777b;
  background-color: #e01e25;
}
h3.route-table-title.reno {
  margin: 0;
  padding: 0;
  color: white;
  border: 0px;
  font-size: 14px;
  padding: 2%;
  border-bottom: 1px dotted #57d577;
  background-color: #289e46;
}
h3.route-table-title.klamath-falls {
  margin: 0;
  padding: 0;
  color: white;
  border: 0px;
  font-size: 14px;
  padding: 2%;
  border-bottom: 1px dotted #3fa9f1;
  background-color: #0e76bc;
}
h3.route-table-title.canby {
  margin: 0;
  padding: 0;
  color: white;
  border: 0px;
  font-size: 14px;
  padding: 2%;
  border-bottom: 1px dotted #fbc380;
  background-color: #f7941e;
}
h3.route-table-title.dial-a-ride {
  margin: 0;
  padding: 0;
  color: white;
  border: 0px;
  font-size: 14px;
  padding: 2%;
  border-bottom: 1px dotted #dce1e9;
  background-color: #9dacc2;
}
.route-table.redding {
  empty-cells: show;
  font-size: 11px;
  width: 100%;
  border-bottom: 5px solid #eea9ac;
  margin-bottom: 10px;
}
.route-table.redding tr:hover td,
.route-table.redding tr:active td {
  background-color: #f6d4d5;
}
.route-table.redding td {
  text-align: center;
  vertical-align: center;
}
.route-table.redding tr:nth-child(even) {
  background-color: white;
}
.route-table.redding tr:nth-child(odd) {
  background-color: #e4e4e4;
}
.route-table.redding td:first-child {
  border-right: grey 1px solid;
  text-align: left;
  padding-left: 2%;
}
.route-table.reno {
  empty-cells: show;
  font-size: 11px;
  width: 100%;
  border-bottom: 5px solid #88d79c;
  margin-bottom: 10px;
}
.route-table.reno tr:hover td,
.route-table.reno tr:active td {
  background-color: #aee4bc;
}
.route-table.reno td {
  text-align: center;
  vertical-align: center;
}
.route-table.reno tr:nth-child(even) {
  background-color: white;
}
.route-table.reno tr:nth-child(odd) {
  background-color: #e4e4e4;
}
.route-table.reno td:first-child {
  border-right: grey 1px solid;
  text-align: left;
  padding-left: 2%;
}
.route-table.klamath-falls {
  empty-cells: show;
  font-size: 11px;
  width: 100%;
  border-bottom: 5px solid #76bded;
  margin-bottom: 10px;
}
.route-table.klamath-falls tr:hover td,
.route-table.klamath-falls tr:active td {
  background-color: #a3d3f3;
}
.route-table.klamath-falls td {
  text-align: center;
  vertical-align: center;
}
.route-table.klamath-falls tr:nth-child(even) {
  background-color: white;
}
.route-table.klamath-falls tr:nth-child(odd) {
  background-color: #e4e4e4;
}
.route-table.klamath-falls td:first-child {
  border-right: grey 1px solid;
  text-align: left;
  padding-left: 2%;
}
.route-table.canby {
  empty-cells: show;
  font-size: 11px;
  width: 100%;
  border-bottom: 5px solid #f8dab6;
  margin-bottom: 10px;
}
.route-table.canby tr:hover td,
.route-table.canby tr:active td {
  background-color: #fdf2e4;
}
.route-table.canby td {
  text-align: center;
  vertical-align: center;
}
.route-table.canby tr:nth-child(even) {
  background-color: white;
}
.route-table.canby tr:nth-child(odd) {
  background-color: #e4e4e4;
}
.route-table.canby td:first-child {
  border-right: grey 1px solid;
  text-align: left;
  padding-left: 2%;
}
.route-table.dial-a-ride {
  empty-cells: show;
  font-size: 11px;
  width: 100%;
  border-bottom: 5px solid #fcfcfc;
  margin-bottom: 10px;
}
.route-table.dial-a-ride tr:hover td,
.route-table.dial-a-ride tr:active td {
  background-color: #ffffff;
}
.route-table.dial-a-ride td {
  text-align: center;
  vertical-align: center;
}
.route-table.dial-a-ride tr:nth-child(even) {
  background-color: white;
}
.route-table.dial-a-ride tr:nth-child(odd) {
  background-color: #e4e4e4;
}
.route-table.dial-a-ride td:first-child {
  border-right: grey 1px solid;
  text-align: left;
  padding-left: 2%;
}
.route-note-box {
  clear: both;
  background: #f1f1f1;
  font-size: 12px;
  padding: 10px;
  border: #b3b3b3 1px solid;
  border-bottom-width: 5px;
  background-image: url("../images/corner-grey.png");
  background-repeat: no-repeat;
  float: left;
}
.route-note-box ul {
  margin: 0;
  list-style-type: circle;
}
.route-note-box ul li {
  margin-left: 20px;
}
#route-select-container {
  margin: 15px;
  margin-left: 0;
  margin-right: 20px;
  float: left;
  clear: left;
  margin-left: 10px;
}
#route-select-container select {
  border-radius: 0px;
  height: 30px;
}
.route-title-icon {
  background: url("../images/route-arrows.png") center center no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.page-id-36 .route-title-icon {
  background-color: #289e46;
}
.page-id-40 .route-title-icon {
  background-color: #e01e25;
}
.page-id-42 .route-title-icon {
  background-color: #0e76bc;
}
.page-id-44 .route-title-icon {
  background-color: #f7941e;
}
.page-id-46 .route-title-icon {
  background-color: #9dacc2;
}
.city_name {
  font-weight: bold;
}
td.city_name {
  padding-top:12px;
}
/****** ROUTES TEMPLATE END *********/
.subtitle {
  clear: left;
  font-size: 22px;
  margin-left: 10px;
  font-weight: 300;
}
.days-of-service {
  clear: left;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 10px;
  font-weight: 300;
  color: #4B3B7C;
  margin-bottom: 10px;
}
#route-links {
  clear: left;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 400;
}
#route-links a:link,
#route-links a:visited {
  color: #557f9c;
}
#route-links a:hover,
#route-links a:active {
  color: #2588cc;
}
#route-links li {
  float: left;
  margin: 10px;
  margin-top: 0;
}
#home-mobile-route-links {
  clear: left;
}
#home-mobile-route-links ul#route-links-with-alerts {
  padding: 0px 10px;
  margin-bottom: 0;
}
#home-mobile-route-links h2 {
  text-align: center;
  background: url("../images/top-blue-noise-subpage.jpg") center;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.1em;
}
ul#route-links-with-alerts {
  padding: 10px;
}
#home-route-links-desktop {
  display: none;
}
#map-desktop-links {
  display: none;
}
#map-info {
  display: none;
}
br#route-padder {
  margin: 0;
  padding: 0;
  clear: left;
}
/****+ INTERACTIVE MAP ADDITIONAL ****/
#map_0 {
  display: none;
}
#map_1 {
  display: none;
}
#map_2 {
  display: none;
}
#map_3 {
  display: none;
}
/****+ INTERACTIVE MAP ADDITIONAL END ****/
#featured-image-container img.featured-image {
  width: 100%;
}
table {
  max-width: 100%;
  background: white;
  margin-bottom: 20px;
  font-size: 14px;
}
table tr:nth-child(even) {
  background-color: white;
}
table tr:nth-child(odd) {
  background-color: #e4e4e4;
}
table td,
table th {
  padding: 0;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: center;
}
table tr:first-child {
  background-color: #97bcea;
}
table tr:first-child strong {
  font-weight: 400 !important;
}
table tr:first-child th {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  background-color: #97bcea;
  border: white solid 1px;
}
table tr:hover td,
table tr:hover th {
  background-color: #ecf3fb;
}
table tr:first-child:hover td,
table tr:first-child:hover th {
  background-color: #97bcea;
}
#inner-footer nav,
#inner-footer #contact-us-footer.contact-us,
#inner-footer #footer-search {
  display: none;
}
/********* ALERTS AND NEWS INDEX *******/
.alert-index-icon.reno {
  height: 25px;
  width: 25px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  top: 4px;
  border: 2px solid #259241;
  background-color: #289e46;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
.alert-index-icon.redding {
  height: 25px;
  width: 25px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  top: 4px;
  border: 2px solid #d31c23;
  background-color: #e01e25;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
.alert-index-icon.klamath-falls {
  height: 25px;
  width: 25px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  top: 4px;
  border: 2px solid #0d6dae;
  background-color: #0e76bc;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
.alert-index-icon.canby {
  height: 25px;
  width: 25px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  top: 4px;
  border: 2px solid #f68d0f;
  background-color: #f7941e;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
.alert-index-icon.dial-a-ride {
  height: 25px;
  width: 25px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  top: 4px;
  border: 2px solid #94a4bc;
  background-color: #9dacc2;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
.index-route-alert {
  margin: 10px;
}
.index-route-alert .alert-content {
  background: yellow;
  padding: 10px;
  background-color: #ffff99;
}
.news-index-item h3 {
  background: #c5cef9;
  padding: 5px;
  padding-left: 10px;
  border-left: 15px solid #b3bef7;
  border-right: 15px solid #b3bef7;
}
table#mobile-apps {
  border: 0;
  width: 99%;
}
table#mobile-apps tr,
table#mobile-apps tr td,
table#mobile-apps tr th {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
table#mobile-apps td {
  padding: 10px;
}
table#mobile-apps img {
  max-height: 170px;
  max-width: 150px;
  height: auto;
}
/**** RESERVATION FORM BEGIN *****/
#res-form {
  background-color: #cee9fb;
  padding: 10px;
  border: #ffffff 1px solid;
}
#res-form #return-trip {
  opacity: .4;
  clear: both;
}
#res-form p {
  margin: 0;
}
#res-form input[type] {
  float: left;
}
#res-form input[type],
#res-form textarea,
#res-form select {
  margin: 7px;
}
#res-form input[type=date] {
  margin: 0 0 0 5px;
}
#res-form .wpcf7-form-control-wrap.checkbox-446 {
  margin: 10px 0 10px 0;
}
#res-form span {
  float: left;
  clear: left;
}
#res-form label {
  font-weight: bold;
  clear: left;
  float: left;
  display: inline-block;
}
#res-form br {
  clear: both;
}
#res-form .pass-name {
  display: none;
}
#res-form #pass-name-1 {
  display: inherit;
}
#res-form input[type="checkbox"] {
  margin: 8px;
}
#res-form hr {
  margin: 0;
}
#res-form .ajax-loader {
  height: 0;
}
#res-form #res-warning {
  background: #f0f0a8;
  padding: 10px;
  border: 1px solid #e5e619;
  border-bottom: 3px solid #e5e619;
}
#res-form .checkbox-581,
#res-form .checkbox-551 {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: left;
}
#res-form h4 {
  color: white;
  margin-top: 0px;
  margin-bottom: 7px;
  padding: 7px;
  background: #8CBBDA;
}
#res-form input[type=submit] {
  margin: 0;
  margin-top: 10px;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  height: 32px;
  margin-bottom: 10px;
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 1, 0, 0.4);
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.13);
  text-align: center;
  border: solid 2px white;
  background: #95bee6;
  background: -moz-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95bee6), color-stop(100%, #779cb5));
  background: -webkit-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  background: -o-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  background: -ms-linear-gradient(top, #95bee6 0%, #779cb5 100%);
  background: linear-gradient(to bottom, #95bee6 0%, #779cb5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95bee6', endColorstr='#779cb5', GradientType=0);
}
/**end #res-form **/
/**** RESERVATION FORM END *****/
.entry-content ul {
  list-style-type: circle;
  padding-left: 40px;
}
#home-mobile-route-links ul {
  list-style-type: none;
  padding: 0;
}
#subpage-secondary-nav .current {
  background: #bed4e4;
  border-right: 10px #a7d7fb solid;
}
img {
  outline: none;
}
.entry-content form#searchform {
  width: auto;
  display: inline-block;
}
.entry-content form#searchform input[type="text"]#s {
  float: left;
}
.entry-content form#searchform input[type="submit"] {
  float: left;
  margin-top: 17px;
  margin-left: 8px;
  border-radius: 4px;
}
#map {
  margin: 0 auto;
  width: 100%;
  height: 550px;
}
#key-panel {
  background: #b8cfde;
  width: 100%;
  padding: 10px;
  color: black;
  border: #95b7ce 1px solid;
  border-top: 0;
  border-bottom: #95b7ce 3px solid;
}
#key-panel h3 {
  color: black;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 3px;
}
#key-panel .key-item {
  margin: 1%;
  width: 31.333333333%;
  padding: 1%;
  border: 5px dotted red;
}
#key-panel #key-zone-1 {
  background: #e6d4b3;
  border-color: orange;
}
#key-panel #key-zone-2 {
  background: #b9a7e6;
  border-color: #492a97;
}
#key-panel #key-zone-3 {
  background: #55c6c1;
  border-color: #00827c;
}
#dial-a-ride-fares {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
#route-menu {
  height: 100px;
}
#connecting-services {
  height: 145px;
}
#res-form span {
  clear: none;
}
.entry-content {
  font-size: .95em;
}
br {
  clear: both;
}
#form-res-title {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  color: white;
  font-weight: bold;
  background: #4ab7ff;
  border: 1px solid white;
  border-bottom: 0;
}
#home-desktop-map {
  display: none;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.less styles.
  
  ******************************************************************/
  #inner-footer nav,
  #inner-footer #contact-us-footer.contact-us,
  #inner-footer #footer-search {
    display: block;
  }
  #main-logo {
    background: url("../images/logo.png") no-repeat;
    width: 209px;
    height: 87px;
    margin: 0 auto;
    margin-top: 24px;
  }
  .home #main-logo {
    float: none;
  }
  .single #main-logo,
  .page #main-logo {
    background: url("../images/logo.png") no-repeat;
    width: 209px;
    height: 87px;
    margin: 0 auto;
    margin-top: 24px;
    float: none;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  
  }
  .menu ul {
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .menu ul li {
    /*
  				plan your menus and drop-downs wisely.
  				*/
  
  }
  .menu ul li a {
    /*
  					you can use hover styles here even though this size
  					has the possibility of being a mobile device.
  					*/
  
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  #phone-number a:link,
  #phone-number a:hover,
  #phone-number a:active {
    text-decoration: none;
    color: #4b5e75;
    font-size: 20px;
    float: none;
  }
  .single #phone-number a:link,
  .page #phone-number a:link,
  .single #phone-number a:hover,
  .page #phone-number a:hover,
  .single #phone-number a:active,
  .page #phone-number a:active {
    text-decoration: none;
    color: #4b5e75;
    font-size: 20px;
    float: none;
  }
  #main-logo {
    margin: 0 auto;
    float: none;
    margin-top: 24px;
  }
  .below481 {
    display: none;
  }
  .home #moto {
    clear: none;
    text-align: center;
    margin-left: 0px;
  }
  .route-table-holder {
    width: 48%;
    float: left;
    margin: 1%;
  }
  .route-table-holder.canby-wednesday {
    width: 70%;
  }
  .route-note-box {
    margin: 1%;
    margin-top: 0px;
    float: right;
    clear: right;
  }
  #home-mobile-route-links ul#route-links-with-alerts {
    clear: left;
  }
  #home-mobile-route-links ul#route-links-with-alerts li {
    float: left;
    width: 20%;
  }
  #home-mobile-route-links ul#route-links-with-alerts li a:link,
  #home-mobile-route-links ul#route-links-with-alerts li a:hover,
  #home-mobile-route-links ul#route-links-with-alerts li a:visited,
  #home-mobile-route-links ul#route-links-with-alerts li a:active {
    height: 50px;
    vertical-align: center;
    padding: 5px;
    background-image: none;
    font-size: 13px;
  }
  #home-mobile-route-links ul#route-links-with-alerts li a:link .route-alert-icon,
  #home-mobile-route-links ul#route-links-with-alerts li a:hover .route-alert-icon,
  #home-mobile-route-links ul#route-links-with-alerts li a:visited .route-alert-icon,
  #home-mobile-route-links ul#route-links-with-alerts li a:active .route-alert-icon {
    clear: both;
    float: left;
    display: none;
  }
  #home-mobile-route-links ul#route-links-with-alerts li.alert-link a:link,
  #home-mobile-route-links ul#route-links-with-alerts li.alert-link a:hover,
  #home-mobile-route-links ul#route-links-with-alerts li.alert-link a:visited,
  #home-mobile-route-links ul#route-links-with-alerts li.alert-link a:active {
    background-image: url("../images/alert.png");
    background-repeat: no-repeat;
    background-position: 5px 30px;
  }
  br#route-padder {
    margin: 10px;
  }
  .single #phone-number,
  .page #phone-number {
    background: 0;
    width: auto;
    height: auto;
    float: none;
    margin-right: 0;
  }
  .single #phone-number a:link,
  .page #phone-number a:link,
  .single #phone-number a:hover,
  .page #phone-number a:hover,
  .single #phone-number a:active,
  .page #phone-number a:active {
    opacity: 1;
    visibility: visible;
    display: inherit;
    text-decoration: none;
    color: #4b5e75;
    font-size: 15px;
    margin-right: 0%;
    margin-top: 8px;
    width: auto;
    height: auto;
  }
  #home-desktop-map {
    display: inherit;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add  ource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  .my768up {
    display: block;
  }
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 951px;
  }
  #content {
    padding-top: 15px;
  }
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    background: #eee;
    border: 0;
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav ul {
    margin-top: 0;
  }
  .nav li {
    float: left;
    position: relative;
    /*
  		plan your menus and drop-downs wisely.
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    border-bottom: 0;
    /*
  			you can use hover styles here even though this size
  			has the possibility of being a mobile device.
  			*/
  
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: #dedede;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
  				if you need to go deeper, go nuts
  				just remember deeper menus suck
  				for usability. k, bai.
  				*/
  
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
  			be careful with the depth of your menus.
  			it's very rare to have multi-depth menus in
  			the footer.
  			*/
  
  }
  /* end .footer-links */
  /************** MODOC ********/
  ul#route-links-with-alerts li {
    text-align: left;
  }
  #main-logo {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 209px;
    height: 87px;
    margin-top: 26px;
  }
  .planner.banner,
  .news.banner {
    position: inherit;
  }
  #inner-content {
    background-image: url("../images/grey-dot.png");
    background-repeat: repeat-y;
    background-position: 31.9%;
  }
  .planner .banner-right-piece,
  .news .banner-right-piece {
    float: right;
    position: inherit;
  }
  .banner-text {
    position: inherit;
  }
  .planner .banner-text {
    width: 23%;
    margin-left: 1.7%;
    float: left;
  }
  .news .banner-text {
    width: 23%;
    margin-left: 1.7%;
    float: left;
  }
  #moto {
    text-align: center;
    margin-top: 26px;
    text-transform: uppercase;
    font-size: .8em;
  }
  .left-home-col {
    width: 32%;
    float: left;
    clear: none;
    clear: left;
    border-right: 1px solid #b5b5b5;
    border-left: 2px solid white;
  }
  .right-home-col {
    width: 68%;
    display: inline-block;
    float: right;
    clear: right;
  }
  #home-desktop-map-container {
    /*display: inline-block;*/
  
    overflow: hidden;
  }
  #home-desktop-map {
    position: relative;
    background-color: #e9f4fb;
  }
  #home-sage-stage-description {
    border-top: 1px solid #b5b5b5;
  }
  #home-route-links-desktop {
    display: inherit;
    position: absolute;
    bottom: 0px;
    left: 10px;
  }
  #home-mobile-map-container {
    display: none;
  }
  .home #home-mobile-route-links {
    display: none;
  }
  .page-id-56 #home-mobile-route-links {
    display: inline;
  }
  #map-desktop-links {
    /* float: right; */
  
    display: inherit;
    position: absolute;
    top: 0;
    right: 3px;
  }
  #map-desktop-links ul li {
    float: left;
  }
  #home-mobile-route-map {
    display: none;
  }
  .home #home-desktop-map-container {
    display: inline;
  }
  #map-info {
    display: inherit;
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px;
    width: 100px;
  }
  #map-hovers {
    margin-top: 40px;
  }
  #regional-map {
    font-size: 12px;
    font-weight: bold;
  }
  #click-a-route {
    font-size: 10px;
  }
  ul#route-links-with-alerts {
    margin-bottom: 0;
    padding-left: 0;
  }
  #route-padder {
    display: none;
  }
  ul#route-links-with-alerts li a {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    width: auto;
  }
  .page-id-56 ul#route-links-with-alerts li a {
    width: 99%;
  }
  /**** FOOTER ****/
  #contact-us-footer {
    float: left;
    margin-bottom: 9px;
    margin-right: 20px;
    margin-top: 15px;
  }
  #inner-footer .footer-group a:link,
  #inner-footer .footer-group a:active,
  #inner-footer .footer-group a:hover,
  #inner-footer .footer-group a:visited {
    font-size: 1em;
  }
  #footer-search {
    float: left;
    margin-top: 12px;
  }
  #footer-transit-links {
    margin-left: 20px;
  }
  .footer-group {
    float: left;
    width: 19%;
    line-height: 1.8em;
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 1.2em;
  }
  .footer-group h3 {
    margin-bottom: 0px;
    padding-bottom: 6px;
  }
  .footer-group ul {
    margin-top: 5px;
  }
  #subpage-top-blue {
    margin: 0px;
    width: 100%;
  }
  .footer-group a:link {
    text-decoration: none;
  }
  .footer-group a:hover {
    text-decoration: underline;
  }
  #footer-copyright {
    float: right;
    clear: both;
    margin-right: 18px;
  }
  #subpage-top-blue {
    background-image: url("../images/top-blue-noise-subpage.jpg");
    background-color: #64b3f6;
    height: 19px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .subpage-footer-title {
    clear: none;
    border-bottom: 0px;
    float: left;
    clear: left;
  }
  #subpage-primary-nav {
    font-size: 13px;
  }
  #subpage-secondary-nav {
    display: block;
  }
  #main {
    float: none;
  }
  .footer.subpage ul li {
    clear: none;
  }
  select#subpage-secondary-mobile {
    display: none;
  }
  #moto {
    display: block;
  }
  #subpage-primary-nav {
    display: block;
  }
  #subpage-primary-nav-mobile {
    display: none;
  }
  #route-select-container {
    float: right;
    clear: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .route-note-box {
    width: 66%;
  }
  #alerts-map-link-container {
    display: inherit;
  }
  .parent-pageid-56 .article-header {
    position: relative;
  }
}
@media only screen and (min-width: 850px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  #map-info {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px;
    width: 300px;
  }
  #map-hovers {
    margin-top: 10px;
  }
  .subpage #footer-copyright {
    clear: none;
    margin-top: 10px;
  }
  #subpage-primary-nav {
    font-size: 15px;
  }
  .subpage-footer-title {
    border-bottom: 0px;
    float: left;
    clear: none;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  html {
    height: 100%;
  }
  body {
    min-height: 100%;
  }
  .mountains {
    background-position: center bottom;
    background-image: url("../images/background-mountains.jpg");
    background-repeat: no-repeat;
  }
  #moto {
    text-align: center;
    margin-top: 26px;
    text-transform: uppercase;
    font-size: .91em;
  }
  #content {
    padding-top: 19px;
    background: url("../images/container-top.png") center top no-repeat;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/* 
iPHONE 5 MEDIA QUERY 
Want to get fancy for no good reason? Knock yourself out.
*/@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited 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;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
address {
  clear: left;
  margin: 10px 0 10px 0;
}
