/* Override bootstrap variables by redefining the variable here. 
	View all variables: https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/bootstrap/_variables.scss
*/
/*@import "bootstrap/normalize";
@import "bootstrap/print";
@import "bootstrap/glyphicons";
*/
/* line 11, ../sass/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 14, ../sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 22, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

/* line 36, ../sass/bootstrap/_scaffolding.scss */
input,
button,
.button,
.inner-service-alerts .panel-content input[type="submit"],
.button-lt-blue,
.button-twitter,
input.button,
.main-content input[type="submit"],
.service-alerts input[type="submit"],
.trip-planner-wrapper .form-footer input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 48, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none; }
  /* line 52, ../sass/bootstrap/_scaffolding.scss */
  a:hover, a:focus {
    color: #23527c;
    text-decoration: none; }
  /* line 58, ../sass/bootstrap/_scaffolding.scss */
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/* line 69, ../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0; }

/* line 76, ../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto; }

/* line 82, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 87, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px; }

/* line 94, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

/* line 107, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%; }

/* line 114, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

/* line 126, ../sass/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 142, ../sass/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 160, ../sass/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer; }

/* line 9, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  /* line 16, ../sass/bootstrap/_type.scss */
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

/* line 24, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  /* line 30, ../sass/bootstrap/_type.scss */
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

/* line 35, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  /* line 41, ../sass/bootstrap/_type.scss */
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

/* line 47, ../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px; }

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px; }

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px; }

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px; }

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px; }

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px; }

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 10px; }

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    /* line 62, ../sass/bootstrap/_type.scss */
    .lead {
      font-size: 21px; } }

/* line 78, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 85%; }

/* line 83, ../sass/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

/* line 90, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left; }

/* line 91, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right; }

/* line 92, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center; }

/* line 93, ../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify; }

/* line 94, ../sass/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 97, ../sass/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 98, ../sass/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase; }

/* line 99, ../sass/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize; }

/* line 102, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #777777; }

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7; }

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d; }

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f; }

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269; }

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b; }

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442; }

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

/* line 119, ../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff; }

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7; }

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8; }

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7; }

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3; }

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede; }

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

/* line 138, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

/* line 149, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  /* line 153, ../sass/bootstrap/_type.scss */
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

/* line 167, ../sass/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 173, ../sass/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  /* line 177, ../sass/bootstrap/_type.scss */
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

/* line 185, ../sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px; }

/* line 189, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143; }

/* line 193, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold; }

/* line 196, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 0; }

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  /* line 211, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 218, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; } }

/* line 229, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

/* line 235, ../sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%; }

/* line 241, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  /* line 250, ../sass/bootstrap/_type.scss */
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  /* line 257, ../sass/bootstrap/_type.scss */
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777; }
    /* line 265, ../sass/bootstrap/_type.scss */
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

/* line 274, ../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  /* line 286, ../sass/bootstrap/_type.scss */
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  /* line 287, ../sass/bootstrap/_type.scss */
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

/* line 294, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

/*@import "bootstrap/code";*/
/* line 10, ../sass/bootstrap/_grid.scss */
.container, .footer-nav, .footer-contact, .main-nav-wrapper nav > ul .mm-content, .video-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  .container:before, .footer-nav:before, .footer-contact:before, .main-nav-wrapper nav > ul .mm-content:before, .video-wrapper:before, .container:after, .footer-nav:after, .footer-contact:after, .main-nav-wrapper nav > ul .mm-content:after, .video-wrapper:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  .container:after, .footer-nav:after, .footer-contact:after, .main-nav-wrapper nav > ul .mm-content:after, .video-wrapper:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 10, ../sass/bootstrap/_grid.scss */
    .container, .footer-nav, .footer-contact, .main-nav-wrapper nav > ul .mm-content, .video-wrapper {
      width: 730px; } }
  @media (min-width: 992px) {
    /* line 10, ../sass/bootstrap/_grid.scss */
    .container, .footer-nav, .footer-contact, .main-nav-wrapper nav > ul .mm-content, .video-wrapper {
      width: 950px; } }
  @media (min-width: 1200px) {
    /* line 10, ../sass/bootstrap/_grid.scss */
    .container, .footer-nav, .footer-contact, .main-nav-wrapper nav > ul .mm-content, .video-wrapper {
      width: 1150px; } }

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  .container-fluid:after {
    clear: both; }

/* line 39, ../sass/bootstrap/_grid.scss */
.row, .inner .main-content, .maps-wrapper, .maps-bus-rail-content,
.maps-bus-content,
.maps-rail-content, .next-arrivals .next-arrivals-wrapper, .next-arrivals .next-bus-results, .next-train-results, .status .system-status, .status .current-alerts .form-container,
.status .planned-changes .form-container {
  margin-left: -5px;
  margin-right: -5px; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  .row:before, .inner .main-content:before, .maps-wrapper:before, .maps-bus-rail-content:before,
  .maps-bus-content:before,
  .maps-rail-content:before, .next-arrivals .next-arrivals-wrapper:before, .next-arrivals .next-bus-results:before, .next-train-results:before, .status .system-status:before, .status .current-alerts .form-container:before,
  .status .planned-changes .form-container:before, .row:after, .inner .main-content:after, .maps-wrapper:after, .maps-bus-rail-content:after,
  .maps-bus-content:after,
  .maps-rail-content:after, .next-arrivals .next-arrivals-wrapper:after, .next-arrivals .next-bus-results:after, .next-train-results:after, .status .system-status:after, .status .current-alerts .form-container:after,
  .status .planned-changes .form-container:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  .row:after, .inner .main-content:after, .maps-wrapper:after, .maps-bus-rail-content:after,
  .maps-bus-content:after,
  .maps-rail-content:after, .next-arrivals .next-arrivals-wrapper:after, .next-arrivals .next-bus-results:after, .next-train-results:after, .status .system-status:after, .status .current-alerts .form-container:after,
  .status .planned-changes .form-container:after {
    clear: both; }

/* line 11, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .status .current-alerts .form-container .form-group > div,
.status .planned-changes .form-container .form-group > div, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .status .system-status .status-descripion, .col-lg-11, .col-xs-12, .status .system-status .alerts, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .status .system-status .status-map, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }

/* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .status .system-status .alerts, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 4.16666667%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 8.33333333%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 12.5%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 16.66666667%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 20.83333333%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 25%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 29.16666667%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 33.33333333%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 37.5%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 41.66666667%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 45.83333333%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-12, .status .system-status .alerts {
  width: 50%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-13 {
  width: 54.16666667%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-14 {
  width: 58.33333333%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-15 {
  width: 62.5%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-16 {
  width: 66.66666667%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-17 {
  width: 70.83333333%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-18 {
  width: 75%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-19 {
  width: 79.16666667%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-20 {
  width: 83.33333333%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-21 {
  width: 87.5%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-22 {
  width: 91.66666667%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-23 {
  width: 95.83333333%; }

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-24 {
  width: 100%; }

/* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 4.16666667%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 8.33333333%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 12.5%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 16.66666667%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 20.83333333%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 25%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 29.16666667%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 33.33333333%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 37.5%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 41.66666667%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 45.83333333%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 50%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-13 {
  right: 54.16666667%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-14 {
  right: 58.33333333%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-15 {
  right: 62.5%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-16 {
  right: 66.66666667%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-17 {
  right: 70.83333333%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-18 {
  right: 75%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-19 {
  right: 79.16666667%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-20 {
  right: 83.33333333%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-21 {
  right: 87.5%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-22 {
  right: 91.66666667%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-23 {
  right: 95.83333333%; }

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-24 {
  right: 100%; }

/* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 4.16666667%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 8.33333333%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 12.5%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 16.66666667%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 20.83333333%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 25%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 29.16666667%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 33.33333333%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 37.5%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 41.66666667%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 45.83333333%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 50%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-13 {
  left: 54.16666667%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-14 {
  left: 58.33333333%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-15 {
  left: 62.5%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-16 {
  left: 66.66666667%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-17 {
  left: 70.83333333%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-18 {
  left: 75%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-19 {
  left: 79.16666667%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-20 {
  left: 83.33333333%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-21 {
  left: 87.5%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-22 {
  left: 91.66666667%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-23 {
  left: 95.83333333%; }

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-24 {
  left: 100%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 4.16666667%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 8.33333333%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 12.5%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 16.66666667%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 20.83333333%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 25%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 29.16666667%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 33.33333333%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 37.5%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 41.66666667%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 45.83333333%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 50%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-13 {
  margin-left: 54.16666667%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-14 {
  margin-left: 58.33333333%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-15 {
  margin-left: 62.5%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-16 {
  margin-left: 66.66666667%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-17 {
  margin-left: 70.83333333%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-18 {
  margin-left: 75%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-19 {
  margin-left: 79.16666667%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-20 {
  margin-left: 83.33333333%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-21 {
  margin-left: 87.5%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-22 {
  margin-left: 91.66666667%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-23 {
  margin-left: 95.83333333%; }

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-24 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 4.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 8.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 12.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 16.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 20.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 25%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 29.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 33.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 37.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 41.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 45.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 50%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-13 {
    width: 54.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-14 {
    width: 58.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-15 {
    width: 62.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-16 {
    width: 66.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-17 {
    width: 70.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-18 {
    width: 75%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-19 {
    width: 79.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-20 {
    width: 83.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-21 {
    width: 87.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-22 {
    width: 91.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-23 {
    width: 95.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-24 {
    width: 100%; }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 4.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 8.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 12.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 16.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 20.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 25%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 29.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 33.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 37.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 41.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 45.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 50%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-13 {
    right: 54.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-14 {
    right: 58.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-15 {
    right: 62.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-16 {
    right: 66.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-17 {
    right: 70.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-18 {
    right: 75%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-19 {
    right: 79.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-20 {
    right: 83.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-21 {
    right: 87.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-22 {
    right: 91.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-23 {
    right: 95.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-24 {
    right: 100%; }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 4.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 8.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 12.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 16.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 20.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 25%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 29.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 33.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 37.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 41.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 45.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 50%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-13 {
    left: 54.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-14 {
    left: 58.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-15 {
    left: 62.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-16 {
    left: 66.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-17 {
    left: 70.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-18 {
    left: 75%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-19 {
    left: 79.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-20 {
    left: 83.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-21 {
    left: 87.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-22 {
    left: 91.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-23 {
    left: 95.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-24 {
    left: 100%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 4.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 8.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 12.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 16.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 20.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 25%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 29.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 33.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 37.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 41.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 45.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 50%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-13 {
    margin-left: 54.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-14 {
    margin-left: 58.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-15 {
    margin-left: 62.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-16 {
    margin-left: 66.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-17 {
    margin-left: 70.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-18 {
    margin-left: 75%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-19 {
    margin-left: 79.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-20 {
    margin-left: 83.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-21 {
    margin-left: 87.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-22 {
    margin-left: 91.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-23 {
    margin-left: 95.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-24 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .status .current-alerts .form-container .form-group > div,
  .status .planned-changes .form-container .form-group > div, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .status .system-status .status-descripion, .col-md-12, .col-md-13, .status .system-status .status-map, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 4.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 8.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 12.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 16.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 20.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6, .status .current-alerts .form-container .form-group > div,
  .status .planned-changes .form-container .form-group > div {
    width: 25%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 29.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 33.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 37.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 41.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11, .status .system-status .status-descripion {
    width: 45.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 50%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-13, .status .system-status .status-map {
    width: 54.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-14 {
    width: 58.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-15 {
    width: 62.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-16 {
    width: 66.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-17 {
    width: 70.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-18 {
    width: 75%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-19 {
    width: 79.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-20 {
    width: 83.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-21 {
    width: 87.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-22 {
    width: 91.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-23 {
    width: 95.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-24 {
    width: 100%; }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 4.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 8.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 12.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 16.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 20.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 25%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 29.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 33.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 37.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 41.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 45.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 50%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-13 {
    right: 54.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-14 {
    right: 58.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-15 {
    right: 62.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-16 {
    right: 66.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-17 {
    right: 70.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-18 {
    right: 75%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-19 {
    right: 79.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-20 {
    right: 83.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-21 {
    right: 87.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-22 {
    right: 91.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-23 {
    right: 95.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-24 {
    right: 100%; }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1, .footer-nav .col-wrapper {
    left: 4.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 8.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3, .footer-contact-wrapper .col-wrapper {
    left: 12.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 16.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 20.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 25%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 29.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 33.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 37.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 41.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 45.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 50%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-13 {
    left: 54.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-14 {
    left: 58.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-15 {
    left: 62.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-16 {
    left: 66.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-17 {
    left: 70.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-18 {
    left: 75%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-19 {
    left: 79.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-20 {
    left: 83.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-21 {
    left: 87.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-22 {
    left: 91.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-23 {
    left: 95.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-24 {
    left: 100%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 4.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 8.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 12.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 16.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 20.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 25%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 29.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 33.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 37.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 41.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 45.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 50%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-13 {
    margin-left: 54.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-14 {
    margin-left: 58.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-15 {
    margin-left: 62.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-16 {
    margin-left: 66.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-17 {
    margin-left: 70.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-18 {
    margin-left: 75%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-19 {
    margin-left: 79.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-20 {
    margin-left: 83.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-21 {
    margin-left: 87.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-22 {
    margin-left: 91.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-23 {
    margin-left: 95.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-24 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 4.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 8.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 12.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 16.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 20.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 25%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 29.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 33.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 37.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 41.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 45.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 50%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-13 {
    width: 54.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-14 {
    width: 58.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-15 {
    width: 62.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-16 {
    width: 66.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-17 {
    width: 70.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-18 {
    width: 75%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-19 {
    width: 79.16666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-20 {
    width: 83.33333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-21 {
    width: 87.5%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-22 {
    width: 91.66666667%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-23 {
    width: 95.83333333%; }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-24 {
    width: 100%; }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 4.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 8.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 12.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 16.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 20.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 25%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 29.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 33.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 37.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 41.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 45.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 50%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-13 {
    right: 54.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-14 {
    right: 58.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-15 {
    right: 62.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-16 {
    right: 66.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-17 {
    right: 70.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-18 {
    right: 75%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-19 {
    right: 79.16666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-20 {
    right: 83.33333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-21 {
    right: 87.5%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-22 {
    right: 91.66666667%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-23 {
    right: 95.83333333%; }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-24 {
    right: 100%; }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 4.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 8.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 12.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 16.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 20.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 25%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 29.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 33.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 37.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 41.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 45.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 50%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-13 {
    left: 54.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-14 {
    left: 58.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-15 {
    left: 62.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-16 {
    left: 66.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-17 {
    left: 70.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-18 {
    left: 75%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-19 {
    left: 79.16666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-20 {
    left: 83.33333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-21 {
    left: 87.5%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-22 {
    left: 91.66666667%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-23 {
    left: 95.83333333%; }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-24 {
    left: 100%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 4.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 8.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 12.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 16.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 20.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 25%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 29.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 33.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 37.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 41.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 45.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 50%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-13 {
    margin-left: 54.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-14 {
    margin-left: 58.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-15 {
    margin-left: 62.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-16 {
    margin-left: 66.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-17 {
    margin-left: 70.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-18 {
    margin-left: 75%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-19 {
    margin-left: 79.16666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-20 {
    margin-left: 83.33333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-21 {
    margin-left: 87.5%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-22 {
    margin-left: 91.66666667%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-23 {
    margin-left: 95.83333333%; }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-24 {
    margin-left: 100%; } }
/*@import "bootstrap/tables";*/
/* line 10, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/* line 20, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 32, ../sass/bootstrap/_forms.scss */
label, .form-wrapper .control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 47, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 52, ../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

/* line 59, ../sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block; }

/* line 64, ../sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%; }

/* line 70, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 76, ../sass/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 83, ../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

/* line 114, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  /* line 57, ../sass/bootstrap/mixins/_forms.scss */
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  /* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  /* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control:-ms-input-placeholder {
    color: #999; }
  /* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-webkit-input-placeholder {
    color: #999; }
  /* line 140, ../sass/bootstrap/_forms.scss */
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  /* line 147, ../sass/bootstrap/_forms.scss */
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

/* line 156, ../sass/bootstrap/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 168, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 187, ../sass/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  /* line 191, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  /* line 196, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
/* line 209, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px; }

/* line 218, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  /* line 225, ../sass/bootstrap/_forms.scss */
  .radio label, .radio .form-wrapper .control-label, .form-wrapper .radio .control-label,
  .checkbox label,
  .checkbox .form-wrapper .control-label,
  .form-wrapper .checkbox .control-label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

/* line 233, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

/* line 242, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

/* line 248, ../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

/* line 258, ../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 270, ../sass/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

/* line 279, ../sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

/* line 289, ../sass/bootstrap/_forms.scss */
.radio.disabled label, .radio.disabled .form-wrapper .control-label, .form-wrapper .radio.disabled .control-label, fieldset[disabled] .radio label, fieldset[disabled] .radio .form-wrapper .control-label, .form-wrapper fieldset[disabled] .radio .control-label,
.checkbox.disabled label,
.checkbox.disabled .form-wrapper .control-label,
.form-wrapper .checkbox.disabled .control-label, fieldset[disabled]
.checkbox label, fieldset[disabled]
.checkbox .form-wrapper .control-label, .form-wrapper fieldset[disabled]
.checkbox .control-label {
  cursor: not-allowed; }

/* line 301, ../sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  /* line 309, ../sass/bootstrap/_forms.scss */
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px; }

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

/* line 327, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
/* line 334, ../sass/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
/* line 338, ../sass/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
/* line 342, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px; }

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

/* line 353, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
/* line 360, ../sass/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
/* line 364, ../sass/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
/* line 368, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

/* line 382, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative; }
  /* line 387, ../sass/bootstrap/_forms.scss */
  .has-feedback .form-control {
    padding-right: 42.5px; }

/* line 392, ../sass/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

/* line 404, ../sass/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

/* line 411, ../sass/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.radio .form-wrapper .control-label, .form-wrapper .has-success.radio .control-label, .has-success.checkbox label, .has-success.checkbox .form-wrapper .control-label, .form-wrapper .has-success.checkbox .control-label, .has-success.radio-inline label, .has-success.radio-inline .form-wrapper .control-label, .form-wrapper .has-success.radio-inline .control-label, .has-success.checkbox-inline label, .has-success.checkbox-inline .form-wrapper .control-label, .form-wrapper .has-success.checkbox-inline .control-label {
  color: #3c763d !important; }
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 24, ../sass/bootstrap/mixins/_forms.scss */
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d; }

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.radio .form-wrapper .control-label, .form-wrapper .has-warning.radio .control-label, .has-warning.checkbox label, .has-warning.checkbox .form-wrapper .control-label, .form-wrapper .has-warning.checkbox .control-label, .has-warning.radio-inline label, .has-warning.radio-inline .form-wrapper .control-label, .form-wrapper .has-warning.radio-inline .control-label, .has-warning.checkbox-inline label, .has-warning.checkbox-inline .form-wrapper .control-label, .form-wrapper .has-warning.checkbox-inline .control-label {
  color: #8a6d3b !important; }
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 24, ../sass/bootstrap/mixins/_forms.scss */
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b; }

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.radio .form-wrapper .control-label, .form-wrapper .has-error.radio .control-label, .has-error.checkbox label, .has-error.checkbox .form-wrapper .control-label, .form-wrapper .has-error.checkbox .control-label, .has-error.radio-inline label, .has-error.radio-inline .form-wrapper .control-label, .form-wrapper .has-error.radio-inline .control-label, .has-error.checkbox-inline label, .has-error.checkbox-inline .form-wrapper .control-label, .form-wrapper .has-error.checkbox-inline .control-label {
  color: #a94442 !important; }
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 24, ../sass/bootstrap/mixins/_forms.scss */
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442; }

/* line 433, ../sass/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback, .has-feedback .form-wrapper .control-label ~ .form-control-feedback, .form-wrapper .has-feedback .control-label ~ .form-control-feedback {
  top: 25px; }
/* line 436, ../sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .form-wrapper .sr-only.control-label ~ .form-control-feedback, .form-wrapper .has-feedback .sr-only.control-label ~ .form-control-feedback {
  top: 0; }

/* line 447, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  /* line 472, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 479, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 486, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block; }
  /* line 490, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    /* line 494, ../sass/bootstrap/_forms.scss */
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  /* line 502, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%; }
  /* line 506, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 513, ../sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    /* line 520, ../sass/bootstrap/_forms.scss */
    .form-inline .radio label, .form-inline .radio .form-wrapper .control-label, .form-wrapper .form-inline .radio .control-label,
    .form-inline .checkbox label,
    .form-inline .checkbox .form-wrapper .control-label,
    .form-wrapper .form-inline .checkbox .control-label {
      padding-left: 0; }
  /* line 524, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  /* line 531, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

/* line 553, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
/* line 563, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
/* line 569, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  /* line 576, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
/* line 587, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px; }
@media (min-width: 768px) {
  /* line 597, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px; } }
@media (min-width: 768px) {
  /* line 605, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

/*@import "bootstrap/buttons";*/
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .page-wrapper.service-nearby .trip-planner-wrapper:before, .page-wrapper.service-nearby #service-results:before, .page-wrapper.service-nearby .next-arrivals .next-bus-results:before, .next-arrivals .page-wrapper.service-nearby .next-bus-results:before, .page-wrapper.trip-planner .content-wrapper:before, .main-content .content ul:before, .main-content .content ol:before, .footer-nav-wrapper:before, .footer-contact-wrapper:before, .footer-bottom-wrapper:before, .news-banner.image-left:before, .mm-promo:before, .inner .main-content .content-wrapper:before, .next-arrivals .stop-options-wrapper:before, .next-arrivals #find-by-route-options:before, .next-train-results .tables-wrapper:before, .promo-content:before, .related-content-wrapper:before, .simplebar-content:before, .service-alerts .alerts-content .simplebar-content:before, .stop-option .sub-option .header-btn:before, .maps-notes-wrapper:before, .tab-pane#next-train .update:before, .inner .trip-planner-wrapper:before, .inner .trip-planner-wrapper #more-options:before, .trip-planner-results .trip-wrapper:before, .trip-details-header:before, .clearfix:after, .page-wrapper.service-nearby .trip-planner-wrapper:after, .page-wrapper.service-nearby #service-results:after, .page-wrapper.service-nearby .next-arrivals .next-bus-results:after, .next-arrivals .page-wrapper.service-nearby .next-bus-results:after, .page-wrapper.trip-planner .content-wrapper:after, .main-content .content ul:after, .main-content .content ol:after, .footer-nav-wrapper:after, .footer-contact-wrapper:after, .footer-bottom-wrapper:after, .news-banner.image-left:after, .mm-promo:after, .inner .main-content .content-wrapper:after, .next-arrivals .stop-options-wrapper:after, .next-arrivals #find-by-route-options:after, .next-train-results .tables-wrapper:after, .promo-content:after, .related-content-wrapper:after, .simplebar-content:after, .service-alerts .alerts-content .simplebar-content:after, .stop-option .sub-option .header-btn:after, .maps-notes-wrapper:after, .tab-pane#next-train .update:after, .inner .trip-planner-wrapper:after, .inner .trip-planner-wrapper #more-options:after, .trip-planner-results .trip-wrapper:after, .trip-details-header:after {
  content: " ";
  display: table; }
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:after, .page-wrapper.service-nearby .trip-planner-wrapper:after, .page-wrapper.service-nearby #service-results:after, .page-wrapper.service-nearby .next-arrivals .next-bus-results:after, .next-arrivals .page-wrapper.service-nearby .next-bus-results:after, .page-wrapper.trip-planner .content-wrapper:after, .main-content .content ul:after, .main-content .content ol:after, .footer-nav-wrapper:after, .footer-contact-wrapper:after, .footer-bottom-wrapper:after, .news-banner.image-left:after, .mm-promo:after, .inner .main-content .content-wrapper:after, .next-arrivals .stop-options-wrapper:after, .next-arrivals #find-by-route-options:after, .next-train-results .tables-wrapper:after, .promo-content:after, .related-content-wrapper:after, .simplebar-content:after, .service-alerts .alerts-content .simplebar-content:after, .stop-option .sub-option .header-btn:after, .maps-notes-wrapper:after, .tab-pane#next-train .update:after, .inner .trip-planner-wrapper:after, .inner .trip-planner-wrapper #more-options:after, .trip-planner-results .trip-wrapper:after, .trip-details-header:after {
  clear: both; }

/* line 12, ../sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 15, ../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right !important; }

/* line 18, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important; }

/* line 27, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none !important; }

/* line 30, ../sass/bootstrap/_utilities.scss */
.show {
  display: block !important; }

/* line 33, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 36, ../sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 45, ../sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important; }

/* line 53, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important; }

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important; }

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important; }

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important; }

/* line 36, ../sass/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important; }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important; }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 54, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  /* line 59, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  /* line 64, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important; }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important; }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important; }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important; }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important; }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important; }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 111, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  /* line 116, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  /* line 121, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important; } }
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important; }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important; }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
/* line 155, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important; }
  @media print {
    /* line 155, ../sass/bootstrap/_responsive-utilities.scss */
    .visible-print-block {
      display: block !important; } }

/* line 162, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important; }
  @media print {
    /* line 162, ../sass/bootstrap/_responsive-utilities.scss */
    .visible-print-inline {
      display: inline !important; } }

/* line 169, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important; }
  @media print {
    /* line 169, ../sass/bootstrap/_responsive-utilities.scss */
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important; } }
/* line 106, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em; }

/* Background */
/* Text */
/*Link Colors*/
/* Borders */
/* Rail Symbols */
/* Responsive breakpoint variables -- based on Bootstrap breakpoints */
/*Utility Nav Icons*/
/*$utility-nav-layout: vertical;
$utility-nav-spacing: 20px;
@import "icons/utility-nav/*.png";
@include all-utility-nav-sprites;*/
/*Utility Nav Icons - IE - no background sizing*/
/* line 56, icons/ie8-utility-nav/*.png */
.ie8-utility-nav-sprite, .ie8-utility-nav-browse-aloud, .ie8-utility-nav-search-white, html.lt-ie9 .nav-item-wrapper .browse-aloud a, html.lt-ie9 .global-search input[type="submit"] {
  background-image: url('../images/sprites/icons/ie8-utility-nav-s0a2004fe33.png');
  background-repeat: no-repeat; }

/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ie8-utility-nav-browse-aloud {
  background-position: 0 0; }

/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ie8-utility-nav-search-white {
  background-position: 0 -32px; }

/*Form Icons - email, search, etc*/
/*Large Arrows - use files with 2x for browsers with background-size support*/
/* line 88, icons/arrow-large/*.png */
.arrow-large-sprite, .arrow-large-left-white-2x, .arrow-large-left-white, .arrow-large-right-lt-blue-2x, .arrow-large-right-lt-blue, .arrow-large-right-white-2x, .arrow-large-right-white {
  background-image: url('../images/sprites/icons/arrow-large-s2e35744d81.png');
  background-repeat: no-repeat; }

/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrow-large-left-white-2x {
  background-position: 0 0; }

/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrow-large-left-white {
  background-position: 0 -125px; }

/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrow-large-right-lt-blue-2x {
  background-position: 0 -209px; }

/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrow-large-right-lt-blue {
  background-position: 0 -334px; }

/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrow-large-right-white-2x {
  background-position: 0 -418px; }

/* line 84, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrow-large-right-white {
  background-position: 0 -539px; }

/*Arrows*/
/*Service Icons - Rail, bus, news, alert etc*/
/*Rail Color Icons*/
/*Interactive Icons*/
/*Status Icons - Red/Blue*/
/*Chevron Arrows*/
/*Social Media*/
/* TYPOGRAPHY VARIABLES */
/* MIXINS */
/* FUNCTIONS */
/* line 2, ../sass/abstractions/_placeholders.scss */
a.button:hover, a.button-lt-blue:hover, a.button-twitter:hover, .next-arrivals .next-arrival-form .find-by-route-toggle:hover {
  border-bottom: none !important;
  text-decoration: none !important; }

/* line 8, ../sass/abstractions/_placeholders.scss */
.breadcrumb a, .footer-nav a, .share .at-share-btn, .related-content-wrapper .related-boxes-wrapper > a, .side-nav a, .trip-details-header .trip-utilities li a {
  border-bottom: none !important;
  text-decoration: none !important; }

/* line 13, ../sass/abstractions/_placeholders.scss */
.actions-grid-item h2, .home .promo-header {
  text-align: center;
  font-size: 1.625em;
  padding-bottom: 20px;
  font-weight: 300; }
  /* line 19, ../sass/abstractions/_placeholders.scss */
  .actions-grid-item h2:after, .home .promo-header:after {
    background: #5481b3;
    content: '';
    display: block;
    height: 1px;
    margin: 10px auto;
    width: 45%; }

/* line 30, ../sass/abstractions/_placeholders.scss */
.next-arrivals .next-arrival-form .find-by-route-toggle:after, .inner-service-alerts .panel-content .more-arrow:after, .trip-planner-wrapper .form-footer .toggle-options:after {
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 20px;
  padding-left: 8px;
  vertical-align: 2px;
  display: inline-block; }

/* line 40, ../sass/abstractions/_placeholders.scss */
.maps-wrapper, .maps-bus-rail-content,
.maps-bus-content,
.maps-rail-content, .next-arrivals .next-arrivals-wrapper, .next-arrivals .next-bus-results, .next-train-results, .status .system-status {
  background: #fff;
  border: 1px solid #537da9;
  border-left: 0;
  border-right: 0;
  height: auto;
  max-width: 1200px;
  padding: .5em;
  position: relative; }
  @media (min-width: 768px) {
    /* line 40, ../sass/abstractions/_placeholders.scss */
    .maps-wrapper, .maps-bus-rail-content,
    .maps-bus-content,
    .maps-rail-content, .next-arrivals .next-arrivals-wrapper, .next-arrivals .next-bus-results, .next-train-results, .status .system-status {
      border: 1px solid #537da9;
      padding: 2em; } }

/* line 56, ../sass/abstractions/_placeholders.scss */
.page-wrapper.service-nearby .trip-planner-wrapper, .page-wrapper.service-nearby #service-results, .page-wrapper.service-nearby .next-arrivals .next-bus-results, .next-arrivals .page-wrapper.service-nearby .next-bus-results, .page-wrapper.trip-planner .content-wrapper {
  border: 1px solid #5481b3;
  min-height: auto; }

/* Accessibility Features */
/* line 3, ../sass/base/_accessible.scss */
.visually-hidden, .global-search label, .global-search .form-wrapper .control-label, .form-wrapper .global-search .control-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }
  /* line 14, ../sass/base/_accessible.scss */
  .visually-hidden.focusable:active, .global-search label.focusable:active, .global-search .form-wrapper .focusable.control-label:active, .form-wrapper .global-search .focusable.control-label:active, .visually-hidden.focusable:focus, .global-search label.focusable:focus, .global-search .form-wrapper .focusable.control-label:focus, .form-wrapper .global-search .focusable.control-label:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Buttons -- form submits and regular buttons */
/* line 3, ../sass/base/_buttons.scss */
button.lt-blue, .lt-blue.button, .inner-service-alerts .panel-content input.lt-blue[type="submit"], .lt-blue.button-lt-blue, .lt-blue.button-twitter, .main-content input.lt-blue[type="submit"], .service-alerts input.lt-blue[type="submit"], .trip-planner-wrapper .form-footer input.lt-blue, .button-lt-blue, .button-twitter {
  background: #c7dbf1 !important;
  -webkit-box-shadow: 0 5px 0px 0px rgba(84, 129, 179, 0.5) !important;
  box-shadow: 0 5px 0px 0px rgba(84, 129, 179, 0.5) !important; }
  /* line 7, ../sass/base/_buttons.scss */
  .no-boxshadow button.lt-blue, .no-boxshadow .lt-blue.button, .no-boxshadow .inner-service-alerts .panel-content input.lt-blue[type="submit"], .inner-service-alerts .panel-content .no-boxshadow input.lt-blue[type="submit"], .no-boxshadow .main-content input.lt-blue[type="submit"], .main-content .no-boxshadow input.lt-blue[type="submit"], .no-boxshadow .service-alerts input.lt-blue[type="submit"], .service-alerts .no-boxshadow input.lt-blue[type="submit"], .no-boxshadow .trip-planner-wrapper .form-footer input.lt-blue, .trip-planner-wrapper .form-footer .no-boxshadow input.lt-blue, .no-boxshadow .button-lt-blue, .no-boxshadow .button-twitter {
    border-bottom: 5px solid #7fa1c6; }

/* line 12, ../sass/base/_buttons.scss */
button, .button, .inner-service-alerts .panel-content input[type="submit"], .button-lt-blue, .button-twitter, input.button, .main-content input[type="submit"], .service-alerts input[type="submit"], .trip-planner-wrapper .form-footer input {
  -webkit-box-shadow: 0 5px 0px 0px rgba(84, 129, 179, 0.75);
  box-shadow: 0 5px 0px 0px rgba(84, 129, 179, 0.75);
  background: #5481b3;
  border: none;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  height: auto;
  padding: 8.5px 24px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: center;
  width: auto; }
  /* line 26, ../sass/base/_buttons.scss */
  button:hover, .button:hover, .inner-service-alerts .panel-content input[type="submit"]:hover, .button-lt-blue:hover, .button-twitter:hover, .main-content input[type="submit"]:hover, .service-alerts input[type="submit"]:hover, .trip-planner-wrapper .form-footer input:hover {
    background-color: #4b77a6;
    color: #ffffff !important; }
  /* line 31, ../sass/base/_buttons.scss */
  .no-boxshadow button, .no-boxshadow .button, .no-boxshadow .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .no-boxshadow input[type="submit"], .no-boxshadow .button-lt-blue, .no-boxshadow .button-twitter, .no-boxshadow .main-content input[type="submit"], .main-content .no-boxshadow input[type="submit"], .no-boxshadow .service-alerts input[type="submit"], .service-alerts .no-boxshadow input[type="submit"], .no-boxshadow .trip-planner-wrapper .form-footer input, .trip-planner-wrapper .form-footer .no-boxshadow input {
    border-bottom: 5px solid #a9c0d9 !important; }
  /* line 35, ../sass/base/_buttons.scss */
  button.lt-blue, .lt-blue.button, .inner-service-alerts .panel-content input.lt-blue[type="submit"], .lt-blue.button-lt-blue, .lt-blue.button-twitter, .main-content input.lt-blue[type="submit"], .service-alerts input.lt-blue[type="submit"], .trip-planner-wrapper .form-footer input.lt-blue {
    color: #333333 !important; }

/* line 45, ../sass/base/_buttons.scss */
a.button, a.button-lt-blue, a.button-twitter {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-bottom: none !important; }

/* line 53, ../sass/base/_buttons.scss */
a.button:hover, .main-content a.button:hover {
  color: #ffffff !important; }

/* line 58, ../sass/base/_buttons.scss */
.button-lt-blue, .button-twitter {
  color: #333333 !important; }
  /* line 63, ../sass/base/_buttons.scss */
  .button-lt-blue:hover, .button-twitter:hover {
    background-color: #edf4fb !important;
    color: #333333 !important; }

/* line 69, ../sass/base/_buttons.scss */
.main-content a.button-lt-blue:hover, .main-content a.button-twitter:hover {
  color: #333333 !important; }

/* line 73, ../sass/base/_buttons.scss */
.button-twitter {
  background: url('../images/sprites/icons/interactive-s4409d1f16c.png') no-repeat 6px -475px/22px #c7dbf1 !important;
  padding-left: 34px; }

/* SELECT */
/* line 3, ../sass/base/_forms.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  /*@include form-icons(arrow-down);*/
  background-image: url('../images/sprites/icons/form-s4d3995f731.png');
  background-repeat: no-repeat;
  background-position: 94% 18px !important;
  background-size: 24px;
  background-color: #ffffff;
  border: 1px solid #6082aa;
  border-radius: 0;
  color: #000000;
  font-weight: 300;
  height: 45px;
  line-height: 1.2;
  padding: 0 40px 0 8px;
  margin: 10px 0;
  /*ie 10+*/
  /*ie9*/
  /*ie8 - can't vertically center option text*/ }
  /* line 21, ../sass/base/_forms.scss */
  select::-ms-expand {
    display: none; }
  /* line 24, ../sass/base/_forms.scss */
  html.lt-ie9 select, html.ie9 select {
    background: none;
    padding-right: 0; }
  /* line 30, ../sass/base/_forms.scss */
  html.lt-ie9 select {
    height: auto;
    margin-bottom: 20px; }
  /* line 35, ../sass/base/_forms.scss */
  select[multiple] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #5481b3;
    margin-top: 0; }
    /* line 40, ../sass/base/_forms.scss */
    select[multiple] option {
      padding: 5px 0; }

/* line 46, ../sass/base/_forms.scss */
label, .form-wrapper .control-label {
  font-weight: 400;
  font-size: 1.125em;
  color: #3b6798 !important; }
  /* line 51, ../sass/base/_forms.scss */
  label.hidden, .form-wrapper .hidden.control-label {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

/* line 56, ../sass/base/_forms.scss */
legend {
  font-size: inherit; }

/* line 66, ../sass/base/_forms.scss */
.form-wrapper .form-control {
  background-color: #ffffff;
  background-image: url("../images/sprites/icons/form-s4d3995f731.png");
  background-position: 94% 18px !important;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border: 1px solid #6082aa;
  border-radius: 0;
  color: #000000;
  font-weight: 300;
  height: 45px;
  line-height: 1.2;
  margin: 10px 0;
  padding: 0 40px 0 8px;
  width: auto; }

/* line 84, ../sass/base/_forms.scss */
.main-content legend {
  border: 0; }

/*TEXT INPUT*/
/* line 90, ../sass/base/_forms.scss */
.main-content input[type='text'], .main-content input[type='email'], .main-content input[type='date'], .main-content input[type='time'], .main-content input[type='phone'], .service-alerts input[type='text'], .service-alerts input[type='email'], .service-alerts input[type='date'], .service-alerts input[type='time'], .service-alerts input[type='phone'], .inner-service-alerts input[type='text'], .inner-service-alerts input[type='email'], .inner-service-alerts input[type='date'], .inner-service-alerts input[type='time'], .inner-service-alerts input[type='phone'] {
  border: 1px solid #6082aa;
  height: 45px;
  margin: 10px 0;
  padding: 8px;
  position: relative;
  top: 3px; }

/*TEXT INPUT*/
/* line 101, ../sass/base/_forms.scss */
.main-content textarea {
  border: 1px solid #6082aa;
  padding: 8px; }

/*TEXT INPUT - EMAIL*/
@media (min-width: 768px) {
  /* line 109, ../sass/base/_forms.scss */
  .main-content input[type='email'] {
    background: url('../images/sprites/icons/form-s4d3995f731.png') no-repeat 10px -152px/25px transparent;
    padding-left: 40px; } }
/* line 116, ../sass/base/_forms.scss */
html.lt-ie9 .main-content input[type='email'] {
  background-image: none; }

/*CUSTOM RADIO & CHECKBOX*/
/* line 124, ../sass/base/_forms.scss */
body:not(.lt-ie9) input[type="radio"], body:not(.lt-ie9) input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  position: absolute; }
  /* line 131, ../sass/base/_forms.scss */
  body:not(.lt-ie9) input[type="radio"] + label, body:not(.lt-ie9) .form-wrapper input[type="radio"] + .control-label, .form-wrapper body:not(.lt-ie9) input[type="radio"] + .control-label, body:not(.lt-ie9) input[type="checkbox"] + label, body:not(.lt-ie9) .form-wrapper input[type="checkbox"] + .control-label, .form-wrapper body:not(.lt-ie9) input[type="checkbox"] + .control-label {
    position: relative;
    margin-right: 30px;
    padding-left: 20px; }
  /* line 137, ../sass/base/_forms.scss */
  body:not(.lt-ie9) input[type="radio"] + label:before, body:not(.lt-ie9) .form-wrapper input[type="radio"] + .control-label:before, .form-wrapper body:not(.lt-ie9) input[type="radio"] + .control-label:before, body:not(.lt-ie9) input[type="checkbox"] + label:before, body:not(.lt-ie9) .form-wrapper input[type="checkbox"] + .control-label:before, .form-wrapper body:not(.lt-ie9) input[type="checkbox"] + .control-label:before {
    background: #ffffff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 17px;
    border: 3px solid #5481b3; }
  /* line 150, ../sass/base/_forms.scss */
  body:not(.lt-ie9) input[type="radio"]:checked + label:before, body:not(.lt-ie9) .form-wrapper input[type="radio"]:checked + .control-label:before, .form-wrapper body:not(.lt-ie9) input[type="radio"]:checked + .control-label:before, body:not(.lt-ie9) input[type="checkbox"]:checked + label:before, body:not(.lt-ie9) .form-wrapper input[type="checkbox"]:checked + .control-label:before, .form-wrapper body:not(.lt-ie9) input[type="checkbox"]:checked + .control-label:before {
    background: #5481b3; }
  /* line 154, ../sass/base/_forms.scss */
  body:not(.lt-ie9) input[type="radio"]:focus + label, body:not(.lt-ie9) .form-wrapper input[type="radio"]:focus + .control-label, .form-wrapper body:not(.lt-ie9) input[type="radio"]:focus + .control-label, body:not(.lt-ie9) input[type="checkbox"]:focus + label, body:not(.lt-ie9) .form-wrapper input[type="checkbox"]:focus + .control-label, .form-wrapper body:not(.lt-ie9) input[type="checkbox"]:focus + .control-label {
    border: 1px dotted gray; }

/* line 160, ../sass/base/_forms.scss */
body:not(.lt-ie9) input[type="checkbox"] + label:before, body:not(.lt-ie9) .form-wrapper input[type="checkbox"] + .control-label:before, .form-wrapper body:not(.lt-ie9) input[type="checkbox"] + .control-label:before {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
/* line 164, ../sass/base/_forms.scss */
body:not(.lt-ie9) input[type="checkbox"]:checked + label:before, body:not(.lt-ie9) .form-wrapper input[type="checkbox"]:checked + .control-label:before, .form-wrapper body:not(.lt-ie9) input[type="checkbox"]:checked + .control-label:before {
  background: #ffffff;
  content: '\2713';
  font-family: Arial, sans-serif;
  color: #5481b3;
  font-size: 23px;
  line-height: 6px; }

/* line 174, ../sass/base/_forms.scss */
input.button, .inner-service-alerts .panel-content input[type="submit"], .main-content input[type="submit"], .service-alerts input[type="submit"] {
  color: #ffffff !important; }

/*LOCATION INPUT W/BLUE LABELS - SEE TRIP PLANNER ON HOMEPAGE */
/* line 181, ../sass/base/_forms.scss */
.location > div {
  width: 100%; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  .location > div:before, .location > div:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  .location > div:after {
    clear: both; }
/* line 186, ../sass/base/_forms.scss */
.location label, .location .form-wrapper .control-label, .form-wrapper .location .control-label {
  background: #3b6798;
  color: #ffffff !important;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 17%;
  font-size: 0.75em; }
/* line 197, ../sass/base/_forms.scss */
.location input {
  border: none;
  padding-left: 10px;
  height: 45px;
  width: 83%;
  font-size: 0.875em; }
  /* line 204, ../sass/base/_forms.scss */
  .location input:first-child {
    margin-bottom: 15px; }
@media (min-width: 768px) {
  /* line 210, ../sass/base/_forms.scss */
  .location label, .location .form-wrapper .control-label, .form-wrapper .location .control-label {
    width: 12%;
    font-size: 16px; }
  /* line 215, ../sass/base/_forms.scss */
  .location input {
    width: 88%;
    font-size: 16px; } }

/* line 223, ../sass/base/_forms.scss */
.nav-tabs-dark-blue,
.main-content .content .nav-tabs-dark-blue {
  border: 0;
  padding-left: 0; }
  /* line 228, ../sass/base/_forms.scss */
  .nav-tabs-dark-blue li,
  .main-content .content .nav-tabs-dark-blue li {
    padding-bottom: 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 228, ../sass/base/_forms.scss */
      .nav-tabs-dark-blue li,
      .main-content .content .nav-tabs-dark-blue li {
        padding-bottom: 20px;
        width: auto; } }
  /* line 239, ../sass/base/_forms.scss */
  .nav-tabs-dark-blue > li > a,
  .main-content .content .nav-tabs-dark-blue > li > a {
    background-color: #ffffff;
    color: #5481b3;
    margin: 0;
    border: 1px solid #537da9;
    border-radius: 0; }
    /* line 246, ../sass/base/_forms.scss */
    .nav-tabs-dark-blue > li > a:hover,
    .main-content .content .nav-tabs-dark-blue > li > a:hover {
      background-color: #EDF4FC;
      color: #5481b3 !important; }
  /* line 252, ../sass/base/_forms.scss */
  .nav-tabs-dark-blue > li.active > a,
  .main-content .content .nav-tabs-dark-blue > li.active > a {
    background-color: #4679b0;
    color: #ffffff; }
    /* line 256, ../sass/base/_forms.scss */
    .nav-tabs-dark-blue > li.active > a:hover,
    .main-content .content .nav-tabs-dark-blue > li.active > a:hover {
      background-color: #4679b0;
      color: #ffffff !important; }

/* line 263, ../sass/base/_forms.scss */
.nav-tabs-transparent,
.main-content .content .nav-tabs-transparent {
  border: 0;
  padding-left: 0; }
  /* line 268, ../sass/base/_forms.scss */
  .nav-tabs-transparent li,
  .main-content .content .nav-tabs-transparent li {
    padding-bottom: 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 268, ../sass/base/_forms.scss */
      .nav-tabs-transparent li,
      .main-content .content .nav-tabs-transparent li {
        padding-bottom: 20px;
        width: auto; } }
  /* line 279, ../sass/base/_forms.scss */
  .nav-tabs-transparent > li,
  .main-content .content .nav-tabs-transparent > li {
    padding-bottom: 0; }
    /* line 282, ../sass/base/_forms.scss */
    .nav-tabs-transparent > li > a,
    .main-content .content .nav-tabs-transparent > li > a {
      background-color: #fff;
      color: #5481b3;
      margin: 0;
      border: 1px solid #537da9;
      border-radius: 0; }
      @media (min-width: 768px) {
        /* line 282, ../sass/base/_forms.scss */
        .nav-tabs-transparent > li > a,
        .main-content .content .nav-tabs-transparent > li > a {
          border-left: none; } }
      /* line 293, ../sass/base/_forms.scss */
      .nav-tabs-transparent > li > a:hover,
      .main-content .content .nav-tabs-transparent > li > a:hover {
        background-color: transparent; }
    /* line 298, ../sass/base/_forms.scss */
    .nav-tabs-transparent > li.active > a,
    .main-content .content .nav-tabs-transparent > li.active > a {
      background-color: transparent;
      color: #5481b3; }
      @media (min-width: 768px) {
        /* line 298, ../sass/base/_forms.scss */
        .nav-tabs-transparent > li.active > a,
        .main-content .content .nav-tabs-transparent > li.active > a {
          border-bottom: none; } }
    /* line 307, ../sass/base/_forms.scss */
    .nav-tabs-transparent > li:nth-child(0n+1) > a,
    .main-content .content .nav-tabs-transparent > li:nth-child(0n+1) > a {
      border-left: 1px solid #537da9; }

/* line 315, ../sass/base/_forms.scss */
.nav-tabs-white-large,
.main-content .content .nav-tabs-white-large {
  border: 0;
  padding-left: 0;
  z-index: 100;
  position: relative; }
  /* line 322, ../sass/base/_forms.scss */
  .nav-tabs-white-large li,
  .main-content .content .nav-tabs-white-large li {
    padding-bottom: 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 322, ../sass/base/_forms.scss */
      .nav-tabs-white-large li,
      .main-content .content .nav-tabs-white-large li {
        padding-bottom: 0;
        width: auto; } }
  /* line 333, ../sass/base/_forms.scss */
  .nav-tabs-white-large > li,
  .main-content .content .nav-tabs-white-large > li {
    border: 1px solid #537da9;
    border-left: 0;
    border-radius: 0;
    padding-bottom: 0;
    width: 33.33% !important; }
    /* line 340, ../sass/base/_forms.scss */
    .nav-tabs-white-large > li > a,
    .main-content .content .nav-tabs-white-large > li > a {
      background-color: #edf4fc;
      border: none;
      color: #333333;
      font-size: 16px;
      font-weight: 300;
      margin: 0;
      padding: 30px 0 !important; }
      /* line 349, ../sass/base/_forms.scss */
      .nav-tabs-white-large > li > a:hover,
      .main-content .content .nav-tabs-white-large > li > a:hover {
        background-color: #ffffff; }
      @media (min-width: 768px) {
        /* line 340, ../sass/base/_forms.scss */
        .nav-tabs-white-large > li > a,
        .main-content .content .nav-tabs-white-large > li > a {
          padding: 100px 0 30px !important; }
          /* line 355, ../sass/base/_forms.scss */
          html.lt-ie9 .nav-tabs-white-large > li > a, html.lt-ie9
          .main-content .content .nav-tabs-white-large > li > a {
            padding: 50px 0 !important; } }
      @media (min-width: 992px) {
        /* line 340, ../sass/base/_forms.scss */
        .nav-tabs-white-large > li > a,
        .main-content .content .nav-tabs-white-large > li > a {
          font-size: 24px; } }
    /* line 367, ../sass/base/_forms.scss */
    .nav-tabs-white-large > li.active,
    .main-content .content .nav-tabs-white-large > li.active {
      border-bottom: none; }
      /* line 370, ../sass/base/_forms.scss */
      .nav-tabs-white-large > li.active > a,
      .main-content .content .nav-tabs-white-large > li.active > a {
        background-color: #fff;
        border-bottom: 1px solid #fff; }
    /* line 376, ../sass/base/_forms.scss */
    .nav-tabs-white-large > li:nth-child(0n+1),
    .main-content .content .nav-tabs-white-large > li:nth-child(0n+1) {
      border-left: 1px solid #537da9; }
  /* line 382, ../sass/base/_forms.scss */
  .nav-tabs-white-large .tab-bus-rail,
  .main-content .content .nav-tabs-white-large .tab-bus-rail {
    background: url("../images/icons/services/s04-bus-lt-blue.png") no-repeat, url("../images/icons/services/s07-train-lt-blue.png") no-repeat 70px 0;
    background-size: 50%; }
  /* line 50, ../sass/abstractions/_mixins.scss */
  .nav-tabs-white-large .tab-bus:before,
  .main-content .content .nav-tabs-white-large .tab-bus:before {
    background-image: url('../images/sprites/icons/services-s99baa34738.png');
    background-size: 100%;
    background-position: 0 16.36536632%;
    content: '';
    display: block;
    height: 0;
    padding-bottom: 81.57894737%;
    width: 100%; }
  /* line 64, ../sass/abstractions/_mixins.scss */
  html.lt-ie9 .nav-tabs-white-large .tab-bus, html.lt-ie9
  .main-content .content .nav-tabs-white-large .tab-bus {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s04-bus-lt-blue.png', sizingMethod='scale'); }
    /* line 67, ../sass/abstractions/_mixins.scss */
    html.lt-ie9 .nav-tabs-white-large .tab-bus:before, html.lt-ie9
    .main-content .content .nav-tabs-white-large .tab-bus:before {
      display: none; }
  /* line 50, ../sass/abstractions/_mixins.scss */
  .nav-tabs-white-large .tab-rail:before,
  .main-content .content .nav-tabs-white-large .tab-rail:before {
    background-image: url('../images/sprites/icons/services-s99baa34738.png');
    background-size: 100%;
    background-position: 0 27.49762131%;
    content: '';
    display: block;
    height: 0;
    padding-bottom: 81.57894737%;
    width: 100%; }
  /* line 64, ../sass/abstractions/_mixins.scss */
  html.lt-ie9 .nav-tabs-white-large .tab-rail, html.lt-ie9
  .main-content .content .nav-tabs-white-large .tab-rail {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s07-train-lt-blue.png', sizingMethod='scale'); }
    /* line 67, ../sass/abstractions/_mixins.scss */
    html.lt-ie9 .nav-tabs-white-large .tab-rail:before, html.lt-ie9
    .main-content .content .nav-tabs-white-large .tab-rail:before {
      display: none; }
  /* line 394, ../sass/base/_forms.scss */
  .nav-tabs-white-large .tab-bus-rail,
  .nav-tabs-white-large .tab-bus,
  .nav-tabs-white-large .tab-rail,
  .main-content .content .nav-tabs-white-large .tab-bus-rail,
  .main-content .content .nav-tabs-white-large .tab-bus,
  .main-content .content .nav-tabs-white-large .tab-rail {
    height: 68px;
    left: 50%;
    margin: 0 0 0 -34px;
    position: absolute;
    top: 30px;
    width: 68px;
    z-index: 5;
    display: none; }
    @media (min-width: 768px) {
      /* line 394, ../sass/base/_forms.scss */
      .nav-tabs-white-large .tab-bus-rail,
      .nav-tabs-white-large .tab-bus,
      .nav-tabs-white-large .tab-rail,
      .main-content .content .nav-tabs-white-large .tab-bus-rail,
      .main-content .content .nav-tabs-white-large .tab-bus,
      .main-content .content .nav-tabs-white-large .tab-rail {
        display: block; } }
    /* line 410, ../sass/base/_forms.scss */
    html.lt-ie9 .nav-tabs-white-large .tab-bus-rail, html.lt-ie9
    .nav-tabs-white-large .tab-bus, html.lt-ie9
    .nav-tabs-white-large .tab-rail, html.lt-ie9
    .main-content .content .nav-tabs-white-large .tab-bus-rail, html.lt-ie9
    .main-content .content .nav-tabs-white-large .tab-bus, html.lt-ie9
    .main-content .content .nav-tabs-white-large .tab-rail {
      display: none; }
  /* line 417, ../sass/base/_forms.scss */
  .nav-tabs-white-large .tab-bus-rail,
  .main-content .content .nav-tabs-white-large .tab-bus-rail {
    width: 140px;
    margin-left: -70px; }

/* line 422, ../sass/base/_forms.scss */
.help-block.with-errors li {
  color: red !important; }

/*Styles for images in the content area*/
/* line 3, ../sass/base/_images.scss */
.img-box, .img-box-right, .img-box-left, .img-box-center {
  border: 1px solid #4b77a8;
  -webkit-box-shadow: 0px 5px 0px 0px #9fb9d4;
  box-shadow: 0px 5px 0px 0px #9fb9d4;
  margin-bottom: 40px; }
  /* line 8, ../sass/base/_images.scss */
  .img-box img, .img-box-right img, .img-box-left img, .img-box-center img {
    margin: 0 auto !important; }
  @media (min-width: 640px) {
    /* line 3, ../sass/base/_images.scss */
    .img-box, .img-box-right, .img-box-left, .img-box-center {
      width: 40%; } }
  /* line 16, ../sass/base/_images.scss */
  .img-box .img-box-content, .img-box-right .img-box-content, .img-box-left .img-box-content, .img-box-center .img-box-content {
    padding: 8px; }
  /* line 20, ../sass/base/_images.scss */
  .img-box .caption, .img-box-right .caption, .img-box-left .caption, .img-box-center .caption {
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 640px) {
      /* line 20, ../sass/base/_images.scss */
      .img-box .caption, .img-box-right .caption, .img-box-left .caption, .img-box-center .caption {
        text-align: left; } }
    /* line 28, ../sass/base/_images.scss */
    .img-box .caption p, .img-box-right .caption p, .img-box-left .caption p, .img-box-center .caption p {
      color: #000000;
      font-size: 0.6875em;
      margin: 8px 0 0; }

@media (min-width: 640px) {
  /* line 36, ../sass/base/_images.scss */
  .img-box-right {
    float: right;
    margin: 0 0 10px 10px; } }

@media (min-width: 640px) {
  /* line 45, ../sass/base/_images.scss */
  .img-box-left {
    float: left;
    margin: 0 10px 10px 0; } }

@media (min-width: 640px) {
  /* line 54, ../sass/base/_images.scss */
  .img-box-center {
    margin: 20px auto; } }

/* Unordered and Ordered Lists */
/* line 5, ../sass/base/_lists.scss */
.main-content .content ul, .main-content .content ol {
  padding-left: 15px; }
  /* line 9, ../sass/base/_lists.scss */
  .main-content .content ul ul, .main-content .content ul ol, .main-content .content ol ul, .main-content .content ol ol {
    padding-left: 20px !important;
    padding-top: 15px; }
    /* line 13, ../sass/base/_lists.scss */
    .main-content .content ul ul li:last-child, .main-content .content ul ol li:last-child, .main-content .content ol ul li:last-child, .main-content .content ol ol li:last-child {
      padding-bottom: 0; }
/* line 19, ../sass/base/_lists.scss */
.main-content .content li {
  padding-bottom: 20px; }
/* line 23, ../sass/base/_lists.scss */
.main-content .content ol ol li {
  list-style-type: lower-alpha; }

/*Custom Bullets*/
/* line 30, ../sass/base/_lists.scss */
ul.arrow-bullets, ul.pdf {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 20px; }

/* line 36, ../sass/base/_lists.scss */
ul {
  /* >> List item*/ }
  /* line 41, ../sass/base/_lists.scss */
  ul.arrow-bullets li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px !important;
    font-size: 0.875em; }
    /* line 47, ../sass/base/_lists.scss */
    ul.arrow-bullets li:before {
      content: '\00BB';
      font-family: Arial, sans-serif;
      position: absolute;
      left: 0;
      font-size: 12px; }
  /* line 60, ../sass/base/_lists.scss */
  ul.pdf li {
    position: relative;
    padding-left: 25px;
    line-height: 25px;
    padding-bottom: 10px !important;
    font-size: 0.875em; }
    /* line 67, ../sass/base/_lists.scss */
    ul.pdf li:before {
      content: '';
      background: url('../images/icons/file-pdf.png?1445971374') no-repeat 0 0 transparent;
      width: 20px;
      height: 23px;
      position: absolute;
      left: 0; }

@media (max-width: 768px) {
  /* line 7, ../sass/base/_tables.scss */
  table.table-responsive-stacked {
    border-top: 2px solid #537da9;
    width: 100% !important; }
    /* line 11, ../sass/base/_tables.scss */
    table.table-responsive-stacked td {
      min-height: 40px;
      width: auto !important; }
    /* line 16, ../sass/base/_tables.scss */
    table.table-responsive-stacked thead,
    table.table-responsive-stacked tbody,
    table.table-responsive-stacked th,
    table.table-responsive-stacked td,
    table.table-responsive-stacked tr {
      display: block; }
    /* line 24, ../sass/base/_tables.scss */
    table.table-responsive-stacked thead tr {
      left: -9999px;
      position: absolute;
      top: -9999px; }
      /* line 29, ../sass/base/_tables.scss */
      table.table-responsive-stacked thead tr:first-child {
        left: -9999px;
        position: absolute;
        top: -9999px; }
    /* line 36, ../sass/base/_tables.scss */
    table.table-responsive-stacked tr {
      background-color: #fff;
      border: 0;
      border-bottom: 1px solid #537da9; }
      /* line 41, ../sass/base/_tables.scss */
      table.table-responsive-stacked tr:nth-child(2n), table.table-responsive-stacked tr:nth-child(4n) {
        background-color: #fff; }
    /* line 47, ../sass/base/_tables.scss */
    table.table-responsive-stacked.has-header td {
      border: 0;
      padding-left: 50%;
      position: relative; }
    /* line 53, ../sass/base/_tables.scss */
    table.table-responsive-stacked.has-header td:before {
      content: attr(data-content);
      font-weight: bold;
      height: 50px;
      left: 6px;
      padding-right: 10px;
      position: absolute;
      text-align: left;
      top: 6px;
      width: 40%;
      word-wrap: break-word; }
    /* line 66, ../sass/base/_tables.scss */
    table.table-responsive-stacked td.small-padding {
      padding-bottom: 5px;
      padding-top: 5px; }
    /* line 71, ../sass/base/_tables.scss */
    table.table-responsive-stacked td.medium-padding {
      padding-bottom: 15px;
      padding-top: 15px; }
    /* line 76, ../sass/base/_tables.scss */
    table.table-responsive-stacked td.large-padding {
      padding-bottom: 25px;
      padding-top: 25px; } }
/* line 84, ../sass/base/_tables.scss */
.table-responsive-scrolling-wrap {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: hidden;
  width: 100%; }
  /* line 89, ../sass/base/_tables.scss */
  .table-responsive-scrolling-wrap > table {
    min-width: 640px; }

@media (max-width: 768px) {
  /* line 97, ../sass/base/_tables.scss */
  .table-responsive-scrolling-wrap {
    border: 1px solid #537da9;
    padding: .5em; }
    /* line 102, ../sass/base/_tables.scss */
    .table-responsive-scrolling-wrap::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.5);
      border: 3px solid #fff;
      border-radius: 8px;
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
      margin: 2px; }
    /* line 110, ../sass/base/_tables.scss */
    .table-responsive-scrolling-wrap::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 8px; } }
@media (min-width: 768px) {
  /* line 119, ../sass/base/_tables.scss */
  .table-responsive-scrolling-wrap {
    min-height: .01%;
    overflow-x: auto; } }
/* See font-family declarations in bootstrap/custom-variables.scss */
/* line 3, ../sass/base/_typography.scss */
body {
  color: #333333;
  font-size: 16px;
  font-family: "Lato", sans-serif, Helvetica, Arial;
  min-width: 320px; }

/* line 12, ../sass/base/_typography.scss */
.main-content h1, .main-content h2, .main-content h3 {
  font-weight: 300; }
/* line 17, ../sass/base/_typography.scss */
.main-content h1 {
  font-size: 30px; }
  @media (min-width: 992px) {
    /* line 17, ../sass/base/_typography.scss */
    .main-content h1 {
      font-size: 45px; } }
/* line 25, ../sass/base/_typography.scss */
.main-content h2 {
  font-size: 25px; }
  @media (min-width: 992px) {
    /* line 25, ../sass/base/_typography.scss */
    .main-content h2 {
      font-size: 34px; } }
/* line 33, ../sass/base/_typography.scss */
.main-content h3 {
  font-size: 20px; }
  @media (min-width: 992px) {
    /* line 33, ../sass/base/_typography.scss */
    .main-content h3 {
      font-size: 28px; } }
/* line 41, ../sass/base/_typography.scss */
.main-content h4 {
  font-weight: 700;
  font-size: 16px; }
/* line 47, ../sass/base/_typography.scss */
.main-content a {
  border-bottom: 1px solid #4b77a8; }
  /* line 50, ../sass/base/_typography.scss */
  .main-content a:hover {
    text-decoration: none;
    color: #4b77a8 !important; }
/* line 56, ../sass/base/_typography.scss */
.main-content p {
  margin-bottom: 20px; }
/* line 62, ../sass/base/_typography.scss */
.inner .main-content .content * {
  color: #333333; }
/* line 67, ../sass/base/_typography.scss */
.main-content .small-text {
  font-size: 0.75em; }

/*LINKS*/
/* line 74, ../sass/base/_typography.scss */
.link-dark-bg, .news-banner a {
  color: #ffffff;
  border-bottom: 1px solid #84aad1; }
  /* line 78, ../sass/base/_typography.scss */
  .link-dark-bg:hover, .news-banner a:hover {
    color: #84aad1 !important; }

/* line 83, ../sass/base/_typography.scss */
.red-text, .station-tabs-wrapper .nav-tabs li .inline-alert span {
  color: #be462b !important; }

/* line 1, ../sass/components/_breadcrumbs.scss */
.breadcrumb {
  display: none; }
  @media (min-width: 768px) {
    /* line 1, ../sass/components/_breadcrumbs.scss */
    .breadcrumb {
      display: block;
      padding: 25px 0 0;
      background: transparent;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; } }
  /* line 12, ../sass/components/_breadcrumbs.scss */
  .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  /* line 18, ../sass/components/_breadcrumbs.scss */
  .breadcrumb li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    color: #696969; }
  /* line 27, ../sass/components/_breadcrumbs.scss */
  .breadcrumb a {
    color: #5481b3; }
    /* line 32, ../sass/components/_breadcrumbs.scss */
    .breadcrumb a:after {
      color: #888888;
      content: "|";
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }

@media (min-width: 768px) {
  /* line 2, ../sass/components/_error-page.scss */
  .page-wrapper.error-page .main-content {
    position: relative; } }
@media (min-width: 768px) {
  /* line 8, ../sass/components/_error-page.scss */
  .page-wrapper.error-page .main-content .container, .page-wrapper.error-page .main-content .footer-nav, .page-wrapper.error-page .main-content .footer-contact, .page-wrapper.error-page .main-content .main-nav-wrapper nav > ul .mm-content, .main-nav-wrapper nav > ul .page-wrapper.error-page .main-content .mm-content, .page-wrapper.error-page .main-content .video-wrapper {
    position: absolute;
    background: transparent;
    left: 50%;
    width: 55%;
    margin-left: -27.5%;
    top: 25%; } }
@media (min-width: 992px) {
  /* line 8, ../sass/components/_error-page.scss */
  .page-wrapper.error-page .main-content .container, .page-wrapper.error-page .main-content .footer-nav, .page-wrapper.error-page .main-content .footer-contact, .page-wrapper.error-page .main-content .main-nav-wrapper nav > ul .mm-content, .main-nav-wrapper nav > ul .page-wrapper.error-page .main-content .mm-content, .page-wrapper.error-page .main-content .video-wrapper {
    width: 45%;
    margin-left: -22.5%; } }
@media (min-width: 1500px) {
  /* line 8, ../sass/components/_error-page.scss */
  .page-wrapper.error-page .main-content .container, .page-wrapper.error-page .main-content .footer-nav, .page-wrapper.error-page .main-content .footer-contact, .page-wrapper.error-page .main-content .main-nav-wrapper nav > ul .mm-content, .main-nav-wrapper nav > ul .page-wrapper.error-page .main-content .mm-content, .page-wrapper.error-page .main-content .video-wrapper {
    width: 35%;
    margin-left: -17.5%; } }
@media (min-width: 768px) {
  /* line 34, ../sass/components/_error-page.scss */
  .page-wrapper.error-page .main-content .content-wrapper {
    background: #333333;
    min-height: 100%; }
    /* line 39, ../sass/components/_error-page.scss */
    .page-wrapper.error-page .main-content .content-wrapper * {
      color: #ffffff; } }
/* line 46, ../sass/components/_error-page.scss */
.page-wrapper.error-page .error-message {
  font-weight: 300; }
  /* line 49, ../sass/components/_error-page.scss */
  .page-wrapper.error-page .error-message h1 {
    margin: 0;
    font-size: 2.1875em; }
  /* line 54, ../sass/components/_error-page.scss */
  .page-wrapper.error-page .error-message p {
    margin-bottom: 5px;
    font-size: 1.125em; }
  /* line 59, ../sass/components/_error-page.scss */
  .page-wrapper.error-page .error-message .large-text {
    font-size: 1.5em;
    margin: 20px 0 10px; }
  @media (min-width: 768px) {
    /* line 64, ../sass/components/_error-page.scss */
    .page-wrapper.error-page .error-message a {
      border-bottom: 1px solid #84aad1; }
      /* line 68, ../sass/components/_error-page.scss */
      .page-wrapper.error-page .error-message a:hover {
        color: #84aad1 !important; } }

/* line 77, ../sass/components/_error-page.scss */
.full-page-image-wrapper img {
  display: none; }
@media (min-width: 768px) {
  /* line 76, ../sass/components/_error-page.scss */
  .full-page-image-wrapper {
    height: 0;
    padding-bottom: 40%;
    position: relative;
    z-index: -1; }
    /* line 87, ../sass/components/_error-page.scss */
    .full-page-image-wrapper:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 125%;
      left: 0;
      top: 0;
      z-index: 1;
      background-color: rgba(15, 74, 164, 0.6);
      /* Old browsers */
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmNGFhNCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM2NjVhYiIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhY2QzZWIiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(15, 74, 164, 0.7)), color-stop(50%, rgba(54, 101, 171, 0.7)), color-stop(100%, rgba(172, 211, 235, 0.7)));
      background-image: -moz-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(172, 211, 235, 0.7) 100%);
      background-image: -webkit-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(172, 211, 235, 0.7) 100%);
      background-image: linear-gradient(to right, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(172, 211, 235, 0.7) 100%); }
      /* line 98, ../sass/components/_error-page.scss */
      html.lt-ie9 .full-page-image-wrapper:before {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#990F4AA4,endColorstr=#990F4AA4);
        zoom: 1;
        background-image: none; }
    /* line 103, ../sass/components/_error-page.scss */
    .full-page-image-wrapper .full-page-image {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      /* line 110, ../sass/components/_error-page.scss */
      .full-page-image-wrapper .full-page-image img {
        display: block;
        width: 100%; } }

/* line 1, ../sass/components/_footer.scss */
footer {
  margin-top: 40px; }
  @media (min-width: 768px) {
    /* line 1, ../sass/components/_footer.scss */
    footer {
      margin-top: 70px; } }

/* line 17, ../sass/components/_footer.scss */
.footer-nav-wrapper {
  background: #5d8cba; }
  @media (min-width: 992px) {
    /* line 17, ../sass/components/_footer.scss */
    .footer-nav-wrapper {
      border-top: 70px solid #84aad1; } }

/* line 26, ../sass/components/_footer.scss */
.col-wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 992px) {
    /* line 26, ../sass/components/_footer.scss */
    .col-wrapper {
      float: left;
      width: 87.5%; } }

/* line 31, ../sass/components/_footer.scss */
.footer-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 992px) {
    /* line 31, ../sass/components/_footer.scss */
    .footer-col {
      float: left;
      width: 33.33333333%; } }

/* line 38, ../sass/components/_footer.scss */
.footer-nav * {
  color: #ffffff; }
/* line 48, ../sass/components/_footer.scss */
.footer-nav .logo {
  display: none; }
  @media (min-width: 992px) {
    /* line 48, ../sass/components/_footer.scss */
    .footer-nav .logo {
      display: block;
      position: relative;
      min-height: 1px;
      padding-left: 5px;
      padding-right: 5px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    /* line 48, ../sass/components/_footer.scss */
    .footer-nav .logo {
      float: left;
      width: 8.33333333%; } }
  @media (min-width: 992px) {
      /* line 56, ../sass/components/_footer.scss */
      .footer-nav .logo img {
        position: absolute;
        top: -50px; } }
/* line 67, ../sass/components/_footer.scss */
.footer-nav .footer-col {
  margin-top: 40px; }
  @media (min-width: 992px) {
    /* line 67, ../sass/components/_footer.scss */
    .footer-nav .footer-col {
      margin-top: -38px;
      margin-bottom: -25px; } }
/* line 76, ../sass/components/_footer.scss */
.footer-nav ul {
  padding: 0; }
/* line 80, ../sass/components/_footer.scss */
.footer-nav li {
  list-style: none;
  line-height: 1;
  margin-bottom: 18px; }
  /* line 11, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss */
  .footer-nav li li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  @media (min-width: 992px) {
    /* line 85, ../sass/components/_footer.scss */
    .footer-nav li.header {
      margin-bottom: 50px !important;
      margin-top: 0; } }
@media (min-width: 768px) {
  /* line 93, ../sass/components/_footer.scss */
  .footer-nav a {
    font-size: 1.125em; } }
/* line 98, ../sass/components/_footer.scss */
.footer-nav a:hover, .footer-nav a:active {
  color: #CEDCEA !important;
  border-color: #ffffff; }

/* line 105, ../sass/components/_footer.scss */
.footer-contact-wrapper {
  background: #4b77a6;
  padding: 30px 0 50px; }
  /* line 109, ../sass/components/_footer.scss */
  .footer-contact-wrapper * {
    color: #c0dffe; }
  @media (min-width: 992px) {
    /* line 120, ../sass/components/_footer.scss */
    .footer-contact-wrapper .footer-col:first-child {
      background: url('../images/icons/footer-phone.png?1445971374') no-repeat 0 0/50px transparent; }
      /* line 123, ../sass/components/_footer.scss */
      .footer-contact-wrapper .footer-col:first-child p {
        margin-left: 65px; } }

/* line 131, ../sass/components/_footer.scss */
.footer-bottom-wrapper {
  background: #3e3e3e;
  padding-bottom: 90px; }
  @media (min-width: 1310px) {
    /* line 131, ../sass/components/_footer.scss */
    .footer-bottom-wrapper {
      padding-bottom: 0; } }
  /* line 140, ../sass/components/_footer.scss */
  .footer-bottom-wrapper .footer-bottom * {
    color: #ffffff;
    font-size: 0.9375em; }
  /* line 145, ../sass/components/_footer.scss */
  .footer-bottom-wrapper .footer-bottom ul {
    padding: 0; }
    @media (min-width: 992px) {
      /* line 145, ../sass/components/_footer.scss */
      .footer-bottom-wrapper .footer-bottom ul {
        margin: 0;
        padding: 0;
        border: 0; }
        /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
        .footer-bottom-wrapper .footer-bottom ul:before, .footer-bottom-wrapper .footer-bottom ul:after {
          content: " ";
          display: table; }
        /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
        .footer-bottom-wrapper .footer-bottom ul:after {
          clear: both; }
        /* line 62, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
        .footer-bottom-wrapper .footer-bottom ul li {
          list-style-image: none;
          list-style-type: none;
          margin-left: 0;
          white-space: nowrap;
          float: left;
          padding-left: 4px;
          padding-right: 4px; }
          /* line 49, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
          .footer-bottom-wrapper .footer-bottom ul li:first-child {
            padding-left: 0; }
          /* line 50, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
          .footer-bottom-wrapper .footer-bottom ul li:last-child {
            padding-right: 0; }
          /* line 52, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
          .footer-bottom-wrapper .footer-bottom ul li.last {
            padding-right: 0; } }
  /* line 154, ../sass/components/_footer.scss */
  .footer-bottom-wrapper .footer-bottom li {
    list-style: none; }
    /* line 11, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss */
    .footer-bottom-wrapper .footer-bottom li li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0; }
  /* line 159, ../sass/components/_footer.scss */
  .footer-bottom-wrapper .copyright, .footer-bottom-wrapper .footer-bottom-links {
    margin-left: 20px;
    line-height: 35px; }
  @media (min-width: 992px) {
    /* line 166, ../sass/components/_footer.scss */
    .footer-bottom-wrapper .copyright, .footer-bottom-wrapper .footer-bottom-links {
      line-height: 75px;
      vertical-align: middle; }
    /* line 171, ../sass/components/_footer.scss */
    .footer-bottom-wrapper .copyright {
      float: left; }
    /* line 175, ../sass/components/_footer.scss */
    .footer-bottom-wrapper .footer-bottom-links {
      float: right;
      margin-left: 0;
      margin-right: 20px; }
      /* line 180, ../sass/components/_footer.scss */
      .footer-bottom-wrapper .footer-bottom-links li {
        margin-left: 45px !important; }
        /* line 183, ../sass/components/_footer.scss */
        .footer-bottom-wrapper .footer-bottom-links li:first-child {
          margin-left: 0; } }

/* line 193, ../sass/components/_footer.scss */
ul.footer-social-media {
  margin: 70px 0 0;
  padding: 0; }
  /* line 197, ../sass/components/_footer.scss */
  ul.footer-social-media li {
    background: url('../images/sprites/icons/social-media-sec0eb56c20.png') no-repeat 0 0 transparent;
    display: inline-block;
    margin: 0 20px 0 0; }
    /* line 202, ../sass/components/_footer.scss */
    ul.footer-social-media li#footer-sm-fb {
      background-position: 0 0;
      margin-right: 12px; }
    /* line 203, ../sass/components/_footer.scss */
    ul.footer-social-media li#footer-sm-tw {
      background-position: 0 -80px; }
    /* line 204, ../sass/components/_footer.scss */
    ul.footer-social-media li#footer-sm-yt {
      background-position: 0 -160px; }
    /* line 206, ../sass/components/_footer.scss */
    ul.footer-social-media li:hover {
      opacity: 0.7; }
    /* line 210, ../sass/components/_footer.scss */
    ul.footer-social-media li a {
      text-indent: -99999em;
      display: block;
      width: 40px;
      height: 40px; }

/*HEADER ALERT MESSAGE & NEWS*/
/* line 4, ../sass/components/_header-alert.scss */
.home .hero-wrapper {
  position: relative; }

/* line 8, ../sass/components/_header-alert.scss */
.hero-news-wrapper,
.hero-alerts-wrapper {
  width: 100%;
  display: none;
  margin-top: 15px; }
  /* line 14, ../sass/components/_header-alert.scss */
  .hero-news-wrapper.alert-on,
  .hero-alerts-wrapper.alert-on {
    display: block; }

/* line 18, ../sass/components/_header-alert.scss */
.home .hero-news-wrapper {
  background-color: transparent; }

/* line 23, ../sass/components/_header-alert.scss */
.inner .hero-news-wrapper,
.inner .hero-alerts-wrapper {
  margin-top: 0;
  padding: 20px; }
  /* line 28, ../sass/components/_header-alert.scss */
  .inner .hero-news-wrapper .news-banner,
  .inner .hero-alerts-wrapper .news-banner {
    margin: 0 auto; }
/* line 32, ../sass/components/_header-alert.scss */
.inner .hero-news-wrapper {
  background-color: #F3F6F9; }
/* line 36, ../sass/components/_header-alert.scss */
.inner .hero-alerts-wrapper {
  background-color: #B43955; }

/* line 41, ../sass/components/_header-alert.scss */
.hero-content-wrapper {
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  padding: 10px 0 5px; }
  /* line 49, ../sass/components/_header-alert.scss */
  .inner .hero-content-wrapper, .landing .hero-content-wrapper {
    /*display: none;*/ }
  /* line 53, ../sass/components/_header-alert.scss */
  .wm-alert .inner .hero-content-wrapper {
    margin-top: 75px;
    display: block; }
    @media (min-width: 768px) {
      /* line 53, ../sass/components/_header-alert.scss */
      .wm-alert .inner .hero-content-wrapper {
        margin-top: 0; } }
  @media (min-width: 768px) {
    /* line 41, ../sass/components/_header-alert.scss */
    .hero-content-wrapper {
      width: 660px; }
      /* line 65, ../sass/components/_header-alert.scss */
      .home .hero-content-wrapper {
        position: absolute;
        top: 10%;
        left: 50%;
        margin-left: -330px;
        top: 0; }
      /* line 73, ../sass/components/_header-alert.scss */
      .home .alert-on .hero-content-wrapper {
        top: 15px; } }

/* line 79, ../sass/components/_header-alert.scss */
.banner-header {
  font-size: 1.5625em;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    /* line 79, ../sass/components/_header-alert.scss */
    .banner-header {
      font-size: 1.875em;
      margin-bottom: 0; } }

/* line 91, ../sass/components/_header-alert.scss */
.news-banner {
  background: #2d2d2d;
  color: #ffffff;
  font-weight: 300;
  margin: 0 auto 10px;
  padding: 25px;
  width: 100%;
  position: relative;
  /*Emergency - text-centered */
  /*Image Left Layout*/
  /*2-Column Layout*/ }
  /* line 107, ../sass/components/_header-alert.scss */
  .news-banner.emergency {
    text-align: center; }
  /* line 115, ../sass/components/_header-alert.scss */
  .news-banner.image-left img {
    display: none; }
  @media (min-width: 768px) {
    /* line 112, ../sass/components/_header-alert.scss */
    .news-banner.image-left {
      padding: 0;
      min-height: 130px; }
      /* line 123, ../sass/components/_header-alert.scss */
      .news-banner.image-left img {
        display: block;
        width: 150px;
        float: left; }
      /* line 129, ../sass/components/_header-alert.scss */
      .news-banner.image-left .banner-text {
        float: left; }
        /* line 132, ../sass/components/_header-alert.scss */
        .news-banner.image-left .banner-text p {
          padding: 0 0 0 10px; }
      /* line 137, ../sass/components/_header-alert.scss */
      .news-banner.image-left .banner-header {
        padding: 20px 10px 0; } }
  /* line 144, ../sass/components/_header-alert.scss */
  .news-banner.columns {
    background: none;
    padding: 0; }
    /* line 148, ../sass/components/_header-alert.scss */
    .news-banner.columns .col {
      background: #2d2d2d;
      width: 100%;
      padding: 18px 15px;
      position: relative;
      margin-bottom: 5px; }
    /* line 156, ../sass/components/_header-alert.scss */
    .news-banner.columns .banner-header {
      font-size: 1.5em; }
    @media (min-width: 640px) {
      /* line 144, ../sass/components/_header-alert.scss */
      .news-banner.columns {
        border-collapse: separate;
        display: table;
        border-spacing: 4px 0;
        margin-left: -4px;
        /*fix left outer border-spacing*/ }
        /* line 166, ../sass/components/_header-alert.scss */
        .news-banner.columns .col {
          display: table-cell;
          width: 50%;
          /*fix right outer border-spacing*/ }
          /* line 171, ../sass/components/_header-alert.scss */
          .news-banner.columns .col + .col:after {
            background: #2d2d2d;
            content: "";
            height: 100%;
            position: absolute;
            right: -8px;
            top: 0;
            width: 8px; } }
  @media (min-width: 768px) {
    /* line 91, ../sass/components/_header-alert.scss */
    .news-banner {
      line-height: 1.2;
      min-height: 130px;
      width: 660px; }
      /* line 189, ../sass/components/_header-alert.scss */
      .news-banner p {
        font-size: 1.25em; } }

/* line 195, ../sass/components/_header-alert.scss */
.wm-alert .inner .hero-wrapper, .wm-alert .landing .hero-wrapper {
  background: #b43955;
  padding: 28px 0 0; }
  @media (min-width: 768px) {
    /* line 195, ../sass/components/_header-alert.scss */
    .wm-alert .inner .hero-wrapper, .wm-alert .landing .hero-wrapper {
      padding: 20px 0; } }

/*---------------------
UTILITY NAV
----------------------*/
/* line 4, ../sass/components/_header.scss */
.utility-nav-wrapper {
  background: #3e3e3e;
  height: 30px;
  position: relative; }
  @media (min-width: 0) and (max-width: 768px) {
    /* line 10, ../sass/components/_header.scss */
    .utility-nav-wrapper.open-search {
      margin-top: 40px; } }
  @media (min-width: 768px) {
    /* line 4, ../sass/components/_header.scss */
    .utility-nav-wrapper {
      height: 45px;
      margin-top: 0; } }
  /* line 20, ../sass/components/_header.scss */
  .utility-nav-wrapper .container, .utility-nav-wrapper .footer-nav, .utility-nav-wrapper .footer-contact, .utility-nav-wrapper .main-nav-wrapper nav > ul .mm-content, .main-nav-wrapper nav > ul .utility-nav-wrapper .mm-content, .utility-nav-wrapper .video-wrapper {
    position: relative; }
    @media (min-width: 0) and (max-width: 768px) {
      /* line 20, ../sass/components/_header.scss */
      .utility-nav-wrapper .container, .utility-nav-wrapper .footer-nav, .utility-nav-wrapper .footer-contact, .utility-nav-wrapper .main-nav-wrapper nav > ul .mm-content, .main-nav-wrapper nav > ul .utility-nav-wrapper .mm-content, .utility-nav-wrapper .video-wrapper {
        padding: 0; } }

@media (min-width: 768px) {
  height: 45px; }
@media (min-width: 768px) {
  /* line 33, ../sass/components/_header.scss */
  .nav-item-wrapper {
    float: right; } }
/* line 38, ../sass/components/_header.scss */
.nav-item-wrapper .nav-item {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  vertical-align: middle;
  /*TEMPORARY IMG - Remove after translator API is installed*/ }
  @media (min-width: 768px) {
    /* line 38, ../sass/components/_header.scss */
    .nav-item-wrapper .nav-item {
      height: 45px;
      line-height: 45px;
      z-index: 1000;
      position: relative; } }
  @media (min-width: 0) and (max-width: 1200px) {
    /* line 53, ../sass/components/_header.scss */
    .nav-item-wrapper .nav-item.global-search {
      padding: 0 !important; } }
  /* line 59, ../sass/components/_header.scss */
  .nav-item-wrapper .nav-item img {
    display: inline; }
/* line 64, ../sass/components/_header.scss */
.nav-item-wrapper .browse-aloud {
  border: 1px solid #6a8daf;
  border-width: 0 0 0 1px; }
  /* line 68, ../sass/components/_header.scss */
  .wm-alert .nav-item-wrapper .browse-aloud {
    border-color: #9c7f9e; }
  @media (min-width: 768px) {
    /* line 64, ../sass/components/_header.scss */
    .nav-item-wrapper .browse-aloud {
      border-width: 0 1px; } }
  /* line 76, ../sass/components/_header.scss */
  .nav-item-wrapper .browse-aloud a {
    color: #ffffff;
    padding-left: 23px;
    font-weight: 300;
    position: relative;
    display: inline-block; }
    @media (min-width: 0) and (max-width: 767px) {
      /* line 76, ../sass/components/_header.scss */
      .nav-item-wrapper .browse-aloud a {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0; } }
    /* line 87, ../sass/components/_header.scss */
    .nav-item-wrapper .browse-aloud a:before {
      content: '';
      background: url('../images/icons/utility-nav/s01-browse-aloud.png?1445971374') no-repeat 0 0/20px transparent;
      width: 15px;
      height: 15px;
      position: absolute;
      left: 7px;
      top: -12px;
      display: inline-block; }
      @media (min-width: 768px) {
        /* line 87, ../sass/components/_header.scss */
        .nav-item-wrapper .browse-aloud a:before {
          left: 0;
          top: 16px;
          background-size: 100%; } }
    /* line 104, ../sass/components/_header.scss */
    html.lt-ie9 .nav-item-wrapper .browse-aloud a {
      background-position: 0 0;
      background-position: 0 16px; }
    /* line 109, ../sass/components/_header.scss */
    .nav-item-wrapper .browse-aloud a:hover {
      border: none; }
  @media (min-width: 768px) {
    /* line 115, ../sass/components/_header.scss */
    .nav-item-wrapper .browse-aloud:hover {
      background: #858585;
      border-color: #ffffff; } }

/* line 123, ../sass/components/_header.scss */
.translate-wrapper {
  width: 150px;
  display: none; }

/* line 129, ../sass/components/_header.scss */
.goog-te-gadget-simple {
  background: transparent !important;
  border: none  !important;
  padding: 0 !important; }
  /* line 135, ../sass/components/_header.scss */
  .goog-te-gadget-simple .goog-te-menu-value * {
    color: #ffffff !important;
    border-color: #ffffff !important;
    font-family: "Lato", sans-serif, Helvetica, Arial !important; }
  /* line 141, ../sass/components/_header.scss */
  .goog-te-gadget-simple .goog-te-menu-value span:last-child {
    font-size: 11px !important; }

/* line 147, ../sass/components/_header.scss */
.goog-te-menu-frame {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

@media (min-width: 992px) {
  /* line 152, ../sass/components/_header.scss */
  .global-search {
    display: block; } }
@media (min-width: 0) and (max-width: 768px) {
  /* line 162, ../sass/components/_header.scss */
  #mobile-menu .global-search {
    padding-top: 0; }
  /* line 166, ../sass/components/_header.scss */
  .global-search form {
    background: #2d2d2d;
    left: 0;
    padding: 5px;
    position: absolute;
    top: -40px;
    width: 100%; } }
  @media (min-width: 0) and (max-width: 768px) and (min-width: 768px) {
    /* line 166, ../sass/components/_header.scss */
    .global-search form {
      padding: 0;
      position: static;
      top: -34px; } }
@media (min-width: 0) and (max-width: 768px) {
    /* line 180, ../sass/components/_header.scss */
    #mobile-menu .global-search form {
      position: static;
      background: #5481b3;
      height: 40px;
      padding-top: 0; }
  /* line 188, ../sass/components/_header.scss */
  .global-search[type="text"] {
    width: 100% !important; } }
/* line 193, ../sass/components/_header.scss */
.global-search input {
  border: medium;
  height: 30px; }
  @media (min-width: 768px) {
    /* line 193, ../sass/components/_header.scss */
    .global-search input {
      height: 45px; } }
  /* line 201, ../sass/components/_header.scss */
  .global-search input[type="text"] {
    color: #000000;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 0.875em;
    font-weight: 300;
    opacity: 1 !important;
    /*prevent ie from hiding field prematurely during transition*/
    /*hide IE's clear field X button*/ }
    /* line 211, ../sass/components/_header.scss */
    .global-search input[type="text"]::-ms-clear {
      display: none; }
    @media (min-width: 0) and (max-width: 768px) {
      /* line 201, ../sass/components/_header.scss */
      .global-search input[type="text"] {
        width: 96%; } }
    @media (min-width: 768px) {
      /* line 201, ../sass/components/_header.scss */
      .global-search input[type="text"] {
        display: none;
        width: 0;
        color: #ffffff;
        background: #5f5f5f;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.25em; } }
    /* line 61, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
    .global-search input[type="text"]:-moz-placeholder {
      opacity: 1;
      color: #5f5f5f;
      /*"hide" placeholder text when closing the search box*/ }
    /* line 64, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
    .global-search input[type="text"]::-moz-placeholder {
      opacity: 1;
      color: #5f5f5f;
      /*"hide" placeholder text when closing the search box*/ }
    /* line 67, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
    .global-search input[type="text"]:-ms-input-placeholder {
      opacity: 1;
      color: #5f5f5f;
      /*"hide" placeholder text when closing the search box*/ }
    /* line 56, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
    .global-search input[type="text"]::-webkit-input-placeholder {
      opacity: 1;
      color: #5f5f5f;
      /*"hide" placeholder text when closing the search box*/ }
    /* line 234, ../sass/components/_header.scss */
    .global-search input[type="text"].open {
      padding: 0 10px;
      display: inline-block; }
      /* line 61, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
      .global-search input[type="text"].open:-moz-placeholder {
        color: #ffffff; }
      /* line 64, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
      .global-search input[type="text"].open::-moz-placeholder {
        color: #ffffff; }
      /* line 67, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
      .global-search input[type="text"].open:-ms-input-placeholder {
        color: #ffffff; }
      /* line 56, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
      .global-search input[type="text"].open::-webkit-input-placeholder {
        color: #ffffff; }
  /* line 244, ../sass/components/_header.scss */
  .global-search input[type="submit"] {
    background-image: url('../images/sprites/icons/utility-nav-sa9e97744c4.png');
    background-repeat: no-repeat;
    background-position: center -84px;
    background-size: 16px auto;
    background-color: transparent !important;
    float: right;
    width: 30px;
    display: inline-block;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 4%; }
    /* line 257, ../sass/components/_header.scss */
    html.lt-ie9 .global-search input[type="submit"] {
      background-position: 0 -32px;
      background-position: center -20px; }
    @media (min-width: 768px) {
      /* line 244, ../sass/components/_header.scss */
      .global-search input[type="submit"] {
        position: static;
        width: 40px;
        background-position: center -59px;
        background-size: 21px;
        background-color: #858585 !important; } }
    @media (min-width: 1200px) {
      /* line 244, ../sass/components/_header.scss */
      .global-search input[type="submit"] {
        width: 50px; } }
/* line 277, ../sass/components/_header.scss */
html.lt-ie9 .global-search form {
  background: #5f5f5f; }
/* line 282, ../sass/components/_header.scss */
.global-search .open-mobile-search {
  display: block;
  float: none;
  height: 30px;
  width: 30px;
  background-image: url('../images/sprites/icons/utility-nav-sa9e97744c4.png');
  background-repeat: no-repeat;
  background-color: #858585 !important;
  background-position: center -47px;
  background-size: 16px auto;
  cursor: pointer; }
  /* line 294, ../sass/components/_header.scss */
  html.lt-ie9 .global-search .open-mobile-search {
    display: none; }
  @media (min-width: 768px) {
    /* line 282, ../sass/components/_header.scss */
    .global-search .open-mobile-search {
      display: none; } }
  /* line 302, ../sass/components/_header.scss */
  #mobile-menu .global-search .open-mobile-search {
    display: none; }

/* line 310, ../sass/components/_header.scss */
header .logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  max-width: 50px;
  position: absolute;
  left: 10px;
  top: 43px;
  z-index: 1; }
  @media (min-width: 768px) {
    /* line 310, ../sass/components/_header.scss */
    header .logo {
      max-width: 80px;
      top: 10px;
      left: 0; } }
/* line 324, ../sass/components/_header.scss */
header .wmata-name {
  color: #ffffff;
  font-weight: 300;
  margin-left: 70px;
  position: absolute;
  top: 42px;
  width: 60%;
  font-size: 0.8125em;
  z-index: 1; }
  @media (min-width: 768px) {
    /* line 324, ../sass/components/_header.scss */
    header .wmata-name {
      top: 12px;
      width: auto;
      margin-left: 85px; } }
  @media (min-width: 992px) {
    /* line 324, ../sass/components/_header.scss */
    header .wmata-name {
      font-size: 1em; } }

/*---------------------
MEGA MENU
----------------------*/
/* line 350, ../sass/components/_header.scss */
.mm-dropdown {
  background: #4f4f4f;
  height: auto;
  left: -999em;
  margin: 0 auto;
  padding: 40px 0 20px !important;
  position: absolute;
  text-align: left;
  top: 88px;
  width: 100%;
  z-index: 101; }
  @media (min-width: 992px) {
    /* line 350, ../sass/components/_header.scss */
    .mm-dropdown {
      display: none; } }

/* line 367, ../sass/components/_header.scss */
.main-nav-wrapper {
  position: relative; }
  @media (min-width: 768px) {
    /* line 367, ../sass/components/_header.scss */
    .main-nav-wrapper {
      background: #4679b0;
      height: 88px; }
      /* line 374, ../sass/components/_header.scss */
      .wm-alert .main-nav-wrapper {
        background: #9c7f9e;
        opacity: 1; } }
  /* line 380, ../sass/components/_header.scss */
  .main-nav-wrapper nav {
    /*float: right;*/
    display: none;
    /*1st level links*/ }
    @media (min-width: 768px) {
      /* line 380, ../sass/components/_header.scss */
      .main-nav-wrapper nav {
        display: block; 
        margin-left: 100px;
        width: 950px;
        } }
    /* line 388, ../sass/components/_header.scss */
    .main-nav-wrapper nav li {
      list-style: none; }
      /* line 11, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss */
      .main-nav-wrapper nav li li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
    /* line 392, ../sass/components/_header.scss */
    .main-nav-wrapper nav a {
      color: #ffffff;
      font-weight: 300; }
    /* line 398, ../sass/components/_header.scss */
    .main-nav-wrapper nav > ul {
      margin: 0;
      padding: 0;
      /*2nd level*/ }
      /* line 403, ../sass/components/_header.scss */
      .main-nav-wrapper nav > ul > li {
        float: left;
        /*nav fix*/
        /*end nav fix*/ }
        @media (min-width: 768px) {
          /* line 403, ../sass/components/_header.scss */
          .main-nav-wrapper nav > ul > li {
            line-height: 88px;
            max-height: 88px;
            max-width: 120px;
            text-align: center;
            /*REPLACE TRANSLATION CLASS*/ }
            /* line 414, ../sass/components/_header.scss */
            .translated-ltr .main-nav-wrapper nav > ul > li {
              word-break: break-all; } }
        @media (min-width: 992px) {
          /* line 403, ../sass/components/_header.scss */
          .main-nav-wrapper nav > ul > li {
            max-width: 150px; } }
        @media (min-width: 1200px) {
          /* line 403, ../sass/components/_header.scss */
          .main-nav-wrapper nav > ul > li {
            max-width: 180px; } }
        /* line 428, ../sass/components/_header.scss */
        .main-nav-wrapper nav > ul > li.active {
          background: #4f4f4f; }
        /* line 432, ../sass/components/_header.scss */
        .main-nav-wrapper nav > ul > li:hover {
          background: #4f4f4f; }
          /* line 435, ../sass/components/_header.scss */
          .main-nav-wrapper nav > ul > li:hover > .mm-dropdown {
            display: block;
            left: 0; }
        /* line 441, ../sass/components/_header.scss */
        .main-nav-wrapper nav > ul > li > a {
          font-size: 1.25em;
          line-height: 88px;
          height: 100%;
          padding: 0 15px;
          display: block;
          vertical-align: middle;
          border-bottom: 0; }
          @media (min-width: 768px) {
            /* line 441, ../sass/components/_header.scss */
            .main-nav-wrapper nav > ul > li > a {
              /*nav fix*/
              display: inline-block;
              line-height: normal;
              /*REPLACE TRANSLATION CLASS*/
              /*end nav fix*/ }
              /* line 456, ../sass/components/_header.scss */
              .translated-ltr .main-nav-wrapper nav > ul > li > a {
                font-size: 1em; } }
          @media (min-width: 992px) {
            /* line 441, ../sass/components/_header.scss */
            .main-nav-wrapper nav > ul > li > a {
              font-size: 1.5em;
              padding: 0 23px;
              /*REPLACE TRANSLATION CLASS*/ }
              /* line 467, ../sass/components/_header.scss */
              .translated-ltr .main-nav-wrapper nav > ul > li > a {
                font-size: 1.25em; } }
      /* line 478, ../sass/components/_header.scss */
      .main-nav-wrapper nav > ul .mm-content ul {
        padding: 0;
        margin: 0; }
      /* line 483, ../sass/components/_header.scss */
      .main-nav-wrapper nav > ul .mm-content li {
        float: left;
        width: 40%;
        vertical-align: top;
        padding-bottom: 30px;
        margin-right: 10%;
        /*clear odd links*/ }
        @media (min-width: 768px) {
          /* line 483, ../sass/components/_header.scss */
          .main-nav-wrapper nav > ul .mm-content li {
            /*nav fix*/
            line-height: 2;
            /*end nav fix*/ } }
        @media (min-width: 992px) {
          /* line 483, ../sass/components/_header.scss */
          .main-nav-wrapper nav > ul .mm-content li {
            width: 45%;
            margin-right: 5%; } }
        /* line 502, ../sass/components/_header.scss */
        .main-nav-wrapper nav > ul .mm-content li:nth-child(2n+1) {
          clear: left; }
      /* line 507, ../sass/components/_header.scss */
      .main-nav-wrapper nav > ul .mm-content a {
        padding-left: 0;
        padding-right: 0;
        /*font-size: em(20px);*/
        line-height: 1;
        display: inline; }
        /* line 514, ../sass/components/_header.scss */
        .main-nav-wrapper nav > ul .mm-content a:hover {
          border-bottom: 1px solid #779dc5; }
        @media (min-width: 992px) {
          /* line 507, ../sass/components/_header.scss */
          .main-nav-wrapper nav > ul .mm-content a {
            font-size: 1.25em; } }

@media (min-width: 992px) {
  /* line 527, ../sass/components/_header.scss */
  .mm-links-col {
    float: left;
    width: 65%; } }

/*Mega Menu Promotions*/
/* line 535, ../sass/components/_header.scss */
.mm-promo {
  padding: 20px;
  /*Image Left - Content Right*/
  /*Image Only w/Link*/ }
  @media (min-width: 992px) {
    /* line 535, ../sass/components/_header.scss */
    .mm-promo {
      float: left;
      width: 35%;
      padding: 0; } }
  /* line 545, ../sass/components/_header.scss */
  .mm-promo .promo-text {
    font-size: 0.875em;
    color: #769ec5; }
    @media (min-width: 768px) {
      /* line 545, ../sass/components/_header.scss */
      .mm-promo .promo-text {
        /*nav fix*/
        line-height: 1.3;
        /*end nav fix*/ } }
    @media (min-width: 992px) {
      /* line 545, ../sass/components/_header.scss */
      .mm-promo .promo-text {
        font-size: 1.6875em; } }
  /* line 560, ../sass/components/_header.scss */
  .mm-promo .promo-link {
    font-size: 0.75em !important; }
  /* line 566, ../sass/components/_header.scss */
  .mm-promo .promo-img-left .promo-img, .mm-promo .promo-img-left .promo-text {
    float: left; }
  /* line 570, ../sass/components/_header.scss */
  .mm-promo .promo-img-left .promo-img {
    width: 30%;
    display: none; }
    @media (min-width: 992px) {
      /* line 570, ../sass/components/_header.scss */
      .mm-promo .promo-img-left .promo-img {
        display: block; } }
  @media (min-width: 992px) {
    /* line 580, ../sass/components/_header.scss */
    .mm-promo .promo-img-left .promo-text {
      width: 65%;
      margin-left: 5%; } }
  /* line 590, ../sass/components/_header.scss */
  .mm-promo .promo-img-only .promo-link {
    display: inline-block;
    margin-top: 20px; }

/*---------------------
HEADER - ALERT
----------------------*/
/* line 601, ../sass/components/_header.scss */
.alert-overlay-wrapper {
  position: relative; }

/* line 605, ../sass/components/_header.scss */
.alert-overlay {
  display: none;
  background: rgba(156, 127, 158, 0.68);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  /* line 614, ../sass/components/_header.scss */
  .wm-alert .alert-overlay {
    display: block; }
  /* line 618, ../sass/components/_header.scss */
  html.lt-ie9 .alert-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AD9C7F9E,endColorstr=#AD9C7F9E);
    zoom: 1; }

/*---------------------
MOBILE MENU
----------------------*/
/* line 626, ../sass/components/_header.scss */
nav#mobile-menu {
  background: #4f4f4f !important; }
  @media (min-width: 768px) {
    /* line 626, ../sass/components/_header.scss */
    nav#mobile-menu {
      display: none; } }
  /* line 633, ../sass/components/_header.scss */
  nav#mobile-menu * {
    color: #ffffff; }
  /* line 637, ../sass/components/_header.scss */
  nav#mobile-menu .mm-search, nav#mobile-menu .mm-navbar {
    background: #5481b3; }
  /* line 642, ../sass/components/_header.scss */
  nav#mobile-menu .mm-search input {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    background: white !important;
    color: #333333 !important; }

/* line 650, ../sass/components/_header.scss */
.mobile-content-wrapper {
  position: relative; }
  /* line 653, ../sass/components/_header.scss */
  .mobile-content-wrapper .mobile-menu-btn {
    background: url('../images/icons/btn-mobile-menu.png?1445971374') no-repeat 0 0/100% transparent;
    position: absolute;
    right: 15px;
    top: 37px;
    cursor: pointer;
    width: 35px;
    height: 30px;
    z-index: 1; }
    /* line 663, ../sass/components/_header.scss */
    .mobile-content-wrapper .mobile-menu-btn span {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
  @media (min-width: 768px) {
    /* line 650, ../sass/components/_header.scss */
    .mobile-content-wrapper {
      display: none; } }
  /* line 672, ../sass/components/_header.scss */
  .mobile-content-wrapper .mobile-menu-content {
    display: none; }

/* line 677, ../sass/components/_header.scss */
.mobile-menu-footer, .mobile-search {
  display: none; }

/* line 681, ../sass/components/_header.scss */
.footer-button {
  border: 1px solid #ffffff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 220px;
  font-size: 0.75em;
  padding: 5px 20px;
  height: auto;
  /*large buttons*/ }
  /* line 691, ../sass/components/_header.scss */
  .mm-navbar-bottom:first-child .footer-button {
    margin-top: 10px; }
  @media (min-width: 640px) {
    /* line 681, ../sass/components/_header.scss */
    .footer-button {
      background-repeat: no-repeat;
      padding: 10px 40px 10px 60px;
      height: 55px;
      font-size: 0.875em;
      text-align: left;
      margin-top: 10px; }
      /* line 704, ../sass/components/_header.scss */
      .mm-navbar-bottom:first-child .footer-button {
        background-image: url('../images/icons/services/s15-members.png?1445971374');
        background-position: 13px 7px;
        background-size: 35px; }
      /* line 710, ../sass/components/_header.scss */
      .mm-navbar-bottom .footer-button {
        background-image: url('../images/icons/services/s16-metrofare.png?1445971374');
        background-position: 10px 10px;
        background-size: 40px; } }

/* line 718, ../sass/components/_header.scss */
.mm-navbar-bottom {
  height: 40px !important; }
  /* line 721, ../sass/components/_header.scss */
  .mm-navbar-bottom:first-child {
    bottom: 40px !important; }
  @media (min-width: 640px) {
    /* line 718, ../sass/components/_header.scss */
    .mm-navbar-bottom {
      height: 80px !important; }
      /* line 728, ../sass/components/_header.scss */
      .mm-navbar-bottom:first-child {
        bottom: 80px !important; } }

/* line 734, ../sass/components/_header.scss */
.mm-menu.mm-current {
  z-index: 999; }
  @media (min-width: 769px) {
    /* line 734, ../sass/components/_header.scss */
    .mm-menu.mm-current {
      display: none !important; } }

/* line 742, ../sass/components/_header.scss */
.mm-dropdown .mm-listview {
  margin-top: -30px; }

/* line 746, ../sass/components/_header.scss */
.mm-dropdown.mm-panel:after, .mm-dropdown.mm-panel:before {
  height: 0; }

/* line 750, ../sass/components/_header.scss */
.mm-listview > li > a, .mm-listview > li > span {
  padding-top: 12px;
  padding-bottom: 12px; }

/* line 755, ../sass/components/_header.scss */
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: white !important; }

/* line 762, ../sass/components/_header.scss */
.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
  border-color: #999999 !important; }

/* line 766, ../sass/components/_header.scss */
.mm-listview > li:not(.mm-divider):after {
  left: 0; }

@media (min-width: 0) and (max-width: 769px) {
  /* line 770, ../sass/components/_header.scss */
  html.mm-opened body:before {
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999; } }

@media (min-width: 768px) {
  /* line 784, ../sass/components/_header.scss */
  .mm-page {
    position: static !important; } }

/* line 790, ../sass/components/_header.scss */
html.mm-background .mm-page {
  background: transparent !important; }

@media (min-width: 769px) {
  /* line 794, ../sass/components/_header.scss */
  html.mm-opened {
    position: static !important; } }

/* line 3, ../sass/components/_home.scss */
.home .hero-wrapper {
  background: url("../images/header/home-bg-pattern.png") no-repeat;
  background-size: cover !important; }
  /* line 7, ../sass/components/_home.scss */
  .home .hero-wrapper.alert-on {
    background: url("../images/header/home-bg-alert-pattern.png") no-repeat; }
/* line 13, ../sass/components/_home.scss */
.home .hero {
  height: 90px;
  position: relative;
  z-index: -1;
  width: 100%; }
  /* line 19, ../sass/components/_home.scss */
  .home .hero .hero-img {
    background-size: cover !important;
    display: block;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    height: 610px;
    text-indent: -99999em; }
  @media (min-width: 768px) {
    /* line 13, ../sass/components/_home.scss */
    .home .hero {
      height: 590px;
      overflow: hidden; }
      /* line 38, ../sass/components/_home.scss */
      .home .hero img {
        max-width: inherit !important; } }

/*MOBILE QUICK LINKS*/
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.mobile-quick-links:before, .mobile-quick-links:after {
  content: " ";
  display: table; }
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.mobile-quick-links:after {
  clear: both; }
@media (min-width: 768px) {
  /* line 46, ../sass/components/_home.scss */
  .mobile-quick-links {
    display: none; } }
/* line 53, ../sass/components/_home.scss */
.mobile-quick-links .quick-link {
  background: #ffffff;
  width: 33.3%;
  float: left;
  height: 85px;
  text-align: center;
  border: 1px solid #a7bdd6;
  border-width: 0 1px 1px 0; }
  /* line 62, ../sass/components/_home.scss */
  .mobile-quick-links .quick-link:nth-child(3n) {
    border-right: 0; }
  /* line 66, ../sass/components/_home.scss */
  .mobile-quick-links .quick-link span {
    display: block; }
/* line 71, ../sass/components/_home.scss */
.mobile-quick-links .quick-link-text {
  color: #333333;
  font-size: 11px;
  font-weight: 700; }
/* line 77, ../sass/components/_home.scss */
.mobile-quick-links .quick-link-img {
  background-image: url('../images/sprites/icons/services-s99baa34738.png');
  width: 65px;
  height: 65px;
  background-size: cover;
  margin: 0 auto; }
  /* line 84, ../sass/components/_home.scss */
  .mobile-quick-links .quick-link-img.trip-planner {
    background-position: 8px 385px; }
  /* line 88, ../sass/components/_home.scss */
  .mobile-quick-links .quick-link-img.next-bus {
    background-position: 0 3153px;
    width: 60px; }
  /* line 93, ../sass/components/_home.scss */
  .mobile-quick-links .quick-link-img.next-train {
    background-position: 0 2971px;
    width: 60px; }
  /* line 98, ../sass/components/_home.scss */
  .mobile-quick-links .quick-link-img.service {
    background-position: 8px 456px;
    width: 55px; }
  /* line 103, ../sass/components/_home.scss */
  .mobile-quick-links .quick-link-img.maps {
    background-image: url('../images/sprites/icons/interactive-s4409d1f16c.png');
    background-position: 0 384px; }
  /* line 108, ../sass/components/_home.scss */
  .mobile-quick-links .quick-link-img.police {
    background-position: 0 477px;
    width: 50px; }

/* line 116, ../sass/components/_home.scss */
.home .main-content {
  padding-top: 40px; }
  @media (min-width: 992px) {
    /* line 116, ../sass/components/_home.scss */
    .home .main-content {
      padding-top: 60px; } }

/*ACTIONS GRID 6 */
/* line 125, ../sass/components/_home.scss */
.actions-grid-content {
  width: 100%; }
  @media (min-width: 992px) {
    /* line 125, ../sass/components/_home.scss */
    .actions-grid-content {
      display: table;
      border-collapse: separate; }
      /* line 132, ../sass/components/_home.scss */
      .actions-grid-content.row-1 {
        position: relative; }
        /* line 135, ../sass/components/_home.scss */
        .actions-grid-content.row-1:before, .actions-grid-content.row-1:after {
          content: "";
          background: #ffffff;
          height: 15px;
          position: absolute;
          width: 100%; }
        /* line 143, ../sass/components/_home.scss */
        .actions-grid-content.row-1:before {
          bottom: 0px;
          border-bottom: 1px solid #5481b3; }
        /* line 148, ../sass/components/_home.scss */
        .actions-grid-content.row-1:after {
          left: 0;
          bottom: -15px; } }

/* line 156, ../sass/components/_home.scss */
.actions-grid-item {
  display: block;
  width: 100%;
  padding-bottom: 70px;
  /*SERVICE ICONS*/
  /*FORMS*/
  /*BUTTONS*/
  /*TABS*/ }
  @media (min-width: 992px) {
    /* line 156, ../sass/components/_home.scss */
    .actions-grid-item {
      display: table-cell;
      width: 33.3%;
      border-left: 1px solid #5481b3;
      padding: 30px 0 50px; }
      /* line 168, ../sass/components/_home.scss */
      .actions-grid-item:first-child {
        border-left: none; } }
  /* line 173, ../sass/components/_home.scss */
  .actions-grid-item .actions-grid-image {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-image: url('../images/sprites/icons/services-s99baa34738.png');
    background-size: cover; }
    /* line 180, ../sass/components/_home.scss */
    html.lt-ie9 .actions-grid-item .actions-grid-image {
      background-image: none;
      background-size: 80px 80px; }
  /* line 187, ../sass/components/_home.scss */
  .actions-grid-item.next-bus .actions-grid-image {
    background-position: 0 1927px; }
    /* line 190, ../sass/components/_home.scss */
    html.lt-ie9 .actions-grid-item.next-bus .actions-grid-image {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s04-bus-lt-blue.png',sizingMethod='scale'); }
  /* line 195, ../sass/components/_home.scss */
  .actions-grid-item.next-train .actions-grid-image {
    background-position: 0 1685px; }
    /* line 198, ../sass/components/_home.scss */
    html.lt-ie9 .actions-grid-item.next-train .actions-grid-image {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s07-train-lt-blue.png',sizingMethod='scale'); }
  /* line 203, ../sass/components/_home.scss */
  .actions-grid-item.service .actions-grid-image {
    background-position: 0 657px; }
    /* line 206, ../sass/components/_home.scss */
    html.lt-ie9 .actions-grid-item.service .actions-grid-image {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s19-service.png',sizingMethod='scale'); }
  /* line 211, ../sass/components/_home.scss */
  .actions-grid-item.tourists .actions-grid-image {
    background-position: 0 1340px; }
    /* line 214, ../sass/components/_home.scss */
    html.lt-ie9 .actions-grid-item.tourists .actions-grid-image {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s11-tourist.png',sizingMethod='scale'); }
  /* line 219, ../sass/components/_home.scss */
  .actions-grid-item.signup .actions-grid-image {
    background-position: 0 1253px;
    width: 70px; }
    /* line 223, ../sass/components/_home.scss */
    html.lt-ie9 .actions-grid-item.signup .actions-grid-image {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s10-signup-alerts.png',sizingMethod='scale'); }
  /* line 228, ../sass/components/_home.scss */
  .actions-grid-item.smartrip .actions-grid-image {
    background: url('../images/smartrip-card.png?1445971374') no-repeat 0 0/100% transparent;
    width: 124px; }
    /* line 232, ../sass/components/_home.scss */
    html.lt-ie9 .actions-grid-item.smartrip .actions-grid-image {
      background: none;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/smartrip-card.png',sizingMethod='scale'); }
  /* line 238, ../sass/components/_home.scss */
  .actions-grid-item h2 {
    font-size: 1.625em; }
  /* line 243, ../sass/components/_home.scss */
  .actions-grid-item .content-wrapper {
    margin: 0 auto;
    width: 75%; }
  /* line 249, ../sass/components/_home.scss */
  .actions-grid-item select, .actions-grid-item input {
    width: 100% !important; }
  /* line 253, ../sass/components/_home.scss */
  .actions-grid-item label, .actions-grid-item .form-wrapper .control-label, .form-wrapper .actions-grid-item .control-label {
    font-weight: 400; }
  /* line 257, ../sass/components/_home.scss */
  .actions-grid-item label, .actions-grid-item .form-wrapper .control-label, .form-wrapper .actions-grid-item .control-label, .actions-grid-item p {
    font-size: 0.875em; }
  /* line 262, ../sass/components/_home.scss */
  .actions-grid-item .button, .actions-grid-item .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .actions-grid-item input[type="submit"], .actions-grid-item .button-lt-blue, .actions-grid-item .button-twitter {
    margin-top: 10px !important;
    margin-bottom: 25px !important;
    /*padding: 0 10px;
    height: 40px;*/
    font-size: 0.875em; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  .actions-grid-item .alert-buttons:before, .actions-grid-item .alert-buttons:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  .actions-grid-item .alert-buttons:after {
    clear: both; }
  /* line 273, ../sass/components/_home.scss */
  .actions-grid-item .alert-buttons a {
    padding-left: 35px !important;
    padding-right: 20px !important; }
    @media (min-width: 640px) {
      /* line 273, ../sass/components/_home.scss */
      .actions-grid-item .alert-buttons a {
        float: left;
        width: 48%; }
        /* line 281, ../sass/components/_home.scss */
        .actions-grid-item .alert-buttons a:first-child {
          margin-right: 4%; } }
    @media (min-width: 992px) {
      /* line 273, ../sass/components/_home.scss */
      .actions-grid-item .alert-buttons a {
        font-size: 0.6875em !important;
        padding-left: 24px !important;
        padding-right: 2px !important; } }
    @media (min-width: 1200px) {
      /* line 273, ../sass/components/_home.scss */
      .actions-grid-item .alert-buttons a {
        font-size: 0.8125em !important; } }
    /* line 296, ../sass/components/_home.scss */
    html.lt-ie9 .actions-grid-item .alert-buttons a {
      padding-left: 0 !important;
      padding-right: 0 !important;
      text-align: center; }
  /* line 305, ../sass/components/_home.scss */
  .actions-grid-item .nav-tabs {
    border: none !important; }
    /* line 308, ../sass/components/_home.scss */
    .actions-grid-item .nav-tabs a {
      border: none !important;
      padding: 7px 10px;
      line-height: 1;
      color: #6082aa;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
    /* line 317, ../sass/components/_home.scss */
    .actions-grid-item .nav-tabs li.active a {
      background: #7fa1c6;
      color: #ffffff !important; }
  /* line 326, ../sass/components/_home.scss */
  html.lt-ie9 .actions-grid-item .tab-content {
    margin-top: 20px; }

/* line 332, ../sass/components/_home.scss */
.results-overlay-wrapper {
  display: none;
  width: 100%;
  background: darkgray; }

/* line 5, ../sass/components/_inner.scss */
.inner.one-col .content-wrapper, .inner.one-col .content {
  padding: 0 !important; }
@media (min-width: 992px) and (max-width: 1170px) {
  /* line 9, ../sass/components/_inner.scss */
  .inner.one-col .main-content .container, .inner.one-col .main-content .footer-nav, .inner.one-col .main-content .footer-contact, .inner.one-col .main-content .main-nav-wrapper nav > ul .mm-content, .main-nav-wrapper nav > ul .inner.one-col .main-content .mm-content, .inner.one-col .main-content .video-wrapper {
    width: 840px; } }
/* line 16, ../sass/components/_inner.scss */
.inner .main-content {
  margin: 0 auto; }
  /* line 20, ../sass/components/_inner.scss */
  .inner .main-content:before {
    background: #4679b0;
    content: "";
    width: 100%;
    height: 90px;
    z-index: -1; }
    /* line 27, ../sass/components/_inner.scss */
    .wm-alert .inner .main-content:before {
      display: none; }
      @media (min-width: 768px) {
        /* line 27, ../sass/components/_inner.scss */
        .wm-alert .inner .main-content:before {
          display: block; } }
    @media (min-width: 768px) {
      /* line 20, ../sass/components/_inner.scss */
      .inner .main-content:before {
        height: 354px;
        position: absolute;
        background: #f3f6f9; } }
  /* line 42, ../sass/components/_inner.scss */
  .inner .main-content .content-wrapper {
    background: #ffffff;
    position: relative;
    padding: 20px 0;
    margin-top: 25px; }
    @media (min-width: 768px) {
      /* line 42, ../sass/components/_inner.scss */
      .inner .main-content .content-wrapper {
        padding: 20px 25px;
        min-height: 350px; } }
  /* line 56, ../sass/components/_inner.scss */
  .inner .main-content .sidebar {
    display: none; }
  /* line 60, ../sass/components/_inner.scss */
  .inner .main-content .content {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 992px) {
      /* line 60, ../sass/components/_inner.scss */
      .inner .main-content .content {
        float: left;
        width: 100%; } }
/* line 67, ../sass/components/_inner.scss */
.inner.one-sidebar .sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  display: block; }
  @media (min-width: 992px) {
    /* line 67, ../sass/components/_inner.scss */
    .inner.one-sidebar .sidebar {
      float: left;
      width: 25%; } }
  @media (min-width: 992px) {
    /* line 67, ../sass/components/_inner.scss */
    .inner.one-sidebar .sidebar {
      right: 75%; } }
/* line 74, ../sass/components/_inner.scss */
.inner.one-sidebar .content {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 992px) {
    /* line 74, ../sass/components/_inner.scss */
    .inner.one-sidebar .content {
      float: left;
      width: 70.83333333%; } }
  @media (min-width: 992px) {
    /* line 74, ../sass/components/_inner.scss */
    .inner.one-sidebar .content {
      margin-left: 4.16666667%; } }
  @media (min-width: 992px) {
    /* line 74, ../sass/components/_inner.scss */
    .inner.one-sidebar .content {
      left: 25%; } }
/* line 81, ../sass/components/_inner.scss */
.inner h1 {
  display: inline-block;
  margin-top: 25px; }
/* line 86, ../sass/components/_inner.scss */
.inner .content-wrapper h1 {
  display: block; }
/* line 90, ../sass/components/_inner.scss */
.inner h1 span {
  display: block;
  font-weight: 400;
  font-size: 0.65em; }
  @media (min-width: 992px) {
    /* line 90, ../sass/components/_inner.scss */
    .inner h1 span {
      margin: 15px 0 30px; } }
/* line 102, ../sass/components/_inner.scss */
.inner .content img {
  margin: 20px 0; }

/* line 108, ../sass/components/_inner.scss */
.share {
  float: right;
  position: relative;
  top: 15px;
  /*AddThis icon*/
  /*This classname is .at300bs in ie8*/ }
  /* line 113, ../sass/components/_inner.scss */
  .content-wrapper .share {
    /*margin-top: -5px;*/
    top: 0; }
  /* line 119, ../sass/components/_inner.scss */
  .share .at-share-btn {
    background: transparent !important; }
  /* line 125, ../sass/components/_inner.scss */
  .share .at4-icon, .share .at300bs {
    display: block;
    width: 30px !important;
    height: 30px !important;
    background: url('../images/sprites/icons/interactive-s4409d1f16c.png') no-repeat 0 -426px/100% transparent !important; }
    /* line 131, ../sass/components/_inner.scss */
    html.lt-ie9 .share .at4-icon, html.lt-ie9 .share .at300bs {
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s10-share.png',sizingMethod='scale'); }

/*AddThis drop-down*/
/* line 140, ../sass/components/_inner.scss */
#at15s #at15pf {
  height: auto !important; }

/* line 147, ../sass/components/_inner.scss */
h4 span {
  color: #5481b3 !important; }

/* line 152, ../sass/components/_inner.scss */
#archive-form-wrapper {
  display: block;
  background: #f3f6f9;
  padding: 10px;
  margin: 20px 0; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  #archive-form-wrapper:before, #archive-form-wrapper:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  #archive-form-wrapper:after {
    clear: both; }
  /* line 160, ../sass/components/_inner.scss */
  #archive-form-wrapper legend, #archive-form-wrapper label, #archive-form-wrapper .form-wrapper .control-label, .form-wrapper #archive-form-wrapper .control-label {
    font-weight: 400 !important;
    font-size: 1.125em;
    color: #3b6798 !important;
    display: block; }
  /* line 167, ../sass/components/_inner.scss */
  #archive-form-wrapper #archive-list-search {
    width: 100%;
    margin: 0px 0 20px; }
    @media (min-width: 992px) {
      /* line 167, ../sass/components/_inner.scss */
      #archive-form-wrapper #archive-list-search {
        width: 90%; } }
  /* line 176, ../sass/components/_inner.scss */
  #archive-form-wrapper .advanced-search {
    margin-bottom: 15px;
    border-bottom: 0;
    color: #5481b3;
    display: block; }
    @media (min-width: 992px) {
      /* line 176, ../sass/components/_inner.scss */
      #archive-form-wrapper .advanced-search {
        position: relative;
        top: 40px; } }
    /* line 187, ../sass/components/_inner.scss */
    #archive-form-wrapper .advanced-search:after {
      background: transparent url("../images/icons/form/s03-arrow-up.png") no-repeat scroll -19px 3px;
      content: "";
      display: inline-block;
      width: 11px;
      height: 15px;
      margin-left: 5px;
      position: relative;
      top: 2px; }
    /* line 197, ../sass/components/_inner.scss */
    #archive-form-wrapper .advanced-search.collapsed:after {
      background: transparent url("../images/icons/form/s00-arrow-down.png") no-repeat scroll -19px -15px; }
  /* line 204, ../sass/components/_inner.scss */
  #archive-form-wrapper .archive-list-category {
    display: block;
    width: 100%; }
    /* line 208, ../sass/components/_inner.scss */
    #archive-form-wrapper .archive-list-category legend {
      border: none;
      margin-bottom: 10px; }
    /* line 213, ../sass/components/_inner.scss */
    #archive-form-wrapper .archive-list-category label, #archive-form-wrapper .archive-list-category .form-wrapper .control-label, .form-wrapper #archive-form-wrapper .archive-list-category .control-label {
      font-size: 0.875em;
      color: #333333 !important; }
  /* line 220, ../sass/components/_inner.scss */
  #archive-form-wrapper .archive-list-keyword-date {
    margin-bottom: 0; }
    /* line 223, ../sass/components/_inner.scss */
    #archive-form-wrapper .archive-list-keyword-date label, #archive-form-wrapper .archive-list-keyword-date .form-wrapper .control-label, .form-wrapper #archive-form-wrapper .archive-list-keyword-date .control-label {
      margin-right: 5px; }
    /* line 226, ../sass/components/_inner.scss */
    #archive-form-wrapper .archive-list-keyword-date input, #archive-form-wrapper .archive-list-keyword-date select {
      margin-top: 0; }
    /* line 229, ../sass/components/_inner.scss */
    #archive-form-wrapper .archive-list-keyword-date .select-wrapper {
      display: inline-block;
      margin-right: 20px; }
  /* line 236, ../sass/components/_inner.scss */
  #archive-form-wrapper input[type="submit"] {
    height: 40px;
    position: relative;
    top: -2px;
    padding: 0 24px;
    margin: 10px 0; }

/* line 249, ../sass/components/_inner.scss */
ul.archive-list {
  margin: 40px 0 0 !important;
  padding: 0 !important; }
  /* line 253, ../sass/components/_inner.scss */
  ul.archive-list li {
    list-style: none;
    float: left;
    display: block; }
    /* line 258, ../sass/components/_inner.scss */
    ul.archive-list li h3 {
      margin: 0 0 8px 0;
      line-height: normal; }
    /* line 262, ../sass/components/_inner.scss */
    ul.archive-list li p.list-details-date {
      margin: -6px 0 0;
      font-size: 0.875em; }

/* line 269, ../sass/components/_inner.scss */
.archive-list-photo {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 150px; }
  /* line 276, ../sass/components/_inner.scss */
  .archive-list-photo img {
    margin: 0 !important; }

/* line 284, ../sass/components/_inner.scss */
ul.pagination {
  padding: 20px 0 !important;
  width: 100%;
  text-align: center;
  float: none;
  border-top: 1px solid #cccccc; }
  /* line 292, ../sass/components/_inner.scss */
  ul.pagination > li {
    display: inline-block !important;
    padding: 0 !important; }
    /* line 296, ../sass/components/_inner.scss */
    ul.pagination > li.prev {
      float: left; }
    /* line 299, ../sass/components/_inner.scss */
    ul.pagination > li.next {
      float: right; }
    /* line 304, ../sass/components/_inner.scss */
    ul.pagination > li.active a {
      color: #ffffff !important; }
    /* line 309, ../sass/components/_inner.scss */
    ul.pagination > li a {
      border: none !important; }

/* line 316, ../sass/components/_inner.scss */
#top {
  text-align: right;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    /* line 316, ../sass/components/_inner.scss */
    #top {
      border-bottom: 0;
      padding-bottom: 0; } }
  /* line 330, ../sass/components/_inner.scss */
  #top:before {
    content: "";
    background: url("../images/icons/chevron/s06-up.png") no-repeat;
    background-size: 70% auto;
    width: 26px;
    height: 9px;
    display: inline-block; }

/*Landing*/
/* line 2, ../sass/components/_landing.scss */
.landing-header-wrapper {
  display: block;
  position: relative; }
  /* line 6, ../sass/components/_landing.scss */
  .landing-header-wrapper h1 {
    color: #ffffff;
    font-size: 1.875em;
    font-weight: 300; }
    @media (min-width: 768px) {
      /* line 6, ../sass/components/_landing.scss */
      .landing-header-wrapper h1 {
        font-size: 2.8125em; } }

/* line 18, ../sass/components/_landing.scss */
.landing-header-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-size: auto 100% !important;
  text-indent: -9999em; }
  @media (min-width: 768px) {
    /* line 18, ../sass/components/_landing.scss */
    .landing-header-img {
      height: 354px; } }
  @media (min-width: 992px) {
    /* line 18, ../sass/components/_landing.scss */
    .landing-header-img {
      max-width: 100%;
      background-size: 100% auto !important; } }

/* line 35, ../sass/components/_landing.scss */
.landing-header-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  background: rgba(83, 125, 169, 0.6);
  /*#537da9*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#60537da9, endColorstr=#60537da9)";
  /* IE */
  text-align: center;
  padding: 0; }
  @media (min-width: 768px) {
    /* line 35, ../sass/components/_landing.scss */
    .landing-header-content {
      height: 354px;
      padding: 30px 0; } }

/* line 55, ../sass/components/_landing.scss */
.landing-header-details {
  background: rgba(45, 45, 45, 0.8);
  /*#2d2d2d*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#802d2d2d, endColorstr=#802d2d2d)";
  /* IE */
  max-width: 1200px;
  width: 96%;
  color: #ffffff;
  padding: 2%;
  margin: 0 auto;
  /*@include breakpoint($extra-large-desktop) {
  	width:96%;
  }*/ }
  @media (min-width: 992px) {
    /* line 55, ../sass/components/_landing.scss */
    .landing-header-details {
      width: 70%; } }
  /* line 72, ../sass/components/_landing.scss */
  .landing-header-details h2 {
    font-size: 1em;
    line-height: normal;
    margin: 0; }
    @media (min-width: 1500px) {
      /* line 72, ../sass/components/_landing.scss */
      .landing-header-details h2 {
        font-size: 1.125em; } }
    @media (min-width: 992px) {
      /* line 72, ../sass/components/_landing.scss */
      .landing-header-details h2 {
        font-size: 1.5em;
        line-height: 36px; } }

/*Landing Sub Menu blocks*/
/* line 90, ../sass/components/_landing.scss */
.landing-sub-menu-wrapper {
  padding: 60px 0; }

/* line 95, ../sass/components/_landing.scss */
.sub-menu-row .col-md-6, .sub-menu-row .status .current-alerts .form-container .form-group > div, .status .current-alerts .form-container .sub-menu-row .form-group > div,
.sub-menu-row .status .planned-changes .form-container .form-group > div,
.status .planned-changes .form-container .sub-menu-row .form-group > div {
  display: block;
  padding-bottom: 20px; }
  /* line 100, ../sass/components/_landing.scss */
  .sub-menu-row .col-md-6 a, .sub-menu-row .status .current-alerts .form-container .form-group > div a, .status .current-alerts .form-container .sub-menu-row .form-group > div a,
  .sub-menu-row .status .planned-changes .form-container .form-group > div a,
  .status .planned-changes .form-container .sub-menu-row .form-group > div a {
    display: table;
    width: 100%;
    border: none;
    text-align: center;
    position: relative;
    margin: 0 auto; }
/* line 110, ../sass/components/_landing.scss */
.sub-menu-row .col-sm-12 a {
  width: 80%; }
  @media (min-width: 640px) {
    /* line 110, ../sass/components/_landing.scss */
    .sub-menu-row .col-sm-12 a {
      width: 100%; } }

/* line 119, ../sass/components/_landing.scss */
.sub-menu-item {
  background: #ffffff;
  border: 1px solid #749bc3;
  height: 165px;
  text-align: center;
  display: block;
  vertical-align: bottom;
  padding-bottom: 20px;
  overflow: hidden; }
  @media (min-width: 768px) {
    /* line 119, ../sass/components/_landing.scss */
    .sub-menu-item {
      height: 175px; } }
  /* line 134, ../sass/components/_landing.scss */
  .sub-menu-item h3 {
    padding: 0 2%;
    width: 96%;
    font-size: 1.75em; }
    @media (min-width: 992px) {
      /* line 134, ../sass/components/_landing.scss */
      .sub-menu-item h3 {
        position: absolute;
        bottom: 50px;
        -ms-transform: translate3d(0px, 20px, 0px);
        /* IE 9 */
        -webkit-transform: translate3d(0px, 20px, 0px);
        /* Chrome, Safari, Opera */
        transform: translate3d(0px, 20px, 0px);
        -webkit-transition: -webkit-transform 0.35s ease 0s;
        /* Safari */
        transition: transform 0.35s ease 0s; } }
  /* line 155, ../sass/components/_landing.scss */
  .sub-menu-item p {
    border: 1px solid #ffffff;
    padding: 5px;
    width: 75%;
    height: auto;
    margin: 0 auto;
    font-size: 0.875em; }
    /* line 163, ../sass/components/_landing.scss */
    html.lt-ie9 .sub-menu-item p {
      display: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
    @media (min-width: 992px) {
      /* line 155, ../sass/components/_landing.scss */
      .sub-menu-item p {
        font-size: 1em;
        color: #ffffff;
        opacity: 0;
        -ms-transform: translate3d(0px, 20px, 0px) scale(1.1);
        /* IE 9 */
        -webkit-transform: translate3d(0px, 20px, 0px) scale(1.1);
        /* Chrome, Safari, Opera */
        transform: translate3d(0px, 20px, 0px) scale(1.1);
        -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
        /* Safari */
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        bottom: -40px;
        position: relative; }
        /* line 185, ../sass/components/_landing.scss */
        html.lt-ie9 .sub-menu-item p {
          display: none;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1; } }
  /* line 193, ../sass/components/_landing.scss */
  .sub-menu-item.no-sub-menu {
    display: none; }
  /* line 198, ../sass/components/_landing.scss */
  .sub-menu-item.no-sub-menu-details p {
    display: none;
    border: none; }
  /* line 205, ../sass/components/_landing.scss */
  .sub-menu-item:hover {
    background: #4679b0;
    color: #ffffff; }
    /* line 209, ../sass/components/_landing.scss */
    .sub-menu-item:hover h3 {
      -ms-transform: translate3d(0px, 0px, 0px);
      /* IE 9 */
      -webkit-transform: translate3d(0px, 0px, 0px);
      /* Chrome, Safari, Opera */
      transform: translate3d(0px, 0px, 0px);
      bottom: 0px;
      position: relative; }
    /* line 219, ../sass/components/_landing.scss */
    .sub-menu-item:hover p {
      color: #ffffff;
      position: relative;
      bottom: 0px;
      opacity: 1;
      -ms-transform: translate3d(0px, 0px, 0px) scale(1);
      /* IE 9 */
      -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
      /* Chrome, Safari, Opera */
      transform: translate3d(0px, 0px, 0px) scale(1); }
      /* line 232, ../sass/components/_landing.scss */
      html.lt-ie9 .sub-menu-item:hover p {
        display: block !important;
        color: #ffffff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* line 4, ../sass/components/_maps.scss */
.maps-wrapper {
  margin: 0; }
  /* line 10, ../sass/components/_maps.scss */
  .maps-wrapper .nav-tabs-dark-blue {
    margin-top: 20px; }
    /* line 14, ../sass/components/_maps.scss */
    .maps-wrapper .nav-tabs-dark-blue li {
      padding-bottom: 0 !important; }
      /* line 17, ../sass/components/_maps.scss */
      .maps-wrapper .nav-tabs-dark-blue li.custom a:after {
        background: transparent url("../images/icons/form/s00-arrow-down.png") no-repeat scroll -19px -15px;
        content: "";
        display: inline-block;
        width: 11px;
        height: 14px;
        margin-left: 10px;
        position: relative;
        top: 2px; }
      /* line 28, ../sass/components/_maps.scss */
      .maps-wrapper .nav-tabs-dark-blue li.custom.active a:after {
        background: transparent url("../images/icons/chevron/s07-up-white.png") no-repeat scroll -8px 5px;
        width: 10px; }
    @media (min-width: 768px) {
      /* line 10, ../sass/components/_maps.scss */
      .maps-wrapper .nav-tabs-dark-blue {
        margin-top: 0; } }
  /* line 39, ../sass/components/_maps.scss */
  .maps-wrapper .maps-tab-form {
    display: none; }
    /* line 42, ../sass/components/_maps.scss */
    .maps-wrapper .maps-tab-form.active {
      display: block; }
  /* line 47, ../sass/components/_maps.scss */
  .maps-wrapper label, .maps-wrapper .form-wrapper .control-label, .form-wrapper .maps-wrapper .control-label,
  .maps-wrapper .rush-hour-service span {
    color: #3b6798 !important;
    display: block;
    font-weight: 400;
    font-size: 1.125em; }
  /* line 55, ../sass/components/_maps.scss */
  .maps-wrapper .form-group {
    width: 100%;
    margin: 0; }
    /* line 59, ../sass/components/_maps.scss */
    .maps-wrapper .form-group > div {
      display: block;
      float: left; }
    /* line 64, ../sass/components/_maps.scss */
    .maps-wrapper .form-group input[type="submit"]#update_map_button {
      display: block;
      float: left;
      margin-top: 10px; }
      @media (min-width: 768px) {
        /* line 64, ../sass/components/_maps.scss */
        .maps-wrapper .form-group input[type="submit"]#update_map_button {
          margin-top: 40px; } }
    /* line 74, ../sass/components/_maps.scss */
    .maps-wrapper .form-group .select-wrapper {
      margin-right: 15px;
      display: inline-block;
      float: left; }
      /* line 79, ../sass/components/_maps.scss */
      .maps-wrapper .form-group .select-wrapper.select-time-wrapper {
        margin-top: 0px; }
        /* line 82, ../sass/components/_maps.scss */
        .maps-wrapper .form-group .select-wrapper.select-time-wrapper > select {
          margin-right: 5px; }
        @media (min-width: 768px) {
          /* line 79, ../sass/components/_maps.scss */
          .maps-wrapper .form-group .select-wrapper.select-time-wrapper {
            margin-top: 30px; } }
    /* line 93, ../sass/components/_maps.scss */
    .maps-wrapper .form-group .form-group-row {
      display: block;
      width: 100%; }
      /* line 97, ../sass/components/_maps.scss */
      .maps-wrapper .form-group .form-group-row.form-group-row-1 {
        margin-bottom: 10px; }
  /* line 103, ../sass/components/_maps.scss */
  .maps-wrapper .rush-hour-service {
    width: 100%; }
    @media (min-width: 768px) {
      /* line 103, ../sass/components/_maps.scss */
      .maps-wrapper .rush-hour-service {
        width: 52%; } }
    @media (min-width: 992px) {
      /* line 103, ../sass/components/_maps.scss */
      .maps-wrapper .rush-hour-service {
        width: auto; } }
    /* line 113, ../sass/components/_maps.scss */
    .maps-wrapper .rush-hour-service label, .maps-wrapper .rush-hour-service .form-wrapper .control-label, .form-wrapper .maps-wrapper .rush-hour-service .control-label {
      font-size: 1em;
      color: #333333 !important;
      margin-top: 13px; }

/* line 125, ../sass/components/_maps.scss */
#custom-maps-filter-rail-bus,
#custom-maps-filter-rail,
#custom-maps-filter-bus {
  border-top: 1px solid #4679B0;
  display: none;
  padding: 20px 0 0; }
  /* line 132, ../sass/components/_maps.scss */
  #custom-maps-filter-rail-bus.active,
  #custom-maps-filter-rail.active,
  #custom-maps-filter-bus.active {
    display: block; }

/* line 138, ../sass/components/_maps.scss */
.zoom-location-form {
  width: 75%;
  display: inline-block;
  padding: 20px 0; }
  /* line 143, ../sass/components/_maps.scss */
  .zoom-location-form label, .zoom-location-form .form-wrapper .control-label, .form-wrapper .zoom-location-form .control-label {
    display: block;
    position: relative;
    top: 3px; }
    @media (min-width: 768px) {
      /* line 143, ../sass/components/_maps.scss */
      .zoom-location-form label, .zoom-location-form .form-wrapper .control-label, .form-wrapper .zoom-location-form .control-label {
        display: inline-block; } }
  /* line 154, ../sass/components/_maps.scss */
  .zoom-location-form input[type="text"] {
    margin: 0 0 20px;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 154, ../sass/components/_maps.scss */
      .zoom-location-form input[type="text"] {
        margin: 0 10px 0 5px;
        width: 40%; } }

/* line 166, ../sass/components/_maps.scss */
.maps-bus-rail-content,
.maps-bus-content,
.maps-rail-content {
  padding: 0;
  margin: 0; }

/* line 178, ../sass/components/_maps.scss */
.maps-footer-wrapper {
  margin-top: 40px; }
  /* line 181, ../sass/components/_maps.scss */
  .maps-footer-wrapper .col-md-6, .maps-footer-wrapper .status .current-alerts .form-container .form-group > div, .status .current-alerts .form-container .maps-footer-wrapper .form-group > div,
  .maps-footer-wrapper .status .planned-changes .form-container .form-group > div,
  .status .planned-changes .form-container .maps-footer-wrapper .form-group > div {
    margin-bottom: 20px; }
  /* line 185, ../sass/components/_maps.scss */
  .maps-footer-wrapper .maps-footer-content {
    background: #f3f6f9;
    padding: 15px;
    width: 100%;
    height: auto;
    display: block; }
    /* line 192, ../sass/components/_maps.scss */
    .maps-footer-wrapper .maps-footer-content h3 {
      margin-top: 0; }

/* line 4, ../sass/components/_next-arrivals.scss */
.next-arrivals .next-arrivals-wrapper {
  margin-left: 0; }
/* line 10, ../sass/components/_next-arrivals.scss */
.next-arrivals .next-arrival-form {
  display: none; }
  /* line 13, ../sass/components/_next-arrivals.scss */
  .next-arrivals .next-arrival-form.active {
    display: block; }
    @media (min-width: 768px) {
      /* line 13, ../sass/components/_next-arrivals.scss */
      .next-arrivals .next-arrival-form.active {
        width: 100%;
        display: table; } }
  @media (min-width: 768px) {
    /* line 22, ../sass/components/_next-arrivals.scss */
    .next-arrivals .next-arrival-form .first-form-col,
    .next-arrivals .next-arrival-form .second-form-col {
      display: table-cell;
      width: 50%; } }
  @media (min-width: 0) and (max-width: 992px) {
    /* line 32, ../sass/components/_next-arrivals.scss */
    .next-arrivals .next-arrival-form .first-form-col input[type="submit"] {
      display: block; } }
  @media (min-width: 768px) {
    /* line 38, ../sass/components/_next-arrivals.scss */
    .next-arrivals .next-arrival-form .second-form-col {
      border-left: 1px solid #537da9;
      padding-left: 2em; } }
  /* line 45, ../sass/components/_next-arrivals.scss */
  .next-arrivals .next-arrival-form input[type="text"] {
    margin-top: 0; }
  /* line 49, ../sass/components/_next-arrivals.scss */
  .next-arrivals .next-arrival-form label, .next-arrivals .next-arrival-form .form-wrapper .control-label, .form-wrapper .next-arrivals .next-arrival-form .control-label {
    font-weight: 400;
    font-size: 0.875em;
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 49, ../sass/components/_next-arrivals.scss */
      .next-arrivals .next-arrival-form label, .next-arrivals .next-arrival-form .form-wrapper .control-label, .form-wrapper .next-arrivals .next-arrival-form .control-label {
        font-size: 16px;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    /* line 64, ../sass/components/_next-arrivals.scss */
    html.lt-ie9 .next-arrivals .next-arrival-form input[type="submit"] {
      position: relative;
      top: 5px; } }
  /* line 71, ../sass/components/_next-arrivals.scss */
  .next-arrivals .next-arrival-form #placesTextField,
  .next-arrivals .next-arrival-form #rail-station-field {
    width: 75%; }
  /* line 76, ../sass/components/_next-arrivals.scss */
  .next-arrivals .next-arrival-form .find-by-route-toggle {
    margin-top: 30px;
    font-size: 1.25em;
    border: none !important; }
    /* line 84, ../sass/components/_next-arrivals.scss */
    .next-arrivals .next-arrival-form .find-by-route-toggle:after {
      content: '\2193';
      /*up arrow*/ }
    /* line 89, ../sass/components/_next-arrivals.scss */
    .next-arrivals .next-arrival-form .find-by-route-toggle[aria-expanded="true"]:after {
      content: '\2191';
      vertical-align: text-bottom; }
    /* line 95, ../sass/components/_next-arrivals.scss */
    .next-arrivals .next-arrival-form .find-by-route-toggle:hover {
      color: #000000 !important; }
    @media (min-width: 1200px) {
      /* line 76, ../sass/components/_next-arrivals.scss */
      .next-arrivals .next-arrival-form .find-by-route-toggle {
        float: left; } }
  /* line 104, ../sass/components/_next-arrivals.scss */
  .next-arrivals .next-arrival-form .inline-form-text {
    line-height: 44px; }
    @media (min-width: 1200px) {
      /* line 104, ../sass/components/_next-arrivals.scss */
      .next-arrivals .next-arrival-form .inline-form-text {
        float: right;
        margin: 27px 3.2em 0; } }
  @media (min-width: 1200px) {
    /* line 114, ../sass/components/_next-arrivals.scss */
    .next-arrivals .next-arrival-form .find-stop-by-number-form {
      float: right; }
      /* line 119, ../sass/components/_next-arrivals.scss */
      .next-arrivals .next-arrival-form .find-stop-by-number-form input[type="text"] {
        max-width: 120px; } }
/* line 130, ../sass/components/_next-arrivals.scss */
.next-arrivals #find-by-route-options {
  background: #f3f6f9;
  padding: 20px;
  margin-top: 20px; }
  /* line 136, ../sass/components/_next-arrivals.scss */
  .next-arrivals #find-by-route-options label, .next-arrivals #find-by-route-options .form-wrapper .control-label, .form-wrapper .next-arrivals #find-by-route-options .control-label {
    color: #5481b3;
    margin-top: 10px; }
  /* line 141, ../sass/components/_next-arrivals.scss */
  .next-arrivals #find-by-route-options input[type="text"] {
    width: 100%; }
  /* line 145, ../sass/components/_next-arrivals.scss */
  .next-arrivals #find-by-route-options h3 {
    margin-top: 0;
    font-size: 1.375em; }
/* line 151, ../sass/components/_next-arrivals.scss */
.next-arrivals .nav.nav-tabs.nav-tabs-white-large > li {
  width: 33%; }
  /* line 154, ../sass/components/_next-arrivals.scss */
  .next-arrivals .nav.nav-tabs.nav-tabs-white-large > li > a {
    padding: 100px 40px 30px; }
/* line 160, ../sass/components/_next-arrivals.scss */
.next-arrivals .next-bus-results {
  display: none;
  margin: 2em 0; }
  /* line 168, ../sass/components/_next-arrivals.scss */
  .next-arrivals .next-bus-results .nav-tabs-transparent li {
    width: 50%; }
  /* line 173, ../sass/components/_next-arrivals.scss */
  .next-arrivals .next-bus-results .col-first {
    padding-right: 2em; }

/* line 180, ../sass/components/_next-arrivals.scss */
.next-train-results {
  display: none;
  margin: 2em 0;
  /*Popout Window*/ }
  /* line 186, ../sass/components/_next-arrivals.scss */
  .next-train-results .trip-details-header h3 {
    font-size: 1.7em !important; }
  /* line 190, ../sass/components/_next-arrivals.scss */
  .next-train-results .inline-alert {
    margin-bottom: 25px; }
  /* line 194, ../sass/components/_next-arrivals.scss */
  .next-train-results .station-times-table {
    padding: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      /* line 194, ../sass/components/_next-arrivals.scss */
      .next-train-results .station-times-table {
        width: 48%; }
        /* line 201, ../sass/components/_next-arrivals.scss */
        .next-train-results .station-times-table:nth-child(2n) {
          margin-left: 4%; } }
    /* line 206, ../sass/components/_next-arrivals.scss */
    .next-train-results .station-times-table td:first-child {
      width: auto; }
  /* line 211, ../sass/components/_next-arrivals.scss */
  .next-train-results .tables-wrapper {
    margin: 0 0 20px 0; }
  /* line 217, ../sass/components/_next-arrivals.scss */
  body.new-window .next-train-results {
    display: block !important;
    border: none;
    background: transparent; }
    /* line 222, ../sass/components/_next-arrivals.scss */
    body.new-window .next-train-results h2, body.new-window .next-train-results .trip-utilities {
      display: none; }
    /* line 226, ../sass/components/_next-arrivals.scss */
    body.new-window .next-train-results h3 {
      text-align: center;
      font-weight: 700 !important; }

@media (min-width: 768px) {
  /* line 235, ../sass/components/_next-arrivals.scss */
  .trip-details-header h3 {
    float: left; }
  /* line 239, ../sass/components/_next-arrivals.scss */
  .trip-details-header .trip-utilities {
    float: right; } }

/* line 1, ../sass/components/_popup-window.scss */
.popout-header {
  display: none; }

/* line 5, ../sass/components/_popup-window.scss */
body.new-window {
  background: #f3f6f9;
  /*.tab-panel-content {*/
  /*Next Train content*/ }
  /* line 8, ../sass/components/_popup-window.scss */
  body.new-window .logo img {
    margin: 10px auto; }
  /* line 12, ../sass/components/_popup-window.scss */
  body.new-window .popout-header {
    display: block;
    font-size: 1.875em; }
  /* line 17, ../sass/components/_popup-window.scss */
  body.new-window .popout-header, body.new-window h2 {
    padding: 20px 0 0 20px;
    margin-bottom: 0; }
  /* line 22, ../sass/components/_popup-window.scss */
  body.new-window h2 {
    font-size: 1.25em !important; }
  /* line 27, ../sass/components/_popup-window.scss */
  body.new-window .popout-content, body.new-window .tab-panel-content {
    padding-top: 0; }
    /* line 30, ../sass/components/_popup-window.scss */
    body.new-window .popout-content td, body.new-window .popout-content th, body.new-window .tab-panel-content td, body.new-window .tab-panel-content th {
      padding: 10px;
      font-size: 0.875em; }
  /* line 38, ../sass/components/_popup-window.scss */
  body.new-window .tab-panel-content .panel-col {
    margin: 0 auto 40px; }
  /* line 42, ../sass/components/_popup-window.scss */
  body.new-window .tab-panel-content .tab-btn {
    display: none; }
  /* line 48, ../sass/components/_popup-window.scss */
  body.new-window .update span {
    color: #f3f6f9; }
    /* line 50, ../sass/components/_popup-window.scss */
    body.new-window .update span:after {
      content: '';
      display: block; }
  /* line 58, ../sass/components/_popup-window.scss */
  html.lt-ie9 body.new-window .rail-icon-small, html.lt-ie9 body.new-window .stop-option .sub-option .header-btn h4 span.rail, .stop-option .sub-option .header-btn h4 html.lt-ie9 body.new-window span.rail, html.lt-ie9 body.new-window .trip-icon span.rail, .trip-icon html.lt-ie9 body.new-window span.rail {
    background-image: none !important; }

/* PROMOTIONAL ADS */
/* line 2, ../sass/components/_promo.scss */
.promo-wrapper {
  margin: 40px 0; }
  @media (min-width: 768px) {
    /* line 2, ../sass/components/_promo.scss */
    .promo-wrapper {
      display: table;
      border-collaspe: separate;
      width: 100%; } }

/* line 12, ../sass/components/_promo.scss */
.promo {
  border: 1px solid #749bc3;
  margin-bottom: 20px; }
  /* line 18, ../sass/components/_promo.scss */
  .promo.full img {
    float: none;
    margin: 20px auto;
    width: 20%; }
    @media (min-width: 768px) {
      /* line 18, ../sass/components/_promo.scss */
      .promo.full img {
        float: left;
        margin: 0 0 40px;
        width: 20%; } }
    @media (min-width: 992px) {
      /* line 18, ../sass/components/_promo.scss */
      .promo.full img {
        margin: 0 10px 40px 0; } }
  @media (min-width: 768px) {
    /* line 35, ../sass/components/_promo.scss */
    .promo.half {
      display: block;
      float: left;
      width: 49%; } }
  /* line 41, ../sass/components/_promo.scss */
  .promo.half.promo-left {
    margin-right: 1%; }
  /* line 44, ../sass/components/_promo.scss */
  .promo.half.promo-right {
    margin-left: 1%; }
  /* line 49, ../sass/components/_promo.scss */
  .promo.half.promo-image .promo-header:after {
    display: none; }
  /* line 53, ../sass/components/_promo.scss */
  .promo.half.promo-image img {
    margin: 15px auto;
    width: 80%; }

/* line 63, ../sass/components/_promo.scss */
.promo-content {
  padding: 40px 40px 10px;
  text-align: center; }
  /* line 68, ../sass/components/_promo.scss */
  .promo-content a {
    color: #333333; }
  /* line 72, ../sass/components/_promo.scss */
  .promo-content p {
    font-weight: 300;
    font-size: 1.125em; }
    /* line 76, ../sass/components/_promo.scss */
    .full .promo-content p {
      font-size: 1.5em;
      line-height: 36px; }

@media (min-width: 768px) {
  /* line 83, ../sass/components/_promo.scss */
  .promo-text {
    float: right;
    max-width: 76%; } }

/* Related Content - Inner Pages */
/* line 3, ../sass/components/_related-content.scss */
.related-content-wrapper {
  border-top: 1px solid #e4e4e4; }
  @media (min-width: 992px) {
    /* line 7, ../sass/components/_related-content.scss */
    .related-content-wrapper .related-content {
      padding: 0 5px; } }
  /* line 13, ../sass/components/_related-content.scss */
  .related-content-wrapper h2 {
    padding: 25px 0;
    font-size: 1.5625em;
    text-align: center; }
    @media (min-width: 992px) {
      /* line 13, ../sass/components/_related-content.scss */
      .related-content-wrapper h2 {
        padding: 40px 0 25px;
        font-size: 1.875em;
        text-align: left; } }
  /* line 25, ../sass/components/_related-content.scss */
  .related-content-wrapper .related-boxes-wrapper {
    width: 100%; }
    @media (min-width: 992px) {
      /* line 25, ../sass/components/_related-content.scss */
      .related-content-wrapper .related-boxes-wrapper {
        border-collapse: separate;
        border-spacing: 42.5px;
        display: table;
        margin-top: -42.5px;
        margin-left: -42.5px;
        width: 107%; } }
    /* line 37, ../sass/components/_related-content.scss */
    .related-content-wrapper .related-boxes-wrapper > a {
      background: #f3f6f9;
      width: 80%;
      margin: 0 auto 40px;
      display: block; }
      @media (min-width: 992px) {
        /* line 37, ../sass/components/_related-content.scss */
        .related-content-wrapper .related-boxes-wrapper > a {
          width: 340px;
          display: table-cell; } }
      /* line 49, ../sass/components/_related-content.scss */
      .related-content-wrapper .related-boxes-wrapper > a:hover {
        background: #4679b0;
        color: #ffffff !important; }
    /* line 55, ../sass/components/_related-content.scss */
    .related-content-wrapper .related-boxes-wrapper .related-box {
      text-align: center;
      padding: 10px 20px; }
      @media (min-width: 992px) {
        /* line 55, ../sass/components/_related-content.scss */
        .related-content-wrapper .related-boxes-wrapper .related-box {
          font-size: 1.125em; } }

/* line 67, ../sass/components/_related-content.scss */
.related-label {
  background: #ffffff;
  color: #595959;
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 700;
  padding: 5px 20px;
  margin-bottom: 20px; }

/* Custom Scrollbar */
/* line 4, ../sass/components/_scrollbar.scss */
.simplebar-content {
  padding: 0;
  width: 100% !important; }

/* line 11, ../sass/components/_scrollbar.scss */
html.ie9 .simplebar-scroll-content {
  overflow: hidden; }

/* line 16, ../sass/components/_scrollbar.scss */
.simplebar-track {
  background: #f0f0f0;
  width: 10px;
  top: 10px;
  display: block !important; }
  @media (min-width: 992px) {
    /* line 16, ../sass/components/_scrollbar.scss */
    .simplebar-track {
      width: 18px; } }
  /* line 26, ../sass/components/_scrollbar.scss */
  .simplebar-track .simplebar-scrollbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #d9d9d9;
    width: 100%;
    right: 0; }
    /* line 32, ../sass/components/_scrollbar.scss */
    .simplebar-track .simplebar-scrollbar.visible {
      opacity: 1; }

/* line 38, ../sass/components/_scrollbar.scss */
.simplebar-scroll-content {
  width: 110% !important; }

/*Section - Landing & Interior*/
/* line 2, ../sass/components/_section.scss */
.section-wrapper {
  width: 100%;
  padding: 40px 0; }
  /* line 6, ../sass/components/_section.scss */
  .section-wrapper.lt-blue-section {
    background: #f3f6f9; }

/* line 12, ../sass/components/_section.scss */
.header-button {
  clear: both;
  margin: 20px 0; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  .header-button:before, .header-button:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  .header-button:after {
    clear: both; }
  @media (min-width: 992px) {
    /* line 12, ../sass/components/_section.scss */
    .header-button {
      margin: 0 0 14px;
      max-height: 40px; } }
  /* line 23, ../sass/components/_section.scss */
  .header-button h2 {
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    margin: 0 0 10px 0;
    width: 100%; }
    @media (min-width: 640px) {
      /* line 23, ../sass/components/_section.scss */
      .header-button h2 {
        width: auto;
        margin: 0 0 0; } }
  /* line 37, ../sass/components/_section.scss */
  .header-button .button, .header-button .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .header-button input[type="submit"] {
    float: left;
    width: auto; }
    @media (min-width: 640px) {
      /* line 37, ../sass/components/_section.scss */
      .header-button .button, .header-button .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .header-button input[type="submit"] {
        float: right; } }

/* mmmmmmm 3 Col Block Section mmmmmmmmm */
/* line 58, ../sass/components/_section.scss */
.section-3-col-block .section-content .col-xs-24 {
  border-top: 1px solid #537da9;
  border-left: none; }
  /* line 62, ../sass/components/_section.scss */
  .section-3-col-block .section-content .col-xs-24:first-child {
    border-top: none; }
@media (min-width: 992px) {
  /* line 69, ../sass/components/_section.scss */
  .section-3-col-block .section-content .col-md-8 {
    border-left: 1px solid #537da9;
    border-top: none; }
    /* line 73, ../sass/components/_section.scss */
    .section-3-col-block .section-content .col-md-8:first-child {
      border-left: none; } }
/* line 80, ../sass/components/_section.scss */
.section-3-col-block .section-content .block-1-col {
  text-align: center;
  display: block;
  padding: 50px;
  /* section icons*/
  /*section links*/ }
  /* line 88, ../sass/components/_section.scss */
  .section-3-col-block .section-content .block-1-col .icon {
    text-indent: -9999px;
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto 20px; }
    /* line 96, ../sass/components/_section.scss */
    .section-3-col-block .section-content .block-1-col .icon#audio-icon {
      /*background: $interactive 0 -1037px/100%  no-repeat transparent;*/ }
      /* line 50, ../sass/abstractions/_mixins.scss */
      .section-3-col-block .section-content .block-1-col .icon#audio-icon:before {
        background-image: url('../images/sprites/icons/interactive-s4409d1f16c.png');
        background-size: 100%;
        background-position: 0 91.07720758%;
        content: '';
        display: block;
        height: 0;
        padding-bottom: 100%;
        width: 100%; }
      /* line 64, ../sass/abstractions/_mixins.scss */
      html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon#audio-icon {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s15-audio.png', sizingMethod='scale'); }
        /* line 67, ../sass/abstractions/_mixins.scss */
        html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon#audio-icon:before {
          display: none; }
      /* line 100, ../sass/components/_section.scss */
      html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon#audio-icon {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s15-audio.png',sizingMethod='scale'); }
    /* line 104, ../sass/components/_section.scss */
    .section-3-col-block .section-content .block-1-col .icon#calendar-icon {
      /*background: $interactive 0 0/100%  no-repeat transparent;	*/ }
      /* line 50, ../sass/abstractions/_mixins.scss */
      .section-3-col-block .section-content .block-1-col .icon#calendar-icon:before {
        background-image: url('../images/sprites/icons/interactive-s4409d1f16c.png');
        background-size: 100%;
        background-position: 0 0%;
        content: '';
        display: block;
        height: 0;
        padding-bottom: 100%;
        width: 100%; }
      /* line 64, ../sass/abstractions/_mixins.scss */
      html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon#calendar-icon {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s00-calendar.png', sizingMethod='scale'); }
        /* line 67, ../sass/abstractions/_mixins.scss */
        html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon#calendar-icon:before {
          display: none; }
      /* line 108, ../sass/components/_section.scss */
      html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon#calendar-icon {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s00-calendar.png',sizingMethod='scale'); }
    /* line 113, ../sass/components/_section.scss */
    .section-3-col-block .section-content .block-1-col .icon#members-icon {
      /*background: $services 0 -805px/100%  no-repeat transparent;	*/ }
      /* line 50, ../sass/abstractions/_mixins.scss */
      .section-3-col-block .section-content .block-1-col .icon#members-icon:before {
        background-image: url('../images/sprites/icons/services-s99baa34738.png');
        background-size: 100%;
        background-position: 0 58.69731801%;
        content: '';
        display: block;
        height: 0;
        padding-bottom: 100%;
        width: 100%; }
      /* line 64, ../sass/abstractions/_mixins.scss */
      html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon#members-icon {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s15-members.png', sizingMethod='scale'); }
        /* line 67, ../sass/abstractions/_mixins.scss */
        html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon#members-icon:before {
          display: none; }
      /* line 117, ../sass/components/_section.scss */
      html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon#members-icon {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s15-members.png',sizingMethod='scale'); }
    /* line 122, ../sass/components/_section.scss */
    html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon {
      background-image: none !important; }
      /* line 125, ../sass/components/_section.scss */
      html.lt-ie9 .section-3-col-block .section-content .block-1-col .icon:before {
        background-image: none !important;
        display: none !important; }
  /* line 134, ../sass/components/_section.scss */
  .section-3-col-block .section-content .block-1-col a {
    color: #000000; }

/* mmmmmmmm News Subscribe section mmmmmmmmmm */
/* line 147, ../sass/components/_section.scss */
.subscribe {
  background: #ffffff;
  padding: 13px 16px 13px 10px; }
  /* line 151, ../sass/components/_section.scss */
  .subscribe:before, .subscribe:after {
    content: "";
    display: table; }
  /* line 156, ../sass/components/_section.scss */
  .subscribe .int-subscribe-content {
    background: #ffffff;
    position: relative; }
  /* line 161, ../sass/components/_section.scss */
  .subscribe input[type="text"] {
    min-width: 50%;
    top: 0; }
    /* line 165, ../sass/components/_section.scss */
    html.lt-ie9 .subscribe input[type="text"] {
      height: auto; }
  /* line 170, ../sass/components/_section.scss */
  .subscribe .small-text {
    margin: 20px 0; }
    @media (min-width: 992px) {
      /* line 170, ../sass/components/_section.scss */
      .subscribe .small-text {
        margin: 0; } }

/* line 185, ../sass/components/_section.scss */
.subscribe-title {
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
  line-height: normal;
  padding: 10px 0;
  display: block; }
  /* line 193, ../sass/components/_section.scss */
  .subscribe-title:before {
    background-image: url('../images/sprites/icons/services-s99baa34738.png');
    background-position: 0 -690px;
    background-size: 100%;
    content: "";
    height: 45px;
    width: 80px;
    display: block;
    position: relative;
    left: 0;
    top: 0; }
    /* line 206, ../sass/components/_section.scss */
    html.lt-ie9 .subscribe-title:before {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s08-news.png',sizingMethod='scale');
      background-image: none; }
  @media (min-width: 992px) {
    /* line 185, ../sass/components/_section.scss */
    .subscribe-title {
      padding: 0 0 0 70px; }
      /* line 218, ../sass/components/_section.scss */
      .subscribe-title:before {
        display: inline-block;
        position: absolute;
        left: -5px;
        top: 0; }
      /* line 224, ../sass/components/_section.scss */
      html.lt-ie9 .subscribe-title {
        padding-left: 0; } }
  @media (min-width: 1200px) {
    /* line 185, ../sass/components/_section.scss */
    .subscribe-title {
      font-size: 1.75em; }
      /* line 232, ../sass/components/_section.scss */
      .subscribe-title:before {
        display: inline-block;
        position: absolute;
        left: -5px;
        top: 11px; } }

/* Section defaults produced by fullpage.js plugin */
/* line 243, ../sass/components/_section.scss */
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

/* line 249, ../sass/components/_section.scss */
.fp-slide {
  float: left; }
  /* line 252, ../sass/components/_section.scss */
  .fp-slide.fp-slidesContainer {
    height: 100%;
    display: block; }

/* line 257, ../sass/components/_section.scss */
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

/* line 265, ../sass/components/_section.scss */
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

/* line 270, ../sass/components/_section.scss */
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

/* line 276, ../sass/components/_section.scss */
.fp-slidesContainer {
  float: left;
  position: relative; }

/* line 280, ../sass/components/_section.scss */
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  /* line 290, ../sass/components/_section.scss */
  .fp-controlArrow.fp-prev {
    left: 15px; }
  /* line 294, ../sass/components/_section.scss */
  .fp-controlArrow.fp-next {
    right: 15px; }

/* line 298, ../sass/components/_section.scss */
.fp-scrollable {
  overflow: scroll; }

/* line 301, ../sass/components/_section.scss */
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

/* Right Pinned navigation & Slider navigation */
/* line 307, ../sass/components/_section.scss */
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  /* line 315, ../sass/components/_section.scss */
  #fp-nav.right {
    right: 17px; }
  /* line 319, ../sass/components/_section.scss */
  #fp-nav.left {
    left: 17px; }

/* line 326, ../sass/components/_section.scss */
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  /* line 332, ../sass/components/_section.scss */
  .fp-slidesNav.bottom {
    bottom: 17px; }
  /* line 335, ../sass/components/_section.scss */
  .fp-slidesNav.top {
    top: 17px; }

/* line 340, ../sass/components/_section.scss */
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

/* line 345, ../sass/components/_section.scss */
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 22px;
  height: 22px;
  margin: 7px;
  position: relative; }

/* line 354, ../sass/components/_section.scss */
.fp-slidesNav ul li {
  display: inline-block; }

/* line 357, ../sass/components/_section.scss */
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  border-bottom: none; }

/* line 369, ../sass/components/_section.scss */
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  background: #4679b0;
  border: 1px solid #ffffff; }

/* line 377, ../sass/components/_section.scss */
.section-slider .fp-slidesNav ul li a.active span,
.section-slider .fp-slidesNav ul li:hover a.active span {
  background: #c7dbf1;
  border: none; }

/* line 384, ../sass/components/_section.scss */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  width: 22px;
  height: 22px;
  border: 0;
  background: #ffffff;
  border: 1px solid #537da9;
  margin: 0 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

/* line 402, ../sass/components/_section.scss */
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #5481b3;
  background: #f3f6f9;
  padding: 5px;
  font-size: 0.875em;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0; }
  /* line 416, ../sass/components/_section.scss */
  html.lt-ie9 #fp-nav ul li .fp-tooltip {
    width: auto; }

/* line 422, ../sass/components/_section.scss */
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

/* line 430, ../sass/components/_section.scss */
#fp-nav ul li .fp-tooltip.right {
  right: 30px; }
/* line 433, ../sass/components/_section.scss */
#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

/* line 437, ../sass/components/_section.scss */
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

/* mmmmmmmmm GENERAL ALL SECTIONS on Story page mmmmmmmmm */
/* line 446, ../sass/components/_section.scss */
.section p {
  font-weight: 300;
  font-size: 1.125em; }
  @media (min-width: 768px) {
    /* line 446, ../sass/components/_section.scss */
    .section p {
      font-size: 1.25em; } }
  @media (min-width: 992px) {
    /* line 446, ../sass/components/_section.scss */
    .section p {
      font-size: 1.5em; } }
  /* line 458, ../sass/components/_section.scss */
  .section p:first-of-type {
    margin-top: 40px; }
/* line 463, ../sass/components/_section.scss */
.section a.button, .section .button-lt-blue, .section .button-twitter {
  display: inline-block; }

/* mmmmmmm Left & Right Block mmmmmmmmm */
/* line 469, ../sass/components/_section.scss */
.left-block, .right-block {
  float: left;
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 0;
  width: 100%; }
  @media (min-width: 992px) {
    /* line 469, ../sass/components/_section.scss */
    .left-block, .right-block {
      width: 50%; } }
  @media (min-width: 992px) {
    /* line 481, ../sass/components/_section.scss */
    .left-block img, .right-block img {
      max-width: none;
      height: 100%; } }

/* mmmmmmmmmm SECTION HEADER mmmmmmmmmmmm */
/* line 493, ../sass/components/_section.scss */
.section-header {
  background-size: auto !important;
  background-position: center !important; }
  /* line 500, ../sass/components/_section.scss */
  .section-header .fp-tableCell {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f4aa4+0,3665ab+50,acd3eb+100 */
    background-color: rgba(15, 74, 164, 0.6);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(172, 211, 235, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(15, 74, 164, 0.7)), color-stop(50%, rgba(54, 101, 171, 0.7)), color-stop(100%, rgba(172, 211, 235, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(172, 211, 235, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(172, 211, 235, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(172, 211, 235, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(172, 211, 235, 0.7) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#990f4aa4, endColorstr=#99acd3eb);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#990f4aa4, endColorstr=#99acd3eb)"; }
    /* line 516, ../sass/components/_section.scss */
    html.lt-ie9 .section-header .fp-tableCell {
      background-color: transparent; }
  /* line 522, ../sass/components/_section.scss */
  .section-header .intro {
    color: #ffffff;
    position: relative;
    text-align: center;
    top: 10%;
    text-indent: 0; }
    /* line 529, ../sass/components/_section.scss */
    .section-header .intro h1 {
      display: block; }
    /* line 533, ../sass/components/_section.scss */
    .section-header .intro a {
      border: 1px solid #ffffff;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      display: block;
      margin: 0 auto;
      text-align: center;
      width: 50px;
      height: 50px; }
      /* line 543, ../sass/components/_section.scss */
      .section-header .intro a span {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ffffff;
        display: block;
        left: 30%;
        position: relative;
        text-indent: -9999em;
        top: 43%;
        width: 0px;
        height: 0px; }

/* mmmmmmmmm MORE INFO SECTION mmmmmmmmmmm*/
/* line 565, ../sass/components/_section.scss */
.section-more-info .right-block {
  padding: 40px; }
  /* line 568, ../sass/components/_section.scss */
  .section-more-info .right-block p {
    font-size: 1.125em; }
    @media (min-width: 768px) {
      /* line 568, ../sass/components/_section.scss */
      .section-more-info .right-block p {
        font-size: 1.5em; } }
    @media (min-width: 1200px) {
      /* line 568, ../sass/components/_section.scss */
      .section-more-info .right-block p {
        font-size: 1.5em; } }
  @media (min-width: 992px) {
    /* line 565, ../sass/components/_section.scss */
    .section-more-info .right-block {
      padding: 60px 120px 60px 60px; } }

/* mmmmmmmmmm SLIDER Section mmmmmmmmmm */
/* line 596, ../sass/components/_section.scss */
.section-slider .fp-tableCell {
  padding: 30px 60px 60px; }
  @media (min-width: 992px) {
    /* line 596, ../sass/components/_section.scss */
    .section-slider .fp-tableCell {
      padding: 70px 150px; } }
  @media (min-width: 1200px) {
    /* line 596, ../sass/components/_section.scss */
    .section-slider .fp-tableCell {
      padding: 100px 160px; } }
/* line 608, ../sass/components/_section.scss */
.section-slider .left-block, .section-slider .right-block {
  margin: 0;
  color: #ffffff;
  width: 100%;
  height: auto; }
  @media (min-width: 1200px) {
    /* line 608, ../sass/components/_section.scss */
    .section-slider .left-block, .section-slider .right-block {
      width: 49%; } }
  /* line 619, ../sass/components/_section.scss */
  .section-slider .left-block p, .section-slider .right-block p {
    font-size: 1.125em; }
    @media (min-width: 992px) {
      /* line 619, ../sass/components/_section.scss */
      .section-slider .left-block p, .section-slider .right-block p {
        font-size: 1.5em; } }
/* line 631, ../sass/components/_section.scss */
.section-slider .left-block {
  margin-right: 2%; }
/* line 636, ../sass/components/_section.scss */
.section-slider img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }
  @media (min-width: 640px) {
    /* line 636, ../sass/components/_section.scss */
    .section-slider img {
      max-width: 60%; } }
  @media (min-width: 1200px) {
    /* line 636, ../sass/components/_section.scss */
    .section-slider img {
      max-width: 100%; } }
/* line 650, ../sass/components/_section.scss */
.section-slider .fp-controlArrow {
  background: #d2dce7;
  width: 40px;
  height: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px; }
  @media (min-width: 768px) {
    /* line 650, ../sass/components/_section.scss */
    .section-slider .fp-controlArrow {
      width: 50px;
      height: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px; } }
  @media (min-width: 1500px) {
    /* line 650, ../sass/components/_section.scss */
    .section-slider .fp-controlArrow {
      width: 60px;
      height: 60px;
      -moz-border-radius: 60px;
      -webkit-border-radius: 60px;
      border-radius: 60px; } }
  /* line 672, ../sass/components/_section.scss */
  .section-slider .fp-controlArrow:hover {
    background: #ffffff; }
/* line 677, ../sass/components/_section.scss */
.section-slider .fp-controlArrow.fp-prev {
  left: 5px; }
  @media (min-width: 992px) {
    /* line 677, ../sass/components/_section.scss */
    .section-slider .fp-controlArrow.fp-prev {
      left: 85px; } }
  /* line 687, ../sass/components/_section.scss */
  .section-slider .fp-controlArrow.fp-prev:after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #537da9;
    content: "";
    display: block;
    position: relative;
    top: 36%;
    left: 40%; }
    @media (min-width: 768px) {
      /* line 687, ../sass/components/_section.scss */
      .section-slider .fp-controlArrow.fp-prev:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #537da9;
        top: 30%;
        left: 36%; } }
    @media (min-width: 1500px) {
      /* line 687, ../sass/components/_section.scss */
      .section-slider .fp-controlArrow.fp-prev:after {
        top: 35%;
        left: 40%; } }
/* line 720, ../sass/components/_section.scss */
.section-slider .fp-controlArrow.fp-next {
  right: 5px; }
  @media (min-width: 992px) {
    /* line 720, ../sass/components/_section.scss */
    .section-slider .fp-controlArrow.fp-next {
      right: 85px; } }
  /* line 730, ../sass/components/_section.scss */
  .section-slider .fp-controlArrow.fp-next:after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #537da9;
    content: "";
    display: block;
    position: relative;
    top: 36%;
    left: 40%; }
    @media (min-width: 768px) {
      /* line 730, ../sass/components/_section.scss */
      .section-slider .fp-controlArrow.fp-next:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #537da9;
        top: 30%;
        left: 36%; } }
    @media (min-width: 1500px) {
      /* line 730, ../sass/components/_section.scss */
      .section-slider .fp-controlArrow.fp-next:after {
        top: 35%;
        left: 46%; } }

/* mmmmmmmmmmmmm VIDEO Section mmmmmmmmmmmmm */
/* line 766, ../sass/components/_section.scss */
.section-title {
  text-align: center;
  margin: 0 0 20px 0; }
  /* line 770, ../sass/components/_section.scss */
  .section-title h4 {
    background: #f3f6f9;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px; }
  @media (min-width: 1200px) {
    /* line 766, ../sass/components/_section.scss */
    .section-title {
      margin-bottom: 100px; } }

/* line 784, ../sass/components/_section.scss */
.section-video .fp-tableCell {
  padding: 40px 0; }
/* line 788, ../sass/components/_section.scss */
.section-video a.video-link, .section-video .video-details {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
  display: block;
  border-bottom: none; }
/* line 799, ../sass/components/_section.scss */
.section-video .video-details p {
  font-weight: 300; }
@media (min-width: 1200px) {
  /* line 797, ../sass/components/_section.scss */
  .section-video .video-details {
    width: 50%; } }
/* line 809, ../sass/components/_section.scss */
.section-video .left-block, .section-video .right-block {
  padding: 0 2%;
  margin-bottom: 40px;
  height: auto; }
@media (min-width: 992px) {
  /* line 817, ../sass/components/_section.scss */
  .section-video .left-block {
    padding-left: 80px; } }
/* line 822, ../sass/components/_section.scss */
.section-video .video-thumbnail {
  width: 100%;
  display: block;
  float: left; }
  @media (min-width: 1200px) {
    /* line 822, ../sass/components/_section.scss */
    .section-video .video-thumbnail {
      width: 50%; } }
@media (min-width: 992px) {
  /* line 835, ../sass/components/_section.scss */
  .section-video .right-block {
    padding-right: 60px; } }

/* line 841, ../sass/components/_section.scss */
.img-crop-circle {
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  -moz-box-shadow: 0 4px 0 #c3d3e4;
  -webkit-box-shadow: 0 4px 0 #c3d3e4;
  box-shadow: 0 4px 0 #c3d3e4; }
  /* line 853, ../sass/components/_section.scss */
  .img-crop-circle span {
    background: url("../images/icons/interactive/s17-video.png") no-repeat;
    width: 82px;
    height: 68px;
    display: block;
    position: absolute;
    top: 40%;
    left: 35%;
    z-index: 1000;
    text-indent: -9999em; }
  /* line 863, ../sass/components/_section.scss */
  .img-crop-circle img {
    display: inline;
    margin: 0 auto;
    width: auto;
    height: 100%;
    position: relative;
    left: -33%;
    max-width: none; }
    /* line 874, ../sass/components/_section.scss */
    .img-crop-circle img:hover {
      transform: scale(1.125, 1.125); }
    @media (min-width: 768px) {
      /* line 863, ../sass/components/_section.scss */
      .img-crop-circle img {
        /*max-width:100%;*/ } }
  @media (min-width: 1500px) {
    /* line 841, ../sass/components/_section.scss */
    .img-crop-circle {
      width: 300px;
      height: 300px; } }

/* mmmmmmmmmmmmm TILES SECTION mmmmmmmmmmmm */
/* line 899, ../sass/components/_section.scss */
.section-tiles .fp-tableCell {
  padding: 0px; }
  @media (min-width: 992px) {
    /* line 899, ../sass/components/_section.scss */
    .section-tiles .fp-tableCell {
      padding: 0px 60px 0px 80px; } }

/* line 908, ../sass/components/_section.scss */
.info-tiles-row {
  display: block;
  float: left;
  margin: 0;
  width: 100%; }
  /* line 914, ../sass/components/_section.scss */
  .info-tiles-row .col-md-8 {
    background: #f3f6f9;
    padding: 0; }
    /* line 918, ../sass/components/_section.scss */
    .info-tiles-row .col-md-8.alpha {
      padding-left: 0; }
    /* line 921, ../sass/components/_section.scss */
    .info-tiles-row .col-md-8.omega {
      padding-right: 0; }
    /* line 925, ../sass/components/_section.scss */
    .info-tiles-row .col-md-8 .info-tile-content {
      background: #f3f6f9;
      width: 100%;
      margin: 0;
      padding: 20px;
      text-align: center;
      color: #000000; }
      @media (min-width: 1200px) {
        /* line 925, ../sass/components/_section.scss */
        .info-tiles-row .col-md-8 .info-tile-content {
          padding: 40px; } }
      /* line 936, ../sass/components/_section.scss */
      .info-tiles-row .col-md-8 .info-tile-content:hover {
        background: #4679b0;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        color: #ffffff; }
        /* line 945, ../sass/components/_section.scss */
        .info-tiles-row .col-md-8 .info-tile-content:hover img {
          position: relative;
          top: 10px; }
      /* line 951, ../sass/components/_section.scss */
      .info-tiles-row .col-md-8 .info-tile-content img {
        margin: 0 auto;
        height: 100px; }

/* mmmmmmmmm PHOTO TABLE SECTION mmmmmmmmmm */
/* line 962, ../sass/components/_section.scss */
.section-photo-table {
  /*Col 1*/
  /*Col 2*/
  /* Common style */ }
  /* line 964, ../sass/components/_section.scss */
  .section-photo-table .photo-table {
    margin: 5px 0; }
    @media (min-width: 992px) {
      /* line 964, ../sass/components/_section.scss */
      .section-photo-table .photo-table {
        margin: 0; } }
  /* line 972, ../sass/components/_section.scss */
  .section-photo-table .row, .section-photo-table .inner .main-content, .inner .section-photo-table .main-content, .section-photo-table .maps-wrapper, .section-photo-table .maps-bus-rail-content,
  .section-photo-table .maps-bus-content,
  .section-photo-table .maps-rail-content, .section-photo-table .next-arrivals .next-arrivals-wrapper, .next-arrivals .section-photo-table .next-arrivals-wrapper, .section-photo-table .next-arrivals .next-bus-results, .next-arrivals .section-photo-table .next-bus-results, .section-photo-table .next-train-results, .section-photo-table .status .system-status, .status .section-photo-table .system-status, .section-photo-table .status .current-alerts .form-container, .status .current-alerts .section-photo-table .form-container,
  .section-photo-table .status .planned-changes .form-container,
  .status .planned-changes .section-photo-table .form-container, .section-photo-table .row > div, .section-photo-table .inner .main-content > div, .inner .section-photo-table .main-content > div, .section-photo-table .maps-wrapper > div, .section-photo-table .maps-bus-rail-content > div,
  .section-photo-table .maps-bus-content > div,
  .section-photo-table .maps-rail-content > div, .section-photo-table .next-arrivals .next-arrivals-wrapper > div, .next-arrivals .section-photo-table .next-arrivals-wrapper > div, .section-photo-table .next-arrivals .next-bus-results > div, .next-arrivals .section-photo-table .next-bus-results > div, .section-photo-table .next-train-results > div, .section-photo-table .status .system-status > div, .status .section-photo-table .system-status > div, .section-photo-table .status .current-alerts .form-container > div, .status .current-alerts .section-photo-table .form-container > div,
  .section-photo-table .status .planned-changes .form-container > div,
  .status .planned-changes .section-photo-table .form-container > div {
    overflow: hidden;
    height: 100%;
    display: block;
    margin: 0; }
  /* line 983, ../sass/components/_section.scss */
  .section-photo-table .col-1 img {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      /* line 983, ../sass/components/_section.scss */
      .section-photo-table .col-1 img {
        height: 100%;
        max-width: none;
        width: auto; } }
  @media (min-width: 768px) {
    /* line 998, ../sass/components/_section.scss */
    .section-photo-table .col-2 {
      padding-left: 10px; } }
  /* line 1005, ../sass/components/_section.scss */
  .section-photo-table .col-2 img {
    width: 100%;
    max-width: none; }
  /* line 1010, ../sass/components/_section.scss */
  .section-photo-table .col-2 .row, .section-photo-table .col-2 .inner .main-content, .inner .section-photo-table .col-2 .main-content, .section-photo-table .col-2 .maps-wrapper, .section-photo-table .col-2 .maps-bus-rail-content,
  .section-photo-table .col-2 .maps-bus-content,
  .section-photo-table .col-2 .maps-rail-content, .section-photo-table .col-2 .next-arrivals .next-arrivals-wrapper, .next-arrivals .section-photo-table .col-2 .next-arrivals-wrapper, .section-photo-table .col-2 .next-arrivals .next-bus-results, .next-arrivals .section-photo-table .col-2 .next-bus-results, .section-photo-table .col-2 .next-train-results, .section-photo-table .col-2 .status .system-status, .status .section-photo-table .col-2 .system-status, .section-photo-table .col-2 .status .current-alerts .form-container, .status .current-alerts .section-photo-table .col-2 .form-container,
  .section-photo-table .col-2 .status .planned-changes .form-container,
  .status .planned-changes .section-photo-table .col-2 .form-container {
    margin-top: 10px; }
    /* line 1013, ../sass/components/_section.scss */
    .section-photo-table .col-2 .row.row-1, .section-photo-table .col-2 .inner .row-1.main-content, .inner .section-photo-table .col-2 .row-1.main-content, .section-photo-table .col-2 .row-1.maps-wrapper, .section-photo-table .col-2 .row-1.maps-bus-rail-content,
    .section-photo-table .col-2 .row-1.maps-bus-content,
    .section-photo-table .col-2 .row-1.maps-rail-content, .section-photo-table .col-2 .next-arrivals .row-1.next-arrivals-wrapper, .next-arrivals .section-photo-table .col-2 .row-1.next-arrivals-wrapper, .section-photo-table .col-2 .next-arrivals .row-1.next-bus-results, .next-arrivals .section-photo-table .col-2 .row-1.next-bus-results, .section-photo-table .col-2 .row-1.next-train-results, .section-photo-table .col-2 .status .row-1.system-status, .status .section-photo-table .col-2 .row-1.system-status, .section-photo-table .col-2 .status .current-alerts .row-1.form-container, .status .current-alerts .section-photo-table .col-2 .row-1.form-container,
    .section-photo-table .col-2 .status .planned-changes .row-1.form-container,
    .status .planned-changes .section-photo-table .col-2 .row-1.form-container {
      margin-top: 0; }
    @media (min-width: 768px) {
      /* line 1021, ../sass/components/_section.scss */
      .section-photo-table .col-2 .row:first-of-type, .section-photo-table .col-2 .inner .main-content:first-of-type, .inner .section-photo-table .col-2 .main-content:first-of-type, .section-photo-table .col-2 .maps-wrapper:first-of-type, .section-photo-table .col-2 .maps-bus-rail-content:first-of-type,
      .section-photo-table .col-2 .maps-bus-content:first-of-type,
      .section-photo-table .col-2 .maps-rail-content:first-of-type, .section-photo-table .col-2 .next-arrivals .next-arrivals-wrapper:first-of-type, .next-arrivals .section-photo-table .col-2 .next-arrivals-wrapper:first-of-type, .section-photo-table .col-2 .next-arrivals .next-bus-results:first-of-type, .next-arrivals .section-photo-table .col-2 .next-bus-results:first-of-type, .section-photo-table .col-2 .next-train-results:first-of-type, .section-photo-table .col-2 .status .system-status:first-of-type, .status .section-photo-table .col-2 .system-status:first-of-type, .section-photo-table .col-2 .status .current-alerts .form-container:first-of-type, .status .current-alerts .section-photo-table .col-2 .form-container:first-of-type,
      .section-photo-table .col-2 .status .planned-changes .form-container:first-of-type,
      .status .planned-changes .section-photo-table .col-2 .form-container:first-of-type {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      /* line 1010, ../sass/components/_section.scss */
      .section-photo-table .col-2 .row, .section-photo-table .col-2 .inner .main-content, .inner .section-photo-table .col-2 .main-content, .section-photo-table .col-2 .maps-wrapper, .section-photo-table .col-2 .maps-bus-rail-content,
      .section-photo-table .col-2 .maps-bus-content,
      .section-photo-table .col-2 .maps-rail-content, .section-photo-table .col-2 .next-arrivals .next-arrivals-wrapper, .next-arrivals .section-photo-table .col-2 .next-arrivals-wrapper, .section-photo-table .col-2 .next-arrivals .next-bus-results, .next-arrivals .section-photo-table .col-2 .next-bus-results, .section-photo-table .col-2 .next-train-results, .section-photo-table .col-2 .status .system-status, .status .section-photo-table .col-2 .system-status, .section-photo-table .col-2 .status .current-alerts .form-container, .status .current-alerts .section-photo-table .col-2 .form-container,
      .section-photo-table .col-2 .status .planned-changes .form-container,
      .status .planned-changes .section-photo-table .col-2 .form-container {
        margin-top: 0px; } }
  /* line 1033, ../sass/components/_section.scss */
  .section-photo-table .col-2 .col-sm-12 {
    margin-top: 10px; }
    @media (min-width: 992px) {
      /* line 1033, ../sass/components/_section.scss */
      .section-photo-table .col-2 .col-sm-12 {
        margin-top: 0px; } }
  /* line 1043, ../sass/components/_section.scss */
  .section-photo-table .col-2 {
    padding: 0; }
  /* line 1054, ../sass/components/_section.scss */
  .section-photo-table figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin: 0 !important; }
    /* line 1064, ../sass/components/_section.scss */
    .section-photo-table figure img {
      position: relative;
      display: block; }
    /* line 1069, ../sass/components/_section.scss */
    .section-photo-table figure figcaption {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      padding: 20px 10px;
      margin: 0;
      height: auto;
      color: #ffffff;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f4aa4+0,3665ab+50,acd3eb+100 */
      background: #0f4aa4;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmNGFhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM2NjVhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhY2QzZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(52, 87, 117, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(15, 74, 164, 0.7)), color-stop(50%, rgba(52, 87, 117, 0.7)), color-stop(100%, rgba(172, 211, 235, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(52, 87, 117, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(52, 87, 117, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(52, 87, 117, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(15, 74, 164, 0.7) 0%, rgba(54, 101, 171, 0.7) 50%, rgba(52, 87, 117, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4aa4', endColorstr='#345775',GradientType=1 );
      /* IE6-8 */ }
      /* line 1106, ../sass/components/_section.scss */
      .section-photo-table figure figcaption ::before, .section-photo-table figure figcaption ::after {
        pointer-events: none; }
      /* line 1110, ../sass/components/_section.scss */
      .section-photo-table figure figcaption p {
        margin: 0 !important;
        padding: 0;
        font-size: 1.125em;
        line-height: normal; }
    /* line 1118, ../sass/components/_section.scss */
    .section-photo-table figure:hover figcaption {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

/* mmmmmmmmmm PHOTO SECTION mmmmmmmmmm */
/* line 1129, ../sass/components/_section.scss */
.expand-content {
  background-image: url('../images/sprites/icons/interactive-s4409d1f16c.png');
  background-position: 0 -155px;
  background-size: 40px auto;
  width: 40px;
  height: 40px;
  display: block;
  border: none !important;
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer; }
  /* line 1144, ../sass/components/_section.scss */
  html.lt-ie9 .expand-content {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s03-info.png',sizingMethod='scale');
    background-image: none; }
  @media (min-width: 768px) {
    /* line 1129, ../sass/components/_section.scss */
    .expand-content {
      width: 60px;
      height: 60px;
      background-size: 60px auto;
      background-position: 0 -235px; } }
  @media (min-width: 992px) {
    /* line 1129, ../sass/components/_section.scss */
    .expand-content {
      bottom: 50px;
      left: 50px; } }

/* line 1161, ../sass/components/_section.scss */
.section-photo {
  background-size: auto 100% !important;
  background-position: 50% !important; }
  @media (min-width: 640px) {
    /* line 1161, ../sass/components/_section.scss */
    .section-photo {
      background-size: 100% auto !important; } }
  @media (min-width: 992px) {
    /* line 1161, ../sass/components/_section.scss */
    .section-photo {
      background-size: auto !important; } }
  /* line 1175, ../sass/components/_section.scss */
  .section-photo .fp-tableCell {
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; }
  /* line 1184, ../sass/components/_section.scss */
  .section-photo .section-details {
    margin: 60px auto;
    width: 96%;
    max-width: 700px;
    border: 1px solid #858585;
    color: #ffffff;
    padding: 20px;
    background: #555555;
    text-indent: 0; }
    @media (min-width: 768px) {
      /* line 1184, ../sass/components/_section.scss */
      .section-photo .section-details {
        margin: 0 auto; } }
    /* line 1199, ../sass/components/_section.scss */
    .section-photo .section-details h3 {
      margin-top: 0; }
      /* line 1202, ../sass/components/_section.scss */
      .section-photo .section-details h3 .close {
        background-image: url('../images/sprites/icons/interactive-s4409d1f16c.png');
        background-position: 0 -34px;
        background-size: 25px auto;
        width: 25px;
        height: 25px;
        display: block;
        border: none !important;
        text-indent: -9999em;
        float: right;
        text-shadow: none;
        opacity: 1;
        cursor: pointer; }
        /* line 1217, ../sass/components/_section.scss */
        html.lt-ie9 .section-photo .section-details h3 .close {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s01-close.png',sizingMethod='scale');
          background-image: none; }

/* line 1230, ../sass/components/_section.scss */
.section-footer p:first-of-type {
  margin-top: 0; }
/* line 1233, ../sass/components/_section.scss */
.section-footer .footer-contact-wrapper {
  padding: 30px 0; }

/*--------------------------------
INTERIORP PAGES SIDE TABS - ALERTS
--------------------------------*/
/* line 4, ../sass/components/_service-alerts-inner.scss */
.close-tab-panel, .inner-service-alerts #alerts-tab .close-details {
  font-size: 1.875em;
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 8px;
  cursor: pointer; }

/* line 13, ../sass/components/_service-alerts-inner.scss */
.inner-service-alerts {
  position: fixed;
  z-index: 10;
  top: auto;
  bottom: 0;
  width: 100%;
  max-height: 80px;
  /*ALERTS TAB*/ }
  @media (min-width: 1310px) {
    /* line 13, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts {
      top: 175px;
      bottom: auto;
      /*position: absolute;*/
      width: auto;
      max-height: 100%; } }
  /* line 29, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts .alerts-wrapper {
    display: table;
    margin: 0 auto;
    width: auto;
    /*width: 95%;
    
    @include breakpoint($phone) {
    	width: 70%;
    }*/ }
    @media (min-width: 1310px) {
      /* line 29, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts .alerts-wrapper {
        width: auto;
        margin: 0;
        display: block; } }
  /* line 48, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts .side-tab-wrapper {
    position: relative;
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #ffffff; }
    /* line 54, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts .side-tab-wrapper:first-child {
      border-left: none; }
    @media (min-width: 1310px) {
      /* line 48, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts .side-tab-wrapper {
        display: block;
        border-left: none; }
        /* line 62, ../sass/components/_service-alerts-inner.scss */
        .inner-service-alerts .side-tab-wrapper:first-child .side-tab {
          border-top: none; } }
  /* line 69, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts .side-tab {
    background-color: #545454;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFA0A0A0', endColorstr='#FF545454');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwYTBhMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU0NTQ1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #a0a0a0), color-stop(100%, #545454));
    background-image: -moz-linear-gradient(left top, #a0a0a0 0%, #545454 100%);
    background-image: -webkit-linear-gradient(left top, #a0a0a0 0%, #545454 100%);
    background-image: linear-gradient(to right bottom, #a0a0a0 0%, #545454 100%);
    height: 85px;
    color: #ffffff;
    font-size: 0.65em;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    width: 70px;
    padding: 5px 1px 0;
    margin-right: 0; }
    @media (min-width: 640px) {
      /* line 69, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts .side-tab {
        width: 85px;
        font-size: 0.75em;
        margin-right: 0; } }
    @media (min-width: 1310px) {
      /* line 69, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts .side-tab {
        border: 1px solid #ffffff;
        border-width: 1px 0;
        padding: 0 5px;
        margin-right: 0; } }
    /* line 100, ../sass/components/_service-alerts-inner.scss */
    html.lt-ie9 .inner-service-alerts .side-tab, html.ie9 .inner-service-alerts .side-tab {
      background: #919191; }
    /* line 103, ../sass/components/_service-alerts-inner.scss */
    html.ie9 .inner-service-alerts .side-tab {
      filter: none; }
    /* line 107, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts .side-tab span {
      background-image: url('../images/sprites/icons/services-s99baa34738.png');
      background-size: 100%;
      display: block;
      margin: 3px auto 8px; }
      /* line 113, ../sass/components/_service-alerts-inner.scss */
      html.lt-ie9 .inner-service-alerts .side-tab span {
        background-image: none; }
      @media (min-width: 1310px) {
        /* line 107, ../sass/components/_service-alerts-inner.scss */
        .inner-service-alerts .side-tab span {
          margin: 12px auto 8px; } }
  /* line 123, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts .side-tab-panel {
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
    border: 1px solid #5481b3;
    bottom: -999px;
    left: 0;
    width: 95%;
    margin: 0 2.5%; }
    @media (min-width: 1310px) {
      /* line 123, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts .side-tab-panel {
        position: absolute;
        top: 0;
        left: -999px;
        bottom: auto;
        width: auto;
        margin: 0; } }
  /* line 144, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts .panel-content {
    padding: 10px;
    position: relative;
    /*FORMS*/ }
    @media (min-width: 1310px) {
      /* line 144, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts .panel-content {
        padding: 20px 25px; } }
    /* line 152, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts .panel-content .panel-header {
      line-height: 35px;
      margin-bottom: 20px;
      vertical-align: middle; }
    /* line 158, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts .panel-content .panel-header-text {
      color: #5481b3;
      font-size: 1.125em;
      position: relative;
      padding-left: 50px;
      vertical-align: middle;
      display: inline-block; }
      /* line 166, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts .panel-content .panel-header-text:before {
        content: '';
        width: 40px;
        height: 35px;
        position: absolute;
        left: 0; }
      /* line 174, ../sass/components/_service-alerts-inner.scss */
      html.lt-ie9 .inner-service-alerts .panel-content .panel-header-text {
        padding-left: 0; }
        /* line 177, ../sass/components/_service-alerts-inner.scss */
        html.lt-ie9 .inner-service-alerts .panel-content .panel-header-text:before {
          background: none; }
    /* line 184, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts .panel-content .form-group {
      margin-left: 0;
      margin-right: 0; }
    /* line 190, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts .panel-content .location label, .inner-service-alerts .panel-content .location .form-wrapper .control-label, .form-wrapper .inner-service-alerts .panel-content .location .control-label {
      font-size: 0.75em; }
    /* line 195, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts .panel-content input[type="text"] {
      border: 1px solid #3b6798 !important; }
    /* line 199, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts .panel-content input[type="submit"] {
      margin-top: 10px; }
    /* line 204, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts .panel-content .more-arrow {
      color: #000000;
      font-size: 0.75em; }
      /* line 209, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts .panel-content .more-arrow:after {
        content: '\2192';
        /*right arrow*/
        font-size: 0.9375em;
        padding-left: 5px;
        vertical-align: 1px; }
  /* line 220, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts #alerts-tab .side-tab {
    padding: 0; }
    @media (min-width: 1310px) {
      /* line 223, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts #alerts-tab .side-tab span {
        margin: 0 auto 4px; } }
  /* line 230, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts #alerts-tab .alert-count-wrapper {
    width: 85px; }
    @media (min-width: 0) and (max-width: 640px) {
      /* line 230, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts #alerts-tab .alert-count-wrapper {
        width: 70px; } }
  /* line 238, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts #alerts-tab .count {
    font-size: 2.7em;
    font-weight: 400; }
  /* line 244, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts #alerts-tab .side-tab-panel .service-alerts {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    position: relative;
    top: 0; }
  /* line 251, ../sass/components/_service-alerts-inner.scss */
  .inner-service-alerts #alerts-tab .side-tab-panel .count {
    font-size: 2.025em; }
  @media (min-width: 0) and (max-width: 1310px) {
    /* line 261, ../sass/components/_service-alerts-inner.scss */
    .inner-service-alerts #alerts-tab .service-alerts.open {
      width: 100%;
      margin: 0; }
      /* line 265, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts #alerts-tab .service-alerts.open .alert-count-wrapper {
        width: 85px !important; }
      /* line 269, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts #alerts-tab .service-alerts.open .count {
        font-size: 1.3em !important; }
        /* line 272, ../sass/components/_service-alerts-inner.scss */
        .inner-service-alerts #alerts-tab .service-alerts.open .count span {
          height: 31px;
          width: 30px; }
      /* line 278, ../sass/components/_service-alerts-inner.scss */
      .inner-service-alerts #alerts-tab .service-alerts.open .details-header-text {
        font-size: 1.3em !important; } }

/*TRIP PLANNER TAB & CONTENT*/
/* line 288, ../sass/components/_service-alerts-inner.scss */
#trip-tab .side-tab span {
  background-image: url('../images/sprites/icons/arrows-sffa28ba240.png');
  background-position: 0 -93px;
  height: 30px;
  margin-bottom: 5px;
  width: 40px; }
  /* line 295, ../sass/components/_service-alerts-inner.scss */
  html.lt-ie9 #trip-tab .side-tab span {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/arrows/s04-right-white.png',sizingMethod='scale'); }
@media (min-width: 1310px) {
  /* line 300, ../sass/components/_service-alerts-inner.scss */
  #trip-tab .side-tab-panel {
    width: 410px;
    height: 290px;
    margin-bottom: 3px; } }
/* line 309, ../sass/components/_service-alerts-inner.scss */
#trip-tab .panel-header-text:before {
  background: url('../images/sprites/icons/arrows-sffa28ba240.png') no-repeat 0 -168px/100% transparent; }
/* line 314, ../sass/components/_service-alerts-inner.scss */
#trip-tab input[type="text"] {
  margin: 0;
  top: 0; }

/*NEXT BUS PLANNER TAB & CONTENT*/
@media (min-width: 1310px) {
  /* line 322, ../sass/components/_service-alerts-inner.scss */
  #bus-tab .side-tab-panel, #train-tab .side-tab-panel {
    width: 410px;
    height: 290px; } }
/* line 329, ../sass/components/_service-alerts-inner.scss */
#bus-tab .panel-header, #train-tab .panel-header {
  line-height: 50px;
  margin-bottom: 10px; }
/* line 334, ../sass/components/_service-alerts-inner.scss */
#bus-tab .panel-header-text, #train-tab .panel-header-text {
  color: #000000; }
  /* line 337, ../sass/components/_service-alerts-inner.scss */
  #bus-tab .panel-header-text:before, #train-tab .panel-header-text:before {
    background: url('../images/sprites/icons/services-s99baa34738.png') no-repeat 0 0/100% transparent;
    content: "";
    width: 50px;
    height: 55px; }
/* line 345, ../sass/components/_service-alerts-inner.scss */
#bus-tab label, #bus-tab .form-wrapper .control-label, .form-wrapper #bus-tab .control-label, #train-tab label, #train-tab .form-wrapper .control-label, .form-wrapper #train-tab .control-label {
  font-size: 0.75em; }
/* line 349, ../sass/components/_service-alerts-inner.scss */
#bus-tab input[type="text"], #train-tab input[type="text"] {
  width: 100%;
  margin-top: 0; }
/* line 354, ../sass/components/_service-alerts-inner.scss */
#bus-tab p, #train-tab p {
  margin: 0; }

/* line 360, ../sass/components/_service-alerts-inner.scss */
#bus-tab .side-tab span {
  background-position: 0 1248px;
  height: 39px;
  width: 50px; }
  /* line 365, ../sass/components/_service-alerts-inner.scss */
  html.lt-ie9 #bus-tab .side-tab span {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s03-bus-outline-white.png',sizingMethod='scale'); }
/* line 371, ../sass/components/_service-alerts-inner.scss */
#bus-tab .panel-header-text:before {
  background-position: -3px -222px; }

/* line 378, ../sass/components/_service-alerts-inner.scss */
#train-tab .side-tab {
  border-bottom: none;
  margin-right: 0; }
/* line 383, ../sass/components/_service-alerts-inner.scss */
#train-tab .side-tab span {
  background-position: 0 1095px;
  height: 39px;
  width: 50px; }
  /* line 388, ../sass/components/_service-alerts-inner.scss */
  html.lt-ie9 #train-tab .side-tab span {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s06-train-outline-white.png',sizingMethod='scale'); }
@media (min-width: 1310px) {
  /* line 393, ../sass/components/_service-alerts-inner.scss */
  #train-tab .side-tab-panel {
    top: 0; } }
/* line 400, ../sass/components/_service-alerts-inner.scss */
#train-tab .panel-header-text:before {
  background-position: -3px -374px; }
/* line 405, ../sass/components/_service-alerts-inner.scss */
#train-tab .form-group {
  margin: 10px 0 0 !important; }
/* line 409, ../sass/components/_service-alerts-inner.scss */
#train-tab label, #train-tab .form-wrapper .control-label, .form-wrapper #train-tab .control-label {
  display: block;
  margin-bottom: 0; }
/* line 414, ../sass/components/_service-alerts-inner.scss */
#train-tab select {
  width: 100%;
  background-position: 98% 18px !important; }
/* line 419, ../sass/components/_service-alerts-inner.scss */
#train-tab input[type="submit"] {
  margin: 0 0 10px; }
/* line 423, ../sass/components/_service-alerts-inner.scss */
#train-tab #nearby-stations {
  display: none; }

/* Pinned Service Alerts - Home */
/* line 2, ../sass/components/_service-alerts.scss */
.service-alerts {
  background: #ffffff;
  position: fixed;
  z-index: 50;
  width: 80px;
  bottom: 0;
  margin: 0 2.5%;
  max-height: 65px;
  -webkit-box-shadow: 1px 1.732px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1.732px 6px 1px rgba(0, 0, 0, 0.35);
  /*Alert Footer*/
  /*No Alerts*/ }
  /* line 12, ../sass/components/_service-alerts.scss */
  html.lt-ie9 .service-alerts {
    border: 1px solid #c7c7c7;
    border-left: 0; }
  /* line 17, ../sass/components/_service-alerts.scss */
  .service-alerts.open {
    max-height: 320px;
    width: 95%; }
    @media (min-width: 768px) {
      /* line 17, ../sass/components/_service-alerts.scss */
      .service-alerts.open {
        max-height: 400px; } }
  @media (min-width: 1310px) {
    /* line 2, ../sass/components/_service-alerts.scss */
    .service-alerts {
      max-height: 100%;
      bottom: auto;
      left: 0;
      top: 175px;
      margin: 0;
      -webkit-box-shadow: 1px 1.732px 21px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 1px 1.732px 21px 0px rgba(0, 0, 0, 0.35); }
      /* line 34, ../sass/components/_service-alerts.scss */
      .service-alerts.open {
        display: block;
        width: 547px;
        max-height: 100%;
        margin: 0; } }
  /* line 42, ../sass/components/_service-alerts.scss */
  .service-alerts span {
    display: block; }
  /* line 46, ../sass/components/_service-alerts.scss */
  .service-alerts .details-header {
    opacity: 0;
    margin-left: -9999px;
    float: left;
    font-weight: 300;
    height: 100%; }
    /* line 53, ../sass/components/_service-alerts.scss */
    .service-alerts .details-header .details-header-text {
      padding: 0 10px;
      position: absolute;
      top: 32px;
      font-size: 1.5625em; }
      @media (min-width: 1310px) {
        /* line 53, ../sass/components/_service-alerts.scss */
        .service-alerts .details-header .details-header-text {
          top: 42px; } }
    @media (min-width: 1310px) {
      /* line 46, ../sass/components/_service-alerts.scss */
      .service-alerts .details-header {
        height: 85px; }
        /* line 67, ../sass/components/_service-alerts.scss */
        .open .service-alerts .details-header {
          display: block; }
        /* line 71, ../sass/components/_service-alerts.scss */
        .service-alerts .details-header .details-header-text {
          font-size: 1.875em; } }
  /* line 77, ../sass/components/_service-alerts.scss */
  .service-alerts.open .details-header {
    opacity: 1;
    margin-left: 0; }
    /* line 81, ../sass/components/_service-alerts.scss */
    .service-alerts.open .details-header .close-details {
      text-align: right;
      color: #5e5e5e;
      cursor: pointer;
      right: 10px;
      position: absolute; }
  /* line 90, ../sass/components/_service-alerts.scss */
  .service-alerts .alerts-content {
    display: none; }
    @media (min-width: 1310px) {
      /* line 90, ../sass/components/_service-alerts.scss */
      .service-alerts .alerts-content {
        display: block;
        width: 80px;
        max-height: 430px;
        height: auto;
        overflow: hidden; } }
    /* line 101, ../sass/components/_service-alerts.scss */
    .service-alerts .alerts-content .simplebar-track {
      display: none !important; }
    /* line 105, ../sass/components/_service-alerts.scss */
    .service-alerts .alerts-content .simplebar-content {
      padding: 0;
      width: 100% !important; }
    /* line 111, ../sass/components/_service-alerts.scss */
    .service-alerts .alerts-content .simplebar-scroll-content {
      overflow: hidden !important; }
    /* line 115, ../sass/components/_service-alerts.scss */
    .service-alerts .alerts-content ul {
      list-style: none;
      padding: 0 !important; }
      /* line 11, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss */
      .service-alerts .alerts-content ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
      /* line 119, ../sass/components/_service-alerts.scss */
      .service-alerts .alerts-content ul li {
        clear: both; }
  /* line 125, ../sass/components/_service-alerts.scss */
  .service-alerts.open .alerts-content {
    display: block;
    width: 98%;
    max-height: 196px;
    background: #ffffff; }
    @media (min-width: 768px) {
      /* line 125, ../sass/components/_service-alerts.scss */
      .service-alerts.open .alerts-content {
        max-height: 300px; } }
    @media (min-width: 1310px) {
      /* line 125, ../sass/components/_service-alerts.scss */
      .service-alerts.open .alerts-content {
        max-height: 430px; } }
    /* line 139, ../sass/components/_service-alerts.scss */
    .service-alerts.open .alerts-content:before {
      background: #c7c7c7;
      content: "";
      height: 100%;
      left: 79px;
      position: absolute;
      width: 1px;
      z-index: 99; }
    /* line 149, ../sass/components/_service-alerts.scss */
    .service-alerts.open .alerts-content .simplebar-track {
      display: block !important; }
    /* line 153, ../sass/components/_service-alerts.scss */
    .service-alerts.open .alerts-content .simplebar-scroll-content {
      overflow: auto !important; }
  /* line 158, ../sass/components/_service-alerts.scss */
  .service-alerts .alert-details {
    float: left;
    width: 66%; }
    @media (min-width: 640px) {
      /* line 158, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-details {
        width: 75%; } }
    @media (min-width: 1310px) {
      /* line 158, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-details {
        margin-left: -9999px;
        opacity: 0;
        position: absolute; } }
    /* line 172, ../sass/components/_service-alerts.scss */
    .service-alerts .alert-details p {
      padding: 0 10px;
      display: inline-block;
      line-height: normal;
      vertical-align: middle;
      font-size: 0.75em; }
      @media (min-width: 768px) {
        /* line 172, ../sass/components/_service-alerts.scss */
        .service-alerts .alert-details p {
          font-size: 0.875em; } }
      @media (min-width: 1310px) {
        /* line 172, ../sass/components/_service-alerts.scss */
        .service-alerts .alert-details p {
          font-size: 1em; } }
  @media (min-width: 1310px) {
    /* line 189, ../sass/components/_service-alerts.scss */
    .service-alerts.open .alert-details {
      margin-left: 82px;
      opacity: 1; } }
  /* line 196, ../sass/components/_service-alerts.scss */
  .service-alerts .alert-icon {
    float: left;
    color: #ffffff;
    text-align: center;
    width: 80px;
    /*Bus Alerts*/ }
    @media (min-width: 1310px) {
      /* line 196, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-icon {
        font-size: 1.875em; } }
    /* line 206, ../sass/components/_service-alerts.scss */
    .service-alerts .alert-icon.rail {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
      /* line 209, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-icon.rail + .alert-details {
        line-height: 65px; }
        @media (min-width: 1310px) {
          /* line 209, ../sass/components/_service-alerts.scss */
          .service-alerts .alert-icon.rail + .alert-details {
            line-height: 90px; } }
      /* line 217, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-icon.rail span {
        margin: 7px auto 13px;
        background-size: cover;
        background-image: url('../images/sprites/icons/rail-colors-sf61bf73d27.png');
        background-color: #ffffff;
        width: 45px;
        height: 45px; }
        @media (min-width: 1310px) {
          /* line 217, ../sass/components/_service-alerts.scss */
          .service-alerts .alert-icon.rail span {
            width: 60px;
            height: 60px;
            margin: 15px auto; } }
        /* line 231, ../sass/components/_service-alerts.scss */
        html.lt-ie9 .service-alerts .alert-icon.rail span {
          background-image: none; }
      /* line 237, ../sass/components/_service-alerts.scss */
      html.lt-ie9 .service-alerts .alert-icon.rail.blue span {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/blue.png',sizingMethod='scale'); }
      /* line 242, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-icon.rail.green span {
        background-position: 0 -56px; }
        @media (min-width: 1310px) {
          /* line 242, ../sass/components/_service-alerts.scss */
          .service-alerts .alert-icon.rail.green span {
            background-position: 0 -71px; } }
        /* line 249, ../sass/components/_service-alerts.scss */
        html.lt-ie9 .service-alerts .alert-icon.rail.green span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/green.png',sizingMethod='scale'); }
      /* line 254, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-icon.rail.orange span {
        background-position: 0 -110px; }
        @media (min-width: 1310px) {
          /* line 254, ../sass/components/_service-alerts.scss */
          .service-alerts .alert-icon.rail.orange span {
            background-position: 0 -147px; } }
        /* line 261, ../sass/components/_service-alerts.scss */
        html.lt-ie9 .service-alerts .alert-icon.rail.orange span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/orange.png',sizingMethod='scale'); }
      /* line 266, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-icon.rail.red span {
        background-position: 0 -162px; }
        @media (min-width: 1310px) {
          /* line 266, ../sass/components/_service-alerts.scss */
          .service-alerts .alert-icon.rail.red span {
            background-position: 0 -220px; } }
        /* line 273, ../sass/components/_service-alerts.scss */
        html.lt-ie9 .service-alerts .alert-icon.rail.red span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/red.png',sizingMethod='scale'); }
      /* line 278, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-icon.rail.silver span {
        background-position: 0 -219px; }
        @media (min-width: 1310px) {
          /* line 278, ../sass/components/_service-alerts.scss */
          .service-alerts .alert-icon.rail.silver span {
            background-position: 0 -290px; } }
        /* line 285, ../sass/components/_service-alerts.scss */
        html.lt-ie9 .service-alerts .alert-icon.rail.silver span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/silver.png',sizingMethod='scale'); }
      /* line 290, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-icon.rail.yellow span {
        background-position: 0 -273px; }
        @media (min-width: 1310px) {
          /* line 290, ../sass/components/_service-alerts.scss */
          .service-alerts .alert-icon.rail.yellow span {
            background-position: 0 -365px; } }
        /* line 297, ../sass/components/_service-alerts.scss */
        html.lt-ie9 .service-alerts .alert-icon.rail.yellow span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/yellow.png',sizingMethod='scale'); }
    /* line 304, ../sass/components/_service-alerts.scss */
    .service-alerts .alert-icon.bus, .service-alerts .alert-icon.rail-no-alert {
      background: #5e5e5e;
      border-top: 2px solid #ffffff;
      height: 60px;
      vertical-align: middle; }
      @media (min-width: 1310px) {
        /* line 304, ../sass/components/_service-alerts.scss */
        .service-alerts .alert-icon.bus, .service-alerts .alert-icon.rail-no-alert {
          height: 80px; } }
      /* line 314, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-icon.bus span, .service-alerts .alert-icon.rail-no-alert span {
        background-image: url('../images/sprites/icons/services-s99baa34738.png');
        background-size: cover;
        margin: 0 auto;
        width: 35px;
        height: 35px;
        background-position: 0 -117px; }
        /* line 322, ../sass/components/_service-alerts.scss */
        html.lt-ie9 .service-alerts .alert-icon.bus span, html.lt-ie9 .service-alerts .alert-icon.rail-no-alert span {
          background-image: none;
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s03-bus-outline-white.png',sizingMethod='scale'); }
    /* line 329, ../sass/components/_service-alerts.scss */
    .service-alerts .alert-icon.bus + .alert-details, .service-alerts .alert-icon.rail-no-alert + .alert-details {
      line-height: 60px; }
      @media (min-width: 1310px) {
        /* line 329, ../sass/components/_service-alerts.scss */
        .service-alerts .alert-icon.bus + .alert-details, .service-alerts .alert-icon.rail-no-alert + .alert-details {
          line-height: 80px; } }
    /* line 337, ../sass/components/_service-alerts.scss */
    .service-alerts .alert-icon.rail-no-alert span {
      background-position: 0 -223px; }
  /* line 344, ../sass/components/_service-alerts.scss */
  .service-alerts .alert-footer {
    background: #ffffff;
    clear: both;
    padding: 10px 20px 0 10px;
    border-top: 1px solid #c7c7c7;
    margin-top: 5px; }
    @media (min-width: 1310px) {
      /* line 344, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-footer {
        height: 60px;
        margin-top: 0;
        border: none; } }
    /* line 357, ../sass/components/_service-alerts.scss */
    .service-alerts .alert-footer * {
      color: #2d2d2d;
      font-size: 0.875em; }
    /* line 362, ../sass/components/_service-alerts.scss */
    .service-alerts .alert-footer a {
      text-decoration: underline; }
    /* line 366, ../sass/components/_service-alerts.scss */
    .service-alerts .alert-footer .open-arrow {
      cursor: pointer;
      height: 42px;
      width: 49px;
      background: url('../images/sprites/icons/arrows-sffa28ba240.png') no-repeat 14px -158px transparent;
      background-size: 100%;
      display: none; }
      @media (min-width: 1310px) {
        /* line 366, ../sass/components/_service-alerts.scss */
        .service-alerts .alert-footer .open-arrow {
          display: block; } }
      /* line 378, ../sass/components/_service-alerts.scss */
      html.lt-ie9 .service-alerts .alert-footer .open-arrow {
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/arrows/s06-right-black.png',sizingMethod='scale'); }
    /* line 386, ../sass/components/_service-alerts.scss */
    .service-alerts .alert-footer .alert-footer-content > div:first-child {
      float: left; }
      /* line 389, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-footer .alert-footer-content > div:first-child + div {
        float: right;
        text-align: right; }
    @media (min-width: 1310px) {
      /* line 385, ../sass/components/_service-alerts.scss */
      .service-alerts .alert-footer .alert-footer-content > div {
        margin-left: -99999px;
        margin-right: 0;
        opacity: 0;
        width: 48%;
        position: absolute; } }
  @media (min-width: 1310px) {
    /* line 408, ../sass/components/_service-alerts.scss */
    .service-alerts.open .alert-footer-content > div {
      margin-left: 0;
      opacity: 1;
      position: relative; } }
  /* line 417, ../sass/components/_service-alerts.scss */
  .service-alerts .alert-symbols .no-alerts-icon-wrapper {
    display: none; }
  /* line 422, ../sass/components/_service-alerts.scss */
  .service-alerts.no-alerts .alert-count-wrapper {
    background: #909090; }
    /* line 425, ../sass/components/_service-alerts.scss */
    .service-alerts.no-alerts .alert-count-wrapper .count span {
      background-position: 0 -42px; }
      /* line 428, ../sass/components/_service-alerts.scss */
      html.lt-ie9 .service-alerts.no-alerts .alert-count-wrapper .count span {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s01-alert-outline-white.png',sizingMethod='scale');
        background-image: none; }
  /* line 435, ../sass/components/_service-alerts.scss */
  .service-alerts.no-alerts .alerts-content {
    height: auto; }
  /* line 442, ../sass/components/_service-alerts.scss */
  .service-alerts.open .alert-footer .open-arrow {
    display: none; }

/* line 448, ../sass/components/_service-alerts.scss */
.alerts-header {
  height: 65px;
  background: #ededed;
  position: relative; }
  @media (min-width: 1310px) {
    /* line 448, ../sass/components/_service-alerts.scss */
    .alerts-header {
      height: 80px; } }

/* line 457, ../sass/components/_service-alerts.scss */
.alert-count-wrapper {
  background: url('../images/background/bg-alert-tab.png?1445971374') repeat-x 0 0/cover #e13108;
  width: 80px;
  float: left;
  cursor: pointer;
  height: 100%; }
  /* line 464, ../sass/components/_service-alerts.scss */
  html.lt-ie9 .alert-count-wrapper {
    background: url('../images/background/bg-alert-tab.png?1445971374') repeat-x 0 0 #e13108; }
  /* line 468, ../sass/components/_service-alerts.scss */
  .alert-count-wrapper .count {
    text-align: center;
    padding-top: 5px;
    color: #ffffff; }
    @media (min-width: 1310px) {
      /* line 468, ../sass/components/_service-alerts.scss */
      .alert-count-wrapper .count {
        font-size: 1.875em; } }
    /* line 477, ../sass/components/_service-alerts.scss */
    .alert-count-wrapper .count span {
      background: url('../images/sprites/icons/services-s99baa34738.png') 0 0;
      background-size: cover;
      display: block;
      height: 37px;
      margin: 0 auto;
      width: 35px;
      color: #ffffff;
      font-size: 1em; }
      /* line 487, ../sass/components/_service-alerts.scss */
      html.lt-ie9 .alert-count-wrapper .count span {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s00-alert.png',sizingMethod='scale');
        background-image: none; }
  @media (min-width: 1310px) {
    /* line 457, ../sass/components/_service-alerts.scss */
    .alert-count-wrapper {
      height: 85px; } }

/* Rail Icons */
/* line 2, ../sass/components/_service-icons.scss */
.rail-icon, .rail-icon-large, .rail-icon-md, .rail-icon-md-35, ul.rail-list li span, .rail-icon-small, .stop-option .sub-option .header-btn h4 span.rail, .trip-icon span.rail {
  background: url('../images/sprites/icons/rail-colors-sf61bf73d27.png') no-repeat 0 0 transparent;
  background-size: 100%; }
  /* line 6, ../sass/components/_service-icons.scss */
  .rail-icon:not(.no-alerts), .rail-icon-large:not(.no-alerts), .rail-icon-md:not(.no-alerts), .rail-icon-md-35:not(.no-alerts), ul.rail-list li span:not(.no-alerts), .rail-icon-small:not(.no-alerts), .stop-option .sub-option .header-btn h4 span.rail:not(.no-alerts), .trip-icon span.rail:not(.no-alerts) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  /* line 10, ../sass/components/_service-icons.scss */
  html.lt-ie9 .rail-icon, html.lt-ie9 .rail-icon-large, html.lt-ie9 .rail-icon-md, html.lt-ie9 .rail-icon-md-35, html.lt-ie9 ul.rail-list li span, ul.rail-list li html.lt-ie9 span, html.lt-ie9 .rail-icon-small, html.lt-ie9 .stop-option .sub-option .header-btn h4 span.rail, .stop-option .sub-option .header-btn h4 html.lt-ie9 span.rail, html.lt-ie9 .trip-icon span.rail, .trip-icon html.lt-ie9 span.rail {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: none; }
    /* line 15, ../sass/components/_service-icons.scss */
    html.lt-ie9 .rail-icon.blue, html.lt-ie9 .blue.rail-icon-large, html.lt-ie9 .blue.rail-icon-md, html.lt-ie9 .blue.rail-icon-md-35, html.lt-ie9 ul.rail-list li span.blue, ul.rail-list li html.lt-ie9 span.blue, html.lt-ie9 .blue.rail-icon-small, html.lt-ie9 .stop-option .sub-option .header-btn h4 span.blue.rail, .stop-option .sub-option .header-btn h4 html.lt-ie9 span.blue.rail, html.lt-ie9 .trip-icon span.blue.rail, .trip-icon html.lt-ie9 span.blue.rail {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/blue.png',sizingMethod='scale'); }
    /* line 19, ../sass/components/_service-icons.scss */
    html.lt-ie9 .rail-icon.green, html.lt-ie9 .green.rail-icon-large, html.lt-ie9 .green.rail-icon-md, html.lt-ie9 .green.rail-icon-md-35, html.lt-ie9 ul.rail-list li span.green, ul.rail-list li html.lt-ie9 span.green, html.lt-ie9 .green.rail-icon-small, html.lt-ie9 .stop-option .sub-option .header-btn h4 span.green.rail, .stop-option .sub-option .header-btn h4 html.lt-ie9 span.green.rail, html.lt-ie9 .trip-icon span.green.rail, .trip-icon html.lt-ie9 span.green.rail {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/green.png',sizingMethod='scale'); }
    /* line 23, ../sass/components/_service-icons.scss */
    html.lt-ie9 .rail-icon.orange, html.lt-ie9 .orange.rail-icon-large, html.lt-ie9 .orange.rail-icon-md, html.lt-ie9 .orange.rail-icon-md-35, html.lt-ie9 ul.rail-list li span.orange, ul.rail-list li html.lt-ie9 span.orange, html.lt-ie9 .orange.rail-icon-small, html.lt-ie9 .stop-option .sub-option .header-btn h4 span.orange.rail, .stop-option .sub-option .header-btn h4 html.lt-ie9 span.orange.rail, html.lt-ie9 .trip-icon span.orange.rail, .trip-icon html.lt-ie9 span.orange.rail {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/orange.png',sizingMethod='scale'); }
    /* line 27, ../sass/components/_service-icons.scss */
    html.lt-ie9 .rail-icon.red, html.lt-ie9 .red.rail-icon-large, html.lt-ie9 .red.rail-icon-md, html.lt-ie9 .red.rail-icon-md-35, html.lt-ie9 ul.rail-list li span.red, ul.rail-list li html.lt-ie9 span.red, html.lt-ie9 .red.rail-icon-small, html.lt-ie9 .stop-option .sub-option .header-btn h4 span.red.rail, .stop-option .sub-option .header-btn h4 html.lt-ie9 span.red.rail, html.lt-ie9 .trip-icon span.red.rail, .trip-icon html.lt-ie9 span.red.rail {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/red.png',sizingMethod='scale'); }
    /* line 31, ../sass/components/_service-icons.scss */
    html.lt-ie9 .rail-icon.silver, html.lt-ie9 .silver.rail-icon-large, html.lt-ie9 .silver.rail-icon-md, html.lt-ie9 .silver.rail-icon-md-35, html.lt-ie9 ul.rail-list li span.silver, ul.rail-list li html.lt-ie9 span.silver, html.lt-ie9 .silver.rail-icon-small, html.lt-ie9 .stop-option .sub-option .header-btn h4 span.silver.rail, .stop-option .sub-option .header-btn h4 html.lt-ie9 span.silver.rail, html.lt-ie9 .trip-icon span.silver.rail, .trip-icon html.lt-ie9 span.silver.rail {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/silver.png',sizingMethod='scale'); }
    /* line 35, ../sass/components/_service-icons.scss */
    html.lt-ie9 .rail-icon.yellow, html.lt-ie9 .yellow.rail-icon-large, html.lt-ie9 .yellow.rail-icon-md, html.lt-ie9 .yellow.rail-icon-md-35, html.lt-ie9 ul.rail-list li span.yellow, ul.rail-list li html.lt-ie9 span.yellow, html.lt-ie9 .yellow.rail-icon-small, html.lt-ie9 .stop-option .sub-option .header-btn h4 span.yellow.rail, .stop-option .sub-option .header-btn h4 html.lt-ie9 span.yellow.rail, html.lt-ie9 .trip-icon span.yellow.rail, .trip-icon html.lt-ie9 span.yellow.rail {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/rail-colors/yellow.png',sizingMethod='scale'); }

/* Medium Icons: 45x45 */
/* line 46, ../sass/components/_service-icons.scss */
.rail-icon-md {
  width: 45px;
  height: 45px;
  display: inline-block; }
  /* line 52, ../sass/components/_service-icons.scss */
  .rail-icon-md.blue {
    background-position: 0 0; }
  /* line 56, ../sass/components/_service-icons.scss */
  .rail-icon-md.green {
    background-position: 0 -56px; }
  /* line 60, ../sass/components/_service-icons.scss */
  .rail-icon-md.orange {
    background-position: 0 -110px; }
  /* line 64, ../sass/components/_service-icons.scss */
  .rail-icon-md.red {
    background-position: 0 -162px; }
  /* line 68, ../sass/components/_service-icons.scss */
  .rail-icon-md.silver {
    background-position: 0 -219px; }
  /* line 72, ../sass/components/_service-icons.scss */
  .rail-icon-md.yellow {
    background-position: 0 -273px; }

/* Medium Icons: 35x35 */
/* line 78, ../sass/components/_service-icons.scss */
.rail-icon-md-35, ul.rail-list li span {
  width: 35px;
  height: 35px;
  display: inline-block; }
  /* line 84, ../sass/components/_service-icons.scss */
  .rail-icon-md-35.blue, ul.rail-list li span.blue {
    background-position: 0 0; }
  /* line 88, ../sass/components/_service-icons.scss */
  .rail-icon-md-35.green, ul.rail-list li span.green {
    background-position: 0 -43px; }
  /* line 92, ../sass/components/_service-icons.scss */
  .rail-icon-md-35.orange, ul.rail-list li span.orange {
    background-position: 0 -85px; }
  /* line 96, ../sass/components/_service-icons.scss */
  .rail-icon-md-35.red, ul.rail-list li span.red {
    background-position: 0 -127px; }
  /* line 100, ../sass/components/_service-icons.scss */
  .rail-icon-md-35.silver, ul.rail-list li span.silver {
    background-position: 0 -170px; }
  /* line 104, ../sass/components/_service-icons.scss */
  .rail-icon-md-35.yellow, ul.rail-list li span.yellow {
    background-position: 0 -212px; }

/* Small Icons: 25x25 */
/* line 112, ../sass/components/_service-icons.scss */
.rail-icon-small, .stop-option .sub-option .header-btn h4 span.rail, .trip-icon span.rail {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle; }
  /* line 120, ../sass/components/_service-icons.scss */
  .rail-icon-small.blue, .stop-option .sub-option .header-btn h4 span.blue.rail, .trip-icon span.blue.rail {
    background-position: 0 0; }
  /* line 124, ../sass/components/_service-icons.scss */
  .rail-icon-small.green, .stop-option .sub-option .header-btn h4 span.green.rail, .trip-icon span.green.rail {
    background-position: 0 -31px; }
  /* line 128, ../sass/components/_service-icons.scss */
  .rail-icon-small.orange, .stop-option .sub-option .header-btn h4 span.orange.rail, .trip-icon span.orange.rail {
    background-position: 0 -61px; }
  /* line 132, ../sass/components/_service-icons.scss */
  .rail-icon-small.red, .stop-option .sub-option .header-btn h4 span.red.rail, .trip-icon span.red.rail {
    background-position: 0 -91px; }
  /* line 136, ../sass/components/_service-icons.scss */
  .rail-icon-small.silver, .stop-option .sub-option .header-btn h4 span.silver.rail, .trip-icon span.silver.rail {
    background-position: 0 -121px; }
  /* line 140, ../sass/components/_service-icons.scss */
  .rail-icon-small.yellow, .stop-option .sub-option .header-btn h4 span.yellow.rail, .trip-icon span.yellow.rail {
    background-position: 0 -151px; }

/*BUS Icons*/
/* line 146, ../sass/components/_service-icons.scss */
.bus-icon, .bus-icon-small, .trip-icon span.bus, .walk-icon-small, .trip-icon span.walk {
  background: url('../images/sprites/icons/services-s99baa34738.png') no-repeat 0 0 transparent;
  background-size: 100%; }
  /* line 150, ../sass/components/_service-icons.scss */
  .bus-icon:not(.no-alerts), .bus-icon-small:not(.no-alerts), .trip-icon span.bus:not(.no-alerts), .walk-icon-small:not(.no-alerts), .trip-icon span.walk:not(.no-alerts) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

/* line 155, ../sass/components/_service-icons.scss */
.bus-icon-small, .trip-icon span.bus {
  width: 35px;
  height: 35px;
  background-position: 0 -84px; }
  /* line 161, ../sass/components/_service-icons.scss */
  html.lt-ie9 .bus-icon-small, html.lt-ie9 .trip-icon span.bus, .trip-icon html.lt-ie9 span.bus {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s02-bus-outline-black.png',sizingMethod='scale'); }

/*WALK Icons*/
/* line 168, ../sass/components/_service-icons.scss */
.walk-icon-small, .trip-icon span.walk {
  width: 35px;
  height: 35px;
  background-position: 0 -752px; }
  /* line 174, ../sass/components/_service-icons.scss */
  html.lt-ie9 .walk-icon-small, html.lt-ie9 .trip-icon span.walk, .trip-icon html.lt-ie9 span.walk {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s20-walking.png',sizingMethod='scale'); }

/*ICONS AS BULLETS*/
/*li {
	
	&.rail-icon-large, &.rail-icon-md, &.rail-icon-small {
		width: 100%;
		vertical-align: 0;
	}
	
	&.rail-icon-md {
		background-size: 45px;
		padding-left: 55px;
	}
	
	&.rail-icon-small {
		background-size: 25px;
		padding-left: 35px;
	}
}*/
/* line 2, ../sass/components/_service-nearby.scss */
.page-wrapper.service-nearby .trip-planner-wrapper, .page-wrapper.service-nearby #service-results, .page-wrapper.service-nearby .next-arrivals .next-bus-results, .next-arrivals .page-wrapper.service-nearby .next-bus-results {
  margin-bottom: 50px; }
/* line 7, ../sass/components/_service-nearby.scss */
.page-wrapper.service-nearby .form-wrapper {
  padding-top: 20px; }
  @media (min-width: 768px) {
    /* line 7, ../sass/components/_service-nearby.scss */
    .page-wrapper.service-nearby .form-wrapper {
      position: relative;
      padding-top: 0; }
      /* line 14, ../sass/components/_service-nearby.scss */
      .page-wrapper.service-nearby .form-wrapper:before {
        content: '';
        background: url('../images/sprites/icons/services-s99baa34738.png') no-repeat 0 -708px/100% transparent;
        width: 75px;
        height: 75px;
        position: absolute;
        left: -65px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      /* line 14, ../sass/components/_service-nearby.scss */
      .page-wrapper.service-nearby .form-wrapper:before {
        left: -75px; } }

  /* line 28, ../sass/components/_service-nearby.scss */
  .page-wrapper.service-nearby .form-wrapper label, .page-wrapper.service-nearby .form-wrapper .control-label {
    color: #3b6798;
    display: block; }
    @media (min-width: 992px) {
      /* line 28, ../sass/components/_service-nearby.scss */
      .page-wrapper.service-nearby .form-wrapper label, .page-wrapper.service-nearby .form-wrapper .control-label {
        font-size: 1.125em; } }
  /* line 38, ../sass/components/_service-nearby.scss */
  .page-wrapper.service-nearby .form-wrapper .form-group.inline select, .page-wrapper.service-nearby .form-wrapper .form-group.inline input {
    margin-bottom: 20px;
    margin-top: 0; }
  /* line 43, ../sass/components/_service-nearby.scss */
  .page-wrapper.service-nearby .form-wrapper .form-group.inline select {
    width: 100%; }
  @media (min-width: 768px) {
    /* line 48, ../sass/components/_service-nearby.scss */
    .page-wrapper.service-nearby .form-wrapper .form-group.inline > div, .page-wrapper.service-nearby .form-wrapper .form-group.inline input[type="submit"] {
      display: inline-block; }
    /* line 52, ../sass/components/_service-nearby.scss */
    .page-wrapper.service-nearby .form-wrapper .form-group.inline select {
      margin-right: 35px;
      width: auto; } }
  /* line 59, ../sass/components/_service-nearby.scss */
  .page-wrapper.service-nearby .form-wrapper input[type="text"] {
    width: 100%;
    margin: 0 0 20px 0; }
    @media (min-width: 992px) {
      /* line 59, ../sass/components/_service-nearby.scss */
      .page-wrapper.service-nearby .form-wrapper input[type="text"] {
        width: 60%; } }
  /* line 68, ../sass/components/_service-nearby.scss */
  .page-wrapper.service-nearby .form-wrapper input[type="submit"] {
    max-height: 40px; }

/*Results*/
/* line 76, ../sass/components/_service-nearby.scss */
#service-results, .next-arrivals .next-bus-results {
  padding: 20px;
  /*TABS*/ }
  @media (min-width: 992px) {
    /* line 76, ../sass/components/_service-nearby.scss */
    #service-results, .next-arrivals .next-bus-results {
      padding: 30px 50px 50px; } }
  /* line 85, ../sass/components/_service-nearby.scss */
  #service-results .service-col h2, .next-arrivals .next-bus-results .service-col h2 {
    font-size: 1.125em; }
    @media (min-width: 768px) {
      /* line 85, ../sass/components/_service-nearby.scss */
      #service-results .service-col h2, .next-arrivals .next-bus-results .service-col h2 {
        font-size: 1.5em; } }
  /* line 93, ../sass/components/_service-nearby.scss */
  #service-results .service-col:first-child, .next-arrivals .next-bus-results .service-col:first-child {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 992px) {
      /* line 93, ../sass/components/_service-nearby.scss */
      #service-results .service-col:first-child, .next-arrivals .next-bus-results .service-col:first-child {
        float: left;
        width: 41.66666667%; } }
  /* line 98, ../sass/components/_service-nearby.scss */
  #service-results .service-col:last-child, .next-arrivals .next-bus-results .service-col:last-child {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 992px) {
      /* line 98, ../sass/components/_service-nearby.scss */
      #service-results .service-col:last-child, .next-arrivals .next-bus-results .service-col:last-child {
        float: left;
        width: 54.16666667%; } }
    @media (min-width: 992px) {
      /* line 98, ../sass/components/_service-nearby.scss */
      #service-results .service-col:last-child, .next-arrivals .next-bus-results .service-col:last-child {
        margin-left: 4.16666667%; } }
  @media (min-width: 992px) {
    /* line 105, ../sass/components/_service-nearby.scss */
    #service-results .service-col .trip-details-header h2, .next-arrivals .next-bus-results .service-col .trip-details-header h2, #service-results .service-col .trip-details-header li, .next-arrivals .next-bus-results .service-col .trip-details-header li {
      margin-bottom: 0;
      padding-bottom: 0; } }
  @media (min-width: 420px) {
    /* line 113, ../sass/components/_service-nearby.scss */
    #service-results .service-col .trip-details-header h2, .next-arrivals .next-bus-results .service-col .trip-details-header h2 {
      float: left; }
    /* line 117, ../sass/components/_service-nearby.scss */
    #service-results .service-col .trip-details-header ul, .next-arrivals .next-bus-results .service-col .trip-details-header ul {
      float: right; } }
  /* line 124, ../sass/components/_service-nearby.scss */
  #service-results .service-col .trip-utilities a, .next-arrivals .next-bus-results .service-col .trip-utilities a {
    line-height: 0; }
  /* line 131, ../sass/components/_service-nearby.scss */
  #service-results .tabs-wrapper, .next-arrivals .next-bus-results .tabs-wrapper {
    margin: 30px 0; }
  /* line 135, ../sass/components/_service-nearby.scss */
  #service-results .nav-tabs, .next-arrivals .next-bus-results .nav-tabs {
    border-bottom: none;
    padding-left: 0 !important; }
    /* line 139, ../sass/components/_service-nearby.scss */
    #service-results .nav-tabs li, .next-arrivals .next-bus-results .nav-tabs li {
      padding-bottom: 0 !important;
      width: 50%;
      border: 1px solid #5481b3;
      background: #edf4fb; }
      /* line 145, ../sass/components/_service-nearby.scss */
      #service-results .nav-tabs li:first-child, .next-arrivals .next-bus-results .nav-tabs li:first-child {
        border-right: none; }
      /* line 149, ../sass/components/_service-nearby.scss */
      #service-results .nav-tabs li.active, .next-arrivals .next-bus-results .nav-tabs li.active {
        border-bottom: none;
        background: #ffffff; }
      /* line 154, ../sass/components/_service-nearby.scss */
      #service-results .nav-tabs li a, .next-arrivals .next-bus-results .nav-tabs li a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        color: #5481b3;
        text-align: center;
        padding: 8px 0; }
        @media (min-width: 0) and (max-width: 640px) {
          /* line 154, ../sass/components/_service-nearby.scss */
          #service-results .nav-tabs li a, .next-arrivals .next-bus-results .nav-tabs li a {
            font-size: 0.71875em;
            font-weight: 700; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          /* line 154, ../sass/components/_service-nearby.scss */
          #service-results .nav-tabs li a, .next-arrivals .next-bus-results .nav-tabs li a {
            font-size: 0.8125em; } }
  @media (min-width: 0) and (max-width: 768px) {
    /* line 173, ../sass/components/_service-nearby.scss */
    #service-results .toggle-links a, .next-arrivals .next-bus-results .toggle-links a {
      font-size: 0.75em; } }
  /* line 179, ../sass/components/_service-nearby.scss */
  #service-results .load-more, .next-arrivals .next-bus-results .load-more {
    text-align: center;
    color: #4b77a8;
    margin-top: 30px;
    cursor: pointer; }

/* line 190, ../sass/components/_service-nearby.scss */
.stop-option h3 {
  background-color: #edf4fb;
  line-height: 30px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 1em; }
  /* line 197, ../sass/components/_service-nearby.scss */
  .stop-option h3:before {
    content: '<';
    padding-right: 5px; }
  @media (min-width: 768px) {
    /* line 190, ../sass/components/_service-nearby.scss */
    .stop-option h3 {
      font-size: 1.21875em;
      line-height: 40px; }
      /* line 206, ../sass/components/_service-nearby.scss */
      .stop-option h3:before {
        font-size: 1.25em; } }
/* line 212, ../sass/components/_service-nearby.scss */
.stop-option .sub-option {
  margin-bottom: 5px;
  padding: 0 20px; }
  /* line 216, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option:nth-child(2n+1) {
    background: #f3f6f9; }
    /* line 219, ../sass/components/_service-nearby.scss */
    #route-line .stop-option .sub-option:nth-child(2n+1) {
      background: #f1f1f1; }
  /* line 224, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option .header-btn {
    cursor: pointer; }
    /* line 228, ../sass/components/_service-nearby.scss */
    .stop-option .sub-option .header-btn h4 {
      float: left;
      font-weight: 500;
      max-width: 90%; }
    /* line 240, ../sass/components/_service-nearby.scss */
    .stop-option .sub-option .header-btn .toggle-option {
      float: right;
      line-height: 40px; }
      /* line 244, ../sass/components/_service-nearby.scss */
      .stop-option .sub-option .header-btn .toggle-option span {
        display: inline-block;
        min-width: 10px;
        text-align: center; }
  /* line 252, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option h5 {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 20px; }
  /* line 258, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option ul {
    list-style: none;
    padding-left: 0; }
    /* line 11, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss */
    .stop-option .sub-option ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0; }
  /* line 263, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option ol {
    padding-left: 20px; }
  /* line 267, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option li {
    padding-bottom: 0 !important; }
  /* line 271, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option .sub-option-details {
    font-size: 0.875em;
    padding-bottom: 20px;
    display: none; }
  /* line 277, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option .toggle-directions {
    margin-bottom: 10px; }
    /* line 280, ../sass/components/_service-nearby.scss */
    .stop-option .sub-option .toggle-directions a > span {
      color: inherit !important; }
    /* line 284, ../sass/components/_service-nearby.scss */
    .stop-option .sub-option .toggle-directions > span {
      background: url('../images/sprites/icons/chevron-s87298b2447.png') no-repeat 0 -135px/100% transparent;
      display: inline-block;
      height: 13px;
      margin-left: 10px;
      vertical-align: middle;
      width: 13px; }
      /* line 292, ../sass/components/_service-nearby.scss */
      html.lt-ie9 .stop-option .sub-option .toggle-directions > span {
        background-image: none;
        height: 9px;
        width: 6px;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/chevron/s04-right.png',sizingMethod='scale'); }
    /* line 302, ../sass/components/_service-nearby.scss */
    .stop-option .sub-option .toggle-directions a.close-directions + span {
      background-position: 0 4px; }
      /* line 305, ../sass/components/_service-nearby.scss */
      html.lt-ie9 .stop-option .sub-option .toggle-directions a.close-directions + span {
        height: 6px;
        width: 12px;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/chevron/s00-down.png',sizingMethod='scale'); }
  /* line 314, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option .directions {
    display: none; }
  /* line 318, ../sass/components/_service-nearby.scss */
  .stop-option .sub-option .stop-id {
    padding-right: 10px; }
    /* line 321, ../sass/components/_service-nearby.scss */
    .stop-option .sub-option .stop-id:after {
      content: "|";
      padding-left: 10px; }
    /* line 326, ../sass/components/_service-nearby.scss */
    html.lt-ie9 .stop-option .sub-option .stop-id {
      display: block; }

/* line 1, ../sass/components/_sidebar.scss */
.sidebar-title {
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    /* line 1, ../sass/components/_sidebar.scss */
    .sidebar-title {
      font-size: 1.375em;
      line-height: 1.2;
      font-weight: 300; } }

/* line 13, ../sass/components/_sidebar.scss */
.side-nav ul {
  list-style: none;
  padding: 0; }
  /* line 11, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss */
  .side-nav ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  /* line 17, ../sass/components/_sidebar.scss */
  .side-nav ul li {
    margin-bottom: 30px; }

/* line 27, ../sass/components/_sidebar.scss */
.sidebar-item {
  border-bottom: 2px solid #5e88b7;
  margin-bottom: 30px; }
  /* line 31, ../sass/components/_sidebar.scss */
  .sidebar-item:last-child {
    border-bottom: none; }

/* line 37, ../sass/components/_sidebar.scss */
.sidebar-item-content {
  /*Ad Spaces*/ }
  @media (min-width: 992px) {
    /* line 40, ../sass/components/_sidebar.scss */
    .side-nav .sidebar-item-content {
      padding: 0 20px; }
    /* line 44, ../sass/components/_sidebar.scss */
    .subscribe .sidebar-item-content {
      padding: 20px 5px; } }
  /* line 50, ../sass/components/_sidebar.scss */
  .subscribe .sidebar-item-content .sidebar-title {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      /* line 50, ../sass/components/_sidebar.scss */
      .subscribe .sidebar-item-content .sidebar-title {
        position: relative;
        padding-top: 40px; }
        /* line 57, ../sass/components/_sidebar.scss */
        .subscribe .sidebar-item-content .sidebar-title:before {
          content: '';
          background: url('../images/sprites/icons/services-s99baa34738.png') 0 -690px/100% no-repeat transparent;
          width: 80px;
          height: 45px;
          position: absolute;
          top: -20px;
          left: 33%; }
          /* line 66, ../sass/components/_sidebar.scss */
          html.lt-ie9 .subscribe .sidebar-item-content .sidebar-title:before {
            background: none;
            position: static; } }
  /* line 74, ../sass/components/_sidebar.scss */
  .subscribe .sidebar-item-content input {
    width: 100%; }
    @media (min-width: 640px) and (max-width: 768px) {
      /* line 74, ../sass/components/_sidebar.scss */
      .subscribe .sidebar-item-content input {
        width: 70%; } }
  /* line 83, ../sass/components/_sidebar.scss */
  .sidebar-item-content .small-text {
    margin-top: 20px; }
  @media (min-width: 992px) {
    /* line 88, ../sass/components/_sidebar.scss */
    .ad-space .sidebar-item-content {
      padding-top: 55px; } }
  /* line 94, ../sass/components/_sidebar.scss */
  .ad-space .sidebar-item-content .ad, .ad-space .sidebar-item-content .ad-180x150, .ad-space .sidebar-item-content .ad-160x600 {
    margin: 0 auto 45px;
    text-align: center; }
  /* line 99, ../sass/components/_sidebar.scss */
  .ad-space .sidebar-item-content .ad-180x150 {
    width: 180px;
    height: 150px; }
  /* line 105, ../sass/components/_sidebar.scss */
  .ad-space .sidebar-item-content .ad-160x600 {
    width: 160px;
    height: 600px; }

/* Station Pages */
/* line 3, ../sass/components/_station.scss */
.station-page h3 {
  font-size: 1.5em; }
@media (min-width: 768px) {
  /* line 7, ../sass/components/_station.scss */
  .station-page .content-wrapper, .station-page .content {
    padding: 0 !important; } }

/* line 14, ../sass/components/_station.scss */
.station-alert-wrapper {
  background: #be462b;
  margin-bottom: 25px;
  padding: 15px; }
  /* line 19, ../sass/components/_station.scss */
  html.lt-ie9 .station-alert-wrapper {
    position: relative;
    /*required to display background color*/ }
  /* line 23, ../sass/components/_station.scss */
  .station-alert-wrapper * {
    color: #ffffff !important; }
  /* line 27, ../sass/components/_station.scss */
  .station-alert-wrapper p, .station-alert-wrapper ul {
    margin-bottom: 0; }
  /* line 31, ../sass/components/_station.scss */
  .station-alert-wrapper li {
    padding-bottom: 0 !important; }
  /* line 35, ../sass/components/_station.scss */
  .station-alert-wrapper a {
    border-bottom-color: #ffffff; }
    /* line 38, ../sass/components/_station.scss */
    .station-alert-wrapper a:hover {
      color: #ffffff; }

/* line 44, ../sass/components/_station.scss */
.station-info-wrapper {
  border: 1px solid #5481b3;
  margin-bottom: 40px;
  display: table;
  width: 100%; }
  /* line 51, ../sass/components/_station.scss */
  .station-info-wrapper .station-address p {
    font-size: 1.125em;
    font-weight: 300; }
  @media (min-width: 1200px) {
    /* line 57, ../sass/components/_station.scss */
    .station-info-wrapper .station-address, .station-info-wrapper .station-lines {
      float: left;
      width: 50%; } }
  /* line 64, ../sass/components/_station.scss */
  .station-info-wrapper .small-text {
    margin-bottom: 0; }

/* line 69, ../sass/components/_station.scss */
.station-map-wrapper {
  width: 100%;
  margin-bottom: 10px; }

/* line 74, ../sass/components/_station.scss */
ul.rail-list {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 0 !important; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  ul.rail-list:before, ul.rail-list:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  ul.rail-list:after {
    clear: both; }
  /* line 62, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
  ul.rail-list li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    /* line 49, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
    ul.rail-list li:first-child {
      padding-left: 0; }
    /* line 50, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
    ul.rail-list li:last-child {
      padding-right: 0; }
    /* line 52, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
    ul.rail-list li.last {
      padding-right: 0; }
  @media (min-width: 992px) {
    /* line 74, ../sass/components/_station.scss */
    ul.rail-list {
      float: right; } }
  /* line 82, ../sass/components/_station.scss */
  ul.rail-list li {
    padding-bottom: 0 !important; }
    /* line 85, ../sass/components/_station.scss */
    ul.rail-list li .station-name {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }

/* line 95, ../sass/components/_station.scss */
.station-info-col {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: none !important; }
  @media (min-width: 768px) {
    /* line 95, ../sass/components/_station.scss */
    .station-info-col {
      float: left;
      width: 50%; } }
  /* line 99, ../sass/components/_station.scss */
  .station-info-col.details {
    padding: 0 !important; }
  /* line 103, ../sass/components/_station.scss */
  .station-info-col.map, .station-info-col.details .row, .station-info-col.details .inner .main-content, .inner .station-info-col.details .main-content, .station-info-col.details .maps-wrapper, .station-info-col.details .maps-bus-rail-content,
  .station-info-col.details .maps-bus-content,
  .station-info-col.details .maps-rail-content, .station-info-col.details .next-arrivals .next-arrivals-wrapper, .next-arrivals .station-info-col.details .next-arrivals-wrapper, .station-info-col.details .next-arrivals .next-bus-results, .next-arrivals .station-info-col.details .next-bus-results, .station-info-col.details .next-train-results, .station-info-col.details .status .system-status, .status .station-info-col.details .system-status, .station-info-col.details .status .current-alerts .form-container, .status .current-alerts .station-info-col.details .form-container,
  .station-info-col.details .status .planned-changes .form-container,
  .status .planned-changes .station-info-col.details .form-container {
    padding: 20px 20px 0; }
    @media (min-width: 768px) {
      /* line 103, ../sass/components/_station.scss */
      .station-info-col.map, .station-info-col.details .row, .station-info-col.details .inner .main-content, .inner .station-info-col.details .main-content, .station-info-col.details .maps-wrapper, .station-info-col.details .maps-bus-rail-content,
      .station-info-col.details .maps-bus-content,
      .station-info-col.details .maps-rail-content, .station-info-col.details .next-arrivals .next-arrivals-wrapper, .next-arrivals .station-info-col.details .next-arrivals-wrapper, .station-info-col.details .next-arrivals .next-bus-results, .next-arrivals .station-info-col.details .next-bus-results, .station-info-col.details .next-train-results, .station-info-col.details .status .system-status, .status .station-info-col.details .system-status, .station-info-col.details .status .current-alerts .form-container, .status .current-alerts .station-info-col.details .form-container,
      .station-info-col.details .status .planned-changes .form-container,
      .status .planned-changes .station-info-col.details .form-container {
        padding: 20px 20px 30px; } }
  @media (min-width: 768px) {
    /* line 95, ../sass/components/_station.scss */
    .station-info-col {
      display: table-cell;
      vertical-align: top; }
      /* line 115, ../sass/components/_station.scss */
      .station-info-col:first-child {
        border-right: 1px solid #5481b3; } }
  /* line 121, ../sass/components/_station.scss */
  .station-info-col.details .detail-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    /*&:nth-child(3) {
    	clear:both;
    }*/ }
    @media (min-width: 768px) {
      /* line 121, ../sass/components/_station.scss */
      .station-info-col.details .detail-item {
        float: left;
        width: 50%; } }
    /* line 128, ../sass/components/_station.scss */
    .station-info-col.details .detail-item:first-child + .detail-item + .detail-item {
      clear: both; }
    @media (min-width: 768px) {
      /* line 133, ../sass/components/_station.scss */
      .station-info-col.details .detail-item:first-child {
        margin-bottom: 30px; } }
  @media (min-width: 640px) {
    /* line 139, ../sass/components/_station.scss */
    .station-info-col.details .detail-item-content {
      position: relative;
      width: 88%;
      float: right; }
      /* line 145, ../sass/components/_station.scss */
      html.lt-ie9 .station-info-col.details .detail-item-content {
        width: 100%;
        float: none; }
      /* line 150, ../sass/components/_station.scss */
      .station-info-col.details .detail-item-content:before {
        content: '';
        background-image: url('../images/sprites/icons/services-s99baa34738.png');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 50px;
        height: 50px;
        position: absolute;
        left: -80px;
        top: 0; }
        /* line 162, ../sass/components/_station.scss */
        html.lt-ie9 .station-info-col.details .detail-item-content:before {
          background: none; } }
  @media (min-width: 768px) {
    /* line 139, ../sass/components/_station.scss */
    .station-info-col.details .detail-item-content {
      width: 65%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    /* line 139, ../sass/components/_station.scss */
    .station-info-col.details .detail-item-content {
      font-size: 0.875em;
      width: 70%; }
      /* line 176, ../sass/components/_station.scss */
      .station-info-col.details .detail-item-content:before {
        left: -55px; } }
  /* line 181, ../sass/components/_station.scss */
  .station-info-col.details .detail-item-content.parking:before {
    background-position: 15px -908px; }
  /* line 185, ../sass/components/_station.scss */
  .station-info-col.details .detail-item-content.bikes:before {
    background-position: 0 -637px; }
  /* line 189, ../sass/components/_station.scss */
  .station-info-col.details .detail-item-content.carsharing::before {
    background-position: 0 -1464px;
    height: 30px !important;
    width: 60px !important; }
  /* line 195, ../sass/components/_station.scss */
  .station-info-col.details .detail-item-content.bus:before {
    background-position: 0 -221px; }
  /* line 200, ../sass/components/_station.scss */
  .station-info-col.details ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    padding: 0 !important; }
  /* line 205, ../sass/components/_station.scss */
  .station-info-col.details li {
    padding-bottom: 0 !important;
    font-weight: 300; }
  /* line 210, ../sass/components/_station.scss */
  .station-info-col.details p {
    margin-bottom: 0; }

/* line 216, ../sass/components/_station.scss */
.station-info-buttons {
  border-top: 1px solid #5481b3;
  padding-top: 20px;
  text-align: center; }
  /* line 221, ../sass/components/_station.scss */
  .station-info-buttons .button, .station-info-buttons .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .station-info-buttons input[type="submit"] {
    width: 85%;
    margin: 0 auto 20px; }
    @media (min-width: 0) and (max-width: 768px) {
      /* line 221, ../sass/components/_station.scss */
      .station-info-buttons .button, .station-info-buttons .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .station-info-buttons input[type="submit"] {
        font-size: 0.75em; } }
    @media (min-width: 992px) {
      /* line 221, ../sass/components/_station.scss */
      .station-info-buttons .button, .station-info-buttons .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .station-info-buttons input[type="submit"] {
        display: inline-block;
        width: auto; }
        /* line 234, ../sass/components/_station.scss */
        .station-info-buttons .button:first-child, .station-info-buttons .inner-service-alerts .panel-content input[type="submit"]:first-child, .inner-service-alerts .panel-content .station-info-buttons input[type="submit"]:first-child {
          margin-right: 30px; } }

/* line 242, ../sass/components/_station.scss */
.maps-notes-wrapper {
  border: 1px solid #5481b3;
  border-width: 1px 0;
  padding: 20px 0; }

/* line 249, ../sass/components/_station.scss */
.two-col-grid {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: none !important; }
  @media (min-width: 768px) {
    /* line 249, ../sass/components/_station.scss */
    .two-col-grid {
      float: left;
      width: 50%; } }
  @media (min-width: 768px) {
    /* line 249, ../sass/components/_station.scss */
    .two-col-grid {
      display: table-cell; }
      /* line 256, ../sass/components/_station.scss */
      .two-col-grid:first-child {
        border-right: 1px solid #5481b3; }
      /* line 260, ../sass/components/_station.scss */
      .two-col-grid:last-child {
        padding-left: 33px; } }

/* line 266, ../sass/components/_station.scss */
.station-times-table {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 768px) {
    /* line 266, ../sass/components/_station.scss */
    .station-times-table {
      float: left;
      width: 41.66666667%; } }
  @media (min-width: 992px) {
    /* line 269, ../sass/components/_station.scss */
    .station-times-table:last-child {
      margin-left: 4.16666667%; } }
  /* line 273, ../sass/components/_station.scss */
  .station-times-table table {
    width: 100%;
    border-collapse: collapse; }
    /* line 277, ../sass/components/_station.scss */
    .station-times-table table caption {
      background: #4b77a8;
      color: #ffffff !important;
      padding: 5px 15px; }
    /* line 283, ../sass/components/_station.scss */
    .station-times-table table thead {
      border-bottom: 2px solid #4b77a8; }
    /* line 287, ../sass/components/_station.scss */
    .station-times-table table tfoot {
      border-top: 1px solid #4b77a8;
      font-size: 0.875em; }
    /* line 292, ../sass/components/_station.scss */
    .station-times-table table th {
      font-weight: 700; }
      /* line 295, ../sass/components/_station.scss */
      .station-times-table table th:first-child {
        text-align: left; }
    /* line 301, ../sass/components/_station.scss */
    .station-times-table table td:first-child {
      text-align: left;
      width: 65%; }
    /* line 307, ../sass/components/_station.scss */
    .station-times-table table th, .station-times-table table td {
      padding: 10px 0; }
      @media (min-width: 0) and (max-width: 768px) {
        /* line 307, ../sass/components/_station.scss */
        .station-times-table table th, .station-times-table table td {
          font-size: 0.75em; } }
      /* line 314, ../sass/components/_station.scss */
      .station-times-table table th:first-child, .station-times-table table td:first-child {
        padding-left: 15px; }

/*---STATION TABS----*/
/* line 323, ../sass/components/_station.scss */
.station-tabs-wrapper .nav-tabs {
  padding: 0 !important;
  border-bottom: none;
  margin-bottom: 0; }
  @media (min-width: 640px) {
    /* line 323, ../sass/components/_station.scss */
    .station-tabs-wrapper .nav-tabs {
      margin-bottom: 15px; } }
  /* line 332, ../sass/components/_station.scss */
  .station-tabs-wrapper .nav-tabs li {
    width: 33%;
    padding-bottom: 0 !important;
    text-align: center;
    position: relative;
    height: 100px;
    border-left: 1px solid #5481b3; }
    /* line 340, ../sass/components/_station.scss */
    .station-tabs-wrapper .nav-tabs li:first-child {
      border-left: none; }
    @media (min-width: 768px) {
      /* line 332, ../sass/components/_station.scss */
      .station-tabs-wrapper .nav-tabs li {
        height: 150px; } }
    /* line 348, ../sass/components/_station.scss */
    .station-tabs-wrapper .nav-tabs li a[role="tab"] {
      border: none;
      bottom: 0;
      position: absolute;
      width: 100%;
      background: transparent;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      /* line 356, ../sass/components/_station.scss */
      .station-tabs-wrapper .nav-tabs li a[role="tab"]:hover {
        background: none; }
    /* line 361, ../sass/components/_station.scss */
    .station-tabs-wrapper .nav-tabs li .tab-icon {
      display: none; }
      @media (min-width: 640px) {
        /* line 361, ../sass/components/_station.scss */
        .station-tabs-wrapper .nav-tabs li .tab-icon {
          display: block;
          background: url('../images/sprites/icons/services-s99baa34738.png') no-repeat 0 0/100% transparent;
          margin: 0 auto;
          height: 50px; }
          /* line 370, ../sass/components/_station.scss */
          html.lt-ie9 .station-tabs-wrapper .nav-tabs li .tab-icon {
            background-image: none; } }
    /* line 376, ../sass/components/_station.scss */
    .station-tabs-wrapper .nav-tabs li a[href="#status"] .tab-icon {
      width: 35px; }
      @media (min-width: 640px) and (max-width: 768px) {
        /* line 376, ../sass/components/_station.scss */
        .station-tabs-wrapper .nav-tabs li a[href="#status"] .tab-icon {
          height: 38px;
          background-position: 15px -959px; } }
      @media (min-width: 768px) {
        /* line 376, ../sass/components/_station.scss */
        .station-tabs-wrapper .nav-tabs li a[href="#status"] .tab-icon {
          background-position: 0 -959px; } }
      /* line 388, ../sass/components/_station.scss */
      html.lt-ie9 .station-tabs-wrapper .nav-tabs li a[href="#status"] .tab-icon {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s26-status.png',sizingMethod='scale'); }
    /* line 393, ../sass/components/_station.scss */
    .station-tabs-wrapper .nav-tabs li a[href="#fares"] .tab-icon {
      width: 70px;
      background-position: 0 -1213px; }
      /* line 397, ../sass/components/_station.scss */
      html.lt-ie9 .station-tabs-wrapper .nav-tabs li a[href="#fares"] .tab-icon {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s16-metrofare.png',sizingMethod='scale'); }
    /* line 402, ../sass/components/_station.scss */
    .station-tabs-wrapper .nav-tabs li a[href="#next-train"] .tab-icon {
      width: 50px;
      background-position: 0 -373px; }
      /* line 406, ../sass/components/_station.scss */
      html.lt-ie9 .station-tabs-wrapper .nav-tabs li a[href="#next-train"] .tab-icon {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s07-train-lt-blue.png',sizingMethod='scale'); }
    @media (min-width: 0) and (max-width: 768px) {
      /* line 411, ../sass/components/_station.scss */
      .station-tabs-wrapper .nav-tabs li h3 {
        font-size: 1em;
        margin-top: 0;
        font-weight: 500; } }
    /* line 419, ../sass/components/_station.scss */
    .station-tabs-wrapper .nav-tabs li .inline-alert {
      margin-top: 0; }
      /* line 422, ../sass/components/_station.scss */
      .station-tabs-wrapper .nav-tabs li .inline-alert img {
        margin: 0 auto 10px !important;
        float: none; }
        @media (min-width: 640px) {
          /* line 422, ../sass/components/_station.scss */
          .station-tabs-wrapper .nav-tabs li .inline-alert img {
            margin-right: 10px !important;
            display: inline; } }
      /* line 432, ../sass/components/_station.scss */
      .station-tabs-wrapper .nav-tabs li .inline-alert span {
        font-size: 0.8em !important;
        display: block; }
    @media (min-width: 0) and (max-width: 640px) {
      /* line 439, ../sass/components/_station.scss */
      .station-tabs-wrapper .nav-tabs li.active {
        background: #f3f6f9; } }

/* line 449, ../sass/components/_station.scss */
.tab-panel-content {
  background: #f3f6f9;
  padding: 30px;
  font-size: 0.875em; }
  /* line 454, ../sass/components/_station.scss */
  .tab-panel-content .tab-btn {
    margin: -25px 0 20px;
    text-align: right; }
    @media (min-width: 640px) {
      /* line 454, ../sass/components/_station.scss */
      .tab-panel-content .tab-btn {
        position: relative; }
        /* line 461, ../sass/components/_station.scss */
        .tab-panel-content .tab-btn .active-arrow {
          border-bottom: 50px solid #f3f6f9;
          border-left: 50px solid transparent;
          border-right: 50px solid transparent;
          display: none;
          font-size: 0;
          line-height: 0;
          position: absolute;
          top: -22px;
          width: 0; } }
    /* line 474, ../sass/components/_station.scss */
    .tab-panel-content .tab-btn span {
      display: inline-block;
      background-image: url('../images/sprites/icons/interactive-s4409d1f16c.png');
      background-repeat: no-repeat;
      background-size: 100%;
      width: 25px;
      height: 25px;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      cursor: pointer; }
      /* line 484, ../sass/components/_station.scss */
      .tab-panel-content .tab-btn span.close-panel {
        background-position: 0 -34px; }
      /* line 488, ../sass/components/_station.scss */
      .tab-panel-content .tab-btn span.pop-out {
        background-position: 0 -164px; }
      /* line 492, ../sass/components/_station.scss */
      html.lt-ie9 .tab-panel-content .tab-btn span {
        background-image: none; }
        /* line 495, ../sass/components/_station.scss */
        html.lt-ie9 .tab-panel-content .tab-btn span.close-panel {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s01-close.png',sizingMethod='scale'); }
        /* line 499, ../sass/components/_station.scss */
        html.lt-ie9 .tab-panel-content .tab-btn span.pop-out {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s05-popout.png',sizingMethod='scale'); }
  /* line 506, ../sass/components/_station.scss */
  .tab-panel-content table {
    width: 100%; }
  /* line 510, ../sass/components/_station.scss */
  .tab-panel-content thead {
    border-bottom: 2px solid #5481b3; }
  /* line 514, ../sass/components/_station.scss */
  .tab-panel-content tbody {
    background: #ffffff;
    border-top: 1px solid #5481b3; }

/*Panel Content*/
/* line 521, ../sass/components/_station.scss */
.tab-pane {
  /*Station Status*/
  /*Fares*/
  /*Next train*/ }
  @media (min-width: 0) and (max-width: 992px) {
    /* line 523, ../sass/components/_station.scss */
    .tab-pane .panel-col {
      margin-bottom: 40px; }
      /* line 527, ../sass/components/_station.scss */
      .tab-pane .panel-col:last-child {
        margin-bottom: 0; } }
  /* line 534, ../sass/components/_station.scss */
  .tab-pane#status {
    /*Col 1*/
    /*Col 2*/
    /*Scrollbar*/ }
    /* line 537, ../sass/components/_station.scss */
    .tab-pane#status.active .active-arrow {
      display: block;
      left: 6%; }
      @media (min-width: 992px) {
        /* line 537, ../sass/components/_station.scss */
        .tab-pane#status.active .active-arrow {
          left: 8%; } }
    /* line 547, ../sass/components/_station.scss */
    .tab-pane#status .panel-col {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 5px;
      padding-right: 5px;
      position: relative;
      min-height: 1px;
      padding-left: "20px"/2;
      padding-right: "20px"/2;
      padding-left: 10px !important;
      padding-right: 10px !important; }
      @media (min-width: 992px) {
        /* line 547, ../sass/components/_station.scss */
        .tab-pane#status .panel-col {
          float: left;
          width: 33.33333333%; } }
    /* line 554, ../sass/components/_station.scss */
    .tab-pane#status ul {
      list-style: none; }
      /* line 11, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss */
      .tab-pane#status ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0; }
    /* line 558, ../sass/components/_station.scss */
    .tab-pane#status .status-icon, .tab-pane#status .status-details {
      display: table-cell;
      vertical-align: top; }
    /* line 564, ../sass/components/_station.scss */
    .tab-pane#status .status-icon span {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      display: block; }
    /* line 570, ../sass/components/_station.scss */
    .tab-pane#status .status-details {
      padding-left: 10px; }
    /* line 575, ../sass/components/_station.scss */
    .tab-pane#status .status ul, .tab-pane#status .details ul {
      padding: 0; }
    /* line 579, ../sass/components/_station.scss */
    .tab-pane#status .status li, .tab-pane#status .details li {
      clear: both;
      display: table;
      width: 100%; }
    /* line 588, ../sass/components/_station.scss */
    .tab-pane#status .status li {
      font-size: 1.125em; }
    /* line 592, ../sass/components/_station.scss */
    .tab-pane#status .status .status-icon {
      width: 40px; }
      /* line 595, ../sass/components/_station.scss */
      .tab-pane#status .status .status-icon span {
        background-image: url('../images/sprites/icons/services-s99baa34738.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: transparent;
        width: 40px;
        height: 40px; }
        /* line 600, ../sass/components/_station.scss */
        html.lt-ie9 .tab-pane#status .status .status-icon span {
          background-image: none; }
      /* line 605, ../sass/components/_station.scss */
      .tab-pane#status .status .status-icon.elevator span {
        background-position: 0 -546px; }
        /* line 608, ../sass/components/_station.scss */
        html.lt-ie9 .tab-pane#status .status .status-icon.elevator span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s13-elevator.png',sizingMethod='scale'); }
      /* line 613, ../sass/components/_station.scss */
      .tab-pane#status .status .status-icon.escalator span {
        background-position: 0 -597px; }
        /* line 616, ../sass/components/_station.scss */
        html.lt-ie9 .tab-pane#status .status .status-icon.escalator span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s14-escalator.png',sizingMethod='scale'); }
      /* line 621, ../sass/components/_station.scss */
      .tab-pane#status .status .status-icon.other span {
        background-position: 0 -1052px; }
        /* line 624, ../sass/components/_station.scss */
        html.lt-ie9 .tab-pane#status .status .status-icon.other span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s25-alert-outline-gray.png',sizingMethod='scale'); }
    /* line 630, ../sass/components/_station.scss */
    .tab-pane#status .status .status-details {
      padding-left: 20px; }
      /* line 633, ../sass/components/_station.scss */
      .tab-pane#status .status .status-details span {
        font-size: 0.875em;
        color: #333333 !important;
        display: block; }
    /* line 643, ../sass/components/_station.scss */
    .tab-pane#status .details .status-icon {
      width: 20px; }
      /* line 646, ../sass/components/_station.scss */
      .tab-pane#status .details .status-icon span {
        background-image: url('../images/sprites/icons/status-s3addad1061.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: transparent;
        width: 20px;
        height: 25px; }
        /* line 651, ../sass/components/_station.scss */
        html.lt-ie9 .tab-pane#status .details .status-icon span {
          background-image: none;
          height: 20px; }
      /* line 657, ../sass/components/_station.scss */
      .tab-pane#status .details .status-icon.ok span {
        background-position: 0 -36px; }
        /* line 660, ../sass/components/_station.scss */
        html.lt-ie9 .tab-pane#status .details .status-icon.ok span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/status/ok.png',sizingMethod='scale'); }
      /* line 665, ../sass/components/_station.scss */
      .tab-pane#status .details .status-icon.station-alert span {
        background-position: 0 4px; }
        /* line 668, ../sass/components/_station.scss */
        html.lt-ie9 .tab-pane#status .details .status-icon.station-alert span {
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/status/alert.png',sizingMethod='scale'); }
    /* line 676, ../sass/components/_station.scss */
    .tab-pane#status .custom-scroll {
      max-height: 406px;
      height: 406px !important; }
    /* line 681, ../sass/components/_station.scss */
    .tab-pane#status .simplebar-content {
      width: 85% !important;
      padding: 0 15px; }
    /* line 686, ../sass/components/_station.scss */
    .tab-pane#status .simplebar-track {
      right: 8px;
      bottom: 8px; }
  /* line 693, ../sass/components/_station.scss */
  .tab-pane#fares {
    /*One row responsive table*/ }
    /* line 696, ../sass/components/_station.scss */
    .tab-pane#fares.active .active-arrow {
      display: block;
      left: 40%; }
      @media (min-width: 992px) {
        /* line 696, ../sass/components/_station.scss */
        .tab-pane#fares.active .active-arrow {
          left: 44%; } }
    /* line 706, ../sass/components/_station.scss */
    .tab-pane#fares label, .tab-pane#fares .form-wrapper .control-label, .form-wrapper .tab-pane#fares .control-label {
      font-weight: 400; }
    /* line 710, ../sass/components/_station.scss */
    .tab-pane#fares select {
      width: 100%;
      margin-right: 10px;
      padding-right: 55px;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      @media (min-width: 768px) {
        /* line 710, ../sass/components/_station.scss */
        .tab-pane#fares select {
          max-width: 310px; }
          /* line 719, ../sass/components/_station.scss */
          .tab-pane#fares select option {
            width: 290px; } }
      /* line 724, ../sass/components/_station.scss */
      html.lt-ie9 .tab-pane#fares select {
        padding-right: 0; }
    @media (min-width: 0) and (max-width: 768px) {
      /* line 730, ../sass/components/_station.scss */
      .tab-pane#fares label, .tab-pane#fares .form-wrapper .control-label, .form-wrapper .tab-pane#fares .control-label, .tab-pane#fares select, .tab-pane#fares input {
        display: block; }
      /* line 734, ../sass/components/_station.scss */
      .tab-pane#fares input {
        margin-bottom: 20px; } }
    /* line 739, ../sass/components/_station.scss */
    .tab-pane#fares th {
      padding: 20px 20px 10px; }
    /* line 743, ../sass/components/_station.scss */
    .tab-pane#fares td {
      padding: 20px; }
    @media (min-width: 0) and (max-width: 768px) {
      /* line 693, ../sass/components/_station.scss */
      .tab-pane#fares {
        /*thead, tbody {
          display: block !important;
          float: left !important;
          height: 100%;
          border: none;
        }
        
        thead {
          width: 30% !important;
        }
        
        tbody {
        	background: transparent;
        }
        
        th, td {
          clear: both;
          float: left;
          min-height: 60px;
          padding: 10px !important;
        }*/ }
        /* line 749, ../sass/components/_station.scss */
        .tab-pane#fares table {
          display: block;
          background: #ffffff; }
          /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
          .tab-pane#fares table:before, .tab-pane#fares table:after {
            content: " ";
            display: table; }
          /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
          .tab-pane#fares table:after {
            clear: both; }
        /* line 755, ../sass/components/_station.scss */
        .tab-pane#fares tbody, .tab-pane#fares thead {
          border: none; }
        /* line 759, ../sass/components/_station.scss */
        .tab-pane#fares th {
          display: none; }
        /* line 763, ../sass/components/_station.scss */
        .tab-pane#fares td {
          display: block; }
          /* line 766, ../sass/components/_station.scss */
          .tab-pane#fares td:before {
            font-weight: 700;
            padding-right: 10px; }
          /* line 771, ../sass/components/_station.scss */
          .tab-pane#fares td:first-child:before {
            content: "Arriving Here:"; }
          /* line 775, ../sass/components/_station.scss */
          .tab-pane#fares td:nth-child(2):before {
            content: "Lines:"; }
          /* line 779, ../sass/components/_station.scss */
          .tab-pane#fares td:nth-child(3):before {
            content: "Peak Fare:"; }
          /* line 783, ../sass/components/_station.scss */
          .tab-pane#fares td:nth-child(4):before {
            content: "Off-Peak:"; }
          /* line 787, ../sass/components/_station.scss */
          .tab-pane#fares td:nth-child(5):before {
            content: "Lines:"; }
          /* line 791, ../sass/components/_station.scss */
          .tab-pane#fares td:nth-child(6):before {
            content: "Senior Disabled / Medicare Fare:"; }
          /* line 795, ../sass/components/_station.scss */
          .tab-pane#fares td:nth-child(7):before {
            content: "Distance (miles):"; }
          /* line 799, ../sass/components/_station.scss */
          .tab-pane#fares td:nth-child(8):before {
            content: "Time (mins):"; } }
  /* line 836, ../sass/components/_station.scss */
  .tab-pane#next-train.active .active-arrow {
    display: block;
    left: 77%; }
    @media (min-width: 992px) {
      /* line 836, ../sass/components/_station.scss */
      .tab-pane#next-train.active .active-arrow {
        left: 80%; } }
  /* line 846, ../sass/components/_station.scss */
  .tab-pane#next-train .panel-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 992px) {
      /* line 846, ../sass/components/_station.scss */
      .tab-pane#next-train .panel-col {
        float: left;
        width: 41.66666667%; } }
    @media (min-width: 992px) {
      /* line 846, ../sass/components/_station.scss */
      .tab-pane#next-train .panel-col {
        margin-left: 8.33333333%; } }
  /* line 852, ../sass/components/_station.scss */
  .tab-pane#next-train th, .tab-pane#next-train td {
    padding: 10px 5px;
    vertical-align: top; }
    @media (min-width: 768px) {
      /* line 852, ../sass/components/_station.scss */
      .tab-pane#next-train th, .tab-pane#next-train td {
        padding: 10px 20px 10px; } }
  /* line 861, ../sass/components/_station.scss */
  .tab-pane#next-train .update {
    margin-top: 20px;
    text-align: center; }
    /* line 866, ../sass/components/_station.scss */
    .tab-pane#next-train .update span {
      padding: 0 10px; }
      @media (min-width: 0) and (max-width: 992px) {
        /* line 866, ../sass/components/_station.scss */
        .tab-pane#next-train .update span {
          color: #f3f6f9; }
          /* line 872, ../sass/components/_station.scss */
          .tab-pane#next-train .update span:after {
            content: '';
            display: block; } }

/* line 7, ../sass/components/_status.scss */
.status .system-status .status-descripion {
  margin-bottom: 1.75em; }
  /* line 11, ../sass/components/_status.scss */
  .status .system-status .status-descripion > h3 {
    margin-top: 0; }
/* line 16, ../sass/components/_status.scss */
.status .system-status .status-map {
  margin-bottom: 1.75em; }
/* line 22, ../sass/components/_status.scss */
.status .system-status .map-placeholder {
  border: 1px solid #537da9;
  height: auto;
  padding: 1.75em;
  background: #fff;
  display: block;
  height: 350px;
  text-align: center;
  width: 100%; }
/* line 33, ../sass/components/_status.scss */
.status .system-status .alerts {
  text-align: center;
  margin-top: 1.5em; }
  /* line 39, ../sass/components/_status.scss */
  .status .system-status .alerts:not(.no-alerts) h3 {
    color: #b43955;
    display: inline-block; }
/* line 46, ../sass/components/_status.scss */
.status .system-status .bus-alerts .grid-image {
  height: 95px;
  margin: 0 auto;
  width: 115px; }
  /* line 50, ../sass/abstractions/_mixins.scss */
  .status .system-status .bus-alerts .grid-image:before {
    background-image: url('../images/sprites/icons/services-s99baa34738.png');
    background-size: 100%;
    background-position: 0 16.36536632%;
    content: '';
    display: block;
    height: 0;
    padding-bottom: 81.57894737%;
    width: 100%; }
  /* line 64, ../sass/abstractions/_mixins.scss */
  html.lt-ie9 .status .system-status .bus-alerts .grid-image {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s04-bus-lt-blue.png', sizingMethod='scale'); }
    /* line 67, ../sass/abstractions/_mixins.scss */
    html.lt-ie9 .status .system-status .bus-alerts .grid-image:before {
      display: none; }
/* line 53, ../sass/components/_status.scss */
.status .system-status .train-alerts .grid-image {
  height: 95px;
  width: 115px;
  margin: 0 auto; }
  /* line 50, ../sass/abstractions/_mixins.scss */
  .status .system-status .train-alerts .grid-image:before {
    background-image: url('../images/sprites/icons/services-s99baa34738.png');
    background-size: 100%;
    background-position: 0 27.49762131%;
    content: '';
    display: block;
    height: 0;
    padding-bottom: 81.57894737%;
    width: 100%; }
  /* line 64, ../sass/abstractions/_mixins.scss */
  html.lt-ie9 .status .system-status .train-alerts .grid-image {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/services/s07-train-lt-blue.png', sizingMethod='scale'); }
    /* line 67, ../sass/abstractions/_mixins.scss */
    html.lt-ie9 .status .system-status .train-alerts .grid-image:before {
      display: none; }
/* line 61, ../sass/components/_status.scss */
.status .status-buttons {
  display: none; }
  @media (min-width: 768px) {
    /* line 61, ../sass/components/_status.scss */
    .status .status-buttons {
      display: block;
      border-top: 1px solid #537da9;
      clear: both;
      margin: 1.75em -2em 0 -2em;
      padding: 1.75em 1.75em 0 1.75em;
      text-align: center; }
      /* line 72, ../sass/components/_status.scss */
      .status .status-buttons a {
        width: 100%;
        display: block;
        margin-bottom: .75em; } }
    @media (min-width: 768px) and (min-width: 768px) {
      /* line 72, ../sass/components/_status.scss */
      .status .status-buttons a {
        width: auto;
        display: inline-block;
        margin: .5em; } }

/* line 86, ../sass/components/_status.scss */
.status .mobile-status-buttons {
  display: block; }
  @media (min-width: 768px) {
    /* line 86, ../sass/components/_status.scss */
    .status .mobile-status-buttons {
      display: none; } }
  /* line 93, ../sass/components/_status.scss */
  .status .mobile-status-buttons a {
    width: 100%;
    display: block;
    margin-bottom: .75em; }
    @media (min-width: 768px) {
      /* line 93, ../sass/components/_status.scss */
      .status .mobile-status-buttons a {
        width: auto;
        display: inline-block;
        margin: .5em; } }
/* line 106, ../sass/components/_status.scss */
.status .current-alerts-table,
.status .planned-changes-table {
  font-size: .85em;
  margin: 1em 0; }
  /* line 111, ../sass/components/_status.scss */
  .status .current-alerts-table table,
  .status .planned-changes-table table {
    display: none;
    width: 100%; }
    /* line 116, ../sass/components/_status.scss */
    .status .current-alerts-table table.active,
    .status .planned-changes-table table.active {
      display: table; }
    /* line 120, ../sass/components/_status.scss */
    .status .current-alerts-table table td:nth-child(0n+2),
    .status .planned-changes-table table td:nth-child(0n+2) {
      width: 40%; }
  /* line 125, ../sass/components/_status.scss */
  .status .current-alerts-table th,
  .status .planned-changes-table th {
    border-bottom: 2px solid #537da9;
    padding: .5em;
    text-align: left;
    vertical-align: middle; }
  /* line 132, ../sass/components/_status.scss */
  .status .current-alerts-table td,
  .status .planned-changes-table td {
    background-color: #fff;
    border-bottom: 1px solid #537da9;
    padding: .5em;
    vertical-align: top;
    width: 20%; }
    /* line 139, ../sass/components/_status.scss */
    .status .current-alerts-table td:nth-child(0n+1),
    .status .planned-changes-table td:nth-child(0n+1) {
      font-weight: bold; }
@media (min-width: 0) and (max-width: 767px) {
  /* line 148, ../sass/components/_status.scss */
  .status .current-alerts-table td:nth-child(0n+3),
  .status .current-alerts-table th:nth-child(0n+3),
  .status .current-alerts-table td:nth-child(0n+4),
  .status .current-alerts-table th:nth-child(0n+4) {
    display: none; }
  /* line 155, ../sass/components/_status.scss */
  .status .current-alerts-table td,
  .status .current-alerts-table th {
    width: 50%; } }
/* line 164, ../sass/components/_status.scss */
.status .minimized .current-alerts-table td:nth-child(0n+3),
.status .minimized .current-alerts-table th:nth-child(0n+3),
.status .minimized .current-alerts-table td:nth-child(0n+4),
.status .minimized .current-alerts-table th:nth-child(0n+4) {
  display: none; }
/* line 171, ../sass/components/_status.scss */
.status .minimized .current-alerts-table td,
.status .minimized .current-alerts-table th {
  width: 50%; }
@media (min-width: 768px) {
  /* line 179, ../sass/components/_status.scss */
  .status .minimized .planned-changes-table td:nth-child(0n+3),
  .status .minimized .planned-changes-table th:nth-child(0n+3),
  .status .minimized .planned-changes-table td:nth-child(0n+4),
  .status .minimized .planned-changes-table th:nth-child(0n+4) {
    display: none; }
  /* line 186, ../sass/components/_status.scss */
  .status .minimized .planned-changes-table td,
  .status .minimized .planned-changes-table th {
    width: 50%; } }
/* line 193, ../sass/components/_status.scss */
.status label, .status .form-wrapper .control-label, .form-wrapper .status .control-label {
  font-weight: 400;
  font-size: 0.875em; }
  @media (min-width: 768px) {
    /* line 193, ../sass/components/_status.scss */
    .status label, .status .form-wrapper .control-label, .form-wrapper .status .control-label {
      font-size: 16px; } }
/* line 204, ../sass/components/_status.scss */
.status .current-alerts .form-container,
.status .planned-changes .form-container {
  margin: 2em 0; }
  /* line 209, ../sass/components/_status.scss */
  .status .current-alerts .form-container .form-group label, .status .current-alerts .form-container .form-group .form-wrapper .control-label, .form-wrapper .status .current-alerts .form-container .form-group .control-label,
  .status .planned-changes .form-container .form-group label,
  .status .planned-changes .form-container .form-group .form-wrapper .control-label,
  .form-wrapper .status .planned-changes .form-container .form-group .control-label {
    color: #5481b3 !important;
    text-transform: uppercase; }
  /* line 219, ../sass/components/_status.scss */
  .status .current-alerts .form-container label, .status .current-alerts .form-container .form-wrapper .control-label, .form-wrapper .status .current-alerts .form-container .control-label,
  .status .planned-changes .form-container label,
  .status .planned-changes .form-container .form-wrapper .control-label,
  .form-wrapper .status .planned-changes .form-container .control-label {
    background: none;
    float: none;
    text-align: left;
    line-height: 1;
    height: auto;
    width: 100%; }
  /* line 228, ../sass/components/_status.scss */
  .status .current-alerts .form-container select,
  .status .planned-changes .form-container select {
    width: 100%; }
  /* line 232, ../sass/components/_status.scss */
  .status .current-alerts .form-container #go,
  .status .planned-changes .form-container #go {
    margin-top: 34px; }

/* line 240, ../sass/components/_status.scss */
.toggle-two-col-pane {
  margin: 2em 0;
  width: 100%; }
  @media (min-width: 768px) {
    /* line 240, ../sass/components/_status.scss */
    .toggle-two-col-pane {
      display: table; } }
  /* line 248, ../sass/components/_status.scss */
  .toggle-two-col-pane > div {
    padding: 1em;
    vertical-align: top; }
    @media (min-width: 768px) {
      /* line 248, ../sass/components/_status.scss */
      .toggle-two-col-pane > div {
        padding: 0 1em 1em; } }
  /* line 257, ../sass/components/_status.scss */
  .toggle-two-col-pane .expand-arrow,
  .toggle-two-col-pane .more-details {
    display: none; }
  /* line 262, ../sass/components/_status.scss */
  .toggle-two-col-pane .nav-tabs {
    font-size: .85em; }
  /* line 266, ../sass/components/_status.scss */
  .toggle-two-col-pane .form-container {
    margin: 1em 0; }
  /* line 271, ../sass/components/_status.scss */
  .toggle-two-col-pane .maximized {
    display: block;
    background-color: #edf4fc;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 271, ../sass/components/_status.scss */
      .toggle-two-col-pane .maximized {
        display: table-cell;
        width: 62%; } }
    /* line 281, ../sass/components/_status.scss */
    .toggle-two-col-pane .maximized.current-alerts {
      border-bottom: 16px solid #fff; }
    /* line 285, ../sass/components/_status.scss */
    .toggle-two-col-pane .maximized.planned-changes {
      border-bottom: 16px solid #fff; }
  /* line 291, ../sass/components/_status.scss */
  .toggle-two-col-pane .minimized {
    display: block;
    background-color: #f3f6f9;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 291, ../sass/components/_status.scss */
      .toggle-two-col-pane .minimized {
        display: table-cell;
        width: 38%; } }
    /* line 301, ../sass/components/_status.scss */
    .toggle-two-col-pane .minimized .status-expand-bar {
      cursor: pointer;
      margin-bottom: 20px; }
      /* line 306, ../sass/components/_status.scss */
      .toggle-two-col-pane .minimized .status-expand-bar:hover .expand-arrow {
        background-color: #4B77A6; }
      /* line 309, ../sass/components/_status.scss */
      .toggle-two-col-pane .minimized .status-expand-bar:hover h2 {
        color: #ffffff;
        background-color: #4B77A6; }
    /* line 316, ../sass/components/_status.scss */
    .toggle-two-col-pane .minimized .expand-arrow {
      display: none; }
      @media (min-width: 768px) {
        /* line 316, ../sass/components/_status.scss */
        .toggle-two-col-pane .minimized .expand-arrow {
          background-color: #4679b0;
          cursor: pointer;
          display: block;
          height: 70px;
          left: 0;
          padding: 12px 0 0 14px;
          position: absolute;
          top: 0;
          width: 85px; }
          /* line 330, ../sass/components/_status.scss */
          .toggle-two-col-pane .minimized .expand-arrow:before {
            background: url('../images/sprites/icons/arrow-large-se545d2bb62.png') 0 -125px;
            content: '';
            display: block;
            height: 45px;
            position: relative;
            width: 60px; } }
    /* line 343, ../sass/components/_status.scss */
    .toggle-two-col-pane .minimized .more-details {
      margin-bottom: 2em; }
    @media (min-width: 768px) {
      /* line 348, ../sass/components/_status.scss */
      .toggle-two-col-pane .minimized .more-details {
        display: inline-block; } }
    @media (min-width: 768px) {
      /* line 353, ../sass/components/_status.scss */
      .toggle-two-col-pane .minimized.planned-changes {
        border-left: 16px solid #dce5ec;
        border-top: 16px solid #fff;
        min-width: 360px; }
        /* line 361, ../sass/components/_status.scss */
        .toggle-two-col-pane .minimized.planned-changes:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          font-size: 0px;
          line-height: 0%;
          width: 0;
          border-bottom: 16px solid #fff;
          border-right: 16px solid transparent;
          margin-left: -16px; }
        /* line 376, ../sass/components/_status.scss */
        .toggle-two-col-pane .minimized.planned-changes h2 {
          display: block;
          left: 15px;
          margin: 0 0 0 54px;
          max-height: 70px;
          padding: 15px 0 20px 20px;
          position: relative; } }
    @media (min-width: 768px) {
      /* line 390, ../sass/components/_status.scss */
      .toggle-two-col-pane .minimized.current-alerts {
        border-right: 16px solid #dce5ec;
        border-top: 16px solid #fff; }
        /* line 395, ../sass/components/_status.scss */
        .toggle-two-col-pane .minimized.current-alerts:before {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          font-size: 0px;
          line-height: 0%;
          width: 0;
          border-top: 16px solid transparent;
          border-right: 16px solid #fff;
          margin-right: -16px; }
        /* line 410, ../sass/components/_status.scss */
        .toggle-two-col-pane .minimized.current-alerts .expand-arrow {
          left: auto;
          right: 0; }
          /* line 414, ../sass/components/_status.scss */
          .toggle-two-col-pane .minimized.current-alerts .expand-arrow:before {
            background: url('../images/sprites/icons/arrow-large-se545d2bb62.png') 0 -539px; }
        /* line 419, ../sass/components/_status.scss */
        .toggle-two-col-pane .minimized.current-alerts h2 {
          display: block;
          left: -16px;
          margin: 0 53px 0 0;
          max-height: 70px;
          padding: 15px 0 20px 20px;
          position: relative; } }
    /* line 430, ../sass/components/_status.scss */
    .toggle-two-col-pane .minimized.current-alerts .nav-tabs {
      display: none; }
    /* line 435, ../sass/components/_status.scss */
    .toggle-two-col-pane .minimized .form-container {
      display: none; }

/*Story*/
/* line 8, ../sass/components/_story.scss */
.story.inner .main-content:before {
  background: none;
  content: "";
  height: auto;
  width: auto;
  z-index: auto; }

/* line 19, ../sass/components/_story.scss */
.story-header {
  display: block;
  width: 100%;
  background: #4679b0;
  height: 120px; }
  /* line 25, ../sass/components/_story.scss */
  .story-header:before {
    background: #4679b0 none repeat scroll 0 0;
    content: "";
    height: 90px;
    width: 100%;
    z-index: -1; }
  /* line 37, ../sass/components/_story.scss */
  .story-header .global-search input[type="text"] {
    border: none;
    height: auto;
    margin: 0;
    padding: 0 38px 0 10px;
    top: 0; }
  /* line 45, ../sass/components/_story.scss */
  .story-header .global-search input[type="submit"] {
    height: 30px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    @media (min-width: 768px) {
      /* line 45, ../sass/components/_story.scss */
      .story-header .global-search input[type="submit"] {
        height: 46px; } }

/* line 61, ../sass/components/_story.scss */
.section-header .fp-tableCell {
  vertical-align: top; }
/* line 65, ../sass/components/_story.scss */
.section-header .intro {
  top: 48%; }
  /* line 68, ../sass/components/_story.scss */
  .section-header .intro h1 {
    display: inline-block;
    width: 100%; }
  /* line 72, ../sass/components/_story.scss */
  .section-header .intro p {
    padding: 0; }
    @media (min-width: 768px) {
      /* line 72, ../sass/components/_story.scss */
      .section-header .intro p {
        padding: 0 60px; } }

/* mmmmmmmmmmm FOOTER section mmmmmmmmmmm */
/* line 86, ../sass/components/_story.scss */
.section-footer {
  background: #3e3e3e; }
  /* line 89, ../sass/components/_story.scss */
  .section-footer .fp-tableCell {
    vertical-align: top; }
  /* line 93, ../sass/components/_story.scss */
  .section-footer footer {
    margin-top: 0; }

/* line 1, ../sass/components/_tooltips.scss */
.tooltip {
  opacity: 1 !important; }

/* line 5, ../sass/components/_tooltips.scss */
.tooltip-inner {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  background: #535353 !important;
  color: #ffffff !important;
  line-height: 1.2;
  padding: 8px; }

/* line 13, ../sass/components/_tooltips.scss */
.tooltip-arrow {
  border-top-color: #535353 !important; }

/* line 1, ../sass/components/_trip-planner.scss */
.inner .trip-planner-wrapper .location, .trip-planner-results .results-wrapper .results-col:first-child {
  position: relative; }
  /* line 4, ../sass/components/_trip-planner.scss */
  .inner .trip-planner-wrapper .location:before, .trip-planner-results .results-wrapper .results-col:first-child:before {
    content: '';
    background: url('../images/sprites/icons/arrows-sffa28ba240.png') no-repeat 0 -53px/100% transparent;
    width: 50px;
    height: 60px;
    position: absolute;
    left: -65px; }

/*TRIP PLANNER FORM*/
/* line 21, ../sass/components/_trip-planner.scss */
.trip-planner-wrapper {
  width: 100%;
  margin: 5% auto 0; }
  @media (min-width: 768px) {
    /* line 21, ../sass/components/_trip-planner.scss */
    .trip-planner-wrapper {
      min-width: 320px;
      margin: 0 auto; } }
  /* line 32, ../sass/components/_trip-planner.scss */
  .home .trip-planner-wrapper {
    background: url('../images/background/bg-home-form-stripes.png?1445971374') no-repeat 0 0 #ffffff;
    background-size: cover; }
    @media (min-width: 768px) {
      /* line 32, ../sass/components/_trip-planner.scss */
      .home .trip-planner-wrapper {
        margin: 18% auto 0;
        -webkit-box-shadow: 1px 5px 8px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 1px 5px 8px 0 rgba(0, 0, 0, 0.75); } }
  /* line 42, ../sass/components/_trip-planner.scss */
  .inner .trip-planner-wrapper {
    padding: 5%; }
    @media (min-width: 992px) {
      /* line 42, ../sass/components/_trip-planner.scss */
      .inner .trip-planner-wrapper {
        padding: 5% 10%; } }
  /* line 52, ../sass/components/_trip-planner.scss */
  .home .trip-planner-wrapper .form-wrapper {
    border-top: 5px solid #5f81a8;
    padding: 0 25px 25px 25px; }
    /* line 56, ../sass/components/_trip-planner.scss */
    .home .trip-planner-wrapper .form-wrapper h2 {
      font-size: 1.25em;
      color: #3b6798; }
  /* line 62, ../sass/components/_trip-planner.scss */
  .inner .trip-planner-wrapper .form-wrapper {
    border: none; }
  /* line 67, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper h1 {
    background: #ffffff;
    font-size: 1.5em;
    font-weight: 300;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 3px solid #3b6798; }
    /* line 78, ../sass/components/_trip-planner.scss */
    .trip-planner-wrapper h1 span {
      background: url('../images/sprites/icons/arrow-large-se545d2bb62.png') no-repeat center -141px/40px #3b6798;
      display: block;
      float: left;
      width: 56px;
      height: 100%;
      margin-right: 16px; }
      /* line 86, ../sass/components/_trip-planner.scss */
      html.lt-ie9 .trip-planner-wrapper h1 span {
        background: url('../images/icons/arrow-large/right-white.png?1445971374') no-repeat center center #3b6798; }
    @media (min-width: 768px) {
      /* line 67, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper h1 {
        border: 1px solid #ffffff; } }
    @media (min-width: 1200px) {
      /* line 67, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper h1 {
        font-size: 2.5em;
        height: 80px;
        line-height: 80px; }
        /* line 100, ../sass/components/_trip-planner.scss */
        .trip-planner-wrapper h1 span {
          background-position: center -196px;
          background-size: 55px;
          width: 106px; } }
  /* line 108, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper label, .trip-planner-wrapper .form-wrapper .control-label, .form-wrapper .trip-planner-wrapper .control-label {
    font-weight: 400;
    font-size: 0.875em; }
    @media (min-width: 768px) {
      /* line 108, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper label, .trip-planner-wrapper .form-wrapper .control-label, .form-wrapper .trip-planner-wrapper .control-label {
        font-size: 16px; } }
    /* line 116, ../sass/components/_trip-planner.scss */
    .trip-planner-wrapper label[for="avoid-elevator"], .trip-planner-wrapper .form-wrapper [for="avoid-elevator"].control-label, .form-wrapper .trip-planner-wrapper [for="avoid-elevator"].control-label {
      margin-left: 0;
      margin-bottom: 20px; }
      /* line 120, ../sass/components/_trip-planner.scss */
      html.lt-ie9 .trip-planner-wrapper label[for="avoid-elevator"], html.lt-ie9 .trip-planner-wrapper .form-wrapper [for="avoid-elevator"].control-label, .form-wrapper html.lt-ie9 .trip-planner-wrapper [for="avoid-elevator"].control-label {
        margin-left: 0; }
      @media (min-width: 768px) {
        /* line 116, ../sass/components/_trip-planner.scss */
        .trip-planner-wrapper label[for="avoid-elevator"], .trip-planner-wrapper .form-wrapper [for="avoid-elevator"].control-label, .form-wrapper .trip-planner-wrapper [for="avoid-elevator"].control-label {
          margin-left: 20px;
          margin-bottom: 0; } }
    /* line 130, ../sass/components/_trip-planner.scss */
    .trip-planner-wrapper label[for="route"], .trip-planner-wrapper .form-wrapper [for="route"].control-label, .form-wrapper .trip-planner-wrapper [for="route"].control-label, .trip-planner-wrapper label[for="walk-distance"], .trip-planner-wrapper .form-wrapper [for="walk-distance"].control-label, .form-wrapper .trip-planner-wrapper [for="walk-distance"].control-label {
      margin-right: 10px; }
  @media (min-width: 0) and (max-width: 992px) {
    /* line 141, ../sass/components/_trip-planner.scss */
    .inner .trip-planner-wrapper .location:before {
      background: none; } }
  @media (min-width: 992px) {
    /* line 136, ../sass/components/_trip-planner.scss */
    .inner .trip-planner-wrapper .location {
      position: relative; } }
  @media (min-width: 768px) {
    /* line 150, ../sass/components/_trip-planner.scss */
    .inner .trip-planner-wrapper .location > div {
      float: left;
      width: 46%; } }
  @media (min-width: 992px) {
    /* line 150, ../sass/components/_trip-planner.scss */
    .inner .trip-planner-wrapper .location > div {
      width: 46%; } }
  /* line 159, ../sass/components/_trip-planner.scss */
  .inner .trip-planner-wrapper .location .reverse-icon {
    width: 100%;
    display: block; }
    @media (min-width: 768px) {
      /* line 159, ../sass/components/_trip-planner.scss */
      .inner .trip-planner-wrapper .location .reverse-icon {
        width: auto; } }
    /* line 167, ../sass/components/_trip-planner.scss */
    .inner .trip-planner-wrapper .location .reverse-icon img {
      display: block;
      cursor: pointer;
      margin: 15px auto;
      width: 20px; }
      @media (min-width: 768px) {
        /* line 167, ../sass/components/_trip-planner.scss */
        .inner .trip-planner-wrapper .location .reverse-icon img {
          float: left;
          margin: 36px 15px 0; } }
  /* line 182, ../sass/components/_trip-planner.scss */
  .inner .trip-planner-wrapper .location label, .inner .trip-planner-wrapper .location .form-wrapper .control-label, .form-wrapper .inner .trip-planner-wrapper .location .control-label {
    color: #5481b3;
    background: none;
    float: none;
    text-align: left;
    line-height: 1;
    height: auto; }
  /* line 191, ../sass/components/_trip-planner.scss */
  .inner .trip-planner-wrapper .location input {
    margin-top: 0;
    width: 100%; }
  /* line 199, ../sass/components/_trip-planner.scss */
  html.lt-ie9 .trip-planner-wrapper input#avoid-elevator {
    margin-left: 20px; }
  /* line 204, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper .form-group {
    margin: 0; }
  /* line 208, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper #more-options {
    margin-top: 10px; }
    /* line 211, ../sass/components/_trip-planner.scss */
    .trip-planner-wrapper #more-options .content {
      background: #ffffff;
      padding: 18px; }
  /* line 222, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper .travel-by fieldset {
    border: none;
    margin: 0;
    padding: 0; }
  /* line 228, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper .travel-by legend {
    float: left;
    font-size: 1em;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 0;
    width: auto; }
    @media (min-width: 768px) {
      /* line 228, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .travel-by legend {
        margin-right: 20px;
        font-size: 1.125em; } }
  /* line 243, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper .travel-by label:last-child, .trip-planner-wrapper .travel-by .form-wrapper .control-label:last-child, .form-wrapper .trip-planner-wrapper .travel-by .control-label:last-child {
    margin-right: 0; }
  @media (min-width: 0) and (max-width: 768px) {
    /* line 242, ../sass/components/_trip-planner.scss */
    .trip-planner-wrapper .travel-by label, .trip-planner-wrapper .travel-by .form-wrapper .control-label, .form-wrapper .trip-planner-wrapper .travel-by .control-label {
      margin-right: 5px !important; } }
  /* line 254, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper .leaving select.first {
    width: 100%; }
    @media (min-width: 992px) {
      /* line 254, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .leaving select.first {
        width: auto; } }
  /* line 263, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper .form-group-inner {
    display: inline-block; }
  /* line 267, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper .on {
    margin: 10px 0; }
    @media (min-width: 992px) {
      /* line 267, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .on {
        display: inline-block;
        margin: 0 10px; } }
  /* line 276, ../sass/components/_trip-planner.scss */
  .trip-planner-wrapper .form-footer {
    margin-top: 20px;
    padding-bottom: 20px; }
    /* line 280, ../sass/components/_trip-planner.scss */
    .trip-planner-wrapper .form-footer .toggle-options {
      font-size: 1.15625em;
      color: #000000;
      position: relative;
      display: block;
      cursor: pointer;
      border: none;
      /*More Options Link - On Load*/
      /*More Options Link - Closed*/
      /*More Options Link - Open*/ }
      @media (min-width: 768px) {
        /* line 280, ../sass/components/_trip-planner.scss */
        .trip-planner-wrapper .form-footer .toggle-options {
          float: left;
          display: inline-block; } }
      /* line 293, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer .toggle-options:hover {
        color: #000000 !important; }
      /* line 300, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer .toggle-options .less {
        display: none; }
      /* line 307, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer .toggle-options[aria-expanded="false"]:after {
        content: '\2193';
        /*down arrow*/ }
      /* line 311, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer .toggle-options[aria-expanded="false"] .more {
        display: inline; }
      /* line 315, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer .toggle-options[aria-expanded="false"] .less {
        display: none; }
      /* line 323, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer .toggle-options[aria-expanded="true"]:after {
        content: '\2191';
        vertical-align: text-bottom; }
      /* line 328, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer .toggle-options[aria-expanded="true"] .more {
        display: none; }
      /* line 332, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer .toggle-options[aria-expanded="true"] .less {
        display: inline; }
    /* line 338, ../sass/components/_trip-planner.scss */
    .trip-planner-wrapper .form-footer input {
      margin-top: 20px;
      height: 45px; }
      /* line 343, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer input:focus {
        border: 1px dotted gray; }
    @media (min-width: 768px) {
      /* line 276, ../sass/components/_trip-planner.scss */
      .trip-planner-wrapper .form-footer {
        padding-bottom: 50px; }
        /* line 351, ../sass/components/_trip-planner.scss */
        .trip-planner-wrapper .form-footer input {
          float: right;
          margin-top: 0; } }

/*TRIP PLANNER RESULTS*/
/* line 360, ../sass/components/_trip-planner.scss */
.trip-planner-results {
  padding: 2% 5% 2.5%;
  /*INTERNARY -- TRIP SUMMARY -- MAP*/ }
  /* line 363, ../sass/components/_trip-planner.scss */
  .trip-planner-results h2 {
    font-size: 1.5em; }
  /* line 367, ../sass/components/_trip-planner.scss */
  .trip-planner-results ul {
    list-style: none;
    padding-left: 0 !important; }
    /* line 11, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss */
    .trip-planner-results ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0; }
  /* line 372, ../sass/components/_trip-planner.scss */
  .trip-planner-results .trip-planner-wrapper {
    padding: 0; }
    @media (min-width: 992px) {
      /* line 372, ../sass/components/_trip-planner.scss */
      .trip-planner-results .trip-planner-wrapper {
        padding: 2% 7% 5%; } }
  /* line 382, ../sass/components/_trip-planner.scss */
  .trip-planner-results .results-wrapper .results-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 992px) {
      /* line 382, ../sass/components/_trip-planner.scss */
      .trip-planner-results .results-wrapper .results-col {
        float: left;
        width: 50%; } }
    @media (min-width: 0) and (max-width: 992px) {
      /* line 390, ../sass/components/_trip-planner.scss */
      .trip-planner-results .results-wrapper .results-col:first-child:before {
        background: none; } }
    @media (min-width: 992px) {
      /* line 386, ../sass/components/_trip-planner.scss */
      .trip-planner-results .results-wrapper .results-col:first-child {
        padding-left: 10% !important;
        position: relative; }
        /* line 399, ../sass/components/_trip-planner.scss */
        .trip-planner-results .results-wrapper .results-col:first-child:before {
          left: 10px;
          background-position: 0 -64px;
          width: 60px; }
        /* line 405, ../sass/components/_trip-planner.scss */
        html.lt-ie9 .trip-planner-results .results-wrapper .results-col:first-child {
          padding-left: 10px !important; } }
    @media (min-width: 1200px) {
      /* line 386, ../sass/components/_trip-planner.scss */
      .trip-planner-results .results-wrapper .results-col:first-child {
        padding-left: 8% !important; }
        /* line 413, ../sass/components/_trip-planner.scss */
        html.lt-ie9 .trip-planner-results .results-wrapper .results-col:first-child {
          padding-left: 10px !important; } }
    /* line 419, ../sass/components/_trip-planner.scss */
    .trip-planner-results .results-wrapper .results-col p {
      font-size: 0.875em;
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        /* line 419, ../sass/components/_trip-planner.scss */
        .trip-planner-results .results-wrapper .results-col p {
          font-size: 1.125em; } }
      /* line 427, ../sass/components/_trip-planner.scss */
      .trip-planner-results .results-wrapper .results-col p:first-child {
        margin-bottom: 10px; }
    /* line 432, ../sass/components/_trip-planner.scss */
    .trip-planner-results .results-wrapper .results-col .from {
      padding-right: 10px; }
      /* line 435, ../sass/components/_trip-planner.scss */
      .trip-planner-results .results-wrapper .results-col .from:after {
        content: "|";
        padding-left: 10px; }
  @media (min-width: 992px) {
    /* line 442, ../sass/components/_trip-planner.scss */
    .trip-planner-results .results-wrapper #results-btn {
      text-align: right; } }
  /* line 447, ../sass/components/_trip-planner.scss */
  .trip-planner-results .results-wrapper #results-btn button, .trip-planner-results .results-wrapper #results-btn .button, .trip-planner-results .results-wrapper #results-btn .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .trip-planner-results .results-wrapper #results-btn input[type="submit"], .trip-planner-results .results-wrapper #results-btn .button-lt-blue, .trip-planner-results .results-wrapper #results-btn .button-twitter, .trip-planner-results .results-wrapper #results-btn .main-content input[type="submit"], .main-content .trip-planner-results .results-wrapper #results-btn input[type="submit"], .trip-planner-results .results-wrapper #results-btn .service-alerts input[type="submit"], .service-alerts .trip-planner-results .results-wrapper #results-btn input[type="submit"], .trip-planner-results .results-wrapper #results-btn .trip-planner-wrapper .form-footer input, .trip-planner-wrapper .form-footer .trip-planner-results .results-wrapper #results-btn input {
    font-size: 0.875em;
    margin-bottom: 20px;
    width: 80%; }
    @media (min-width: 640px) {
      /* line 447, ../sass/components/_trip-planner.scss */
      .trip-planner-results .results-wrapper #results-btn button, .trip-planner-results .results-wrapper #results-btn .button, .trip-planner-results .results-wrapper #results-btn .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .trip-planner-results .results-wrapper #results-btn input[type="submit"], .trip-planner-results .results-wrapper #results-btn .button-lt-blue, .trip-planner-results .results-wrapper #results-btn .button-twitter, .trip-planner-results .results-wrapper #results-btn .main-content input[type="submit"], .main-content .trip-planner-results .results-wrapper #results-btn input[type="submit"], .trip-planner-results .results-wrapper #results-btn .service-alerts input[type="submit"], .service-alerts .trip-planner-results .results-wrapper #results-btn input[type="submit"], .trip-planner-results .results-wrapper #results-btn .trip-planner-wrapper .form-footer input, .trip-planner-wrapper .form-footer .trip-planner-results .results-wrapper #results-btn input {
        width: auto; } }
    @media (min-width: 1200px) {
      /* line 447, ../sass/components/_trip-planner.scss */
      .trip-planner-results .results-wrapper #results-btn button, .trip-planner-results .results-wrapper #results-btn .button, .trip-planner-results .results-wrapper #results-btn .inner-service-alerts .panel-content input[type="submit"], .inner-service-alerts .panel-content .trip-planner-results .results-wrapper #results-btn input[type="submit"], .trip-planner-results .results-wrapper #results-btn .button-lt-blue, .trip-planner-results .results-wrapper #results-btn .button-twitter, .trip-planner-results .results-wrapper #results-btn .main-content input[type="submit"], .main-content .trip-planner-results .results-wrapper #results-btn input[type="submit"], .trip-planner-results .results-wrapper #results-btn .service-alerts input[type="submit"], .service-alerts .trip-planner-results .results-wrapper #results-btn input[type="submit"], .trip-planner-results .results-wrapper #results-btn .trip-planner-wrapper .form-footer input, .trip-planner-wrapper .form-footer .trip-planner-results .results-wrapper #results-btn input {
        font-size: 1em; }
        /* line 459, ../sass/components/_trip-planner.scss */
        .trip-planner-results .results-wrapper #results-btn button.modify, .trip-planner-results .results-wrapper #results-btn .modify.button, .trip-planner-results .results-wrapper #results-btn .inner-service-alerts .panel-content input.modify[type="submit"], .inner-service-alerts .panel-content .trip-planner-results .results-wrapper #results-btn input.modify[type="submit"], .trip-planner-results .results-wrapper #results-btn .modify.button-lt-blue, .trip-planner-results .results-wrapper #results-btn .modify.button-twitter, .trip-planner-results .results-wrapper #results-btn .main-content input.modify[type="submit"], .main-content .trip-planner-results .results-wrapper #results-btn input.modify[type="submit"], .trip-planner-results .results-wrapper #results-btn .service-alerts input.modify[type="submit"], .service-alerts .trip-planner-results .results-wrapper #results-btn input.modify[type="submit"], .trip-planner-results .results-wrapper #results-btn .trip-planner-wrapper .form-footer input.modify, .trip-planner-wrapper .form-footer .trip-planner-results .results-wrapper #results-btn input.modify {
          margin-right: 20px; } }
  /* line 467, ../sass/components/_trip-planner.scss */
  .trip-planner-results .trip-details-wrapper {
    display: none; }
  /* line 471, ../sass/components/_trip-planner.scss */
  .trip-planner-results .trip-wrapper {
    background: #f3f6f9;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 20px 80px; }
    /* line 478, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-wrapper h3 {
      font-size: 1.125em;
      font-weight: 500; }
  /* line 486, ../sass/components/_trip-planner.scss */
  .trip-planner-results .trip-summary .trip-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }
    /* line 489, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-summary .trip-col.trip-time-fare-summary-wrapper {
      position: relative;
      min-height: 1px;
      padding-left: 5px;
      padding-right: 5px; }
      @media (min-width: 992px) {
        /* line 489, ../sass/components/_trip-planner.scss */
        .trip-planner-results .trip-summary .trip-col.trip-time-fare-summary-wrapper {
          float: left;
          width: 37.5%; } }
    /* line 493, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-summary .trip-col.trip-map-wrapper {
      position: relative;
      min-height: 1px;
      padding-left: 5px;
      padding-right: 5px; }
      @media (min-width: 992px) {
        /* line 493, ../sass/components/_trip-planner.scss */
        .trip-planner-results .trip-summary .trip-col.trip-map-wrapper {
          float: left;
          width: 62.5%; } }
    /* line 497, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-summary .trip-col h3 {
      font-weight: 700; }
      /* line 500, ../sass/components/_trip-planner.scss */
      .trip-planner-results .trip-summary .trip-col h3 span {
        font-weight: 400; }
  /* line 508, ../sass/components/_trip-planner.scss */
  .trip-planner-results .trip-summary .fares {
    background: #ffffff;
    padding: 10px; }
    /* line 517, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-summary .fares ul {
      padding-bottom: 10px; }
    /* line 521, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-summary .fares li {
      padding-bottom: 0px !important; }
      /* line 524, ../sass/components/_trip-planner.scss */
      .trip-planner-results .trip-summary .fares li span {
        font-size: 0.875em; }
        /* line 528, ../sass/components/_trip-planner.scss */
        .trip-planner-results .trip-summary .fares li span.large {
          font-size: 1.5em !important;
          display: inline; }
    /* line 535, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-summary .fares .note {
      font-style: italic;
      margin-bottom: 0 !important;
      font-size: 0.875em; }
  /* line 542, ../sass/components/_trip-planner.scss */
  .trip-planner-results .trip-summary .trip-summary {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px; }
    /* line 547, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-summary .trip-summary h3 {
      margin-top: 0;
      font-weight: 400; }
    /* line 552, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-summary .trip-summary li {
      padding-top: 20px;
      padding-bottom: 0;
      clear: both; }
      /* line 557, ../sass/components/_trip-planner.scss */
      .trip-planner-results .trip-summary .trip-summary li:first-child {
        padding-top: 0; }
  @media (min-width: 992px) {
    /* line 564, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-map {
      padding-left: 20px; } }
  /* line 573, ../sass/components/_trip-planner.scss */
  .trip-planner-results .trip-map .map-wrapper img {
    width: 100%;
    max-width: none; }
  @media (min-width: 992px) {
    /* line 571, ../sass/components/_trip-planner.scss */
    .trip-planner-results .trip-map .map-wrapper {
      height: 100%;
      min-height: 500px;
      width: 100%; }
      /* line 582, ../sass/components/_trip-planner.scss */
      .trip-planner-results .trip-map .map-wrapper img {
        height: 100%; } }

/* line 591, ../sass/components/_trip-planner.scss */
.toggle-links {
  margin: 20px 0 10px;
  text-align: right; }
  /* line 595, ../sass/components/_trip-planner.scss */
  .toggle-links a {
    font-size: 0.875em; }

/*TRIP ICONS*/
/* line 601, ../sass/components/_trip-planner.scss */
.trip-icon {
  float: left;
  margin-right: 10px;
  text-align: right;
  width: 35px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
  /* line 608, ../sass/components/_trip-planner.scss */
  .trip-icon span {
    display: inline-block;
    vertical-align: top; }

/* line 629, ../sass/components/_trip-planner.scss */
.trip-details-header h3 {
  font-size: 1.5em !important;
  font-weight: 300 !important; }
  @media (min-width: 992px) {
    /* line 629, ../sass/components/_trip-planner.scss */
    .trip-details-header h3 {
      margin: 30px 0 20px; } }
/* line 638, ../sass/components/_trip-planner.scss */
.trip-details-header .trip-utilities {
  margin: 0;
  padding: 0;
  border: 0;
  padding-left: 0 !important; }
  /* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
  .trip-details-header .trip-utilities:before, .trip-details-header .trip-utilities:after {
    content: " ";
    display: table; }
  /* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
  .trip-details-header .trip-utilities:after {
    clear: both; }
  /* line 62, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
  .trip-details-header .trip-utilities li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    /* line 49, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
    .trip-details-header .trip-utilities li:first-child {
      padding-left: 0; }
    /* line 50, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
    .trip-details-header .trip-utilities li:last-child {
      padding-right: 0; }
    /* line 52, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
    .trip-details-header .trip-utilities li.last {
      padding-right: 0; }
  /* line 648, ../sass/components/_trip-planner.scss */
  .trip-details-header .trip-utilities li span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: url('../images/sprites/icons/interactive-s4409d1f16c.png') no-repeat 0 0/100% transparent;
    height: 35px;
    width: 35px;
    display: inline-block; }
    /* line 655, ../sass/components/_trip-planner.scss */
    html.lt-ie9 .trip-details-header .trip-utilities li span {
      background: none; }
  /* line 660, ../sass/components/_trip-planner.scss */
  .trip-details-header .trip-utilities li.pop-out span {
    background-position: 0 -228px; }
    /* line 663, ../sass/components/_trip-planner.scss */
    html.lt-ie9 .trip-details-header .trip-utilities li.pop-out span {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s05-popout.png',sizingMethod='scale'); }
  /* line 668, ../sass/components/_trip-planner.scss */
  .trip-details-header .trip-utilities li.save span {
    background-position: 0 -320px; }
    /* line 671, ../sass/components/_trip-planner.scss */
    html.lt-ie9 .trip-details-header .trip-utilities li.save span {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s07-save-favorite.png',sizingMethod='scale'); }
  /* line 676, ../sass/components/_trip-planner.scss */
  .trip-details-header .trip-utilities li.get-link span {
    background-position: 0 -180px; }
    /* line 679, ../sass/components/_trip-planner.scss */
    html.lt-ie9 .trip-details-header .trip-utilities li.get-link span {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s04-link.png',sizingMethod='scale'); }
  /* line 684, ../sass/components/_trip-planner.scss */
  .trip-details-header .trip-utilities li.download span {
    background-position: 0 -90px; }
    /* line 687, ../sass/components/_trip-planner.scss */
    html.lt-ie9 .trip-details-header .trip-utilities li.download span {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s02-download.png',sizingMethod='scale'); }
  /* line 692, ../sass/components/_trip-planner.scss */
  .trip-details-header .trip-utilities li.print span {
    background-position: 0 -274px; }
    /* line 695, ../sass/components/_trip-planner.scss */
    html.lt-ie9 .trip-details-header .trip-utilities li.print span {
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icons/interactive/s06-print.png',sizingMethod='scale'); }
@media (min-width: 992px) {
  /* line 703, ../sass/components/_trip-planner.scss */
  .trip-details-header h3, .trip-details-header h2 {
    float: left; }
  /* line 707, ../sass/components/_trip-planner.scss */
  .trip-details-header .trip-utilities {
    float: right; } }

/* line 713, ../sass/components/_trip-planner.scss */
.trip-details {
  font-size: 0.875em; }
  /* line 716, ../sass/components/_trip-planner.scss */
  .trip-details li {
    padding-bottom: 5px !important; }
  /* line 720, ../sass/components/_trip-planner.scss */
  .trip-details .trip-row {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%; }
    @media (min-width: 992px) {
      /* line 720, ../sass/components/_trip-planner.scss */
      .trip-details .trip-row {
        display: table; } }
  /* line 731, ../sass/components/_trip-planner.scss */
  .trip-details .trip-col {
    vertical-align: top; }
    /* line 734, ../sass/components/_trip-planner.scss */
    .trip-details .trip-col.trip-icon {
      display: inline-block;
      float: left;
      width: 30px; }
    @media (min-width: 768px) {
      /* line 741, ../sass/components/_trip-planner.scss */
      .trip-details .trip-col.trip-icon {
        display: table-cell;
        float: none;
        text-align: left;
        width: 45px; } }
    @media (min-width: 992px) {
      /* line 731, ../sass/components/_trip-planner.scss */
      .trip-details .trip-col {
        display: table-cell; }
        /* line 752, ../sass/components/_trip-planner.scss */
        .trip-details .trip-col.trip-route {
          width: 25%;
          border-right: 1px solid #5481b3; } }
  /* line 759, ../sass/components/_trip-planner.scss */
  .trip-details .trip-route {
    padding: 0 20px 0 40px; }
    @media (min-width: 768px) {
      /* line 759, ../sass/components/_trip-planner.scss */
      .trip-details .trip-route {
        padding: 0 20px 0 0; } }
    /* line 767, ../sass/components/_trip-planner.scss */
    .trip-details .trip-route li:first-child {
      font-weight: 700; }
  /* line 773, ../sass/components/_trip-planner.scss */
  .trip-details .trip-directions {
    padding: 0 20px 0 40px; }
    @media (min-width: 768px) {
      /* line 773, ../sass/components/_trip-planner.scss */
      .trip-details .trip-directions {
        padding: 0 20px; } }

/*details footer*/
/* line 784, ../sass/components/_trip-planner.scss */
.trip-footer {
  background: #c7dbf1;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  cursor: pointer; }

/* line 795, ../sass/components/_trip-planner.scss */
.trip-planner-footer {
  background: #f3f6f9;
  padding: 20px 0 10px;
  text-align: center;
  margin: 20px 0 0; }

/*Display red circular alert symbol inline*/
/* line 806, ../sass/components/_trip-planner.scss */
.inline-alert img {
  clear: both;
  float: left;
  height: 28px;
  margin: 0 10px 0 0 !important;
  width: 28px;
  top: -5px;
  position: relative; }
  /* line 815, ../sass/components/_trip-planner.scss */
  html.lt-ie9 .inline-alert img {
    border: none; }

/* line 5, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive, .video-column-wrapper .video-column {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  /* line 12, ../sass/bootstrap/_responsive-embed.scss */
  .embed-responsive .embed-responsive-item, .video-column-wrapper .video-column .embed-responsive-item, .embed-responsive .video-column-wrapper iframe, .video-column-wrapper .embed-responsive iframe, .video-column-wrapper .video-column iframe,
  .embed-responsive iframe,
  .video-column-wrapper .video-column iframe,
  .embed-responsive embed,
  .video-column-wrapper .video-column embed,
  .embed-responsive object,
  .video-column-wrapper .video-column object,
  .embed-responsive video,
  .video-column-wrapper .video-column video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

/* line 28, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9, .video-column-wrapper .video-column {
  padding-bottom: 56.25%; }

/* line 33, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 8, ../sass/components/_video.scss */
.video-column-wrapper {
  margin: 0;
  height: 100%; }
  @media (min-width: 992px) {
    /* line 8, ../sass/components/_video.scss */
    .video-column-wrapper {
      height: 350px;
      overflow: hidden; } }
  /* line 17, ../sass/components/_video.scss */
  .video-column-wrapper .video-column {
    margin: 20px 0 40px; }
    @media (min-width: 992px) {
      /* line 17, ../sass/components/_video.scss */
      .video-column-wrapper .video-column {
        width: 49.5%;
        float: left;
        padding-bottom: 28.5%; }
        /* line 27, ../sass/components/_video.scss */
        .video-column-wrapper .video-column:last-child {
          float: right; } }

/* Display featured news articles in a grid */
/* line 3, ../sass/components/_widget-news.scss */
.news-widget-wrapper {
  height: 100%; }
  @media (min-width: 992px) {
    /* line 3, ../sass/components/_widget-news.scss */
    .news-widget-wrapper {
      background: url('../images/background/bg-home-news.jpg?1445971374') no-repeat center 54px/cover transparent;
      margin: 40px 0;
      overflow: hidden;
      height: 446px; }
      /* line 13, ../sass/components/_widget-news.scss */
      home .news-widget-wrapper {
        margin-top: 80px; } }
  @media (min-width: 1200px) {
    /* line 3, ../sass/components/_widget-news.scss */
    .news-widget-wrapper {
      height: 533px; } }
  /* line 22, ../sass/components/_widget-news.scss */
  .news-widget-wrapper .row, .news-widget-wrapper .inner .main-content, .inner .news-widget-wrapper .main-content, .news-widget-wrapper .maps-wrapper, .news-widget-wrapper .maps-bus-rail-content,
  .news-widget-wrapper .maps-bus-content,
  .news-widget-wrapper .maps-rail-content, .news-widget-wrapper .next-arrivals .next-arrivals-wrapper, .next-arrivals .news-widget-wrapper .next-arrivals-wrapper, .news-widget-wrapper .next-arrivals .next-bus-results, .next-arrivals .news-widget-wrapper .next-bus-results, .news-widget-wrapper .next-train-results, .news-widget-wrapper .status .system-status, .status .news-widget-wrapper .system-status, .news-widget-wrapper .status .current-alerts .form-container, .status .current-alerts .news-widget-wrapper .form-container,
  .news-widget-wrapper .status .planned-changes .form-container,
  .status .planned-changes .news-widget-wrapper .form-container {
    margin: 0 !important; }

/*.news-header-button {
	@include clearfix;
		
	.button {
		float: right;
		height: 35px;
    	margin-bottom: 9px;
    	margin-right: 5px;
		
		@include breakpoint(0 $tablet) {
			font-size: 12px;
			padding: 0 10px;
		}
	}
	
	h2 { 
		display: inline;
	}
	
	@include breakpoint($tablet) {
		h2 {
		  float: left;
		  margin: 0;
		}
	}
}*/
/* line 56, ../sass/components/_widget-news.scss */
.news-content .article-col {
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    /* line 56, ../sass/components/_widget-news.scss */
    .news-content .article-col {
      border: 5px solid #ffffff;
      margin-bottom: 0; } }
  /* line 65, ../sass/components/_widget-news.scss */
  .news-content .article-col img {
    width: 100%; }
/* line 70, ../sass/components/_widget-news.scss */
.news-content.grid-4 {
  /*column 2 wrapper*/
  /*nested grid items*/ }
  /* line 71, ../sass/components/_widget-news.scss */
  .news-content.grid-4 .article-col-1 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    border-width: 0 5px; }
    @media (min-width: 992px) {
      /* line 71, ../sass/components/_widget-news.scss */
      .news-content.grid-4 .article-col-1 {
        float: left;
        width: 58.33333333%; } }
  /* line 77, ../sass/components/_widget-news.scss */
  .news-content.grid-4 .article-col-2-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      /* line 77, ../sass/components/_widget-news.scss */
      .news-content.grid-4 .article-col-2-wrapper {
        float: left;
        width: 41.66666667%; } }
  /* line 81, ../sass/components/_widget-news.scss */
  .news-content.grid-4 .article-col-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    border-width: 0 5px 0 0; }
    @media (min-width: 992px) {
      /* line 81, ../sass/components/_widget-news.scss */
      .news-content.grid-4 .article-col-2 {
        float: left;
        width: 100%; } }
  /* line 87, ../sass/components/_widget-news.scss */
  .news-content.grid-4 .article-col-3, .news-content.grid-4 .article-col-4 {
    border-bottom: none;
    position: relative;
    width: 100%; }
    @media (min-width: 640px) {
      /* line 87, ../sass/components/_widget-news.scss */
      .news-content.grid-4 .article-col-3, .news-content.grid-4 .article-col-4 {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; } }
  /* line 98, ../sass/components/_widget-news.scss */
  .news-content.grid-4 .article-col-3 {
    border-right: 2.5px solid white; }
    @media (min-width: 992px) {
      /* line 98, ../sass/components/_widget-news.scss */
      .news-content.grid-4 .article-col-3 {
        border-width: 5px 0 0 0; } }
  /* line 107, ../sass/components/_widget-news.scss */
  .news-content.grid-4 .article-col-4 {
    border-left: 2.5px solid white; }
    @media (min-width: 992px) {
      /* line 107, ../sass/components/_widget-news.scss */
      .news-content.grid-4 .article-col-4 {
        border-width: 5px 5px 0 5px; } }
/* line 116, ../sass/components/_widget-news.scss */
.news-content .teaser {
  background-color: rgba(0, 0, 0, 0.5);
  max-height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 30px 20px; }
  /* line 117, ../sass/components/_widget-news.scss */
  .news-content .teaser * {
    color: #ffffff; }
  /* line 128, ../sass/components/_widget-news.scss */
  html.lt-ie9 .news-content .teaser {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    zoom: 1; }
  /* line 132, ../sass/components/_widget-news.scss */
  .news-content .teaser a {
    border-bottom: 1px solid #4b77a8; }
  /* line 136, ../sass/components/_widget-news.scss */
  .news-content .teaser p {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    /* line 116, ../sass/components/_widget-news.scss */
    .news-content .teaser {
      padding: 10px;
      max-height: 94px; } }
@media (min-width: 992px) {
  /* line 146, ../sass/components/_widget-news.scss */
  .news-content .article-col-1 .teaser {
    padding: 20px; } }
/* line 154, ../sass/components/_widget-news.scss */
.news-content .article-col-3 .teaser * {
  color: #000000; }
@media (min-width: 992px) {
  /* line 152, ../sass/components/_widget-news.scss */
  .news-content .article-col-3 .teaser {
    padding-bottom: 20px; } }
/* line 164, ../sass/components/_widget-news.scss */
.news-content .article-col-3 .teaser, .news-content .article-col-4 .teaser {
  background: none; }
  @media (min-width: 992px) and (max-width: 1200px) {
    /* line 164, ../sass/components/_widget-news.scss */
    .news-content .article-col-3 .teaser, .news-content .article-col-4 .teaser {
      font-size: 0.8125em; } }
