/* GLOBAL STYLES
-------------------------------------------------- */
/*fonts*/
/* COLORS */
/* bootstrap states */
/* traffic lights */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* disable an elements transitions */
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/* modal version so we don't accidentally remove a notransition class when handling modal opening/closing */
.modal-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* TW extra bootstrap grid gutter hack classes */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.row.less-gutter {
  margin-left: -6px;
  margin-right: -6px;
}
.row.less-gutter [class*='col-']:not(:first-child),
.row.less-gutter [class*='col-']:not(:last-child) {
  padding-right: 6px;
  padding-left: 6px;
}
/* Padding below the footer and lighter body text */
body,
html {
  width: 100%;
  height: 100%;
}
body {
  min-width: 320px;
  padding-bottom: 40px;
  color: #59636f;
  overflow-x: hidden;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lt-ie9 body {
  overflow: scroll !important;
}
@media (max-width: 320px) {
  body {
    overflow-x: auto;
  }
}
img {
  max-width: 100%;
  height: auto;
}
header {
  width: 100%;
}
.add-on-top header.show-nav {
  top: -200px;
}
a,
.btn-link {
  color: #177cda;
}
a:focus,
.btn-link:focus {
  text-decoration: none;
}
@media (max-width: 600px) {
  article a.alt-link-processor-fa-external-link-square,
  article .btn-link.alt-link-processor-fa-external-link-square {
    word-break: break-word;
  }
}
.float-right {
  float: right;
  margin: 10px 0 20px 20px;
}
.float-left {
  float: left;
  margin: 10px 20px 20px 0;
}
.float-right,
.float-left {
  max-width: 47%;
}
@media (max-width: 435px) {
  .float-right,
  .float-left {
    max-width: 100%;
  }
}
iframe {
  border: none;
}
.form-control::-webkit-input-placeholder {
  color: #515356;
}
#site-wrapper .form-control::-webkit-input-placeholder {
  color: #9fa3a9;
}
.form-control::-moz-placeholder {
  color: #515356;
}
#site-wrapper .form-control::-moz-placeholder {
  color: #9fa3a9;
}
/* firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #515356;
}
#site-wrapper .form-control:-ms-input-placeholder {
  color: #9fa3a9;
}
.btn-background {
  background: #2e89de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
}
.btn-hover-background {
  background: #1c75c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #2e89de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #2e89de 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@accent-colour', endColorstr='@accent-colour', GradientType=0);
  /* IE6-9 */
}
/* ie */
input.form-control:-moz-placeholder {
  color: #515356;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  position: fixed;
  top: 50px;
  left: 10%;
  right: 10%;
  z-index: 2000;
  margin: 0.2em 0;
  background: #FFFBD0;
  color: #59541C;
  padding: 2em 5em;
  font-size: 30px;
  text-align: center;
  border-bottom: 3px solid #59541C;
  border-right: 3px solid #59541C;
  border-top: 1px solid #59541C;
  border-left: 1px solid #59541C;
}
table.table,
article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
table.table tbody th,
article table tbody th,
table.table thead th,
article table thead th {
  border-top: 1px solid #ccdaf0;
  font-weight: normal;
  font-size: 116%;
  background: #f2f8ff;
}
table.table tbody td,
article table tbody td,
table.table thead td,
article table thead td {
  border-top: 1px solid #dddddd;
  background: #fff;
}
table.table tbody tr:nth-child(even) th,
article table tbody tr:nth-child(even) th,
table.table thead tr:nth-child(even) th,
article table thead tr:nth-child(even) th {
  background: #e8f2fd;
}
table.table tbody tr:nth-child(even) td,
article table tbody tr:nth-child(even) td,
table.table thead tr:nth-child(even) td,
article table thead tr:nth-child(even) td {
  background: #f9f9f9;
}
table.table > thead > tr > th,
article table > thead > tr > th,
table.table > tbody > tr > th,
article table > tbody > tr > th,
table.table > tfoot > tr > th,
article table > tfoot > tr > th,
table.table > thead > tr > td,
article table > thead > tr > td,
table.table > tbody > tr > td,
article table > tbody > tr > td,
table.table > tfoot > tr > td,
article table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table.table > thead > tr > th,
article table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dddddd;
}
table.table > caption + thead > tr:first-child > th,
article table > caption + thead > tr:first-child > th,
table.table > colgroup + thead > tr:first-child > th,
article table > colgroup + thead > tr:first-child > th,
table.table > thead:first-child > tr:first-child > th,
article table > thead:first-child > tr:first-child > th,
table.table > caption + thead > tr:first-child > td,
article table > caption + thead > tr:first-child > td,
table.table > colgroup + thead > tr:first-child > td,
article table > colgroup + thead > tr:first-child > td,
table.table > thead:first-child > tr:first-child > td,
article table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.table > tbody + tbody,
article table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table.table .table,
article table .table {
  background-color: #ffffff;
}
.spinner {
  display: none;
}
.has-spinner {
  cursor: progress;
}
a.has-spinner {
  border-color: #cccccc;
}
.has-spinner .spinner {
  display: inline;
  padding-left: 8px;
}
.ui-tooltip {
  padding: 7px 20px;
  color: #59636f !important;
  background: #fff;
  border-radius: 4px;
  font: 'open_sansregular', arial, sans-serif;
  border: 1px solid #999 !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6) !important;
}
.no-js .js-only,
.js .no-js-only {
  display: none;
}
/* this can exist out side of the form such as on confirmation form */
@media (max-width: 767px) {
  .webform-progressbar {
    width: 100%;
  }
}
.webform-progressbar .progress {
  height: auto;
}
.webform-progressbar .progress .progress-bar {
  font-size: 16px;
  padding: 5px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 1px #77818e;
}
@media (max-width: 767px) {
  .webform-progressbar .progress .progress-bar {
    font-size: 14px;
    padding: 2px;
  }
}
@media (max-width: 480px) {
  .webform-progressbar .progress .progress-bar {
    font-size: 12px;
    padding: 0;
  }
}
/* basic form styling */
form {
  font-size: 16px;
}
@media (max-width: 1199px) {
  form {
    font-size: 15px;
  }
}
form.webform-client-form {
  /* TW Webform "grid" .checkbox class on th/td causing block display - bug override */
}
form.webform-client-form .webform-progressbar .progress {
  margin-top: 34px;
}
form.webform-client-form .webform-component {
  /* stop default bootstrap checkbox input styles applying to other elements */
}
form.webform-client-form .webform-component th.checkbox,
form.webform-client-form .webform-component td.checkbox {
  display: table-cell;
  vertical-align: top;
}
form.webform-client-form .webform-component .webform-grid .webform-grid-option {
  text-align: center;
}
form.webform-client-form .webform-component .webform-grid .webform-grid-option div.radio,
form.webform-client-form .webform-component .webform-grid .webform-grid-option div.checkbox,
form.webform-client-form .webform-component .webform-grid .webform-grid-option div.radio-inline,
form.webform-client-form .webform-component .webform-grid .webform-grid-option div.checkbox-inline {
  padding-top: 0;
  min-height: auto;
}
form.webform-client-form .webform-component .webform-grid .webform-grid-option .radio input[type="radio"],
form.webform-client-form .webform-component .webform-grid .webform-grid-option .radio-inline input[type="radio"],
form.webform-client-form .webform-component .webform-grid .webform-grid-option .checkbox input[type="checkbox"],
form.webform-client-form .webform-component .webform-grid .webform-grid-option .checkbox-inline input[type="checkbox"] {
  position: relative;
}
form.webform-client-form .form-control::-moz-placeholder {
  color: #858789;
}
form.webform-client-form .form-control.form-file {
  height: auto;
  padding: 5px;
}
form.webform-client-form.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
form.webform-client-form.form-horizontal .control-label {
  margin-bottom: 15px;
  text-align: left;
}
form.webform-client-form.form-horizontal .webform-container-inline .control-label {
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  form.webform-client-form.form-horizontal .webform-container-inline .control-label {
    text-align: left;
    padding: 0;
  }
}
form.webform-client-form .radio-inline,
form.webform-client-form .checkbox-inline {
  padding-left: 0;
}
form.webform-client-form .radio input[type="radio"],
form.webform-client-form .radio-inline input[type="radio"],
form.webform-client-form .checkbox input[type="checkbox"],
form.webform-client-form .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
form.webform-client-form .form-type-webform-time .form-control.minute {
  margin-left: 4px;
}
form.webform-client-form .webform-container-inline div.form-item {
  display: inline-block;
}
form.webform-client-form .webform-container-inline div.form-item.radio,
form.webform-client-form .webform-container-inline div.form-item.checkbox {
  display: block;
}
form.webform-client-form .webform-container-inline div.form-item.radio.radio-inline,
form.webform-client-form .webform-container-inline div.form-item.checkbox.checkbox-inline {
  display: inline-block;
}
form.webform-client-form .webform-container-inline div.input-group {
  display: table;
}
form.webform-client-form .webform-container-inline div.alert {
  display: block;
}
form.webform-client-form .webform-container-inline div.alert.preview_message {
  padding: 11px 15px;
}
form.webform-client-form .webform-container-inline div.alert.preview_message p {
  margin: 4px 0;
}
form.webform-client-form .webform-container-inline label {
  margin-right: 0;
}
form.webform-client-form .webform-container-inline.webform-component-textarea .form-textarea-wrapper {
  width: 100%;
}
.lt-ie9 form.webform-client-form .webform-container-inline select {
  width: auto;
}
form.webform-client-form .webform-container-inline.webform-datepicker div.datepicker-wrapper {
  display: table;
}
form.webform-client-form .webform-container-inline.webform-datepicker div.datepicker-wrapper input {
  display: inline;
  line-height: 1.42857143;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-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;
  height: 36px;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 3px 0 0 3px;
  border-right: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
  color: #59636f;
}
form.webform-client-form .webform-container-inline.webform-datepicker div.datepicker-wrapper .month-icon {
  height: 36px;
  display: inline-block;
  width: 25px;
  border: 1px solid #cccccc;
  border-radius: 0 3px 3px 0;
  border-left: none;
  padding-top: 4px;
}
.no-js form.webform-client-form .webform-container-inline.webform-datepicker div.datepicker-wrapper {
  display: none;
}
form.webform-client-form .webform-container-inline.webform-datepicker div.error + div.datepicker-wrapper input {
  border-left: 3px solid #f26175;
}
.js form.webform-client-form .webform-container-inline.webform-datepicker div.form-item.form-type-select {
  display: none;
}
form.webform-client-form .webform-component > label.error {
  display: block;
  clear: both;
  width: 100%;
  color: #f26175;
  margin-bottom: 0;
}
form.webform-client-form .webform-component > label.error.error-checkbox {
  margin-bottom: -10px;
}
form.webform-client-form div.alert.preview_message {
  padding: 11px 15px;
}
form.webform-client-form div.alert.preview_message p {
  margin: 4px 0;
}
form.webform-client-form select.error,
form.webform-client-form textarea.error {
  border-left: 3px solid #f26175;
}
form.webform-client-form input[type="radio"].error,
form.webform-client-form input[type="checkbox"].error {
  outline: 2px solid #f26175;
}
form.webform-client-form button.btn {
  border-radius: 4px;
  padding: 6px 10px;
}
form.webform-client-form button.btn i {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
form.webform-client-form button.btn:hover i {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Chrome, Safari, Opera */
  transform: scale(1.2, 1.2);
}
form.webform-client-form .ajax-progress i {
  margin-left: 8px;
}
form.webform-client-form .help-block {
  font-size: 80%;
}
form.webform-client-form legend.panel-heading {
  float: left;
}
form.webform-client-form span.form-required,
form.webform-client-form i.form-required {
  color: #f26175;
}
form.webform-client-form i.form-required {
  font-size: 60%;
  vertical-align: middle;
}
form.webform-client-form label.form-required {
  position: relative;
}
form.webform-client-form label.form-required:after {
  color: #f26175;
  content: "\f069";
  font-family: 'FontAwesome';
  font-size: 60%;
  vertical-align: top;
  padding-left: 4px;
  position: absolute;
}
form.webform-client-form label span.form-required {
  color: #f26175;
  padding-left: 4px;
}
form.webform-client-form .form-item.prefix-inline .field_prefix {
  left: 0;
  position: absolute;
  top: 4px;
}
.lt-ie9 form.webform-client-form .form-item.prefix-inline .field_prefix {
  top: 0;
}
.lt-ie9 form.webform-client-form label {
  width: 100%;
  float: left;
}
.lt-ie9 form.webform-client-form .form-type-checkbox label {
  width: auto;
  float: none;
}
.lt-ie9 form.webform-client-form .col-sm-3 {
  width: 25%;
  float: left;
}
.lt-ie9 form.webform-client-form .col-sm-9 {
  width: 75%;
  float: left;
}
form.webform-client-form .panel-body img {
  max-width: 718px;
}
@media (max-width: 767px) {
  form.webform-client-form .panel-body img {
    max-width: 100% !important;
  }
}
form.webform-client-form .panel-body .crop-image img {
  max-width: none !important;
}
form.webform-client-form .panel-body .panel-body img {
  max-width: 686px;
}
form.webform-client-form .panel-body .panel-body .row {
  margin-bottom: 28px;
}
form.webform-client-form .panel-body .panel-body .row img {
  max-width: 100%;
}
form label {
  font-family: 'open_sansregular', arial, sans-serif;
  color: #515356;
  font-weight: 300;
  text-shadow: 2px 2px 1px #fff, 1px 1px 1px #fff;
}
form input[type="text"] {
  -webkit-appearance: none;
}
form input.form-control {
  height: 36px;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
  color: #59636f;
  /* stop the glowing blue shadow */
}
form input.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
}
.ie-9 form input.form-control,
.ie-10 form input.form-control {
  padding: 0 10px;
}
form input[type="text"].no-spinner {
  -moz-appearance: textfield;
}
form input[type="number"].no-spinner::-webkit-outer-spin-button,
form input[type="number"].no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form select.form-control {
  padding: 6px;
}
form .form-group .nearest-stations .close-btn {
  position: absolute;
  top: 5px;
  right: 3px;
  background-color: #FFF;
  z-index: 1000;
  width: 26px;
  height: 26px;
  padding: 4px;
  margin-top: 0 !important;
}
form .form-group .nearest-stations .close-btn .fa-lg {
  vertical-align: 0;
}
form .form-group .nearest-stations .ui-autocomplete {
  top: 36px;
  width: 246px;
}
form .form-group .nearest-stations .ui-autocomplete a {
  font-size: 16.5px;
}
form .btn-default:focus,
form .btn-default.focus,
form .btn-default:active,
form .btn-default.active {
  background: #fff;
}
form button.btn {
  padding: 7px 8px 7px 12px;
  border-radius: 2px;
}
form button.btn.submit,
form button.btn.form-submit {
  font-family: 'open_sanssemibold', arial, sans-serif;
  border-color: #1c75c9;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 22px;
  vertical-align: middle;
  text-align: left;
  background: #2e89de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
  -webkit-transition: all 0.65s ease-out 0s;
  -moz-transition: all 0.65s ease-out 0s;
  -o-transition: all 0.65s ease-out 0s;
  transition: all 0.65s ease-out 0s;
}
form button.btn.submit:hover,
form button.btn.form-submit:hover {
  background: #1c75c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #2e89de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #2e89de 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@accent-colour', endColorstr='@accent-colour', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
}
@media (min-width: 1200px) {
  form button.btn.submit,
  form button.btn.form-submit {
    float: right;
  }
}
header form button.btn.form-submit,
form button.btn.form-submit.ajax-processed {
  padding: 3px 8px;
}
article form button.btn.btn-primary {
  font-family: 'open_sanssemibold', arial, sans-serif;
  border-radius: 2px;
  border-color: #1c75c9;
  font-size: 16px;
  color: #fff;
  padding: 10px 22px;
  vertical-align: middle;
  text-align: left;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: #2e89de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
article form button.btn.btn-primary:hover {
  background: #fff;
  color: #2e89de;
  border-color: #cccccc;
  text-shadow: none;
}
article form button.btn.btn-primary.button-toggle:after {
  content: "\f068";
  font-family: 'FontAwesome';
  font-size: 100%;
  line-height: 30px;
  padding-left: 8px;
}
article form button.btn.btn-primary.button-toggle.collapsed:after {
  content: "\f067";
}
article form button.btn.btn-primary.small {
  padding: 7px 11px;
}
article form button.btn.btn-primary.btn-sm {
  padding: 7px 11px;
  font-size: 12px;
}
article form button.btn.btn-primary.btnPrint:after {
  content: "\f02f";
  font-family: 'FontAwesome';
  font-size: 100%;
  line-height: 30px;
  padding-left: 8px;
}
article form button.btn.btn-primary.btnTickets:after {
  content: "\f145";
  font-family: 'FontAwesome';
  font-size: 100%;
  line-height: 30px;
  padding-left: 8px;
}
form .add-on {
  margin-right: -2px;
}
form .add-on input.form-control {
  border-right-width: 0;
}
form .add-on .input-group-btn > .btn {
  border-left-width: 0 !important;
  left: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none !important;
  position: relative;
}
form .add-on .input-group-btn > .btn i {
  color: #177cda;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
form .add-on .input-group-btn > .btn:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  height: 24px;
  width: 1px;
  background: #cccccc;
}
form .add-on .input-group-btn > .btn:hover {
  background: #fff !important;
  border-color: #cccccc;
}
form .add-on .input-group-btn > .btn:hover:before {
  width: 1px;
  left: 3px;
}
form .add-on .input-group-btn > .btn:hover i {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Chrome, Safari, Opera */
  transform: scale(1.2, 1.2);
}
form .add-on.with-select .input-group-btn > .btn {
  z-index: 2;
  padding-top: 6px;
  padding-bottom: 6px;
}
form .add-on.with-label .input-group-btn > .btn {
  top: 14px;
}
form .collapsible {
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
}
form .collapsible .add-on span {
  display: inline-block;
  padding: 7px 10px 5px;
  font-size: 15px;
}
form .collapsible .add-on button {
  border: none;
}
form .collapsible .collapsible-inner {
  padding: 10px;
  border-top: 1px solid #cccccc;
}
form .chosen-container.form-control {
  padding: 0;
  box-shadow: none;
  border: none;
}
form .chosen-container-single,
form .chosen-container-single.chosen-container-active {
  font-size: 15px;
}
form .chosen-container-single .chosen-single,
form .chosen-container-single.chosen-container-active .chosen-single {
  border-color: #cccccc;
  border-radius: 3px;
  background: #FFFFFF;
  padding: 6px 10px;
  height: 36px;
  box-shadow: none;
}
form .chosen-container-single .chosen-single div,
form .chosen-container-single.chosen-container-active .chosen-single div {
  width: 31px;
  height: 24px;
  top: 5px;
  border-left: 1px solid #cccccc;
  background: #fff;
}
form .chosen-container-single .chosen-single div b,
form .chosen-container-single.chosen-container-active .chosen-single div b {
  margin: 5px 0 0 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #177cda;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: none !important;
}
form .chosen-container-single .chosen-single div b:before,
form .chosen-container-single.chosen-container-active .chosen-single div b:before {
  content: "\f078";
}
form .chosen-container-single .chosen-single span,
form .chosen-container-single.chosen-container-active .chosen-single span {
  margin-right: 26px;
  width: 116px;
}
@media (max-width: 1199px) {
  form .chosen-container-single .chosen-single span,
  form .chosen-container-single.chosen-container-active .chosen-single span {
    width: 87px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form .chosen-container-single .chosen-single span,
  form .chosen-container-single.chosen-container-active .chosen-single span {
    width: 121px;
  }
}
form .chosen-container-single .chosen-results .hour,
form .chosen-container-single.chosen-container-active .chosen-results .hour {
  background-color: #F0F0F0;
  border-bottom: 1px solid #FFFFFF;
  padding: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
form .chosen-container-single .chosen-results .hour span,
form .chosen-container-single.chosen-container-active .chosen-results .hour span {
  font-size: 36px;
  display: inline-block;
  margin-top: 40px;
  color: #8C9BB0;
  width: 50%;
  text-align: center;
}
form .chosen-container-single .chosen-results .hour.highlighted,
form .chosen-container-single.chosen-container-active .chosen-results .hour.highlighted {
  background: #bbb;
  color: #fff;
}
form .chosen-container-single .chosen-results .hour.highlighted span,
form .chosen-container-single.chosen-container-active .chosen-results .hour.highlighted span {
  color: #fff;
}
form .chosen-container-single .chosen-results .hour ul,
form .chosen-container-single.chosen-container-active .chosen-results .hour ul {
  margin-top: -62px;
  color: #177cda;
  background-color: #FFFFFF;
  padding: 0;
  margin-left: 57%;
  text-align: center;
}
form .chosen-container-single .chosen-results .hour ul li,
form .chosen-container-single.chosen-container-active .chosen-results .hour ul li {
  text-align: center;
  padding: 2px 6px 3px;
}
form .chosen-container-single .chosen-results .hour ul li:before,
form .chosen-container-single.chosen-container-active .chosen-results .hour ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 80%;
  margin-top: -1px;
  margin-right: 3px;
}
form .chosen-container-single .chosen-results .hour ul li.highlighted,
form .chosen-container-single.chosen-container-active .chosen-results .hour ul li.highlighted {
  background: #177cda;
}
form .chosen-container-single .chosen-drop,
form .chosen-container-single.chosen-container-active .chosen-drop {
  border: 1px solid #cccccc;
  margin-top: -3px;
  padding-top: 4px;
}
form .chosen-container-single.chosen-container-active .chosen-single {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
form .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  outline: none;
}
form input.error {
  border-left-color: #f26175 !important;
  border-left-width: 3px;
}
form .alert.submission-success {
  margin-bottom: 0;
}
.form-inline.form-select-fa {
  display: inline-block;
  position: relative;
}
.form-inline.form-select-fa:before {
  content: '\f107';
  font-family: 'FontAwesome';
  line-height: 1.4em;
  color: #53c360;
  display: inline-block;
  position: absolute;
  right: 5px;
  pointer-events: none;
  z-index: 100000;
}
.form-inline.form-select-fa select {
  border-color: #ddd;
  padding: 0 1em 0 4px;
  font-size: inherit;
  height: auto;
  position: relative;
  top: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-inline.form-select-fa select option {
  font-size: 70%;
}
.ff .form-inline.form-select-fa select option {
  font-size: 100%;
}
.clientside-error {
  border: 1px solid #b94858;
  background: #f26175;
  border-radius: 3px;
  padding: 8px 15px 5px 15px;
  margin-bottom: 15px;
}
.clientside-error ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.clientside-error ul li {
  color: #fff;
}
.clientside-error ul li label {
  cursor: pointer;
}
.clientside-error ul li label:hover {
  text-decoration: underline;
}
.navbar-wrapper {
  height: 163px;
  background: transparent;
  position: relative;
  z-index: 100;
}
@media (max-width: 991px) {
  .navbar-wrapper {
    height: 130px;
  }
}
.navbar-wrapper .top_page {
  transform: translateY(-100%);
  transition: all 0.25s ease;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: #4c4c4c;
  text-align: center;
  position: relative;
  z-index: 999;
  white-space: nowrap;
}
@media (max-width: 767px) and (orientation: landscape) {
  .add-on-top .navbar-wrapper {
    height: 123px;
  }
  .add-on-top .navbar-wrapper .top_page {
    display: none;
  }
}
@media (min-width: 768px), (orientation: portrait) {
  .add-on-top .navbar-wrapper {
    height: 291px;
  }
  .add-on-top .navbar-wrapper .navbar {
    padding-top: 0px;
  }
  .add-on-top .navbar-wrapper .navbar .top_page {
    transform: translateY(0);
    height: 120px;
    margin-bottom: 7px;
  }
  .add-on-top .navbar-wrapper .navbar .top_page:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .add-on-top .navbar-wrapper .navbar .top_page > div {
    display: inline-block;
    vertical-align: middle;
  }
  .add-on-top .navbar-wrapper .navbar .container .web-acc-link {
    top: -8px;
  }
  .add-on-top .navbar-wrapper .navbar .journeyplanner-bar {
    bottom: -50px;
  }
  .stick .add-on-top .navbar-wrapper .navbar .journeyplanner-bar {
    bottom: -10px;
  }
  .stick .add-on-top .navbar-wrapper .navbar.navbar-fixed-top {
    height: 264px;
  }
  .add-on-top .navbar-wrapper .navbar.navbar-fixed-top {
    height: 293px;
  }
  .add-on-top .navbar-wrapper .navbar.navbar-fixed-top.dropdown-open {
    height: 620px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (orientation: portrait) and (max-width: 991px) {
  .add-on-top .navbar-wrapper {
    height: 256px;
  }
}
@media (min-width: 768px) and (max-width: 767px), (orientation: portrait) and (max-width: 767px) {
  .add-on-top .navbar-wrapper {
    height: 247px;
  }
}
@media (min-width: 768px) and (max-width: 728px), (orientation: portrait) and (max-width: 728px) {
  .add-on-top .navbar-wrapper {
    height: 202px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px), (orientation: portrait) and (min-width: 768px) and (max-width: 991px) {
  .add-on-top .navbar-wrapper .navbar {
    -webkit-transition: none 0.2s ease-out 0s;
    -moz-transition: none 0.2s ease-out 0s;
    -o-transition: none 0.2s ease-out 0s;
    transition: none 0.2s ease-out 0s;
  }
}
@media (min-width: 768px) and (max-width: 728px), (orientation: portrait) and (max-width: 728px) {
  .add-on-top .navbar-wrapper .navbar .top_page {
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 450px), (orientation: portrait) and (max-width: 450px) {
  .stick .add-on-top .navbar-wrapper .navbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (orientation: portrait) and (max-width: 991px) {
  .add-on-top .navbar-wrapper .navbar .journeyplanner-bar {
    bottom: -19px;
  }
  .ff .add-on-top .navbar-wrapper .navbar .journeyplanner-bar,
  .ie-edge .add-on-top .navbar-wrapper .navbar .journeyplanner-bar,
  .ie .add-on-top .navbar-wrapper .navbar .journeyplanner-bar {
    bottom: -10px;
  }
}
@media (min-width: 768px) and (max-width: 767px), (orientation: portrait) and (max-width: 767px) {
  .add-on-top .navbar-wrapper .navbar .journeyplanner-bar {
    bottom: -30px;
  }
  .ff .add-on-top .navbar-wrapper .navbar .journeyplanner-bar,
  .ie-edge .add-on-top .navbar-wrapper .navbar .journeyplanner-bar,
  .ie .add-on-top .navbar-wrapper .navbar .journeyplanner-bar {
    bottom: -22px;
  }
}
@media (min-width: 768px) and (max-width: 728px), (orientation: portrait) and (max-width: 728px) {
  .add-on-top .navbar-wrapper .navbar .journeyplanner-bar {
    bottom: -30px;
  }
  .ff .add-on-top .navbar-wrapper .navbar .journeyplanner-bar,
  .ie-edge .add-on-top .navbar-wrapper .navbar .journeyplanner-bar,
  .ie .add-on-top .navbar-wrapper .navbar .journeyplanner-bar {
    bottom: -22px;
  }
}
@media (min-width: 768px) and (max-width: 767px), (orientation: portrait) and (max-width: 767px) {
  .stick .add-on-top .navbar-wrapper .navbar .journeyplanner-bar {
    bottom: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (orientation: portrait) and (max-width: 991px) {
  .ie-9 .add-on-top .navbar-wrapper .navbar .journeyplanner-bar .nav-tabs,
  .ie-10 .add-on-top .navbar-wrapper .navbar .journeyplanner-bar .nav-tabs,
  .ie-11 .add-on-top .navbar-wrapper .navbar .journeyplanner-bar .nav-tabs,
  .ie-edge .add-on-top .navbar-wrapper .navbar .journeyplanner-bar .nav-tabs,
  .ff .add-on-top .navbar-wrapper .navbar .journeyplanner-bar .nav-tabs {
    margin-top: -58px;
  }
}
@media (min-width: 768px) and (max-width: 767px), (orientation: portrait) and (max-width: 767px) {
  .stick .add-on-top .navbar-wrapper .navbar .journeyplanner-bar .nav-tabs {
    margin-top: -28px;
    border-top-width: 0px;
    -webkit-transition: border 0.25s ease 0s;
    -moz-transition: border 0.25s ease 0s;
    -o-transition: border 0.25s ease 0s;
    transition: border 0.25s ease 0s;
  }
}
@media (min-width: 768px) and (max-width: 450px), (orientation: portrait) and (max-width: 450px) {
  .stick .add-on-top .navbar-wrapper .navbar .journeyplanner-bar .nav-tabs {
    margin-top: -35px;
    border-top-width: 0px;
    -webkit-transition: border 0.25s ease 0s;
    -moz-transition: border 0.25s ease 0s;
    -o-transition: border 0.25s ease 0s;
    transition: border 0.25s ease 0s;
  }
}
@media (min-width: 768px) and (max-width: 767px), (orientation: portrait) and (max-width: 767px) {
  .stick .add-on-top .navbar-wrapper .navbar.navbar-fixed-top {
    height: 223px;
  }
}
@media (min-width: 768px) and (max-width: 728px), (orientation: portrait) and (max-width: 728px) {
  .stick .add-on-top .navbar-wrapper .navbar.navbar-fixed-top {
    height: 182px;
  }
}
@media (min-width: 768px) and (max-width: 450px), (orientation: portrait) and (max-width: 450px) {
  .stick .add-on-top .navbar-wrapper .navbar.navbar-fixed-top {
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (orientation: portrait) and (max-width: 991px) {
  .add-on-top .navbar-wrapper .navbar.navbar-fixed-top {
    height: 261px;
  }
}
@media (min-width: 768px) and (max-width: 767px), (orientation: portrait) and (max-width: 767px) {
  .add-on-top .navbar-wrapper .navbar.navbar-fixed-top {
    height: 249px;
  }
}
@media (min-width: 768px) and (max-width: 728px), (orientation: portrait) and (max-width: 728px) {
  .add-on-top .navbar-wrapper .navbar.navbar-fixed-top {
    height: 208px;
  }
}
.navbar-nav {
  float: right;
}
.navbar .container {
  height: 127px;
  background: none;
  padding: 18px 0;
}
@media (max-width: 991px) {
  .navbar .container {
    padding: 0;
    height: 0;
  }
}
.lt-ie9 .navbar .container .navbar-collapse {
  visibility: visible !important;
  display: block !important;
  margin: 0 !important;
}
.lt-ie9 .navbar .container .navbar-collapse ul.main-nav {
  position: relative;
  top: -60px;
  padding-right: 16px;
}
.lt-ie9 .navbar .container .navbar-collapse ul.main-nav li {
  float: left;
}
.lt-ie9 .navbar .container .navbar-collapse ul.main-nav li .col-md-3 {
  width: 25%;
  float: left;
}
.nav li a {
  font-family: 'open_sanslight', arial, sans-serif;
}
.nav > li > a {
  font-size: 19px;
  padding: 10px 10px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
}
@media (max-width: 1199px) {
  .nav > li > a {
    font-size: 18px;
  }
}
.navbar-header .navbar-toggle {
  margin-top: 23px;
  margin-bottom: 21px;
  height: 37px;
  padding: 4px;
  background: transparent;
  border-radius: 3px 0px 0px 3px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-out 0.1s;
  -moz-transition: all 0.4s ease-out 0.1s;
  -o-transition: all 0.4s ease-out 0.1s;
  transition: all 0.4s ease-out 0.1s;
}
.navbar-header .navbar-toggle .icon-bar {
  background: #fff;
  border-radius: 1px;
  display: block;
  width: 26px;
  height: 4px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-header .navbar-toggle:hover .icon-bar {
  background: #2DBDFF;
}
.navbar-header .navbar-toggle:hover span {
  background: #fff;
}
@media (max-width: 991px) {
  .navbar-header .navbar-toggle {
    float: none;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-header .navbar-toggle {
    margin-left: 21px;
  }
}
.lt-ie9 .navbar-header .navbar-toggle {
  display: none;
}
.navbar-header .navbar-brand {
  padding-top: 0;
  position: relative;
  z-index: 1001;
  width: 245px;
}
@media (max-width: 1199px) {
  .navbar-header .navbar-brand {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .navbar-header .navbar-brand {
    width: 190px;
    position: absolute;
    left: 50%;
    top: 9px;
    margin-left: -87px !important;
  }
}
.navbar-header .navbar-brand img {
  margin-top: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
@media (min-width: 992px) {
  .stick .navbar-header .navbar-brand img,
  .dropdown-open .navbar-header .navbar-brand img {
    width: 80%;
    margin-top: -3px;
  }
}
@media (max-width: 1199px) {
  .navbar-header .navbar-brand img {
    margin-top: 6px;
  }
}
.lt-ie9 .navbar-header .navbar-brand {
  margin-left: 15px;
}
.navbar-fixed-top .navbar-header a.search {
  display: none;
}
@media (max-width: 991px) {
  .navbar-fixed-top .navbar-header a.search {
    display: block;
    margin-right: 18px;
    margin-top: 16px;
    position: absolute;
    top: 10px;
    right: 0;
    padding-right: 0;
    border-right: none;
  }
  .navbar-fixed-top .navbar-header a.search span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .navbar-fixed-top .navbar-header a.search:after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    background: none;
    right: auto;
    left: auto;
    top: auto;
  }
  .navbar-fixed-top .navbar-header a.search:after:hover {
    color: #c7ebff;
  }
  .navbar-fixed-top .navbar-header a.search:hover:after {
    color: #c7ebff;
  }
  .navbar-fixed-top .navbar-header a.search:after {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-header a.search {
    margin-right: 24px;
  }
}
.lt-ie9 .navbar-fixed-top .navbar-header a.search {
  margin-left: 15px;
}
.navbar-fixed-top {
  height: 163px;
  background: rgba(0, 38, 100, 0.86);
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.stick .navbar-fixed-top,
.navbar-fixed-top.dropdown-open {
  background: #12356f;
  height: 135px;
}
.navbar-fixed-top.dropdown-open {
  height: 500px;
}
.navbar-fixed-top.static {
  position: static;
}
@media (max-width: 991px) {
  .navbar-fixed-top {
    height: 129px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    background: #12356f;
  }
  .stick .navbar-fixed-top {
    height: 114px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .navbar-fixed-top *,
  .navbar-fixed-top {
    -webkit-transition: none 0.2s ease-out 0s;
    -moz-transition: none 0.2s ease-out 0s;
    -o-transition: none 0.2s ease-out 0s;
    transition: none 0.2s ease-out 0s;
  }
  .stick .navbar-fixed-top {
    width: 50px;
    height: 42px !important;
    min-height: initial;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 0 2px #fff;
    margin-top: 20px;
  }
  .stick .navbar-fixed-top .navbar-brand,
  .stick .navbar-fixed-top a.search,
  .stick .navbar-fixed-top .journeyplanner-bar {
    opacity: 0;
    z-index: -10;
    display: none;
  }
  .stick .navbar-fixed-top .navbar-toggle {
    -webkit-transition: transform 0.15s ease-out 0s;
    -moz-transition: transform 0.15s ease-out 0s;
    -o-transition: transform 0.15s ease-out 0s;
    transition: transform 0.15s ease-out 0s;
    -webkit-transform: translate(-15px, -22px);
    transform: translate(-15px, -22px);
    margin-top: 20px !important;
  }
  .fade-dark .navbar-fixed-top {
    margin-top: 0;
  }
  .fade-dark .navbar-fixed-top .navbar-toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.navbar-fixed-top a.web-acc-link {
  position: absolute;
  display: inline-block;
  top: -10px;
  right: 0;
  background: #f1f3f4;
  padding: 3px 10px;
  right: 15px;
  border-radius: 0 0 4px 4px ;
  color: #373737 !important;
  transition: all 0.175s ease-out;
}
.navbar-fixed-top a.web-acc-link i {
  margin-right: 5px;
  font-size: 110%;
}
.navbar-fixed-top a.web-acc-link:after,
.navbar-fixed-top a.web-acc-link:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 10px 0 0 0;
  background: #fff;
  z-index: -1;
  box-shadow: -5px -5px 0 5px #f1f3f4;
}
.navbar-fixed-top a.web-acc-link:before {
  right: auto;
  left: -15px;
  box-shadow: 5px -5px 0 5px #f1f3f4;
  border-radius: 0 10px 0 0;
}
.navbar-fixed-top a.web-acc-link:hover {
  padding-top: 7px;
  padding-bottom: 5px;
  text-decoration: none;
}
.stick .navbar-fixed-top a.web-acc-link {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar-fixed-top h1 {
  margin: 0;
  padding: 0;
}
.no-js .navbar-fixed-top {
  background: none repeat scroll 0 0 #002664;
  background: none repeat scroll 0 0 rgba(0, 38, 100, 0.86);
}
.lt-ie9 .navbar-fixed-top {
  background: none repeat scroll 0 0 #002664;
}
body:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(4, 14, 23, 0.85);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
}
body.fade-dark:after {
  z-index: 50;
  opacity: 1;
}
body.fade-dark.show-nav:after {
  z-index: 100;
  opacity: 1;
  -webkit-transform: translate(280px, 0);
  transform: translate(280px, 0);
}
@media (min-width: 768px) {
  body.fade-dark.show-nav:after {
    z-index: 98;
  }
}
/* *** Admin Toolbar *** */
.logged-in #toolbar::before {
  display: block;
  width: 100%;
  height: auto;
  background: #f26175;
  color: #fff;
  font-size: 10px;
  text-indent: 20px;
  content: "Live Site";
}
.logged-in.site-class-flag #toolbar::before {
  background: #53c360;
  content: "Test Site";
}
.logged-in.dev-site-class-flag #toolbar::before {
  background: #f2951c;
  content: "Development Site";
}
.logged-in.ex-site-class-flag #toolbar::before {
  background: #f2951c;
  content: "Experimental Site";
}
.logged-in.stg-site-class-flag #toolbar::before {
  background: #f2951c;
  content: "Staging Site";
}
.logged-in.live-site-class-flag #toolbar::before {
  background: #f26175;
  content: "Live Site";
}
.logged-in #toolbar div.toolbar-menu {
  background: rgba(0, 0, 0, 0.24);
}
.logged-in #toolbar div.toolbar-menu ul li a.active:hover,
.logged-in #toolbar div.toolbar-menu ul li a.active:active,
.logged-in #toolbar div.toolbar-menu ul li a.active,
.logged-in #toolbar div.toolbar-menu ul li.active-trail a,
.logged-in #toolbar div.toolbar-menu ul li a:focus,
.logged-in #toolbar div.toolbar-menu ul li a:hover,
.logged-in #toolbar div.toolbar-menu ul li a:active,
.logged-in #toolbar div.toolbar-menu ul li a.active:focus {
  background: #177cda;
}
.logged-in #toolbar div.toolbar-shortcuts ul li a.active:hover,
.logged-in #toolbar div.toolbar-shortcuts ul li a.active {
  background: rgba(0, 0, 0, 0.24);
}
/* dev sites overlay */
.not-logged-in.site-class-flag header::before {
  display: block;
  width: 100%;
  height: auto;
  background: #f26175;
  color: #fff;
  font-size: 10px;
  text-indent: 20px;
  content: "Live Site";
  background: #53c360;
  content: "Test Site";
  position: fixed;
  top: 0;
  right: 50%;
  width: auto;
  padding: 4px;
  text-indent: 0;
  z-index: 200;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 4px 4px;
  min-width: 100px;
  text-align: center;
}
.not-logged-in.dev-site-class-flag header::before {
  background: #f2951c;
  content: "Development Site";
}
.not-logged-in.ex-site-class-flag header::before {
  background: #f2951c;
  content: "Experimental Site";
}
.not-logged-in.stg-site-class-flag header::before {
  background: #f2951c;
  content: "Staging Site";
}
.not-logged-in.live-site-class-flag header::before {
  display: none;
}
.main-nav > li {
  margin: 22px 0;
}
.main-nav > li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-nav > li > a {
  padding: 8px 18px;
  margin: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .main-nav > li > a {
    padding: 8px 11px;
    font-size: 17px;
  }
}
.lt-ie9 .main-nav > li > a {
  padding: 8px 11px;
  font-size: 17px;
}
.main-nav > li > a span.caret {
  display: inline-block;
  border: none;
  vertical-align: -15%;
  margin-right: 12px;
}
.lt-ie9 .main-nav > li > a span.caret {
  display: inline;
  zoom: 1;
}
.main-nav > li > a span.caret:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 29px;
}
.sf .main-nav > li > a span.caret {
  display: inline;
  margin: 0;
}
@media (max-width: 1199px) {
  .main-nav > li > a span.caret {
    vertical-align: top;
    margin-right: 8px;
  }
  .main-nav > li > a span.caret:after {
    font-size: 20px;
  }
}
.main-nav > li > a.search {
  padding-right: 0;
  border-right: none;
}
.main-nav > li > a.search span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.main-nav > li > a.search:after {
  content: "\f002";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  background: none;
  right: auto;
  left: auto;
  top: auto;
}
.main-nav > li > a.search:after:hover {
  color: #c7ebff;
}
.main-nav > li > a.search:hover:after {
  color: #c7ebff;
}
.stick .main-nav > li {
  margin: 12px 0;
}
.main-nav > li a:hover,
.main-nav > li a:focus {
  position: relative;
  color: #c7ebff;
  text-decoration: none;
}
.main-nav > li .dropdown-menu {
  color: #fff;
  background: transparent;
  box-shadow: none;
  border: none;
  top: 63px;
}
.main-nav > li:hover {
  background: transparent;
}
.main-nav > li.open > a {
  padding-bottom: 18px;
  border: none;
  background: #01173b;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
  z-index: 100;
  position: relative;
}
.main-nav > li.open > a:hover,
.main-nav > li.open > a:focus {
  background: #01173b;
  color: #ffffff;
}
.main-nav > li.open > a:after,
.main-nav > li.open > a:before {
  background: transparent;
}
.main-nav > li.open > a span.caret:after {
  content: "\f057";
  font-size: 100%;
  vertical-align: 8%;
  color: #ffffff;
}
.stick .main-nav > li.open > a {
  padding-bottom: 28px;
}
.main-nav .yamm-content {
  background: #01173b;
}
.main-nav .yamm-content ul {
  padding: 0;
}
.main-nav .yamm-content ul li {
  padding: 4px 0 4px 0;
  list-style-type: none;
}
.main-nav .yamm-content ul li a {
  color: #ffffff;
  font-size: 18px;
  display: block;
  font-family: 'open_sansregular', arial, sans-serif;
  padding-left: 1.1em;
  line-height: 1.3em;
}
.main-nav .yamm-content ul li a:hover,
.main-nav .yamm-content ul li a:focus {
  color: #c7ebff;
}
.main-nav .yamm-content ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  vertical-align: 0%;
  margin-right: 5px;
  text-decoration: none !important;
  width: 1.9em;
  margin-left: -0.6em;
}
.main-nav .yamm-content ul li.main-link a {
  font-size: 20px;
  font-family: 'open_sansregular', arial, sans-serif;
}
.main-nav .yamm-content ul li ul li {
  padding: 1px 0 1px 15px;
}
.main-nav .yamm-content ul li ul li a {
  color: #98cdff;
  font-size: 15px;
}
.journeyplanner-bar {
  background: rgba(255, 255, 255, 0.88);
  height: 50px;
  bottom: -50px;
  width: 100%;
  position: absolute;
  z-index: 100;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (max-width: 991px) {
  .journeyplanner-bar {
    height: 0;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .journeyplanner-bar {
    bottom: -31px;
  }
}
.lt-ie9 .journeyplanner-bar {
  bottom: -49px;
}
.journeyplanner-bar .sec-nav {
  float: none;
  position: absolute;
  right: 20px;
  top: -44px;
}
.journeyplanner-bar .sec-nav li {
  float: left;
}
.journeyplanner-bar .sec-nav li a {
  font-size: 16px;
  color: #ffffff;
}
.journeyplanner-bar .sec-nav li a:hover {
  color: #c7ebff;
}
.journeyplanner-bar .sec-nav li a:before {
  content: "";
  font-size: 16px;
  font-family: "FontAwesome";
  vertical-align: 5%;
  margin-right: 5px;
}
.journeyplanner-bar .sec-nav li a.login:before,
.journeyplanner-bar .sec-nav li a.abellio-customer:before {
  content: "\f007";
}
.journeyplanner-bar .sec-nav li a.logout:before {
  content: "\f08b";
}
.journeyplanner-bar .sec-nav li a.register:before {
  content: "\f044";
}
.journeyplanner-bar .sec-nav li a.contact:before {
  content: "\f086";
}
.journeyplanner-bar .sec-nav li a.facebook:before {
  content: "\f09a";
}
.journeyplanner-bar .sec-nav li a.twitter:before {
  content: "\f099";
}
.journeyplanner-bar .sec-nav li a.google:before {
  content: "\f1a0";
}
.journeyplanner-bar .sec-nav li a.social span {
  display: none;
  margin-bottom: 10px;
}
.journeyplanner-bar .nav-tabs {
  background: rgba(0, 0, 0, 0.24);
  margin-top: -65px;
  border-bottom: 0;
  margin-bottom: 0;
}
.journeyplanner-bar .nav-tabs li {
  position: relative;
}
.journeyplanner-bar .nav-tabs li:after,
.journeyplanner-bar .nav-tabs li:before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  right: -2px;
  top: 4px;
}
@media (max-width: 767px) {
  .journeyplanner-bar .nav-tabs li:after,
  .journeyplanner-bar .nav-tabs li:before {
    height: 74%;
  }
}
.journeyplanner-bar .nav-tabs li:before {
  right: -1px;
  background: rgba(0, 0, 0, 0.3);
}
.journeyplanner-bar .nav-tabs li:hover:before,
.journeyplanner-bar .nav-tabs li:hover:after,
.journeyplanner-bar .nav-tabs li:last-child:before,
.journeyplanner-bar .nav-tabs li:last-child:after,
.journeyplanner-bar .nav-tabs li.active:after,
.journeyplanner-bar .nav-tabs li.active:before {
  background: transparent;
}
.journeyplanner-bar .nav-tabs li a {
  color: #ffffff;
  font-family: 'open_sansregular', arial, sans-serif;
  padding: 4px 16px;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.journeyplanner-bar .nav-tabs li a:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 27px;
  vertical-align: -7%;
  margin-right: 8px;
}
@media (max-width: 380px) {
  .journeyplanner-bar .nav-tabs li a:before {
    content: none !important;
  }
}
.journeyplanner-bar .nav-tabs li a:hover {
  background: #177cda;
  border-color: #177cda;
  color: #ffffff;
}
@media (max-width: 767px) {
  .journeyplanner-bar .nav-tabs li a {
    padding: 4px 6px;
    font-size: 17px;
  }
  .journeyplanner-bar .nav-tabs li a:before {
    font-size: 19px;
    margin-right: 5px;
    vertical-align: -5%;
  }
}
@media (max-width: 480px) {
  .journeyplanner-bar .nav-tabs li a {
    font-size: 15px;
    padding: 9px 3px 5px 3px;
  }
  .journeyplanner-bar .nav-tabs li a:before {
    content: none !important;
  }
}
@media (max-width: 991px) {
  .journeyplanner-bar .nav-tabs li {
    float: none;
    display: inline-block;
  }
}
.journeyplanner-bar .nav-tabs li.active {
  z-index: 2;
}
.journeyplanner-bar .nav-tabs li.active a {
  color: #177cda;
  background: #fff;
}
.journeyplanner-bar .nav-tabs li.active a:hover {
  background: #fff;
  border-color: #fff;
  color: #177cda;
}
.journeyplanner-bar .nav-tabs li:hover {
  border-color: transparent;
}
.stick .journeyplanner-bar .nav-tabs {
  margin-top: -53px;
}
@media (max-width: 480px) {
  .stick .journeyplanner-bar .nav-tabs {
    margin-top: -35px;
  }
}
.ie-9 .journeyplanner-bar .nav-tabs,
.ie-10 .journeyplanner-bar .nav-tabs,
.ie-11 .journeyplanner-bar .nav-tabs,
.ie-edge .journeyplanner-bar .nav-tabs,
.ff .journeyplanner-bar .nav-tabs {
  margin-top: -66px;
}
.ie-9.stick .journeyplanner-bar .nav-tabs,
.ie-10.stick .journeyplanner-bar .nav-tabs,
.ie-11.stick .journeyplanner-bar .nav-tabs,
.ie-edge.stick .journeyplanner-bar .nav-tabs,
.ff.stick .journeyplanner-bar .nav-tabs {
  margin-top: -53px;
}
@media (max-width: 991px) {
  .journeyplanner-bar .nav-tabs {
    margin-top: -56px;
    text-align: center;
  }
  .ie-9 .journeyplanner-bar .nav-tabs,
  .ie-10 .journeyplanner-bar .nav-tabs,
  .ie-11 .journeyplanner-bar .nav-tabs,
  .ie-edge .journeyplanner-bar .nav-tabs,
  .ff .journeyplanner-bar .nav-tabs {
    margin-top: -58px;
  }
}
.journeyplanner-bar .tab-content {
  background: #fff;
  border-radius: 0 0 6px 6px;
  -webkit-backface-visibility: hidden;
  box-shadow: inset 0px 0px 3px 2px #ffffff, 0px 0px 3px rgba(0, 0, 0, 0.64);
  padding: 20px 25px;
  position: relative;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #ffffff), color-stop(100%, #d3d3d3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 43%, #d3d3d3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.journeyplanner-bar .tab-content .initially-hidden-portion {
  display: none;
}
.journeyplanner-bar .tab-content.open .initially-hidden-portion {
  border-top: 1px dashed #d3d3d3;
  padding-top: 15px;
  margin-top: 26px;
}
.journeyplanner-bar .tab-content.collapsed {
  height: 0px;
  min-height: 0px;
  padding: 0;
}
.journeyplanner-bar .tab-content .panel-toggle {
  position: absolute;
  top: 28px;
  right: 25px;
  font-size: 15px;
  text-shadow: 2px 2px 1px #fff, 1px 1px 1px #fff;
  color: #177cda;
}
.journeyplanner-bar .tab-content .panel-toggle .close-btn {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journeyplanner-bar .tab-content .panel-toggle {
    top: 68px;
    right: 19px;
    background: #fff;
    padding: 1px 5px;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .journeyplanner-bar .tab-content .panel-toggle {
    top: 167px;
    right: 17px;
    background: #fff;
    padding: 0px 5px;
    border-radius: 2px 2px 0px 0px;
  }
}
@media (max-width: 1199px) {
  .journeyplanner-bar .tab-content {
    padding: 17px 15px;
  }
}
.journeyplanner-bar .tab-content.open .panel-toggle .close-btn {
  display: block;
  font-size: 20px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .journeyplanner-bar .tab-content.open .panel-toggle .close-btn {
    background: #fff;
    padding: 1px 5px;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    margin-top: -1px;
    margin-right: -6px;
  }
}
.journeyplanner-bar .tab-content.open .panel-toggle .more-btn {
  display: none;
}
.journeyplanner-bar .tab-content form .initially-visible-portion input {
  width: 235px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .journeyplanner-bar .tab-content form .initially-visible-portion input {
    width: 225px;
  }
}
.journeyplanner-bar .tab-content form .initially-visible-portion button.submit {
  padding: 5px 15px;
  font-size: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journeyplanner-bar .tab-content form .initially-visible-portion button.form-submit {
    float: right;
    margin: 15px 10px 15px 0;
  }
}
.journeyplanner-bar .tab-content form .col-label {
  text-align: center;
  padding-bottom: 5px;
  display: block;
}
.journeyplanner-bar .tab-content form .dash-placeholder::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: 19px;
  letter-spacing: 2px;
  position: relative;
  font-family: 'open_sanssemibold', arial, sans-serif;
}
.journeyplanner-bar .tab-content form .dash-placeholder::-moz-placeholder {
  color: #cdcdcd;
  font-size: 19px;
  letter-spacing: 2px;
  position: relative;
  font-family: 'open_sanssemibold', arial, sans-serif;
}
.journeyplanner-bar .tab-content form .dash-placeholder:-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 19px;
  letter-spacing: 2px;
  position: relative;
  font-family: 'open_sanssemibold', arial, sans-serif;
}
@media (max-width: 767px) {
  .journeyplanner-bar .tab-content form .form-control,
  .journeyplanner-bar .tab-content form .initially-visible-portion .form-control {
    width: 100%;
  }
}
.lt-ie9 .journeyplanner-bar .tab-content form .form-group {
  display: inline;
}
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .input-group,
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .input-group-btn,
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .form-control,
.lt-ie9 .journeyplanner-bar .tab-content form .form-group label {
  display: inline;
}
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .input-group input,
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .input-group-btn input,
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .form-control input,
.lt-ie9 .journeyplanner-bar .tab-content form .form-group label input {
  float: none;
}
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .input-group input.hasDatepicker,
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .input-group-btn input.hasDatepicker,
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .form-control input.hasDatepicker,
.lt-ie9 .journeyplanner-bar .tab-content form .form-group label input.hasDatepicker {
  width: 128px;
}
.lt-ie9 .journeyplanner-bar .tab-content form .form-group .input-group-btn {
  vertical-align: top;
}
.lt-ie9 .journeyplanner-bar .tab-content form .form-group.collapsible {
  display: block;
}
.lt-ie9 .journeyplanner-bar .tab-content form .initially-hidden-portion .form-group {
  display: block;
}
.lt-ie9 .journeyplanner-bar .tab-content form .initially-hidden-portion .input-group {
  display: block;
}
.lt-ie9 .journeyplanner-bar .tab-content form .initially-hidden-portion .input-group a {
  display: inline;
  margin: 0;
  float: left;
}
.lt-ie9 .journeyplanner-bar .tab-content form .initially-hidden-portion a {
  display: block;
  margin: 1em 0;
  float: left;
}
.lt-ie9 .journeyplanner-bar .tab-content {
  width: 66.7%;
  padding-top: 8px;
  padding-bottom: 2px;
}
.lt-ie9 .journeyplanner-bar .tab-content .clientside-error {
  display: none !important;
}
.lt-ie9 .journeyplanner-bar .tab-content .row .col-md-6 {
  width: 50%;
  float: left;
}
.stick .journeyplanner-bar {
  height: 10px;
  bottom: -10px;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.6);
}
.stick .journeyplanner-bar .container {
  height: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Journey check block */
#block-journey-check-general-status {
  /* after block has updated from ajax */
}
@media (min-width: 992px) {
  #block-journey-check-general-status {
    width: 305px;
    padding: 0px 7px 5px 7px;
    float: right;
    margin-top: -6px;
    margin-right: -6px;
    opacity: 0.6;
  }
  .ff #block-journey-check-general-status {
    margin-top: -1px;
  }
}
@media (max-width: 320px) {
  #block-journey-check-general-status {
    padding: 0 8px;
  }
}
#block-journey-check-general-status.block-updated {
  opacity: 1;
}
#block-journey-check-general-status.open {
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(9%, #ffffff), color-stop(23%, rgba(255, 255, 255, 0.82)), color-stop(100%, rgba(255, 255, 255, 0.82)));
  background: -webkit-linear-gradient(top, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
  background: -o-linear-gradient(top, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
  background: -ms-linear-gradient(top, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
  background: linear-gradient(to bottom, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
@media (max-width: 991px) {
  #block-journey-check-general-status.open {
    height: 43px;
    border: none;
    background: transparent;
  }
  #block-journey-check-general-status.open .content {
    position: absolute;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(9%, #ffffff), color-stop(23%, rgba(255, 255, 255, 0.82)), color-stop(100%, rgba(255, 255, 255, 0.82)));
    background: -webkit-linear-gradient(top, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
    background: -o-linear-gradient(top, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
    background: -ms-linear-gradient(top, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
    background: linear-gradient(to bottom, #ffffff 9%, rgba(255, 255, 255, 0.82) 23%, rgba(255, 255, 255, 0.82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    padding: 8px;
    left: 0px;
  }
}
.stick #block-journey-check-general-status {
  height: 0px;
  line-height: 0;
  padding: 0;
  opacity: 0;
  border: none;
}
#block-journey-check-general-status .service-update-button,
#block-journey-check-general-status .service-update-anchor {
  display: inline-block;
  width: 100%;
  padding: 4px 7px;
  color: #59636f;
  border-radius: 2px;
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 15px;
  vertical-align: middle;
  border: none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#block-journey-check-general-status .service-update-button:before,
#block-journey-check-general-status .service-update-anchor:before {
  font-family: "FontAwesome";
  font-size: 150%;
  vertical-align: middle;
  margin-right: 3px;
  line-height: 1;
}
#block-journey-check-general-status .service-update-button.major:before,
#block-journey-check-general-status .service-update-anchor.major:before {
  color: #f26175;
  content: "\f071";
}
.stick #block-journey-check-general-status .service-update-button.major:before,
.stick #block-journey-check-general-status .service-update-anchor.major:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button.minor:before,
#block-journey-check-general-status .service-update-anchor.minor:before {
  color: #f2951c;
  content: "\f06a";
}
.stick #block-journey-check-general-status .service-update-button.minor:before,
.stick #block-journey-check-general-status .service-update-anchor.minor:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button.strike:before,
#block-journey-check-general-status .service-update-anchor.strike:before {
  color: #59636f;
  content: "\f06a";
}
.stick #block-journey-check-general-status .service-update-button.strike:before,
.stick #block-journey-check-general-status .service-update-anchor.strike:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button.amended:before,
#block-journey-check-general-status .service-update-anchor.amended:before {
  color: #2278c0;
  content: "\f06a";
}
.stick #block-journey-check-general-status .service-update-button.amended:before,
.stick #block-journey-check-general-status .service-update-anchor.amended:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button.noservice:before,
#block-journey-check-general-status .service-update-anchor.noservice:before {
  color: #2c3136;
  content: "\f06a";
}
.stick #block-journey-check-general-status .service-update-button.noservice:before,
.stick #block-journey-check-general-status .service-update-anchor.noservice:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button.good:before,
#block-journey-check-general-status .service-update-anchor.good:before {
  color: #53c360;
  content: "\f058";
}
.stick #block-journey-check-general-status .service-update-button.good:before,
.stick #block-journey-check-general-status .service-update-anchor.good:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button.good.has-incidents:before,
#block-journey-check-general-status .service-update-anchor.good.has-incidents:before {
  content: "\f06a";
}
#block-journey-check-general-status .service-update-button:hover,
#block-journey-check-general-status .service-update-anchor:hover,
#block-journey-check-general-status .service-update-button:focus,
#block-journey-check-general-status .service-update-anchor:focus {
  text-decoration: none;
}
#block-journey-check-general-status .service-update-button:hover:after,
#block-journey-check-general-status .service-update-anchor:hover:after {
  vertical-align: -10%;
}
.not-front #block-journey-check-general-status .service-update-button:hover:after,
.not-front #block-journey-check-general-status .service-update-anchor:hover:after {
  vertical-align: -2%;
  margin-left: 11px;
  padding-right: 0;
}
.stick #block-journey-check-general-status .service-update-button,
.stick #block-journey-check-general-status .service-update-anchor {
  height: 0px;
  line-height: 0;
  padding: 0;
  opacity: 0;
}
#block-journey-check-general-status .service-update-button:hover:after,
#block-journey-check-general-status .service-update-anchor:hover:after {
  -ms-transform: scale(1.35, 1.35);
  -webkit-transform: scale(1.35, 1.35);
  transform: scale(1.35, 1.35);
}
#block-journey-check-general-status .service-update-button {
  position: relative;
  margin: 13px 0 8px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 17px;
  cursor: wait;
}
#block-journey-check-general-status .service-update-button.major:before {
  color: #f26175;
}
#block-journey-check-general-status .service-update-button.minor:before {
  color: #f2951c;
}
#block-journey-check-general-status .service-update-button.strike:before {
  color: #59636f;
}
#block-journey-check-general-status .service-update-button.amended:before {
  color: #2278c0;
}
#block-journey-check-general-status .service-update-button.noservice:before {
  color: #2c3136;
}
#block-journey-check-general-status .service-update-button.good:before {
  color: #53c360;
}
#block-journey-check-general-status .service-update-button:after {
  font-family: "FontAwesome";
  font-size: 100%;
  position: absolute;
  top: 6px;
  right: 8px;
  content: "\f067";
  color: #2e89de;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
}
#block-journey-check-general-status .service-update-button.lazy-loading:after {
  content: "";
}
@media (max-width: 991px) {
  #block-journey-check-general-status .service-update-button {
    margin: 5px 0;
  }
}
#block-journey-check-general-status.block-updated .service-update-button {
  cursor: pointer;
}
#block-journey-check-general-status.open .service-update-button {
  background: #2e89de;
  border: 1px solid #2e89de;
  color: #FFFFFF;
  border: 0;
  margin: 8px 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
#block-journey-check-general-status.open .service-update-button:before,
#block-journey-check-general-status.open .service-update-button:after {
  color: #FFFFFF;
}
#block-journey-check-general-status.open .service-update-button:after {
  content: "\f068";
}
@media (max-width: 991px) {
  #block-journey-check-general-status.open .service-update-button {
    margin: 3px 0;
  }
}
#block-journey-check-general-status .service-update-anchor {
  margin: 2px 0 3px 0;
  padding: 5px 7px 4px 7px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 43%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 43%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 43%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 43%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 43%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #cccccc;
  box-shadow: inset 0 0 2px 2px #fff;
  text-shadow: 1px 1px 0px #fff,1px 1px 1px #fff;
}
#block-journey-check-general-status .service-update-anchor:before {
  font-size: 26px;
}
#block-journey-check-general-status .service-update-anchor.minor,
#block-journey-check-general-status .service-update-anchor.major,
#block-journey-check-general-status .service-update-anchor.strike,
#block-journey-check-general-status .service-update-anchor.amended,
#block-journey-check-general-status .service-update-anchor.noservice,
#block-journey-check-general-status .service-update-anchor.show-good-routes {
  position: relative;
  padding-right: 26px;
}
#block-journey-check-general-status .service-update-anchor.minor:after,
#block-journey-check-general-status .service-update-anchor.major:after,
#block-journey-check-general-status .service-update-anchor.strike:after,
#block-journey-check-general-status .service-update-anchor.amended:after,
#block-journey-check-general-status .service-update-anchor.noservice:after,
#block-journey-check-general-status .service-update-anchor.show-good-routes:after {
  font-family: "FontAwesome";
  font-size: 100%;
  content: "\f067";
  position: absolute;
  top: 7px;
  right: 8px;
  color: #2e89de;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (max-width: 991px) {
  #block-journey-check-general-status .service-update-anchor.minor:after,
  #block-journey-check-general-status .service-update-anchor.major:after,
  #block-journey-check-general-status .service-update-anchor.strike:after,
  #block-journey-check-general-status .service-update-anchor.amended:after,
  #block-journey-check-general-status .service-update-anchor.noservice:after,
  #block-journey-check-general-status .service-update-anchor.show-good-routes:after {
    top: 9px;
  }
}
@media (max-width: 670px) {
  #block-journey-check-general-status .service-update-anchor.minor:after,
  #block-journey-check-general-status .service-update-anchor.major:after,
  #block-journey-check-general-status .service-update-anchor.strike:after,
  #block-journey-check-general-status .service-update-anchor.amended:after,
  #block-journey-check-general-status .service-update-anchor.noservice:after,
  #block-journey-check-general-status .service-update-anchor.show-good-routes:after {
    top: 4px;
  }
}
@media (max-width: 991px) {
  #block-journey-check-general-status .service-update-anchor {
    padding: 7px 7px 7px 10px;
    float: left;
    width: 49.5%;
  }
  #block-journey-check-general-status .service-update-anchor.odd {
    margin-right: 1%;
  }
}
@media (max-width: 670px) {
  #block-journey-check-general-status .service-update-anchor {
    padding: 3px 5px 1px 5px;
    margin: 0px 0 3px 0;
    box-shadow: none;
    float: none;
    width: auto;
    display: inline-block;
  }
  #block-journey-check-general-status .service-update-anchor.odd {
    margin-right: 0;
  }
}
/* Auto complete dropdown */
.ui-autocomplete li.ui-menu-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid transparent;
  padding: 9px 12px;
}
.ui-autocomplete li.ui-menu-item a {
  font-family: 'open_sansregular', arial, sans-serif;
  color: #59636f;
  padding: 5px !important;
  margin: 0 !important;
  border: 0 !important;
  background: none !important;
}
.ui-autocomplete li.ui-menu-item a span {
  float: right;
  text-transform: uppercase;
  font-family: 'open_sanssemibold', arial, sans-serif;
  color: #aaa;
  padding-left: 8px;
}
.ie .ui-autocomplete li.ui-menu-item a span {
  float: none;
}
.ui-autocomplete li.ui-menu-item:hover,
.ui-autocomplete li.ui-menu-item:focus,
.ui-autocomplete li.ui-menu-item.ui-state-focus,
.ui-autocomplete li.ui-menu-item.ui-state-active,
.ui-autocomplete li.ui-menu-item.ui-state-hover,
.ui-autocomplete li.ui-menu-item.ui-state-default {
  margin: 0;
  border-bottom: 1px solid #d5cb73;
  border-top: 1px solid transparent;
  background: #fffacc;
  cursor: pointer;
}
.ui-autocomplete li.ui-menu-item:hover a span,
.ui-autocomplete li.ui-menu-item:focus a span,
.ui-autocomplete li.ui-menu-item.ui-state-focus a span,
.ui-autocomplete li.ui-menu-item.ui-state-active a span,
.ui-autocomplete li.ui-menu-item.ui-state-hover a span,
.ui-autocomplete li.ui-menu-item.ui-state-default a span {
  color: #b5aa50;
}
.ui-autocomplete li.ui-menu-item:last-child {
  border-bottom: 0;
}
/* Link Processor - override displaying icons on specific links */
header .alt-link-processor-fa:after,
.carousel .alt-link-processor-fa:after,
footer .alt-link-processor-fa:after {
  display: none;
}
.alt-link-processor-fa.imageLink:after {
  display: none;
}
.alt-link-processor-fa:after {
  padding: 0 3px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel:not(.vanilla-bootstrap-carousel),
.carousel:not(.vanilla-bootstrap-carousel) .item,
.carousel:not(.vanilla-bootstrap-carousel) .active,
.carousel:not(.vanilla-bootstrap-carousel) .carousel-inner {
  height: 100%;
}
.not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton,
.not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators {
  top: 420px;
}
@media (max-width: 991px) {
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton,
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators {
    top: 448px;
  }
}
.not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
  height: 525px;
  margin-top: 0;
  top: 0;
}
.lt-ie9 .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
  min-height: 525px;
}
.not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption {
  bottom: 135px;
}
@media (max-width: 1365px) {
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span,
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
    bottom: 70px;
  }
}
@media (max-width: 991px) {
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span,
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
    bottom: 51px;
  }
}
.lt-ie9 .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span,
.lt-ie9 .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
  bottom: 145px;
}
@media (max-width: 767px) {
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
    padding-bottom: 0;
  }
}
.lt-ie9 .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
  height: 470px;
}
.not-front #heroCarousel .small-hero .carousel:not(.vanilla-bootstrap-carousel) {
  height: 385px;
}
@media (max-width: 767px) {
  .not-front #heroCarousel .small-hero .carousel:not(.vanilla-bootstrap-carousel) {
    padding-bottom: 0px;
  }
}
.not-front #heroCarousel .small-hero .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item {
  position: relative;
}
.not-front #heroCarousel .small-hero .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
  height: 385px;
  margin-top: 0;
  top: 0;
}
.lt-ie9 .not-front #heroCarousel .small-hero .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
  min-height: 385px;
}
.lt-ie9 .not-front #heroCarousel .small-hero .carousel:not(.vanilla-bootstrap-carousel) {
  height: 385px;
}
@media (max-width: 991px) {
  .not-front.no-carousel .main-content article {
    margin-top: -26px;
  }
}
.no-carousel .main-content article h1 {
  padding-left: 0;
}
.no-carousel #heroCarousel {
  min-height: 148px;
}
@media (max-width: 991px) {
  .no-carousel #heroCarousel {
    min-height: 37px;
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
  height: 731px;
  width: 100%;
  background: #fff;
  /*
    From http://codepen.io/transportedman/pen/NPWRGq
    */
  /*
    WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    now override new styles for modern browsers & apply opacity
    */
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container {
  position: relative;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators {
  position: absolute;
  left: 15px;
  top: 680px;
  text-align: left;
  width: auto;
  margin: 0;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton li,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-width: 2px;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton li.active,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators li.active {
  position: relative;
  top: -1px;
}
@media (max-width: 1365px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators {
    left: 120px;
  }
}
@media (max-width: 991px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators {
    top: 540px;
  }
}
@media (max-width: 767px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators {
    top: 22px !important;
  }
}
.lt-ie9 #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton,
.lt-ie9 #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators {
  display: none;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton {
  border: none;
  font-family: "FontAwesome";
  width: 20px;
  height: 20px;
  z-index: 15;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton i {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton.play i.pause {
  display: none;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton.pause i.play {
  display: none;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators.hasPlayPause {
  left: 45px;
}
@media (max-width: 1365px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators.hasPlayPause {
    left: 150px;
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner .active {
  opacity: 1;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner .active.left,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner .next.left,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner > .item.next,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner > .item.prev,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner > .item.next.left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner > .item.prev.right,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel).carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item div.field-collection-view {
  position: relative;
  height: 100%;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
  position: absolute;
  left: 50%;
  width: 100%;
  left: 0;
  margin-left: 0;
  height: auto;
  padding-bottom: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (max-width: 1800px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
    max-width: none;
    margin-left: -900px;
    width: auto;
    left: 50%;
  }
}
@media (max-width: 991px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
    margin-left: -714px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
    position: static;
    height: auto;
    margin-left: -30%;
    margin-right: -30%;
    width: 160%;
    left: auto;
    top: 0;
  }
}
.lt-ie9 #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
  min-height: 550px;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container {
  position: relative;
  height: 100%;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption {
  z-index: 10;
  bottom: 115px;
  left: 15px;
  right: 0;
  text-align: left;
  padding: 0;
  position: absolute;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption a {
  display: block;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption a:hover {
  text-decoration: none;
}
.lt-ie9 #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption a {
  display: inline;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption h2,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p {
  color: #6c6592;
  background: #fff;
  font-family: 'alegreya_sanslight', arial, sans-serif;
  font-size: 46px;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: none;
  padding: 2px 12px;
}
@media (max-width: 767px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption h2,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p {
    font-size: 37px;
    padding: 1px 6px;
  }
}
@media (max-width: 600px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption h2,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p {
    font-size: 27px;
    padding: 3px 8px;
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption h2,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption img {
  opacity: 0;
  -webkit-transition: transform 1s ease-out 0.1s, opacity 0.8s ease-in 0.3s, padding 0.25s ease-out;
  -moz-transition: transform 1s ease-out 0.1s, opacity 0.8s ease-in 0.3s, padding 0.25s ease-out;
  -o-transition: transform 1s ease-out 0.1s, opacity 0.8s ease-in 0.3s, padding 0.25s ease-out;
  transition: transform 1s ease-out 0.1s, opacity 0.8s ease-in 0.3s, padding 0.25s ease-out;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption h2,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption img {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption img {
  width: auto;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption a:hover img {
  padding: 0 18px 0 18px;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p {
  font-size: 32px;
  padding: 4px 12px;
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p:after {
  content: " \f054";
  font-family: "FontAwesome";
  font-size: 25px;
  vertical-align: -4%;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (max-width: 767px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p {
    font-size: 24px;
    padding: 1px 6px;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p:after {
    font-size: 21px;
  }
}
@media (max-width: 600px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p {
    font-size: 17px;
    padding: 3px 8px;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption p:after {
    font-size: 15px;
    vertical-align: -4%;
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption a:hover p:after {
  margin-left: 6px;
  margin-right: 2px;
}
@media (max-width: 991px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption {
    bottom: 60px;
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 550px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption.auto {
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption.auto h2,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption.auto p {
    display: block;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption.auto br {
    display: none;
  }
}
.lt-ie9 #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container .carousel-caption {
  top: 245px;
  bottom: auto;
  right: auto;
  left: 105px;
}
@media (max-width: 767px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item .container {
    height: auto;
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.left h2,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.right h2,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.active h2,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.left p,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.right p,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.active p,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.left img,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.right img,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.active img {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
@media (max-width: 550px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.png .field-collection-view > img {
    margin-left: -45%;
    margin-right: -45%;
    width: 190%;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item.auto .field-collection-view > img {
    padding-bottom: 12.30%;
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control {
  opacity: 1;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
  top: 70%;
  opacity: 1;
  width: 100px;
  height: 108px;
  position: absolute;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon::before,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon::before {
  content: "" !important;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-left,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-left,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-right,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-right {
  background: url(/sites/all/themes/abellio_franchise_theme/images/hero-left.png) no-repeat 50% 50%;
  margin: 0;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-left:hover,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-left:hover,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-right:hover,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-right:hover {
  background-position: 100% 50%;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-right,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-right {
  background: url(/sites/all/themes/abellio_franchise_theme/images/hero-right.png) no-repeat 50% 50%;
}
@media (max-width: 1365px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
    height: auto;
    bottom: 15px;
    top: auto;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-right,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-right {
    background: none !important;
  }
}
@media (max-width: 767px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
    bottom: auto;
    top: 15px;
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span {
  left: 10px;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span:hover {
  background-position: 0% 50%;
}
@media (max-width: 1365px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span {
    right: 30px;
    left: auto;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span:after {
    content: "\f053";
    font-family: "FontAwesome";
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
  right: 10px;
}
@media (max-width: 1365px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
    right: -20px;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span:after {
    content: "\f054";
    font-family: "FontAwesome";
  }
}
@media (max-width: 1365px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control {
    position: absolute;
    top: auto;
    width: auto;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right {
    position: absolute;
    right: 48%;
    left: auto;
    margin-right: 505px;
  }
}
@media (max-width: 1199px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right {
    margin-right: 404px;
  }
}
@media (max-width: 991px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right {
    margin-right: 290px;
    margin-bottom: -8px;
  }
}
@media (max-width: 767px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right {
    bottom: auto;
    top: -1px;
    left: 75px;
    right: auto;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
    right: auto;
    font-size: 30px;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span {
    left: -50px;
  }
}
@media (max-width: 991px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
    height: 580px;
  }
}
@media (max-width: 767px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
    height: auto !important;
  }
}
.lt-ie9 #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
  height: 550px;
}
@media (min-width: 1800px) {
  #heroCarousel {
    height: auto;
  }
}
.not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img,
.not-front #heroCarousel .small-hero .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
  height: auto;
}
@media (max-width: 991px) {
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img,
  .not-front #heroCarousel .small-hero .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
    margin-left: -900px;
  }
}
@media (max-width: 767px) {
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img,
  .not-front #heroCarousel .small-hero .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
    position: static;
    height: auto;
    margin-left: -30%;
    margin-right: -30%;
    width: 160%;
    left: auto;
    top: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
    background: #12356f;
  }
}
/* Main CONTENT #####################################
-------------------------------------------------- */
body.cke_editable {
  padding: 30px;
  width: 750px;
}
.main-content,
.cke_editable {
  z-index: 1;
  position: relative;
  /*********************************** Journey zone */
  /* tabs in content */
  /***trifold*/
  /**************** item walls *********************/
  /* news wall */
  /* offers */
  /* Main Image field */
  /* Image Content Type */
  /********************************************** Station finder **********/
}
.no-carousel .main-content,
.no-carousel .cke_editable {
  /* if there is no carousel need to add code to push down main content */
  margin-top: 318px;
}
@media (max-width: 991px) {
  .no-carousel .main-content,
  .no-carousel .cke_editable {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .main-content > div,
  .cke_editable > div {
    /* Pad the edges of the mobile views a bit */
    padding-left: 6px;
    padding-right: 6px;
  }
}
.front .main-content > div .alert:first-of-type,
.front .cke_editable > div .alert:first-of-type {
  margin-top: 20px;
}
.main-content .field,
.cke_editable .field {
  margin-bottom: 15px;
}
.main-content .field .field-label,
.cke_editable .field .field-label {
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 0;
}
.main-content .btn-style,
.cke_editable .btn-style {
  font-family: 'open_sansregular', arial, sans-serif;
  border-radius: 2px;
  border-color: #1c75c9;
  font-size: 17px;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 10px;
  text-align: left;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: #2e89de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@accent-colour', endColorstr='#1c75c9',GradientType=0 );  IE6-9 */
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-content .btn-style i,
.cke_editable .btn-style i {
  font-family: "FontAwesome";
  font-size: 150%;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 15px;
}
.main-content .btn-style:hover,
.cke_editable .btn-style:hover,
.main-content .btn-style.inverse,
.cke_editable .btn-style.inverse {
  background: #fff;
  color: #1c75c9;
  border-color: #cccccc;
  text-shadow: none;
}
.main-content .btn-style.floatleft,
.cke_editable .btn-style.floatleft {
  float: left;
  margin: 7px 20px 8px 0;
}
.main-content .btn-style.large,
.cke_editable .btn-style.large {
  padding: 25px;
  font-size: 24px;
}
.main-content .btn-style.small,
.cke_editable .btn-style.small {
  padding: 7px 11px;
}
.main-content .btn-style.btn-form,
.cke_editable .btn-style.btn-form {
  font-size: 16px;
  padding: 3px 8px;
}
.main-content .btn-style.btn-form i,
.cke_editable .btn-style.btn-form i {
  font-size: inherit;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  vertical-align: 4%;
}
.main-content .btn-style.btn-form.pull-right,
.cke_editable .btn-style.btn-form.pull-right {
  margin-left: 15px;
}
.main-content .btn-style.btn-form:hover,
.cke_editable .btn-style.btn-form:hover {
  color: #fff;
  background: #1c75c9;
  border-color: #1c75c9;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, #177cda 0%, #177cda 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #177cda), color-stop(100%, #177cda));
  background: -webkit-linear-gradient(top, #177cda 0%, #177cda 100%);
  background: -o-linear-gradient(top, #177cda 0%, #177cda 100%);
  background: -ms-linear-gradient(top, #177cda 0%, #177cda 100%);
  background: linear-gradient(to bottom, #177cda 0%, #177cda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@accent-colour', endColorstr='@accent-colour', GradientType=0);
}
.main-content .btn-style.btn-form:hover i,
.cke_editable .btn-style.btn-form:hover i {
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.main-content .btn-style.btn-form:hover.inverse,
.cke_editable .btn-style.btn-form:hover.inverse {
  background: #fff;
  color: #1c75c9;
  border-color: #cccccc;
  text-shadow: none;
  box-shadow: inset 0 -4px 6px #f3f3f3;
}
.main-content .btn-style.btn-form-action,
.cke_editable .btn-style.btn-form-action {
  font-size: 16px;
  padding: 10px 22px;
  font-family: 'open_sanssemibold', arial, sans-serif;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .main-content .btn-style,
  .cke_editable .btn-style {
    white-space: normal;
  }
}
.ie-9 .main-content .btn-style.img-btn img,
.ie-9 .cke_editable .btn-style.img-btn img,
.lt-ie9 .main-content .btn-style.img-btn img,
.lt-ie9 .cke_editable .btn-style.img-btn img {
  margin: -15px -19px -15px -15px;
}
.main-content .btn-style.img-btn,
.cke_editable .btn-style.img-btn {
  display: block;
}
.main-content a.btn,
.cke_editable a.btn {
  font-family: 'open_sansregular', arial, sans-serif;
  border-radius: 2px;
  border-color: #1c75c9;
  font-size: 17px;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 10px;
  text-align: left;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: #2e89de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@accent-colour', endColorstr='#1c75c9',GradientType=0 );  IE6-9 */
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-content a.btn i,
.cke_editable a.btn i {
  font-family: "FontAwesome";
  font-size: 150%;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 15px;
}
.main-content a.btn:hover,
.cke_editable a.btn:hover,
.main-content a.btn.inverse,
.cke_editable a.btn.inverse {
  background: #fff;
  color: #1c75c9;
  border-color: #cccccc;
  text-shadow: none;
}
.main-content a.btn.floatleft,
.cke_editable a.btn.floatleft {
  float: left;
  margin: 7px 20px 8px 0;
}
.main-content a.btn.large,
.cke_editable a.btn.large {
  padding: 25px;
  font-size: 24px;
}
.main-content a.btn.small,
.cke_editable a.btn.small {
  padding: 7px 11px;
}
.main-content a.btn.btn-form,
.cke_editable a.btn.btn-form {
  font-size: 16px;
  padding: 3px 8px;
}
.main-content a.btn.btn-form i,
.cke_editable a.btn.btn-form i {
  font-size: inherit;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  vertical-align: 4%;
}
.main-content a.btn.btn-form.pull-right,
.cke_editable a.btn.btn-form.pull-right {
  margin-left: 15px;
}
.main-content a.btn.btn-form:hover,
.cke_editable a.btn.btn-form:hover {
  color: #fff;
  background: #1c75c9;
  border-color: #1c75c9;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, #177cda 0%, #177cda 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #177cda), color-stop(100%, #177cda));
  background: -webkit-linear-gradient(top, #177cda 0%, #177cda 100%);
  background: -o-linear-gradient(top, #177cda 0%, #177cda 100%);
  background: -ms-linear-gradient(top, #177cda 0%, #177cda 100%);
  background: linear-gradient(to bottom, #177cda 0%, #177cda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@accent-colour', endColorstr='@accent-colour', GradientType=0);
}
.main-content a.btn.btn-form:hover i,
.cke_editable a.btn.btn-form:hover i {
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.main-content a.btn.btn-form:hover.inverse,
.cke_editable a.btn.btn-form:hover.inverse {
  background: #fff;
  color: #1c75c9;
  border-color: #cccccc;
  text-shadow: none;
  box-shadow: inset 0 -4px 6px #f3f3f3;
}
.main-content a.btn.btn-form-action,
.cke_editable a.btn.btn-form-action {
  font-size: 16px;
  padding: 10px 22px;
  font-family: 'open_sanssemibold', arial, sans-serif;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .main-content a.btn,
  .cke_editable a.btn {
    white-space: normal;
  }
}
.ie-9 .main-content a.btn.img-btn img,
.ie-9 .cke_editable a.btn.img-btn img,
.lt-ie9 .main-content a.btn.img-btn img,
.lt-ie9 .cke_editable a.btn.img-btn img {
  margin: -15px -19px -15px -15px;
}
.main-content a.btn.img-btn,
.cke_editable a.btn.img-btn {
  display: block;
}
.main-content .article,
.cke_editable .article {
  padding-bottom: 60px;
}
.main-content .article article ul.sharing,
.cke_editable .article article ul.sharing {
  font-size: 14px;
  margin: -10px 0 35px -5px;
  padding-left: 0;
}
.main-content .article article ul.sharing li,
.cke_editable .article article ul.sharing li {
  display: inline-block;
}
.main-content .article article ul.sharing li:before,
.cke_editable .article article ul.sharing li:before {
  content: "";
}
.main-content .article article ul.sharing li a,
.cke_editable .article article ul.sharing li a,
.main-content .article article ul.sharing li div.button,
.cke_editable .article article ul.sharing li div.button {
  display: inline-block;
  border-radius: 3px;
  background: #444;
  padding: 0 6px;
  color: #fff;
  margin-right: 12px;
  -webkit-transition: background 0.25s ease-out 0s;
  -moz-transition: background 0.25s ease-out 0s;
  -o-transition: background 0.25s ease-out 0s;
  transition: background 0.25s ease-out 0s;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.main-content .article article ul.sharing li a:hover,
.cke_editable .article article ul.sharing li a:hover,
.main-content .article article ul.sharing li div.button:hover,
.cke_editable .article article ul.sharing li div.button:hover {
  text-decoration: none;
  background: #177cda !important;
}
.main-content .article article ul.sharing li a:before,
.cke_editable .article article ul.sharing li a:before,
.main-content .article article ul.sharing li div.button:before,
.cke_editable .article article ul.sharing li div.button:before {
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: -8%;
}
.main-content .article article ul.sharing li a.facebook,
.cke_editable .article article ul.sharing li a.facebook,
.main-content .article article ul.sharing li div.button.facebook,
.cke_editable .article article ul.sharing li div.button.facebook {
  background: #3b5998;
}
.main-content .article article ul.sharing li a.facebook:before,
.cke_editable .article article ul.sharing li a.facebook:before,
.main-content .article article ul.sharing li div.button.facebook:before,
.cke_editable .article article ul.sharing li div.button.facebook:before {
  font-size: 17px;
  content: "\f09a";
}
.main-content .article article ul.sharing li a.twitter,
.cke_editable .article article ul.sharing li a.twitter,
.main-content .article article ul.sharing li div.button.twitter,
.cke_editable .article article ul.sharing li div.button.twitter {
  background: #1DA1F2;
}
.main-content .article article ul.sharing li a.twitter:before,
.cke_editable .article article ul.sharing li a.twitter:before,
.main-content .article article ul.sharing li div.button.twitter:before,
.cke_editable .article article ul.sharing li div.button.twitter:before {
  content: "\f099";
}
.main-content .article article ul.sharing li a.pinterest,
.cke_editable .article article ul.sharing li a.pinterest,
.main-content .article article ul.sharing li div.button.pinterest,
.cke_editable .article article ul.sharing li div.button.pinterest {
  background: #BD081C;
}
.main-content .article article ul.sharing li a.pinterest:before,
.cke_editable .article article ul.sharing li a.pinterest:before,
.main-content .article article ul.sharing li div.button.pinterest:before,
.cke_editable .article article ul.sharing li div.button.pinterest:before {
  content: "\f231";
}
.main-content .article article ul.sharing li a.sharethis,
.cke_editable .article article ul.sharing li a.sharethis,
.main-content .article article ul.sharing li div.button.sharethis,
.cke_editable .article article ul.sharing li div.button.sharethis {
  background: #95D03A;
}
.main-content .article article ul.sharing li a.sharethis:before,
.cke_editable .article article ul.sharing li a.sharethis:before,
.main-content .article article ul.sharing li div.button.sharethis:before,
.cke_editable .article article ul.sharing li div.button.sharethis:before {
  content: "\f1e0";
}
.main-content .article article ul.sharing li a:after,
.cke_editable .article article ul.sharing li a:after,
.main-content .article article ul.sharing li div.button:after,
.cke_editable .article article ul.sharing li div.button:after {
  display: none;
}
.main-content .article article ul.sharing li a span,
.cke_editable .article article ul.sharing li a span,
.main-content .article article ul.sharing li div.button span,
.cke_editable .article article ul.sharing li div.button span {
  margin-left: 4px;
}
.borderless .main-content .article article,
.borderless .cke_editable .article article {
  margin-top: 0 !important;
}
.main-content .announcement,
.cke_editable .announcement {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px 20px 15px 80px;
  position: relative;
  margin-bottom: 25px;
}
.main-content .announcement p,
.cke_editable .announcement p {
  margin: 0;
}
.main-content .announcement h2,
.cke_editable .announcement h2,
.main-content .announcement h3,
.cke_editable .announcement h3,
.main-content .announcement h4,
.cke_editable .announcement h4 {
  margin-top: 0;
}
.main-content .announcement:before,
.cke_editable .announcement:before {
  content: "\f0a1";
  position: absolute;
  top: 0px;
  left: 20px;
  font-family: "FontAwesome";
  display: inline-block;
  color: #f26175;
  vertical-align: middle;
  margin-top: 4px;
  font-size: 300%;
  line-height: 1.4;
}
.not-front .main-content article,
.not-front .cke_editable article {
  margin-top: -54px;
  /*    @media (max-width:@screen-sm-max) {
      margin-top: -26px;
    }*/
}
.lt-ie9 .not-front .main-content article,
.lt-ie9 .not-front .cke_editable article {
  margin-top: -50px;
}
.main-content h1,
.cke_editable h1,
.main-content h2,
.cke_editable h2,
.main-content h3,
.cke_editable h3,
.main-content h4,
.cke_editable h4 {
  font-family: 'alegreya_sanslight', arial, sans-serif;
  margin-top: 0;
}
.main-content h1.strong-heading,
.cke_editable h1.strong-heading,
.main-content h2.strong-heading,
.cke_editable h2.strong-heading,
.main-content h3.strong-heading,
.cke_editable h3.strong-heading,
.main-content h4.strong-heading,
.cke_editable h4.strong-heading {
  background: #12356f;
  color: #fff;
  padding: 5px 10px 7px 10px;
  text-shadow: none;
  margin-bottom: 20px;
}
.main-content h1,
.cke_editable h1 {
  font-size: 44px;
  color: #1e3861;
  display: inline-block;
  background: #fff;
  padding: 8px 21px 8px 21px;
  margin-bottom: 24px;
}
@media (max-width: 440px) {
  .main-content h1,
  .cke_editable h1 {
    font-size: 39px;
  }
}
.lt-ie9 .main-content h1,
.lt-ie9 .cke_editable h1 {
  padding-top: 0;
}
.main-content h2,
.cke_editable h2 {
  font-family: 'alegreya_sanslight', arial, sans-serif;
  font-size: 30px;
  color: #1e3861;
  margin-bottom: 8px;
  margin-top: 21px;
  text-shadow: 2px 2px 1px #fff, 1px 1px 0px #fff;
}
.main-content h2 i,
.cke_editable h2 i {
  margin-right: 6px;
  font-size: 100%;
  vertical-align: -3%;
}
@media (max-width: 440px) {
  .main-content h2,
  .cke_editable h2 {
    font-size: 25px;
  }
}
.main-content h3,
.cke_editable h3,
.main-content h4,
.cke_editable h4 {
  margin-bottom: 4px;
}
.main-content h3,
.cke_editable h3 {
  font-size: 26px;
  color: #1e3861;
}
.main-content h3 i,
.cke_editable h3 i {
  margin-right: 4px;
  font-size: 90%;
}
@media (max-width: 440px) {
  .main-content h3,
  .cke_editable h3 {
    font-size: 22px;
  }
}
.main-content h4,
.cke_editable h4 {
  font-size: 21px;
  color: #5D5398;
  margin-top: 4px;
}
.main-content h4 i,
.cke_editable h4 i {
  margin-right: 2px;
  font-size: 90%;
}
@media (max-width: 440px) {
  .main-content h4,
  .cke_editable h4 {
    font-size: 19px;
  }
}
.main-content p,
.cke_editable p {
  line-height: 23px;
  margin-bottom: 15px;
  margin-top: 0;
}
.main-content p.standfirst,
.cke_editable p.standfirst {
  font-family: 'alegreya_sanslight', arial, sans-serif;
  font-size: 26px;
  color: #5D5398;
  margin-bottom: 28px;
  line-height: 29px;
}
.main-content .alert > p,
.cke_editable .alert > p,
.main-content .alert > ul,
.cke_editable .alert > ul {
  margin-bottom: 0;
}
.main-content .alert span.error-ut:after,
.cke_editable .alert span.error-ut:after {
  font-size: 80%;
  margin-left: 0.5em;
  content: "[" attr(data-ut) "]";
}
.main-content .landing-buttons ul,
.cke_editable .landing-buttons ul {
  padding: 0;
}
.main-content .landing-buttons li,
.cke_editable .landing-buttons li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.main-content .landing-buttons li:before,
.cke_editable .landing-buttons li:before {
  content: none;
}
.lt-ie9 .main-content .landing-buttons li,
.lt-ie9 .cke_editable .landing-buttons li {
  display: inline;
}
.main-content .landing-buttons li a,
.cke_editable .landing-buttons li a {
  display: inline-block;
  padding: 15px 20px 15px 30px;
  margin: 0 7px 11px 0;
  color: #5F7289;
  background: #fff;
  text-align: center;
  font-family: 'open_sanslight', arial, sans-serif;
  font-size: 20px;
  border-radius: 3px;
  box-shadow: 0 0 3px #666;
  text-shadow: 1px 1px 0px #ffffff, 2px 2px 0px #ffffff;
  -webkit-transition: color 1s ease-out 0s;
  -moz-transition: color 1s ease-out 0s;
  -o-transition: color 1s ease-out 0s;
  transition: color 1s ease-out 0s;
}
.main-content .landing-buttons li a:before,
.cke_editable .landing-buttons li a:before {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  vertical-align: middle;
  float: left;
  margin-top: 4px;
  font-size: 80%;
}
.main-content .landing-buttons li a:hover,
.cke_editable .landing-buttons li a:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #ffffff), color-stop(100%, #d3d3d3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 43%, #d3d3d3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
  color: #177cda;
}
.main-content img.img__view_mode__in_content_narrow,
.cke_editable img.img__view_mode__in_content_narrow {
  float: right;
  margin-left: 6%;
  margin-bottom: 1em;
}
.main-content article ul,
.cke_editable article ul {
  margin-left: 0;
  padding-left: 18px;
  margin-bottom: 15px;
}
.main-content article ul li,
.cke_editable article ul li {
  margin-bottom: 4px;
  list-style-type: none;
  position: relative;
}
.main-content article ul li:before,
.cke_editable article ul li:before {
  position: relative;
  top: 0.2em;
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  float: left;
  width: 1.2em;
  margin-left: -1.2em;
  font-size: 85%;
}
.main-content article ul li ul,
.cke_editable article ul li ul {
  margin-top: 5px;
}
.main-content article ul li ul li,
.cke_editable article ul li ul li {
  list-style-type: circle;
  margin-bottom: 1px;
}
.main-content article ul li ul li:before,
.cke_editable article ul li ul li:before {
  content: none;
}
.main-content article .alert > ul,
.cke_editable article .alert > ul {
  margin-right: 18px;
  margin-bottom: 0;
  padding-left: 18px;
}
.main-content .journey-zone,
.cke_editable .journey-zone {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #eaeaea;
  box-shadow: inset 0px 0px 20px 0px #c5c5c5;
  border-top: 3px solid #fff;
}
.main-content .journey-zone h2,
.cke_editable .journey-zone h2 {
  margin-top: 0;
}
@media (max-width: 550px) {
  .main-content .journey-zone,
  .cke_editable .journey-zone {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-content .plan-journey,
.cke_editable .plan-journey {
  margin-bottom: 30px;
}
.main-content .plan-journey .row,
.cke_editable .plan-journey .row {
  margin-left: -5px;
  margin-right: -5px;
}
.main-content .plan-journey .row .col-lg-6,
.cke_editable .plan-journey .row .col-lg-6 {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .main-content .plan-journey .row .col-lg-6 a.btn,
  .cke_editable .plan-journey .row .col-lg-6 a.btn {
    text-align: center;
  }
}
@media (max-width: 418px) {
  .main-content .plan-journey .row .col-lg-6,
  .cke_editable .plan-journey .row .col-lg-6 {
    width: 100%;
  }
}
.main-content .panel-group,
.cke_editable .panel-group {
  /******* accordions  */
}
.not-front .main-content .panel-group,
.not-front .cke_editable .panel-group {
  margin-top: 18px;
}
.main-content .panel-group .panel,
.cke_editable .panel-group .panel {
  background: transparent;
  box-shadow: none;
  border: none;
  box-shadow: 0px 11px 15px -12px #ffffff, 0px 11px 15px -12px #ffffff;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 0;
  margin-bottom: 14px;
  border-radius: 0;
}
.main-content .panel-group .panel .panel-heading,
.cke_editable .panel-group .panel .panel-heading,
.main-content .panel-group .panel .panel-body,
.cke_editable .panel-group .panel .panel-body {
  padding: 0;
  background: transparent;
  border: 0;
}
.main-content .panel-group .panel .panel-body *,
.cke_editable .panel-group .panel .panel-body * {
  -webkit-transform: translate(0, 0);
}
.main-content .panel-group .panel .panel-collapse,
.cke_editable .panel-group .panel .panel-collapse {
  box-shadow: 0px 11px 9px -10px #aaaaaa;
  border-bottom: 1px solid #fff;
}
.main-content .panel-group .panel .panel-collapse .panel-body,
.cke_editable .panel-group .panel .panel-collapse .panel-body {
  padding-bottom: 22px;
}
.main-content .panel-group .panel .panel-collapse.collapsing,
.cke_editable .panel-group .panel .panel-collapse.collapsing {
  box-shadow: none;
}
.main-content .panel-group .panel .panel-group,
.cke_editable .panel-group .panel .panel-group {
  padding: 15px 15px 5px 15px;
  background: #f2f2f2;
  margin-left: 15px;
}
.main-content .panel-group .panel .panel-group .panel:last-child,
.cke_editable .panel-group .panel .panel-group .panel:last-child {
  box-shadow: none;
  border-bottom: 0;
}
.main-content .panel-group .panel .panel-heading,
.cke_editable .panel-group .panel .panel-heading {
  position: relative;
}
.main-content .panel-group .panel .panel-heading h2,
.cke_editable .panel-group .panel .panel-heading h2 {
  margin-bottom: 12px;
  margin-top: 0;
}
.main-content .panel-group .panel .panel-heading h3,
.cke_editable .panel-group .panel .panel-heading h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.main-content .panel-group .panel .panel-heading h3 a:after,
.cke_editable .panel-group .panel .panel-heading h3 a:after {
  top: 26px;
}
.main-content .panel-group .panel .panel-heading h3 a.collapsed:after,
.cke_editable .panel-group .panel .panel-heading h3 a.collapsed:after {
  top: 6px;
}
.main-content .panel-group .panel .panel-heading h4,
.cke_editable .panel-group .panel .panel-heading h4 {
  font-size: 21px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px #ffffff;
  font-family: 'alegreya_sansregular', arial, sans-serif;
}
.main-content .panel-group .panel .panel-heading h4 a:after,
.cke_editable .panel-group .panel .panel-heading h4 a:after {
  top: 15px;
}
.main-content .panel-group .panel .panel-heading h4 a.collapsed:after,
.cke_editable .panel-group .panel .panel-heading h4 a.collapsed:after {
  top: 5px;
}
.main-content .panel-group .panel .panel-heading a,
.cke_editable .panel-group .panel .panel-heading a {
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  width: 100%;
  display: inline-block;
  padding-right: 35px;
  padding-top: 17px;
}
.main-content .panel-group .panel .panel-heading a:after,
.cke_editable .panel-group .panel .panel-heading a:after {
  position: absolute;
  right: 13px;
  top: 11px;
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 75%;
  vertical-align: middle;
  line-height: 15px;
  color: #177cda;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.front .main-content .panel-group .panel .panel-heading a:after,
.front .cke_editable .panel-group .panel .panel-heading a:after {
  opacity: 0;
}
.main-content .panel-group .panel .panel-heading a.collapsed,
.cke_editable .panel-group .panel .panel-heading a.collapsed {
  padding-top: 0;
}
.main-content .panel-group .panel .panel-heading a.collapsed:after,
.cke_editable .panel-group .panel .panel-heading a.collapsed:after {
  content: "\f067";
}
.front .main-content .panel-group .panel .panel-heading a.collapsed:after,
.front .cke_editable .panel-group .panel .panel-heading a.collapsed:after {
  opacity: 1;
}
.main-content .panel-group .panel .panel-heading:hover .collapsed:after,
.cke_editable .panel-group .panel .panel-heading:hover .collapsed:after {
  -ms-transform: scale(1.4, 1.4);
  /* IE 9 */
  -webkit-transform: scale(1.4, 1.4);
  /* Chrome, Safari, Opera */
  transform: scale(1.4, 1.4);
}
.main-content .panel-group .panel .panel-heading:hover a.collapsed,
.cke_editable .panel-group .panel .panel-heading:hover a.collapsed {
  color: #177cda;
}
.main-content .panel-group .panel .panel-heading:hover a,
.cke_editable .panel-group .panel .panel-heading:hover a,
.main-content .panel-group .panel .panel-heading a:focus,
.cke_editable .panel-group .panel .panel-heading a:focus {
  text-decoration: none;
}
.main-content .panel-group .panel:first-child h3 a:after,
.cke_editable .panel-group .panel:first-child h3 a:after {
  top: 6px;
}
.main-content .panel-group .panel:first-child h4 a:after,
.cke_editable .panel-group .panel:first-child h4 a:after {
  top: 5px;
}
.main-content .panel-group .panel:first-child .panel-heading a,
.cke_editable .panel-group .panel:first-child .panel-heading a {
  padding-top: 0;
}
.main-content .panel-group.cardsection .panel,
.cke_editable .panel-group.cardsection .panel {
  border: none;
  margin-bottom: 0;
}
.main-content .panel-group.cardsection .panel .panel-collapse,
.cke_editable .panel-group.cardsection .panel .panel-collapse {
  border: none;
  box-shadow: none;
}
.main-content .panel-group.cardsection .panel .panel-collapse .panel-body,
.cke_editable .panel-group.cardsection .panel .panel-collapse .panel-body {
  padding-bottom: 0;
}
.touch .main-content .panel-group .collapse,
.touch .cke_editable .panel-group .collapse {
  transition: all 1s;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.touch .main-content .panel-group .collapse.in,
.touch .cke_editable .panel-group .collapse.in {
  opacity: 1;
  height: auto !important;
}
.main-content .nav-tabs,
.cke_editable .nav-tabs {
  border-bottom-color: #aaa;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.main-content .nav-tabs > li,
.cke_editable .nav-tabs > li {
  margin-bottom: -1px;
}
.main-content .nav-tabs > li a,
.cke_editable .nav-tabs > li a {
  color: inherit;
  border-color: #aaa !important;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #ffffff), color-stop(100%, #d3d3d3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 43%, #d3d3d3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0);
  /* IE6-9 */
  border-color: #707d8c;
  font-family: 'open_sanslight', arial, sans-serif;
  font-size: 19px;
}
.main-content .nav-tabs > li.active a,
.cke_editable .nav-tabs > li.active a {
  background: #fff;
  color: inherit;
  border-bottom-color: #fff !important;
  font-family: 'open_sansregular', arial, sans-serif;
}
.main-content .nav-tabs > li:before,
.cke_editable .nav-tabs > li:before {
  content: none;
}
.main-content .tab-pane,
.cke_editable .tab-pane {
  border: 1px solid #aaa;
  border-top: 0;
  padding: 45px 30px;
  border-radius: 0 0 4px 4px;
}
.lt-ie9 .main-content .tab-pane,
.lt-ie9 .cke_editable .tab-pane {
  height: 100%;
}
@media (max-width: 767px) {
  .main-content .tab-pane,
  .cke_editable .tab-pane {
    padding: 9px 18px;
  }
}
.main-content .trifold i,
.cke_editable .trifold i {
  background: #E05D76;
  padding: 38px;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
  border-radius: 1000px;
  font-size: 550%;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 20px;
}
.main-content ul.wall-list,
.cke_editable ul.wall-list {
  margin: 0;
  padding: 0;
}
.main-content ul.wall-list li.item,
.cke_editable ul.wall-list li.item {
  width: 44%;
  margin: 2.5%;
  padding: 0;
  position: relative;
}
@media (max-width: 500px) {
  .main-content ul.wall-list li.item,
  .cke_editable ul.wall-list li.item {
    width: 88%;
    margin: 5.5%;
  }
}
.main-content ul.wall-list li.item:before,
.cke_editable ul.wall-list li.item:before {
  content: "";
}
.main-content ul.wall-list li.item.featured,
.cke_editable ul.wall-list li.item.featured {
  width: 98%;
}
.main-content ul.wall-list li.item .link,
.cke_editable ul.wall-list li.item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-content ul.wall-list li.item .subtitle,
.cke_editable ul.wall-list li.item .subtitle {
  background: #ffffff;
  padding: 7px 10px;
  color: #4d545e;
  font-size: 15px;
}
.main-content .news-wall ul.featured li,
.cke_editable .news-wall ul.featured li {
  width: 98%;
  box-shadow: 0px 11px 9px -10px #aaaaaa;
  overflow: auto;
}
.main-content .news-wall ul.featured li:before,
.cke_editable .news-wall ul.featured li:before {
  content: none;
}
.main-content .news-wall ul.featured .image-wrapper,
.cke_editable .news-wall ul.featured .image-wrapper {
  width: 47%;
  padding-bottom: 15px;
  float: left;
}
@media (max-width: 530px) {
  .main-content .news-wall ul.featured .image-wrapper,
  .cke_editable .news-wall ul.featured .image-wrapper {
    width: 100%;
  }
}
.main-content .news-wall ul.featured .text,
.cke_editable .news-wall ul.featured .text {
  width: 47%;
  float: right;
}
@media (max-width: 530px) {
  .main-content .news-wall ul.featured .text,
  .cke_editable .news-wall ul.featured .text {
    width: 100%;
  }
}
.main-content .news-wall .view-filters,
.cke_editable .news-wall .view-filters {
  box-shadow: 0px 11px 9px -10px #aaaaaa;
  padding-bottom: 15px;
}
.main-content .news-wall .item,
.cke_editable .news-wall .item {
  box-shadow: 0px 11px 9px -10px #aaaaaa;
  padding-bottom: 15px;
}
.main-content .news-wall .item h2,
.cke_editable .news-wall .item h2 {
  margin-top: 0;
}
.main-content .news-wall .item h2:after,
.cke_editable .news-wall .item h2:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 70%;
  vertical-align: top;
  margin-top: 6px;
  padding-right: 5px;
  line-height: 1;
  margin-left: 4px;
  color: inherit;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.main-content .news-wall .item a:hover,
.cke_editable .news-wall .item a:hover {
  text-decoration: none;
}
.main-content .news-wall .item a:hover h2:after,
.cke_editable .news-wall .item a:hover h2:after {
  margin-left: 9px;
  padding-right: 0px;
}
.main-content .news-wall .item .details,
.cke_editable .news-wall .item .details {
  color: #59636f;
}
.main-content .news-wall .item .details .standfirst,
.cke_editable .news-wall .item .details .standfirst {
  font-family: Helvetica, arial, sans-serif;
  font-size: inherit;
  color: #59636f;
  line-height: inherit;
}
.main-content .news-wall .item .subtitle,
.cke_editable .news-wall .item .subtitle {
  color: #B4B7C7;
  padding: 0;
  font-style: italic;
  margin-bottom: 13px;
  display: inline-block;
}
.node-type-article .main-content .field-type-datetime,
.node-type-article .cke_editable .field-type-datetime {
  color: #B4B7C7;
  padding: 0;
  font-style: italic;
  margin: 0 10px 13px 0;
  display: inline-block;
}
.main-content .view-offers-listings,
.cke_editable .view-offers-listings,
.main-content .view-events,
.cke_editable .view-events {
  border-radius: 3px;
}
.main-content .view-offers-listings #edit-type-wrapper.views-exposed-widget,
.cke_editable .view-offers-listings #edit-type-wrapper.views-exposed-widget,
.main-content .view-events #edit-type-wrapper.views-exposed-widget,
.cke_editable .view-events #edit-type-wrapper.views-exposed-widget,
.main-content .view-offers-listings #edit-category-wrapper.views-exposed-widget,
.cke_editable .view-offers-listings #edit-category-wrapper.views-exposed-widget,
.main-content .view-events #edit-category-wrapper.views-exposed-widget,
.cke_editable .view-events #edit-category-wrapper.views-exposed-widget {
  float: none;
}
.main-content .view-offers-listings #edit-type-wrapper.views-exposed-widget label.exposed-label,
.cke_editable .view-offers-listings #edit-type-wrapper.views-exposed-widget label.exposed-label,
.main-content .view-events #edit-type-wrapper.views-exposed-widget label.exposed-label,
.cke_editable .view-events #edit-type-wrapper.views-exposed-widget label.exposed-label,
.main-content .view-offers-listings #edit-category-wrapper.views-exposed-widget label.exposed-label,
.cke_editable .view-offers-listings #edit-category-wrapper.views-exposed-widget label.exposed-label,
.main-content .view-events #edit-category-wrapper.views-exposed-widget label.exposed-label,
.cke_editable .view-events #edit-category-wrapper.views-exposed-widget label.exposed-label {
  float: left;
  margin: 0 10px 0 0;
  padding-right: 5px;
  font-weight: normal;
  font-family: 'open_sanssemibold', arial, sans-serif;
}
.main-content .view-offers-listings #edit-type-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.cke_editable .view-offers-listings #edit-type-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.main-content .view-events #edit-type-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.cke_editable .view-events #edit-type-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.main-content .view-offers-listings #edit-category-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.cke_editable .view-offers-listings #edit-category-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.main-content .view-events #edit-category-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.cke_editable .view-events #edit-category-wrapper.views-exposed-widget .bef-select-as-checkboxes {
  padding-top: 0;
}
.main-content .view-offers-listings #edit-search-wrapper,
.cke_editable .view-offers-listings #edit-search-wrapper,
.main-content .view-events #edit-search-wrapper,
.cke_editable .view-events #edit-search-wrapper {
  float: none;
}
.full-width-content .main-content .view-offers-listings #edit-search-wrapper,
.full-width-content .cke_editable .view-offers-listings #edit-search-wrapper,
.full-width-content .main-content .view-events #edit-search-wrapper,
.full-width-content .cke_editable .view-events #edit-search-wrapper {
  max-width: 580px;
}
.main-content .view-offers-listings .bef-select-as-checkboxes:before,
.cke_editable .view-offers-listings .bef-select-as-checkboxes:before,
.main-content .view-events .bef-select-as-checkboxes:before,
.cke_editable .view-events .bef-select-as-checkboxes:before {
  content: "";
}
.main-content .view-offers-listings ul.filter,
.cke_editable .view-offers-listings ul.filter,
.main-content .view-events ul.filter,
.cke_editable .view-events ul.filter {
  padding-left: 0;
  padding-top: 3px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-top: 0;
  border-radius: 3px;
  overflow: auto;
  box-shadow: 0px 11px 9px -10px #aaaaaa;
}
.main-content .view-offers-listings ul.filter:before,
.cke_editable .view-offers-listings ul.filter:before,
.main-content .view-events ul.filter:before,
.cke_editable .view-events ul.filter:before {
  content: "\f02c";
  font-family: "FontAwesome";
  margin-right: 7px;
  margin-top: -3px;
  float: left;
  font-size: 154%;
  color: #177cda;
}
.main-content .view-offers-listings ul.filter li,
.cke_editable .view-offers-listings ul.filter li,
.main-content .view-events ul.filter li,
.cke_editable .view-events ul.filter li {
  margin: 0;
}
.main-content .view-offers-listings ul.filter li:before,
.cke_editable .view-offers-listings ul.filter li:before,
.main-content .view-events ul.filter li:before,
.cke_editable .view-events ul.filter li:before {
  content: none;
}
.main-content .view-offers-listings ul.filter li a,
.cke_editable .view-offers-listings ul.filter li a,
.main-content .view-events ul.filter li a,
.cke_editable .view-events ul.filter li a {
  background: #177cda;
  padding: 2px 6px;
  border-radius: 4px;
  float: left;
  white-space: nowrap;
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
  color: #fff;
  font-family: 'open_sansregular', arial, sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
.main-content .view-offers-listings ul.filter li a:hover,
.cke_editable .view-offers-listings ul.filter li a:hover,
.main-content .view-events ul.filter li a:hover,
.cke_editable .view-events ul.filter li a:hover {
  background: #085fb0;
}
.main-content .view-offers-listings ul.filter li a.active,
.cke_editable .view-offers-listings ul.filter li a.active,
.main-content .view-events ul.filter li a.active,
.cke_editable .view-events ul.filter li a.active {
  color: inherit;
  background: #fff;
  box-shadow: 0 0 2px #555;
}
.main-content .view-offers-listings ul.filter li a.active:after,
.cke_editable .view-offers-listings ul.filter li a.active:after,
.main-content .view-events ul.filter li a.active:after,
.cke_editable .view-events ul.filter li a.active:after {
  content: " \f057";
  font-family: "FontAwesome";
  vertical-align: 0%;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-content .view-offers-listings ul.filter li a.active:hover:after,
.cke_editable .view-offers-listings ul.filter li a.active:hover:after,
.main-content .view-events ul.filter li a.active:hover:after,
.cke_editable .view-events ul.filter li a.active:hover:after {
  color: #177cda;
}
.main-content .view-offers-listings ul.wall-list,
.cke_editable .view-offers-listings ul.wall-list,
.main-content .view-events ul.wall-list,
.cke_editable .view-events ul.wall-list {
  margin: 0;
  padding: 0;
}
.main-content .view-offers-listings ul.wall-list li.item,
.cke_editable .view-offers-listings ul.wall-list li.item,
.main-content .view-events ul.wall-list li.item,
.cke_editable .view-events ul.wall-list li.item {
  width: 44%;
  float: left;
  margin: 2.5% 2.5% 2.5% 2.5%;
  padding: 0;
  position: relative;
}
.full-width-content .main-content .view-offers-listings ul.wall-list li.item,
.full-width-content .cke_editable .view-offers-listings ul.wall-list li.item,
.full-width-content .main-content .view-events ul.wall-list li.item,
.full-width-content .cke_editable .view-events ul.wall-list li.item {
  width: 28%;
}
.main-content .view-offers-listings ul.wall-list li.item img,
.cke_editable .view-offers-listings ul.wall-list li.item img,
.main-content .view-events ul.wall-list li.item img,
.cke_editable .view-events ul.wall-list li.item img {
  border-radius: 2px 2px 0 0;
}
.main-content .view-offers-listings ul.wall-list li.item a,
.cke_editable .view-offers-listings ul.wall-list li.item a,
.main-content .view-events ul.wall-list li.item a,
.cke_editable .view-events ul.wall-list li.item a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.main-content .view-offers-listings ul.wall-list li.item a:hover,
.cke_editable .view-offers-listings ul.wall-list li.item a:hover,
.main-content .view-events ul.wall-list li.item a:hover,
.cke_editable .view-events ul.wall-list li.item a:hover,
.main-content .view-offers-listings ul.wall-list li.item a:focus,
.cke_editable .view-offers-listings ul.wall-list li.item a:focus,
.main-content .view-events ul.wall-list li.item a:focus,
.cke_editable .view-events ul.wall-list li.item a:focus {
  text-decoration: none;
}
.main-content .view-offers-listings ul.wall-list li.item .details,
.cke_editable .view-offers-listings ul.wall-list li.item .details,
.main-content .view-events ul.wall-list li.item .details,
.cke_editable .view-events ul.wall-list li.item .details {
  width: 100%;
  background: #177cda;
  padding: 16px 19px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
  color: #fff;
  border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-content .view-offers-listings ul.wall-list li.item .details h3,
.cke_editable .view-offers-listings ul.wall-list li.item .details h3,
.main-content .view-events ul.wall-list li.item .details h3,
.cke_editable .view-events ul.wall-list li.item .details h3 {
  font-size: 25px;
  margin-bottom: 9px;
  color: #fff;
}
.main-content .view-offers-listings ul.wall-list li.item .details h3:after,
.cke_editable .view-offers-listings ul.wall-list li.item .details h3:after,
.main-content .view-events ul.wall-list li.item .details h3:after,
.cke_editable .view-events ul.wall-list li.item .details h3:after {
  content: " \f054";
  font-family: "FontAwesome";
  font-size: 19px;
  vertical-align: middle;
  margin-left: 4px;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
  padding-left: 28px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.lt-ie9 .main-content .view-offers-listings ul.wall-list li.item .details h3,
.lt-ie9 .cke_editable .view-offers-listings ul.wall-list li.item .details h3,
.lt-ie9 .main-content .view-events ul.wall-list li.item .details h3,
.lt-ie9 .cke_editable .view-events ul.wall-list li.item .details h3 {
  background: #1671c7;
}
.main-content .view-offers-listings ul.wall-list li.item .details .truncated-description,
.cke_editable .view-offers-listings ul.wall-list li.item .details .truncated-description,
.main-content .view-events ul.wall-list li.item .details .truncated-description,
.cke_editable .view-events ul.wall-list li.item .details .truncated-description {
  max-height: 87px;
  overflow: hidden;
  position: relative;
}
.main-content .view-offers-listings ul.wall-list li.item .details .truncated-description:after,
.cke_editable .view-offers-listings ul.wall-list li.item .details .truncated-description:after,
.main-content .view-events ul.wall-list li.item .details .truncated-description:after,
.cke_editable .view-events ul.wall-list li.item .details .truncated-description:after {
  content: " ";
  box-shadow: inset 0px -20px 10px -10px rgba(23, 124, 218, 0.85);
  position: absolute;
  top: 72px;
  height: 15px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-content .view-offers-listings ul.wall-list li.item .details p,
.cke_editable .view-offers-listings ul.wall-list li.item .details p,
.main-content .view-events ul.wall-list li.item .details p,
.cke_editable .view-events ul.wall-list li.item .details p {
  font-size: 16px;
  font-family: 'open_sanslight', arial, sans-serif;
  margin-bottom: 0;
}
.main-content .view-offers-listings ul.wall-list li.item .details div,
.cke_editable .view-offers-listings ul.wall-list li.item .details div,
.main-content .view-events ul.wall-list li.item .details div,
.cke_editable .view-events ul.wall-list li.item .details div {
  font-size: 17px;
  margin-bottom: 4px;
  padding-top: 3px;
}
.main-content .view-offers-listings ul.wall-list li.item .details div i,
.cke_editable .view-offers-listings ul.wall-list li.item .details div i,
.main-content .view-events ul.wall-list li.item .details div i,
.cke_editable .view-events ul.wall-list li.item .details div i {
  margin-right: 0px;
  width: 20px;
  text-align: center;
  vertical-align: -2%;
}
.main-content .view-offers-listings ul.wall-list li.item .details .station,
.cke_editable .view-offers-listings ul.wall-list li.item .details .station,
.main-content .view-events ul.wall-list li.item .details .station,
.cke_editable .view-events ul.wall-list li.item .details .station {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: -8px;
  padding-top: 6px;
}
.main-content .view-offers-listings ul.wall-list li.item .price,
.cke_editable .view-offers-listings ul.wall-list li.item .price,
.main-content .view-events ul.wall-list li.item .price,
.cke_editable .view-events ul.wall-list li.item .price {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: -10px;
  left: -10px;
  height: 100px;
  width: 100px;
}
.main-content .view-offers-listings ul.wall-list li.item .price.text,
.cke_editable .view-offers-listings ul.wall-list li.item .price.text,
.main-content .view-events ul.wall-list li.item .price.text,
.cke_editable .view-events ul.wall-list li.item .price.text {
  background: #e05d76;
  color: #fff;
  line-height: 1;
  border-radius: 200px;
  text-align: center;
  font-size: 0.0001px;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.5), inset 0 -2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.main-content .view-offers-listings ul.wall-list li.item .price.text:before,
.cke_editable .view-offers-listings ul.wall-list li.item .price.text:before,
.main-content .view-events ul.wall-list li.item .price.text:before,
.cke_editable .view-events ul.wall-list li.item .price.text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.main-content .view-offers-listings ul.wall-list li.item .price.text .badge-inner,
.cke_editable .view-offers-listings ul.wall-list li.item .price.text .badge-inner,
.main-content .view-events ul.wall-list li.item .price.text .badge-inner,
.cke_editable .view-events ul.wall-list li.item .price.text .badge-inner {
  display: inline-block;
  vertical-align: middle;
}
.main-content .view-offers-listings ul.wall-list li.item .price.text span,
.cke_editable .view-offers-listings ul.wall-list li.item .price.text span,
.main-content .view-events ul.wall-list li.item .price.text span,
.cke_editable .view-events ul.wall-list li.item .price.text span {
  font-family: 'alegreya_sansregular', arial, sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 0;
}
.main-content .view-offers-listings ul.wall-list li.item .price.text.multi-text span,
.cke_editable .view-offers-listings ul.wall-list li.item .price.text.multi-text span,
.main-content .view-events ul.wall-list li.item .price.text.multi-text span,
.cke_editable .view-events ul.wall-list li.item .price.text.multi-text span {
  font-family: 'open_sanslight', arial, sans-serif;
  font-size: 14px;
}
.main-content .view-offers-listings ul.wall-list li.item .price.text.multi-text span.admission,
.cke_editable .view-offers-listings ul.wall-list li.item .price.text.multi-text span.admission,
.main-content .view-events ul.wall-list li.item .price.text.multi-text span.admission,
.cke_editable .view-events ul.wall-list li.item .price.text.multi-text span.admission {
  font-size: 25px;
  font-family: 'alegreya_sansregular', arial, sans-serif;
}
.main-content .view-offers-listings ul.wall-list li.item .ranking,
.cke_editable .view-offers-listings ul.wall-list li.item .ranking,
.main-content .view-events ul.wall-list li.item .ranking,
.cke_editable .view-events ul.wall-list li.item .ranking {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: -10px;
  left: -10px;
  height: 50px;
  width: 50px;
}
.main-content .view-offers-listings ul.wall-list li.item .ranking.text,
.cke_editable .view-offers-listings ul.wall-list li.item .ranking.text,
.main-content .view-events ul.wall-list li.item .ranking.text,
.cke_editable .view-events ul.wall-list li.item .ranking.text {
  background: #e05d76;
  color: #fff;
  line-height: 1;
  border-radius: 200px;
  text-align: center;
  font-size: 0.0001px;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.5), inset 0 -2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.main-content .view-offers-listings ul.wall-list li.item .ranking.text:before,
.cke_editable .view-offers-listings ul.wall-list li.item .ranking.text:before,
.main-content .view-events ul.wall-list li.item .ranking.text:before,
.cke_editable .view-events ul.wall-list li.item .ranking.text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.main-content .view-offers-listings ul.wall-list li.item .ranking.text .badge-inner,
.cke_editable .view-offers-listings ul.wall-list li.item .ranking.text .badge-inner,
.main-content .view-events ul.wall-list li.item .ranking.text .badge-inner,
.cke_editable .view-events ul.wall-list li.item .ranking.text .badge-inner {
  display: inline-block;
  vertical-align: middle;
}
.main-content .view-offers-listings ul.wall-list li.item .ranking.text span,
.cke_editable .view-offers-listings ul.wall-list li.item .ranking.text span,
.main-content .view-events ul.wall-list li.item .ranking.text span,
.cke_editable .view-events ul.wall-list li.item .ranking.text span {
  font-family: 'alegreya_sansregular', arial, sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 0;
}
.main-content .view-offers-listings ul.wall-list li.item .ranking.text.multi-text span,
.cke_editable .view-offers-listings ul.wall-list li.item .ranking.text.multi-text span,
.main-content .view-events ul.wall-list li.item .ranking.text.multi-text span,
.cke_editable .view-events ul.wall-list li.item .ranking.text.multi-text span {
  font-family: 'open_sanslight', arial, sans-serif;
  font-size: 14px;
}
.main-content .view-offers-listings ul.wall-list li.item .ranking.text.multi-text span.admission,
.cke_editable .view-offers-listings ul.wall-list li.item .ranking.text.multi-text span.admission,
.main-content .view-events ul.wall-list li.item .ranking.text.multi-text span.admission,
.cke_editable .view-events ul.wall-list li.item .ranking.text.multi-text span.admission {
  font-size: 25px;
  font-family: 'alegreya_sansregular', arial, sans-serif;
}
.main-content .view-offers-listings ul.wall-list li.item a:hover h3:after,
.cke_editable .view-offers-listings ul.wall-list li.item a:hover h3:after,
.main-content .view-events ul.wall-list li.item a:hover h3:after,
.cke_editable .view-events ul.wall-list li.item a:hover h3:after {
  right: -5px;
}
.main-content .view-offers-listings ul.wall-list li.item a:hover .details,
.cke_editable .view-offers-listings ul.wall-list li.item a:hover .details,
.main-content .view-events ul.wall-list li.item a:hover .details,
.cke_editable .view-events ul.wall-list li.item a:hover .details {
  background: #085fb0;
}
.main-content .view-offers-listings ul.wall-list li.item a:hover .price,
.cke_editable .view-offers-listings ul.wall-list li.item a:hover .price,
.main-content .view-events ul.wall-list li.item a:hover .price,
.cke_editable .view-events ul.wall-list li.item a:hover .price {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Chrome, Safari, Opera */
  transform: scale(1.1, 1.1);
}
.main-content .view-offers-listings ul.wall-list li.item a:hover .truncated-description:after,
.cke_editable .view-offers-listings ul.wall-list li.item a:hover .truncated-description:after,
.main-content .view-events ul.wall-list li.item a:hover .truncated-description:after,
.cke_editable .view-events ul.wall-list li.item a:hover .truncated-description:after {
  box-shadow: inset 0px -20px 10px -10px #085fb0;
}
.main-content .view-offers-listings ul.wall-list li.item > ul,
.cke_editable .view-offers-listings ul.wall-list li.item > ul,
.main-content .view-events ul.wall-list li.item > ul,
.cke_editable .view-events ul.wall-list li.item > ul {
  padding-left: 0;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 10px 10px 7px 10px;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  overflow: auto;
  background: #1262ac;
}
.main-content .view-offers-listings ul.wall-list li.item > ul li,
.cke_editable .view-offers-listings ul.wall-list li.item > ul li,
.main-content .view-events ul.wall-list li.item > ul li,
.cke_editable .view-events ul.wall-list li.item > ul li {
  list-style-type: none;
  background: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  float: left;
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 3px;
}
.main-content .view-offers-listings ul.wall-list li.item > ul li:before,
.cke_editable .view-offers-listings ul.wall-list li.item > ul li:before,
.main-content .view-events ul.wall-list li.item > ul li:before,
.cke_editable .view-events ul.wall-list li.item > ul li:before {
  content: none;
}
.main-content .view-offers-listings ul.wall-list li.item > ul li a,
.cke_editable .view-offers-listings ul.wall-list li.item > ul li a,
.main-content .view-events ul.wall-list li.item > ul li a,
.cke_editable .view-events ul.wall-list li.item > ul li a {
  color: #177cda;
  font-family: 'open_sansregular', arial, sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-content .view-offers-listings ul.wall-list li.item > ul li a:before,
.cke_editable .view-offers-listings ul.wall-list li.item > ul li a:before,
.main-content .view-events ul.wall-list li.item > ul li a:before,
.cke_editable .view-events ul.wall-list li.item > ul li a:before {
  content: " \f02b";
  font-family: "FontAwesome";
  vertical-align: 0%;
  margin-right: 4px;
}
.main-content .view-offers-listings ul.wall-list li.item > ul li a:hover,
.cke_editable .view-offers-listings ul.wall-list li.item > ul li a:hover,
.main-content .view-events ul.wall-list li.item > ul li a:hover,
.cke_editable .view-events ul.wall-list li.item > ul li a:hover {
  color: #59636f;
}
@media (max-width: 1199px) {
  .main-content .view-offers-listings ul.wall-list li.item > ul li a,
  .cke_editable .view-offers-listings ul.wall-list li.item > ul li a,
  .main-content .view-events ul.wall-list li.item > ul li a,
  .cke_editable .view-events ul.wall-list li.item > ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main-content .view-offers-listings ul.wall-list li.item > ul li,
  .cke_editable .view-offers-listings ul.wall-list li.item > ul li,
  .main-content .view-events ul.wall-list li.item > ul li,
  .cke_editable .view-events ul.wall-list li.item > ul li {
    white-space: normal;
  }
}
@media (max-width: 550px) {
  .main-content .view-offers-listings ul.wall-list li.item,
  .cke_editable .view-offers-listings ul.wall-list li.item,
  .main-content .view-events ul.wall-list li.item,
  .cke_editable .view-events ul.wall-list li.item {
    width: 71%;
    margin: 0 auto 30px auto;
    float: none;
    clear: both;
  }
  .main-content .view-offers-listings ul.wall-list li.item .unit-item,
  .cke_editable .view-offers-listings ul.wall-list li.item .unit-item,
  .main-content .view-events ul.wall-list li.item .unit-item,
  .cke_editable .view-events ul.wall-list li.item .unit-item,
  .main-content .view-offers-listings ul.wall-list li.item img,
  .cke_editable .view-offers-listings ul.wall-list li.item img,
  .main-content .view-events ul.wall-list li.item img,
  .cke_editable .view-events ul.wall-list li.item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 550px) {
  .main-content .view-offers-listings ul.wall-list li.item,
  .cke_editable .view-offers-listings ul.wall-list li.item,
  .main-content .view-events ul.wall-list li.item,
  .cke_editable .view-events ul.wall-list li.item {
    width: 100% !important;
  }
}
.main-content .view-offers-listings .pager,
.cke_editable .view-offers-listings .pager,
.main-content .view-events .pager,
.cke_editable .view-events .pager {
  display: none;
}
.main-content .view-press-association-top-10,
.cke_editable .view-press-association-top-10 {
  border-radius: 3px;
}
.main-content .view-press-association-top-10 #edit-type-wrapper.views-exposed-widget,
.cke_editable .view-press-association-top-10 #edit-type-wrapper.views-exposed-widget,
.main-content .view-press-association-top-10 #edit-category-wrapper.views-exposed-widget,
.cke_editable .view-press-association-top-10 #edit-category-wrapper.views-exposed-widget {
  float: none;
}
.main-content .view-press-association-top-10 #edit-type-wrapper.views-exposed-widget label.exposed-label,
.cke_editable .view-press-association-top-10 #edit-type-wrapper.views-exposed-widget label.exposed-label,
.main-content .view-press-association-top-10 #edit-category-wrapper.views-exposed-widget label.exposed-label,
.cke_editable .view-press-association-top-10 #edit-category-wrapper.views-exposed-widget label.exposed-label {
  float: left;
  margin: 0 10px 0 0;
  padding-right: 5px;
  font-weight: normal;
  font-family: 'open_sanssemibold', arial, sans-serif;
}
.main-content .view-press-association-top-10 #edit-type-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.cke_editable .view-press-association-top-10 #edit-type-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.main-content .view-press-association-top-10 #edit-category-wrapper.views-exposed-widget .bef-select-as-checkboxes,
.cke_editable .view-press-association-top-10 #edit-category-wrapper.views-exposed-widget .bef-select-as-checkboxes {
  padding-top: 0;
}
.main-content .view-press-association-top-10 #edit-search-wrapper,
.cke_editable .view-press-association-top-10 #edit-search-wrapper {
  float: none;
}
.main-content .view-press-association-top-10 .bef-select-as-checkboxes:before,
.cke_editable .view-press-association-top-10 .bef-select-as-checkboxes:before {
  content: "";
}
.main-content .view-press-association-top-10 ul.filter,
.cke_editable .view-press-association-top-10 ul.filter {
  padding-left: 0;
  padding-top: 3px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-top: 0;
  border-radius: 3px;
  overflow: auto;
  box-shadow: 0px 11px 9px -10px #aaaaaa;
}
.main-content .view-press-association-top-10 ul.filter:before,
.cke_editable .view-press-association-top-10 ul.filter:before {
  content: "\f02c";
  font-family: "FontAwesome";
  margin-right: 7px;
  margin-top: -3px;
  float: left;
  font-size: 154%;
  color: #177cda;
}
.main-content .view-press-association-top-10 ul.filter li,
.cke_editable .view-press-association-top-10 ul.filter li {
  margin: 0;
}
.main-content .view-press-association-top-10 ul.filter li:before,
.cke_editable .view-press-association-top-10 ul.filter li:before {
  content: none;
}
.main-content .view-press-association-top-10 ul.filter li a,
.cke_editable .view-press-association-top-10 ul.filter li a {
  background: #177cda;
  padding: 2px 6px;
  border-radius: 4px;
  float: left;
  white-space: nowrap;
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
  color: #fff;
  font-family: 'open_sansregular', arial, sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
.main-content .view-press-association-top-10 ul.filter li a:hover,
.cke_editable .view-press-association-top-10 ul.filter li a:hover {
  background: #085fb0;
}
.main-content .view-press-association-top-10 ul.filter li a.active,
.cke_editable .view-press-association-top-10 ul.filter li a.active {
  color: inherit;
  background: #fff;
  box-shadow: 0 0 2px #555;
}
.main-content .view-press-association-top-10 ul.filter li a.active:after,
.cke_editable .view-press-association-top-10 ul.filter li a.active:after {
  content: " \f057";
  font-family: "FontAwesome";
  vertical-align: 0%;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-content .view-press-association-top-10 ul.filter li a.active:hover:after,
.cke_editable .view-press-association-top-10 ul.filter li a.active:hover:after {
  color: #177cda;
}
.main-content .view-press-association-top-10 .bef-select-as-radios,
.cke_editable .view-press-association-top-10 .bef-select-as-radios {
  box-shadow: 0px 11px 9px -10px #aaaaaa;
  margin-bottom: 15px;
  padding-bottom: 11px;
}
.main-content .view-press-association-top-10 .bef-select-as-radios .form-type-radio input[type=radio]:checked + label:after,
.cke_editable .view-press-association-top-10 .bef-select-as-radios .form-type-radio input[type=radio]:checked + label:after {
  content: " \f058";
  font-family: "FontAwesome";
  vertical-align: 0%;
  -webkit-transition: all 0.3s ease-out 0;
  -moz-transition: all 0.3s ease-out 0;
  -o-transition: all 0.3s ease-out 0;
  transition: all 0.3s ease-out 0;
  color: #177cda;
}
.main-content .view-press-association-top-10 div.view-content,
.cke_editable .view-press-association-top-10 div.view-content {
  margin: 0;
  padding: 0;
}
.main-content .view-press-association-top-10 div.view-content div.item,
.cke_editable .view-press-association-top-10 div.view-content div.item {
  width: 45.67%;
  display: inline-block;
  margin: 2.5% 2.5% 2.5% 1.5%;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .main-content .view-press-association-top-10 div.view-content div.item,
  .cke_editable .view-press-association-top-10 div.view-content div.item {
    width: 44%;
  }
}
.main-content .view-press-association-top-10 div.view-content div.item img,
.cke_editable .view-press-association-top-10 div.view-content div.item img {
  border-radius: 2px 2px 0 0;
}
.main-content .view-press-association-top-10 div.view-content div.item a,
.cke_editable .view-press-association-top-10 div.view-content div.item a {
  position: relative;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.main-content .view-press-association-top-10 div.view-content div.item a:after,
.cke_editable .view-press-association-top-10 div.view-content div.item a:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #00b066;
  height: 15px;
  width: 100%;
}
.main-content .view-press-association-top-10 div.view-content div.item a:hover,
.cke_editable .view-press-association-top-10 div.view-content div.item a:hover,
.main-content .view-press-association-top-10 div.view-content div.item a:focus,
.cke_editable .view-press-association-top-10 div.view-content div.item a:focus {
  text-decoration: none;
}
.main-content .view-press-association-top-10 div.view-content div.item .details,
.cke_editable .view-press-association-top-10 div.view-content div.item .details {
  height: 230px;
  position: relative;
  width: 100%;
  background: #177cda;
  padding: 16px 19px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
  color: #fff;
  border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-content .view-press-association-top-10 div.view-content div.item .details:after,
.cke_editable .view-press-association-top-10 div.view-content div.item .details:after {
  content: " ";
  position: absolute;
  bottom: 15px;
  left: 0px;
  height: 15px;
  width: 100%;
  box-shadow: inset 0px -20px 10px -10px rgba(23, 124, 218, 0.85) !important;
}
.main-content .view-press-association-top-10 div.view-content div.item .details h3,
.cke_editable .view-press-association-top-10 div.view-content div.item .details h3 {
  font-size: 25px;
  margin-bottom: 9px;
  color: #fff;
}
.main-content .view-press-association-top-10 div.view-content div.item .details h3:after,
.cke_editable .view-press-association-top-10 div.view-content div.item .details h3:after {
  content: " \f054";
  font-family: "FontAwesome";
  font-size: 19px;
  vertical-align: middle;
  margin-left: 4px;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
  padding-left: 28px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.lt-ie9 .main-content .view-press-association-top-10 div.view-content div.item .details h3,
.lt-ie9 .cke_editable .view-press-association-top-10 div.view-content div.item .details h3 {
  background: #1671c7;
}
.main-content .view-press-association-top-10 div.view-content div.item .details .truncated-description,
.cke_editable .view-press-association-top-10 div.view-content div.item .details .truncated-description {
  overflow: hidden;
  position: relative;
}
.main-content .view-press-association-top-10 div.view-content div.item .details p,
.cke_editable .view-press-association-top-10 div.view-content div.item .details p {
  font-size: 16px;
  font-family: 'open_sanslight', arial, sans-serif;
  margin-bottom: 0;
}
.main-content .view-press-association-top-10 div.view-content div.item .details div,
.cke_editable .view-press-association-top-10 div.view-content div.item .details div {
  font-size: 17px;
  margin-bottom: 4px;
  padding-top: 3px;
}
.main-content .view-press-association-top-10 div.view-content div.item .details div i,
.cke_editable .view-press-association-top-10 div.view-content div.item .details div i {
  margin-right: 0px;
  width: 20px;
  text-align: center;
  vertical-align: -2%;
}
.main-content .view-press-association-top-10 div.view-content div.item .details .station,
.cke_editable .view-press-association-top-10 div.view-content div.item .details .station {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: -8px;
  padding-top: 6px;
}
.main-content .view-press-association-top-10 div.view-content div.item .ranking,
.cke_editable .view-press-association-top-10 div.view-content div.item .ranking {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: -10px;
  left: -10px;
  height: 50px;
  width: 50px;
}
.main-content .view-press-association-top-10 div.view-content div.item .ranking.text,
.cke_editable .view-press-association-top-10 div.view-content div.item .ranking.text {
  background: #004c45;
  color: #fff;
  line-height: 1;
  border-radius: 200px;
  text-align: center;
  font-size: 0.0001px;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.5), inset 0 -2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.main-content .view-press-association-top-10 div.view-content div.item .ranking.text:before,
.cke_editable .view-press-association-top-10 div.view-content div.item .ranking.text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.main-content .view-press-association-top-10 div.view-content div.item .ranking.text .badge-inner,
.cke_editable .view-press-association-top-10 div.view-content div.item .ranking.text .badge-inner {
  display: inline-block;
  vertical-align: middle;
}
.main-content .view-press-association-top-10 div.view-content div.item .ranking.text span,
.cke_editable .view-press-association-top-10 div.view-content div.item .ranking.text span {
  font-family: 'alegreya_sansregular', arial, sans-serif;
  font-size: 24px;
  display: block;
  margin-bottom: 0;
}
.main-content .view-press-association-top-10 div.view-content div.item .ranking.text.multi-text span,
.cke_editable .view-press-association-top-10 div.view-content div.item .ranking.text.multi-text span {
  font-family: 'open_sanslight', arial, sans-serif;
  font-size: 14px;
}
.main-content .view-press-association-top-10 div.view-content div.item .ranking.text.multi-text span.admission,
.cke_editable .view-press-association-top-10 div.view-content div.item .ranking.text.multi-text span.admission {
  font-size: 25px;
  font-family: 'alegreya_sansregular', arial, sans-serif;
}
.main-content .view-press-association-top-10 div.view-content div.item a:hover h3:after,
.cke_editable .view-press-association-top-10 div.view-content div.item a:hover h3:after {
  right: -5px;
}
.main-content .view-press-association-top-10 div.view-content div.item a:hover .truncated-description:after,
.cke_editable .view-press-association-top-10 div.view-content div.item a:hover .truncated-description:after {
  box-shadow: inset 0px -20px 10px -10px #085fb0;
}
.main-content .view-press-association-top-10 div.view-content div.item > ul,
.cke_editable .view-press-association-top-10 div.view-content div.item > ul {
  position: relative;
  height: 79px;
  z-index: 20;
  padding-left: 0;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 10px 10px 7px 10px;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: #1262ac;
}
.main-content .view-press-association-top-10 div.view-content div.item > ul li,
.cke_editable .view-press-association-top-10 div.view-content div.item > ul li {
  cursor: default;
  list-style-type: none;
  margin-bottom: 10px;
  background: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  float: left;
  white-space: nowrap;
  margin-right: 10px;
}
.main-content .view-press-association-top-10 div.view-content div.item > ul li:before,
.cke_editable .view-press-association-top-10 div.view-content div.item > ul li:before {
  content: none;
}
.main-content .view-press-association-top-10 div.view-content div.item > ul li a,
.cke_editable .view-press-association-top-10 div.view-content div.item > ul li a {
  color: #177cda;
  font-family: 'open_sansregular', arial, sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-content .view-press-association-top-10 div.view-content div.item > ul li a:before,
.cke_editable .view-press-association-top-10 div.view-content div.item > ul li a:before {
  content: " \f02b";
  font-family: "FontAwesome";
  vertical-align: 0%;
  margin-right: 4px;
}
.main-content .view-press-association-top-10 div.view-content div.item > ul li a:hover,
.cke_editable .view-press-association-top-10 div.view-content div.item > ul li a:hover {
  color: #59636f;
}
@media (max-width: 1199px) {
  .main-content .view-press-association-top-10 div.view-content div.item > ul li a,
  .cke_editable .view-press-association-top-10 div.view-content div.item > ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main-content .view-press-association-top-10 div.view-content div.item > ul li,
  .cke_editable .view-press-association-top-10 div.view-content div.item > ul li {
    white-space: normal;
  }
}
@media (max-width: 550px) {
  .main-content .view-press-association-top-10 div.view-content div.item,
  .cke_editable .view-press-association-top-10 div.view-content div.item {
    width: 71%;
    margin: 0 auto 30px auto;
    float: none;
    clear: both;
  }
  .main-content .view-press-association-top-10 div.view-content div.item .unit-item,
  .cke_editable .view-press-association-top-10 div.view-content div.item .unit-item,
  .main-content .view-press-association-top-10 div.view-content div.item img,
  .cke_editable .view-press-association-top-10 div.view-content div.item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 550px) {
  .main-content .view-press-association-top-10 div.view-content div.item,
  .cke_editable .view-press-association-top-10 div.view-content div.item {
    width: 100% !important;
  }
}
.main-content .view-press-association-top-10 .pager,
.cke_editable .view-press-association-top-10 .pager {
  display: none;
}
.main-content .view-events ul.wall-list li.item .details,
.cke_editable .view-events ul.wall-list li.item .details {
  background: #4B4E5E;
  border-radius: 3px 3px 0 0;
}
.main-content .view-events ul.wall-list li.item a:hover .details,
.cke_editable .view-events ul.wall-list li.item a:hover .details {
  background: #177cda;
}
.main-content .view-events ul.wall-list li.item ul,
.cke_editable .view-events ul.wall-list li.item ul {
  background: #747890;
}
.main-content .view-events ul.wall-list li.item h3,
.cke_editable .view-events ul.wall-list li.item h3 {
  margin-bottom: 4px;
  font-size: 24px;
}
.main-content .view-events ul.wall-list li.item p,
.cke_editable .view-events ul.wall-list li.item p {
  font-size: 15px;
}
.main-content .view-events ul.wall-list li.item .image-wrapper.has-image img,
.cke_editable .view-events ul.wall-list li.item .image-wrapper.has-image img {
  width: 100%;
  max-width: none;
  border-radius: 0;
}
.main-content .view-offers-listings .pager,
.cke_editable .view-offers-listings .pager {
  display: none;
}
.main-content .node-offer .field-type-image img,
.cke_editable .node-offer .field-type-image img {
  float: right;
  margin-left: 6%;
  margin-bottom: 1em;
  width: 47%;
}
@media (max-width: 580px) {
  .main-content .node-offer .field-type-image img,
  .cke_editable .node-offer .field-type-image img {
    width: 100%;
  }
}
.main-content .node-offer .field-type-taxonomy-term-reference,
.cke_editable .node-offer .field-type-taxonomy-term-reference {
  overflow: auto;
  margin-bottom: 37px;
  box-shadow: 0px 11px 9px -10px #aaaaaa;
  padding: 10px 6px;
  margin-top: -27px;
}
.main-content .node-offer .field-type-taxonomy-term-reference a,
.cke_editable .node-offer .field-type-taxonomy-term-reference a {
  background: #fff;
  color: #177cda;
  padding: 2px 5px;
  border: 1px solid #177cda;
  border-radius: 4px;
  float: left;
  display: inline-block;
  white-space: nowrap;
  margin-right: 14px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-content .node-offer .field-type-taxonomy-term-reference a:hover,
.cke_editable .node-offer .field-type-taxonomy-term-reference a:hover {
  text-decoration: none;
  background: #085fb0;
  color: #fff;
}
.main-content .node-offer .field-type-taxonomy-term-reference a:before,
.cke_editable .node-offer .field-type-taxonomy-term-reference a:before {
  content: " \f02b";
  font-family: "FontAwesome";
  vertical-align: 0%;
  margin-right: 4px;
}
.main-content .node-offer .field-name-field-url,
.cke_editable .node-offer .field-name-field-url {
  margin-right: 20px;
}
.main-content .node-offer .field-name-field-url h2,
.cke_editable .node-offer .field-name-field-url h2 {
  display: none;
}
.main-content .node-offer .field-name-field-url,
.cke_editable .node-offer .field-name-field-url {
  float: left;
}
.main-content .node-offer .field-name-field-url a,
.cke_editable .node-offer .field-name-field-url a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-content .node-offer .field-name-field-url a:hover,
.cke_editable .node-offer .field-name-field-url a:hover {
  background: #fff;
  text-shadow: none;
  text-decoration: none;
}
.main-content .node-offer .field-name-field-location,
.cke_editable .node-offer .field-name-field-location {
  width: 100%;
}
.main-content .node-offer .field-name-field-location .getlocations_map_wrapper_inner,
.cke_editable .node-offer .field-name-field-location .getlocations_map_wrapper_inner {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .main-content .node-offer .field-name-field-location .getlocations_map_wrapper_inner img.getlocations_map,
  .cke_editable .node-offer .field-name-field-location .getlocations_map_wrapper_inner img.getlocations_map {
    height: auto !important;
  }
}
.main-content .node-offer .field-name-field-location .showDynamicMapButton,
.cke_editable .node-offer .field-name-field-location .showDynamicMapButton {
  float: right;
}
.main-content .node-offer .field-name-field-location .showDynamicMapButton .btn,
.cke_editable .node-offer .field-name-field-location .showDynamicMapButton .btn {
  border-radius: 0 0 4px 4px;
  border-width: 0;
  color: #ffffff;
  background-color: #2e89de;
}
.main-content .node-offer .field-name-field-location .showDeferredMapButton button:disabled,
.cke_editable .node-offer .field-name-field-location .showDeferredMapButton button:disabled,
.main-content .node-offer .field-name-field-location .showDeferredMapButton button[disabled],
.cke_editable .node-offer .field-name-field-location .showDeferredMapButton button[disabled] {
  display: none;
}
.main-content .node-offer .field-name-field-location,
.cke_editable .node-offer .field-name-field-location {
  float: left;
  padding: 7px 15px 16px 15px;
  background: #f4f4f4;
  margin-right: 3%;
  margin-bottom: 19px;
}
.main-content .view-employee-profiles .view-content,
.cke_editable .view-employee-profiles .view-content {
  margin-top: 0;
}
.main-content .view-employee-profiles .employee-list,
.cke_editable .view-employee-profiles .employee-list {
  box-shadow: 0 0 3px #aaa;
  padding: 2%;
}
.main-content .view-employee-profiles .employee-list ul.wall-list li,
.cke_editable .view-employee-profiles .employee-list ul.wall-list li {
  box-shadow: 0px 11px 9px -10px #aaaaaa;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.main-content .view-employee-profiles .employee-list ul.wall-list h2,
.cke_editable .view-employee-profiles .employee-list ul.wall-list h2 {
  margin-top: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.main-content .view-employee-profiles .employee-list ul.wall-list .image-title-wrapper,
.cke_editable .view-employee-profiles .employee-list ul.wall-list .image-title-wrapper {
  position: relative;
  overflow: hidden;
}
.main-content .view-employee-profiles .employee-list ul.wall-list .image-title-wrapper .subtitle,
.cke_editable .view-employee-profiles .employee-list ul.wall-list .image-title-wrapper .subtitle {
  position: absolute;
  bottom: 15px;
  top: auto;
  left: 15px;
  background: rgba(22, 113, 199, 0.88);
  color: #fff;
  font-size: 17px;
  padding: 9px 14px;
  z-index: 10;
}
@media (max-width: 830px) {
  .main-content .view-employee-profiles .employee-list ul.wall-list .image-title-wrapper .subtitle,
  .cke_editable .view-employee-profiles .employee-list ul.wall-list .image-title-wrapper .subtitle {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 7px;
  }
}
.lt-ie9 .main-content .view-employee-profiles .employee-list ul.wall-list .image-title-wrapper .subtitle,
.lt-ie9 .cke_editable .view-employee-profiles .employee-list ul.wall-list .image-title-wrapper .subtitle {
  background: #1671c7;
}
.main-content .view-employee-profiles .employee-list ul.wall-list img,
.cke_editable .view-employee-profiles .employee-list ul.wall-list img {
  -webkit-transition: all 1.4s ease-out 0s;
  -moz-transition: all 1.4s ease-out 0s;
  -o-transition: all 1.4s ease-out 0s;
  transition: all 1.4s ease-out 0s;
}
.main-content .view-employee-profiles .employee-list ul.wall-list a:hover img,
.cke_editable .view-employee-profiles .employee-list ul.wall-list a:hover img {
  -ms-transform: scale(1.05, 1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.05);
  /* Chrome, Safari, Opera */
  transform: scale(1.05, 1.05);
}
.main-content .view-employee-profiles .employee-list ul.wall-list a:hover h2,
.cke_editable .view-employee-profiles .employee-list ul.wall-list a:hover h2 {
  color: #177cda;
}
.node-type-employee-profile .main-content .field-name-field-job-title,
.node-type-employee-profile .cke_editable .field-name-field-job-title {
  background: rgba(0, 38, 100, 0.83);
  color: #fff;
  font-size: 17px;
  padding: 9px 14px;
  display: inline-block;
  float: left;
}
.node-type-employee-profile .main-content .field-type-text-with-summary .field-item:before,
.node-type-employee-profile .cke_editable .field-type-text-with-summary .field-item:before,
.node-type-employee-profile .main-content .field-type-text-with-summary .field-item:after,
.node-type-employee-profile .cke_editable .field-type-text-with-summary .field-item:after {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 40px;
  color: #5D5398;
}
.node-type-employee-profile .main-content .field-type-text-with-summary .field-item:before,
.node-type-employee-profile .cke_editable .field-type-text-with-summary .field-item:before {
  float: left;
  margin-right: 17px;
}
.node-type-employee-profile .main-content .field-type-text-with-summary .field-item:after,
.node-type-employee-profile .cke_editable .field-type-text-with-summary .field-item:after {
  float: right;
  content: "\f10e";
}
.main-content .field-name-field-main-image,
.cke_editable .field-name-field-main-image {
  float: right;
  margin-left: 15px;
  max-width: 50%;
  padding-top: 6px;
}
@media (max-width: 480px) {
  .main-content .field-name-field-main-image,
  .cke_editable .field-name-field-main-image {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }
}
.main-content .node-image .content,
.cke_editable .node-image .content {
  position: relative;
}
.main-content .node-image .content .field,
.cke_editable .node-image .content .field {
  width: 100%;
}
.main-content .node-image .content .field-name-field-description,
.cke_editable .node-image .content .field-name-field-description {
  /* caption */
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
  bottom: 0;
  color: #3a4249;
  margin-bottom: 0;
  padding: 8px 12px;
  position: absolute;
}
@media (max-width: 767px) {
  .main-content .node-image .content .field-name-field-description,
  .cke_editable .node-image .content .field-name-field-description {
    position: relative;
    padding: 4px 0;
  }
}
.main-content .node-image .content .field-name-field-description p,
.cke_editable .node-image .content .field-name-field-description p {
  margin-bottom: 0;
}
.main-content .node-image .content .field-name-field-credit,
.cke_editable .node-image .content .field-name-field-credit {
  font-size: 0.8em;
  margin-bottom: 0;
  position: absolute;
  text-align: right;
}
@media (max-width: 767px) {
  .main-content .node-image .content .field-name-field-credit,
  .cke_editable .node-image .content .field-name-field-credit {
    position: relative;
    padding: 4px 0;
    text-align: center;
  }
}
.front .main-content #block-abellio-franchise-accordion-blocks,
.front .cke_editable #block-abellio-franchise-accordion-blocks {
  margin-bottom: 40px;
}
.main-content .view-scroller .view-content,
.cke_editable .view-scroller .view-content,
.main-content .view-scroller .view-empty,
.cke_editable .view-scroller .view-empty {
  margin-top: 0;
}
.main-content .vert-scroller-wrapper,
.cke_editable .vert-scroller-wrapper {
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 2px #cccccc;
  left: 0;
  width: 100%;
  height: 186px;
  background: #fff;
  overflow: hidden;
}
.main-content .vert-scroller-wrapper .vert-scroller,
.cke_editable .vert-scroller-wrapper .vert-scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.main-content .vert-scroller-wrapper ul,
.cke_editable .vert-scroller-wrapper ul {
  list-style: none;
  padding: 20px 10px;
  margin: 0;
  text-align: left;
}
.main-content .vert-scroller-wrapper ul li,
.cke_editable .vert-scroller-wrapper ul li {
  padding: 9px 7px 3px 7px;
  border-bottom: 1px solid #dddddd;
}
.main-content .vert-scroller-wrapper ul li a,
.cke_editable .vert-scroller-wrapper ul li a {
  color: inherit;
  text-decoration: none;
  font-family: 'open_sansregular', arial, sans-serif;
}
.main-content .vert-scroller-wrapper.news li,
.cke_editable .vert-scroller-wrapper.news li,
.main-content .vert-scroller-wrapper.engineering li,
.cke_editable .vert-scroller-wrapper.engineering li,
.main-content .vert-scroller-wrapper.alterations-soon li,
.cke_editable .vert-scroller-wrapper.alterations-soon li {
  padding: 9px 7px 3px 33px;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.main-content .vert-scroller-wrapper.news li:before,
.cke_editable .vert-scroller-wrapper.news li:before,
.main-content .vert-scroller-wrapper.engineering li:before,
.cke_editable .vert-scroller-wrapper.engineering li:before,
.main-content .vert-scroller-wrapper.alterations-soon li:before,
.cke_editable .vert-scroller-wrapper.alterations-soon li:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 110%;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 6px;
  line-height: 1;
  margin-left: -25px;
  color: inherit;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.main-content .vert-scroller-wrapper.news li:hover,
.cke_editable .vert-scroller-wrapper.news li:hover,
.main-content .vert-scroller-wrapper.engineering li:hover,
.cke_editable .vert-scroller-wrapper.engineering li:hover,
.main-content .vert-scroller-wrapper.alterations-soon li:hover,
.cke_editable .vert-scroller-wrapper.alterations-soon li:hover {
  padding-left: 37px;
  padding-right: 3px;
}
.main-content .vert-scroller-wrapper.news li:hover:before,
.cke_editable .vert-scroller-wrapper.news li:hover:before,
.main-content .vert-scroller-wrapper.engineering li:hover:before,
.cke_editable .vert-scroller-wrapper.engineering li:hover:before,
.main-content .vert-scroller-wrapper.alterations-soon li:hover:before,
.cke_editable .vert-scroller-wrapper.alterations-soon li:hover:before {
  margin-right: 2px;
}
.main-content .vert-scroller-wrapper.news li a,
.cke_editable .vert-scroller-wrapper.news li a,
.main-content .vert-scroller-wrapper.engineering li a,
.cke_editable .vert-scroller-wrapper.engineering li a,
.main-content .vert-scroller-wrapper.alterations-soon li a,
.cke_editable .vert-scroller-wrapper.alterations-soon li a {
  display: inline-block;
  width: 100%;
  padding-right: 24px;
  padding-top: 2px;
  padding-bottom: 8px;
}
.main-content .vert-scroller-wrapper.engineering li .views-field-field-alt-dates,
.cke_editable .vert-scroller-wrapper.engineering li .views-field-field-alt-dates,
.main-content .vert-scroller-wrapper.alterations-soon li .views-field-field-alt-dates,
.cke_editable .vert-scroller-wrapper.alterations-soon li .views-field-field-alt-dates {
  display: inline-block;
}
.main-content .vert-scroller-wrapper.engineering li .date-display-start,
.cke_editable .vert-scroller-wrapper.engineering li .date-display-start,
.main-content .vert-scroller-wrapper.alterations-soon li .date-display-start,
.cke_editable .vert-scroller-wrapper.alterations-soon li .date-display-start,
.main-content .vert-scroller-wrapper.engineering li .date-display-end,
.cke_editable .vert-scroller-wrapper.engineering li .date-display-end,
.main-content .vert-scroller-wrapper.alterations-soon li .date-display-end,
.cke_editable .vert-scroller-wrapper.alterations-soon li .date-display-end {
  font-style: italic;
  margin-right: 4px;
  display: inline;
  color: #9396A0;
}
.main-content .vert-scroller-wrapper .control.up,
.cke_editable .vert-scroller-wrapper .control.up,
.main-content .vert-scroller-wrapper .control.down,
.cke_editable .vert-scroller-wrapper .control.down,
.main-content .vert-scroller-wrapper .control.prev,
.cke_editable .vert-scroller-wrapper .control.prev,
.main-content .vert-scroller-wrapper .control.next,
.cke_editable .vert-scroller-wrapper .control.next {
  font-size: 170%;
  position: absolute;
  right: 13px;
  top: 10px;
  z-index: 3;
}
.main-content .vert-scroller-wrapper .control.down,
.cke_editable .vert-scroller-wrapper .control.down,
.main-content .vert-scroller-wrapper .control.next,
.cke_editable .vert-scroller-wrapper .control.next {
  top: auto;
  bottom: 10px;
}
.main-content .vert-scroller-wrapper:before,
.cke_editable .vert-scroller-wrapper:before,
.main-content .vert-scroller-wrapper:after,
.cke_editable .vert-scroller-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 18px;
  background: transparent;
  box-shadow: inset 0px 12px 18px #fff;
  z-index: 2;
}
.main-content .vert-scroller-wrapper:after,
.cke_editable .vert-scroller-wrapper:after {
  top: auto;
  bottom: 0;
  box-shadow: inset 0px -12px 18px #ffffff;
}
.main-content .vert-scroller-wrapper.horizontal:after,
.cke_editable .vert-scroller-wrapper.horizontal:after,
.main-content .vert-scroller-wrapper.horizontal:before,
.cke_editable .vert-scroller-wrapper.horizontal:before {
  box-shadow: inset 0px -20px 20px #ffffff;
}
.main-content .vert-scroller-wrapper.horizontal:before,
.cke_editable .vert-scroller-wrapper.horizontal:before {
  box-shadow: inset 0px 20px 20px #fff;
}
.main-content .vert-scroller-empty,
.cke_editable .vert-scroller-empty {
  box-shadow: 1px 1px 2px #cccccc;
  background: #fff;
  padding: 20px 10px;
  font-family: 'open_sansregular', arial, sans-serif;
}
.main-content .vert-scroller-empty p,
.cke_editable .vert-scroller-empty p {
  margin-bottom: 0;
}
.main-content .toc-stations li.ui-menu-item,
.cke_editable .toc-stations li.ui-menu-item {
  border-bottom: 1px solid #73808f;
  background: #59636f;
}
.main-content .toc-stations li.ui-menu-item a,
.cke_editable .toc-stations li.ui-menu-item a {
  color: #fff;
}
.main-content .toc-stations li.ui-menu-item a span,
.cke_editable .toc-stations li.ui-menu-item a span {
  float: none;
}
.main-content .toc-stations li.ui-menu-item a i,
.cke_editable .toc-stations li.ui-menu-item a i {
  float: right;
}
.main-content .toc-stations li.ui-menu-item:hover,
.cke_editable .toc-stations li.ui-menu-item:hover,
.main-content .toc-stations li.ui-menu-item:focus,
.cke_editable .toc-stations li.ui-menu-item:focus,
.main-content .toc-stations li.ui-menu-item.ui-state-focus,
.cke_editable .toc-stations li.ui-menu-item.ui-state-focus,
.main-content .toc-stations li.ui-menu-item.ui-state-active,
.cke_editable .toc-stations li.ui-menu-item.ui-state-active {
  margin: 0;
  margin-left: -1px;
  margin-right: -1px;
  border-bottom: 1px solid #303a45;
  border-top: 1px solid transparent;
  background: #5f738a;
}
.main-content .toc-stations li.ui-menu-item:hover a span,
.cke_editable .toc-stations li.ui-menu-item:hover a span,
.main-content .toc-stations li.ui-menu-item:focus a span,
.cke_editable .toc-stations li.ui-menu-item:focus a span,
.main-content .toc-stations li.ui-menu-item.ui-state-focus a span,
.cke_editable .toc-stations li.ui-menu-item.ui-state-focus a span,
.main-content .toc-stations li.ui-menu-item.ui-state-active a span,
.cke_editable .toc-stations li.ui-menu-item.ui-state-active a span {
  color: #fff;
}
.main-content .service-check,
.cke_editable .service-check {
  margin-bottom: 40px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 0px 3px 1px #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  /* IE6-9 */
  padding: 15px 15px 10px 15px;
  min-height: 322px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-content .service-check,
  .cke_editable .service-check {
    min-height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-content .service-check,
  .cke_editable .service-check {
    min-height: 309px;
  }
}
.main-content .service-check .form-submit,
.cke_editable .service-check .form-submit {
  float: right;
}
@media (max-width: 500px) {
  .main-content .service-check .form-submit,
  .cke_editable .service-check .form-submit {
    float: none;
  }
}
.main-content .service-check.got-results .form-submit,
.cke_editable .service-check.got-results .form-submit {
  display: none;
}
.main-content .service-check.updating .update i,
.cke_editable .service-check.updating .update i {
  -webkit-animation: fa-spin 0.8s infinite linear;
  animation: fa-spin 0.8s infinite linear;
}
.main-content .service-check p,
.cke_editable .service-check p {
  padding: 5px 9px;
  background: #fff;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-top: -14px;
  margin-bottom: 14px;
  font-size: 15px;
  position: relative;
  overflow: auto;
}
.main-content .service-check p span,
.cke_editable .service-check p span {
  font-family: 'open_sanslight', arial, sans-serif;
  float: right;
  width: 110px;
  text-align: right;
  border-left: 1px dashed #cccccc;
  margin-left: 15px;
}
.main-content .service-check p span .update,
.cke_editable .service-check p span .update {
  color: #177cda;
  margin-left: 5px;
  padding: 3px 0 3px 10px;
  border-left: 1px solid #cccccc;
  font-size: 110%;
}
.main-content .service-check label,
.cke_editable .service-check label {
  color: #666;
}
.main-content .service-check .form-group,
.cke_editable .service-check .form-group {
  margin-bottom: 12px;
  right: -2px;
  position: relative;
}
.main-content .service-check .my-service-status,
.cke_editable .service-check .my-service-status {
  margin-bottom: 14px;
  border-radius: 0px;
}
.lt-ie9 .main-content,
.lt-ie9 .cke_editable {
  margin: 0px auto;
  width: 1280px;
}
.lt-ie9 .main-content .journey-zone .col-lg-4,
.lt-ie9 .cke_editable .journey-zone .col-lg-4 {
  width: 33%;
  float: left;
}
.lt-ie9 .main-content .journey-zone .col-lg-6,
.lt-ie9 .cke_editable .journey-zone .col-lg-6 {
  width: 50%;
  float: left;
}
.lt-ie9 .main-content .journey-zone .col-lg-8,
.lt-ie9 .cke_editable .journey-zone .col-lg-8 {
  width: 66%;
  float: left;
}
.lt-ie9 .main-content .blockspoof a.imageLink img,
.lt-ie9 .cke_editable .blockspoof a.imageLink img {
  width: 100%;
  height: auto;
}
.lt-ie9 .main-content .article .col-md-4,
.lt-ie9 .cke_editable .article .col-md-4 {
  width: 33%;
  float: left;
}
.lt-ie9 .main-content .article .col-md-8,
.lt-ie9 .cke_editable .article .col-md-8 {
  width: 66%;
  float: left;
}
.lt-ie9 .main-content .article .content .row .col-lg-6,
.lt-ie9 .cke_editable .article .content .row .col-lg-6 {
  width: 50%;
  float: left;
}
.blockspoof {
  position: relative;
}
.blockspoof.no-title {
  margin-top: 42px;
}
.journey-zone .blockspoof {
  position: relative;
}
.journey-zone .blockspoof a {
  width: 100%;
  display: block;
}
.journey-zone .blockspoof h2 {
  position: absolute;
  bottom: 0;
  background: rgba(0, 38, 100, 0.86);
}
.blockspoof .unit {
  margin-bottom: 30px;
  padding-bottom: 1px;
}
.blockspoof a {
  display: block;
  overflow: hidden;
  border: 1px solid #999;
  background: #ffffff url(/sites/all/themes/abellio_franchise_theme/images/adblock-message.png) no-repeat 0 50%;
  background-size: cover;
  min-height: 132px;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.blockspoof a:hover {
  border-color: #fff;
  box-shadow: 0px 0px 5px #555;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blockspoof.col-sm-6 {
    width: 69%;
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .blockspoof.col-sm-6 .unit-item,
  .blockspoof.col-sm-6 img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .blockspoof.col-sm-6 {
    width: 52%;
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .blockspoof.col-sm-6 .unit-item,
  .blockspoof.col-sm-6 img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 690px) {
  .blockspoof.col-sm-6 {
    width: 58%;
  }
}
@media (max-width: 610px) {
  .blockspoof.col-sm-6 {
    width: 65%;
  }
}
@media (max-width: 580px) {
  .blockspoof.col-sm-6 {
    width: 69%;
  }
}
@media (max-width: 516px) {
  .blockspoof.col-sm-6 {
    width: 78%;
  }
}
.lt-ie9 .blockspoof .col-lg-4,
.lt-ie9 .blockspoof .col-md-4 {
  width: 33%;
  float: left;
}
.lt-ie9 .blockspoof .col-lg-6 {
  width: 50%;
  float: left;
}
.lt-ie9 .blockspoof .col-lg-8,
.lt-ie9 .blockspoof .col-md-8 {
  width: 66%;
  float: left;
}
@media (max-width: 550px) {
  .blockspoof {
    width: 75%;
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .blockspoof .unit-item,
  .blockspoof img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 437px) {
  .blockspoof {
    width: 100% !important;
  }
}
/*promotions zone*/
.promotions-zone {
  padding: 25px 0 34px 0px;
}
.not-front .promotions-zone {
  box-shadow: 0px 0px 12px 0 #aaa;
}
.lt-ie9 .promotions-zone .col-md-4 {
  width: 33%;
  float: left;
}
.lt-ie9 .promotions-zone .col-md-4 {
  width: 33%;
  float: left;
}
.lt-ie9 .promotions-zone .col-md-4 {
  width: 33%;
  float: left;
}
.ticket-promo {
  font-family: 'alegreya_sansregular', arial, sans-serif;
  margin-bottom: 48px;
}
.ticket-promo a {
  display: block;
}
.ticket-promo a .image-price {
  position: relative;
  overflow: hidden;
}
.ticket-promo a .image-price img {
  -webkit-transition: transform 0.5s ease-out 0s;
  -moz-transition: transform 0.5s ease-out 0s;
  -o-transition: transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s;
}
.lt-ie9 .ticket-promo a .image-price img {
  width: 100%;
  height: auto;
}
.ticket-promo a .image-price .price {
  width: 122px;
  height: 75px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(22, 113, 199, 0.88);
  color: #fff;
  font-size: 30px;
  padding: 13px 16px 16px 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .ticket-promo a .image-price .price {
    height: 58px;
    width: 90px;
    padding: 10px 14px 14px 14px;
    font-size: 25px;
  }
}
.ticket-promo a .image-price .price span {
  font-family: 'open_sanslight', arial, sans-serif;
  font-size: 15px;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ticket-promo a .image-price .price span {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ticket-promo a .image-price .price {
    width: auto;
    height: auto;
    display: block;
    position: static;
    padding: 7px 11px 11px 11px;
  }
}
.lt-ie9 .ticket-promo a .image-price .price {
  background: #1671c7;
}
@media (max-width: 767px) {
  .ticket-promo a .image-price {
    width: 50%;
    float: right;
  }
}
@media (max-width: 440px) {
  .ticket-promo a .image-price {
    width: 100%;
    float: none;
  }
}
.ticket-promo a .ticket-details {
  background: #2b4d82;
  min-height: 113px;
  padding: 18px 21px;
  color: #fff;
}
.ticket-promo a .ticket-details h3 {
  margin: 0 0 5px 0;
  font-family: 'alegreya_sanslight', arial, sans-serif;
  color: #fff;
}
.ticket-promo a .ticket-details h3:after {
  content: " \f054";
  font-family: "FontAwesome";
  font-size: 19px;
  width: 25px;
  padding-right: 7px;
  margin-left: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ticket-promo a .ticket-details .date {
  font-family: 'open_sanslight', arial, sans-serif;
  font-size: 13.5px;
}
.ticket-promo a .ticket-details .date .class {
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ticket-promo a .ticket-details {
    padding: 12px 13px 12px 13px;
  }
}
@media (max-width: 767px) {
  .ticket-promo a .ticket-details {
    width: 50%;
    float: right;
  }
}
@media (max-width: 440px) {
  .ticket-promo a .ticket-details {
    width: 100%;
    float: none;
  }
}
.ticket-promo a:hover img {
  -moz-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -ms-transform: scale(1.15, 1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15, 1.15);
  /* Chrome, Safari, Opera */
  transform: scale(1.15, 1.15);
}
@media (min-width: 768px) and (max-width: 991px) {
  .ticket-promo a:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.ticket-promo a:hover h3:after {
  margin-left: 7px;
  padding-right: 0px;
}
.ticket-promo a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .ticket-promo {
    background: #2b4d82;
    overflow: auto;
  }
}
.search-fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: rgba(0, 38, 100, 0.9);
  display: none;
}
.search-fullscreen .search-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -290px;
  margin-top: -50px;
}
.search-fullscreen .search-wrapper form {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border: 0;
  box-shadow: none;
}
.search-fullscreen .search-wrapper form .form-control {
  width: 400px;
  font-size: 21px;
  font-family: 'open_sansregular', arial, sans-serif;
  vertical-align: middle;
  height: 62px;
  padding: 0 20px;
}
.lt-ie9 .search-fullscreen .search-wrapper form .form-control {
  box-sizing: content-box;
  height: auto;
  line-height: 36px;
  padding-bottom: 20px;
  padding-top: 14px;
}
.search-fullscreen .search-wrapper form .form-control:focus {
  box-shadow: inset 0 0 13px #0075bf;
}
.search-fullscreen .search-wrapper form .btn.form-submit {
  padding: 30px;
  font-size: 25px;
  line-height: 0;
  float: right !important;
}
.search-fullscreen .search-wrapper form .btn.form-submit:focus {
  box-shadow: inset 0 0 13px #0075bf;
  border-color: #cccccc;
  outline-color: #cccccc;
}
.search-fullscreen .search-wrapper form .btn.form-submit:hover,
.search-fullscreen .search-wrapper form .btn.form-submit:active {
  box-shadow: none;
  border-color: #177cda;
  outline-color: #177cda;
}
.search-fullscreen .search-wrapper form .form-required {
  display: none;
}
.search-fullscreen .search-wrapper .search-close {
  position: absolute;
  right: -47px;
  top: 10px;
}
.search-fullscreen .search-wrapper .search-close:after {
  font-family: "FontAwesome";
  content: "\f057";
  color: #ffffff;
  font-size: 40px;
  -webkit-transition: color 0.25s ease-out 0s;
  -moz-transition: color 0.25s ease-out 0s;
  -o-transition: color 0.25s ease-out 0s;
  transition: color 0.25s ease-out 0s;
}
.search-fullscreen .search-wrapper .search-close:hover {
  text-decoration: none;
}
.search-fullscreen .search-wrapper .search-close:hover:after {
  color: #41a3ff;
}
.search-fullscreen .search-wrapper .search-close span {
  display: none;
}
@media (max-width: 767px) {
  .search-fullscreen .search-wrapper {
    margin-left: -156px;
  }
  .search-fullscreen .search-wrapper form .form-control {
    width: 300px;
    text-align: center;
  }
  .search-fullscreen .search-wrapper form .btn.form-submit {
    padding: 30px 20px;
    font-size: 23px;
    width: 300px;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .search-fullscreen .search-wrapper {
    margin-left: -95px;
  }
  .search-fullscreen .search-wrapper form .form-control,
  .search-fullscreen .search-wrapper form .btn.form-submit {
    padding: 20px 10px;
    width: 100%;
    font-size: 19px;
  }
  .search-fullscreen .search-wrapper .search-close {
    position: absolute;
    right: 50%;
    top: -54px;
    margin-right: -16px;
  }
}
.lt-ie9 .search-fullscreen {
  background: #002664;
}
.page-search article .tabs--primary {
  display: none;
}
.page-search article h1 {
  padding-left: 0;
}
.page-search .block-system h2 {
  margin-bottom: 10px;
  margin-top: 32px;
}
.page-search .block-system legend {
  margin-bottom: 0;
  padding: 2px 8px;
}
.page-search .block-system legend a {
  color: #0095da;
}
.page-search .block-system form label {
  display: none;
}
.page-search .block-system form .form-group {
  display: block;
  margin-bottom: 15px;
}
.page-search .block-system form .form-submit {
  padding: 10px 23px;
}
.page-search .block-system form .form-control {
  display: block;
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 23px;
  height: 62px;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 100%;
}
.page-search ol.search-results {
  padding-left: 0;
}
.page-search ol.search-results li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  list-style-type: none;
  box-shadow: 0px 11px 9px -10px #dddddd;
}
.page-search ol.search-results li h3 {
  margin-bottom: 7px;
}
.page-search ol.search-results li h3 a {
  font-size: 25px;
}
.page-search ol.search-results li .type {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  border-radius: 3px;
  float: left;
  margin: 0 6px 0px 0;
  color: #9E9E9E;
}
.page-search ol.search-results li .search-snippet strong {
  background: #fff6a6;
  padding: 1px 3px;
}
.page-search ol.search-results li p.search-info {
  font-style: italic;
  margin-bottom: 10px;
  display: none;
}
/* pagination */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #177cda;
  border-color: #177cda;
}
.pagination li a {
  color: #177cda;
  float: left !important;
  /* ajax progress on pagination - see events view*/
}
.pagination li a.progress-disabled {
  position: relative;
}
.pagination li a.progress-disabled .ajax-progress {
  position: absolute;
  left: 1px;
  width: 95%;
  background: inherit;
}
.pagination li:before {
  content: none !important;
}
/* station pages */
.main-content .stations-a-z,
.main-content .station-finder,
.main-content article .nre-station_finder,
.main-content #block-nre-station-finder,
.main-content #block-views-station-index-block {
  margin-bottom: 30px;
  padding: 9px 15px 15px 15px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 0px 3px 1px #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 43%, #e7e7e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #ffffff), color-stop(100%, #e7e7e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 43%, #e7e7e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 43%, #e7e7e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 43%, #e7e7e7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 43%, #e7e7e7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0);
  /* IE6-9 */
  position: relative;
}
.main-content .stations-a-z h2,
.main-content .station-finder h2,
.main-content article .nre-station_finder h2,
.main-content #block-nre-station-finder h2,
.main-content #block-views-station-index-block h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.main-content .stations-a-z p,
.main-content .station-finder p,
.main-content article .nre-station_finder p,
.main-content #block-nre-station-finder p,
.main-content #block-views-station-index-block p {
  margin-bottom: 10px;
  font-size: 15px;
}
.main-content .stations-a-z input.form-control,
.main-content .station-finder input.form-control,
.main-content article .nre-station_finder input.form-control,
.main-content #block-nre-station-finder input.form-control,
.main-content #block-views-station-index-block input.form-control {
  font-size: 17px;
}
.main-content .or-choice {
  text-align: center;
  font-family: 'open_sanslight', arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: -15px;
  margin-bottom: 15px;
  position: relative;
  color: #999;
}
.main-content .or-choice:after,
.main-content .or-choice:before {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 1px;
  background: #bbb;
  top: 50%;
}
.main-content .or-choice:after {
  left: 50%;
  margin-left: -100px;
}
.main-content .or-choice:before {
  right: 50%;
  margin-right: -100px;
}
.main-content .field.field-type-getlocations-fields .location .adr .street-address {
  display: block;
}
.main-content .field.field-type-getlocations-fields .location .adr .street-address .extended-address:before {
  content: ", ";
}
.main-content .field.field-type-getlocations-fields .location .adr .postal-code:before {
  content: " ";
}
.main-content .field.field-type-getlocations-fields .location .adr .country-name {
  display: block;
}
.main-content .getlocations_map_wrapper_inner .fullscreen .gm-style div[title="Normal screen"] {
  top: 260px;
  position: absolute;
  right: 38px;
}
.main-content .getlocations_map_wrapper_inner .fullscreen .gm-style > .gmnoprint[style] {
  top: 240px !important;
}
.main-content .getlocations_map_wrapper_inner .fullscreen .gm-style > .gmnoprint[style] > .gm-style-cc {
  bottom: 0px;
  position: absolute;
}
.main-content .getlocations_map_wrapper_inner .fullscreen .gm-style > .gm-style-cc[style] {
  top: auto !important;
}
.main-content .touch .getlocations_map_wrapper_inner div[title="Full screen"] {
  display: none !important;
}
.main-content #block-views-station-index-block,
.main-content .stations-a-z,
.main-content #station_accordion {
  padding-bottom: 8px;
}
.main-content #block-views-station-index-block ul.a-z,
.main-content .stations-a-z ul.a-z,
.main-content #station_accordion ul.a-z {
  margin-bottom: 0;
  padding: 0;
}
.main-content #block-views-station-index-block ul.a-z li,
.main-content .stations-a-z ul.a-z li,
.main-content #station_accordion ul.a-z li {
  display: inline-block;
  margin-bottom: 3px;
}
.main-content #block-views-station-index-block ul.a-z li:before,
.main-content .stations-a-z ul.a-z li:before,
.main-content #station_accordion ul.a-z li:before {
  content: none;
}
.main-content #block-views-station-index-block ul.a-z li a,
.main-content .stations-a-z ul.a-z li a,
.main-content #station_accordion ul.a-z li a {
  background: #0e61ae;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 21px;
  border: 2px solid #fff;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -ms-transform: scale(1.18, 1.18);
  /* IE 9 */
  -webkit-transform: scale(1.18, 1.18);
  /* Chrome, Safari, Opera */
  transform: scale(1.18, 1.18);
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.main-content #block-views-station-index-block ul.a-z li a.collapsed,
.main-content .stations-a-z ul.a-z li a.collapsed,
.main-content #station_accordion ul.a-z li a.collapsed {
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Chrome, Safari, Opera */
  transform: scale(1, 1);
  background: #177cda;
  z-index: 0;
}
.main-content #block-views-station-index-block ul.a-z li a.collapsed:hover,
.main-content .stations-a-z ul.a-z li a.collapsed:hover,
.main-content #station_accordion ul.a-z li a.collapsed:hover {
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Chrome, Safari, Opera */
  transform: scale(1.3, 1.3);
  background: #0e61ae;
}
.main-content .main-content #block-views-station-index-block ul.a-z li:before,
.main-content .main-content .stations-a-z ul.a-z li:before,
.main-content .main-content #station_accordion ul.a-z li:before {
  content: none;
}
.main-content #block-views-station-index-block .panel-collapse,
.main-content .stations-a-z .panel-collapse,
.main-content #station_accordion .panel-collapse,
.main-content #block-views-station-index-block .panel-body,
.main-content .stations-a-z .panel-body,
.main-content #station_accordion .panel-body {
  box-shadow: none !important;
  border: 0 !important;
}
.main-content #block-views-station-index-block .panel-body,
.main-content .stations-a-z .panel-body,
.main-content #station_accordion .panel-body {
  padding: 13px 0 0 0 !important;
}
.main-content #block-views-station-index-block .panel,
.main-content .stations-a-z .panel,
.main-content #station_accordion .panel {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
.main-content #block-views-station-index-block .panel ul,
.main-content .stations-a-z .panel ul,
.main-content #station_accordion .panel ul {
  -webkit-columns: 200px 3;
  -moz-columns: 200px 3;
  columns: 200px 3;
  padding-left: 0;
}
.main-content #block-views-station-index-block .panel ul h3,
.main-content .stations-a-z .panel ul h3,
.main-content #station_accordion .panel ul h3 {
  font-size: 21px;
}
.cr .main-content #block-views-station-index-block .panel ul h3,
.cr .main-content .stations-a-z .panel ul h3,
.cr .main-content #station_accordion .panel ul h3 {
  display: inline-block;
  margin-right: -10%;
  width: 90%;
}
.cr .main-content #block-views-station-index-block .panel ul li,
.cr .main-content .stations-a-z .panel ul li,
.cr .main-content #station_accordion .panel ul li {
  -webkit-transform: none;
}
.ff .main-content #block-views-station-index-block .panel ul li *,
.ff .main-content .stations-a-z .panel ul li *,
.ff .main-content #station_accordion .panel ul li * {
  page-break-inside: avoid;
}
.main-content #block-views-station-index-block .panel ul li:before,
.main-content .stations-a-z .panel ul li:before,
.main-content #station_accordion .panel ul li:before,
.main-content #block-views-station-index-block .panel ul a,
.main-content .stations-a-z .panel ul a,
.main-content #station_accordion .panel ul a {
  margin-left: 0;
  text-shadow: 2px 2px 0px #fff, 1px 1px 0px #fff;
  color: inherit;
}
.main-content #block-views-station-index-block .panel ul li:before,
.main-content .stations-a-z .panel ul li:before,
.main-content #station_accordion .panel ul li:before {
  font-size: 112%;
  float: left;
  top: 0.05em;
}
.lt-ie9 .main-content #block-views-station-index-block,
.lt-ie9 .main-content .stations-a-z,
.lt-ie9 .main-content #station_accordion {
  background: #002664;
}
.main-content .station-title {
  padding: 12px 15px;
  background: #1e3861;
  border-radius: 3px 3px 0 0;
  position: relative;
  overflow: auto;
}
.main-content .station-title h2 {
  text-shadow: none;
  color: #fff;
  float: left;
  margin-top: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.main-content .station-title .address {
  float: left;
  color: #fff;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.main-content .station-title .address p {
  margin-bottom: 0;
  line-height: 20px;
}
.main-content .station-title i {
  position: absolute;
  right: 14px;
  top: 15px;
  font-size: 160%;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.main-content .map {
  position: relative;
  margin-bottom: 30px;
  background: #1e3861;
  border-bottom: 6px solid #1e3861;
  border-radius: 0 0 3px 3px;
}
.main-content .map:after {
  content: "";
  clear: both;
  position: absolute;
  top: 52px;
  left: 355px;
  height: 64px;
  width: 40px;
  z-index: 0;
}
.main-content .map .field.field-type-getlocations-fields {
  margin: 0;
}
.main-content .map .field.field-type-getlocations-fields .location {
  margin: 0;
}
.main-content .map .field.field-type-getlocations-fields .maplink {
  padding: 6px 15px 6px 15px;
  background-color: #1e3861;
}
.main-content .map .field.field-type-getlocations-fields .maplink a {
  color: #fff;
}
.main-content .map .field.field-type-getlocations-fields .showDynamicMapButton .btn,
.main-content .map .field.field-type-getlocations-fields .showDeferredMapButton .btn {
  border: none;
  color: #fff;
  background-color: #1e3861;
  box-shadow: none;
  font-size: 15px;
}
.main-content .map .field.field-type-getlocations-fields .showDynamicMapButton .btn:hover,
.main-content .map .field.field-type-getlocations-fields .showDeferredMapButton .btn:hover {
  background-color: #1e3861 !important;
  text-decoration: underline;
}
.main-content .map .field.field-type-getlocations-fields .showDynamicMapButton .btn:focus,
.main-content .map .field.field-type-getlocations-fields .showDeferredMapButton .btn:focus,
.main-content .map .field.field-type-getlocations-fields .showDynamicMapButton .btn:active:focus,
.main-content .map .field.field-type-getlocations-fields .showDeferredMapButton .btn:active:focus {
  outline: none;
}
.main-content .map .field.field-type-getlocations-fields .showDeferredMapButton button:disabled,
.main-content .map .field.field-type-getlocations-fields .showDeferredMapButton button[disabled] {
  display: none;
}
.main-content .map .field.field-type-getlocations-fields .getlocations_map_buttons {
  display: none;
}
.main-content .live-boards {
  padding: 5px 12px;
  margin-bottom: 25px;
  border-radius: 3px;
  border: 1px solid #1c75c9;
  background: #177cda;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@accent-colour', endColorstr='#1C75C9', GradientType=0);
  /* IE6-9 */
}
.main-content .live-boards h3 > a {
  color: #fff;
  position: relative;
  display: block;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  padding-right: 18px;
}
.main-content .live-boards h3 > a:after {
  color: #fff;
  position: absolute;
  right: -2px;
  top: 7px;
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 100%;
  vertical-align: middle;
  line-height: 15px;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
}
.main-content .live-boards h3 > a:hover:after {
  -ms-transform: scale(1.4, 1.4);
  /* IE 9 */
  -webkit-transform: scale(1.4, 1.4);
  /* Chrome, Safari, Opera */
  transform: scale(1.4, 1.4);
}
.main-content .live-boards h3 > a:focus,
.main-content .live-boards h3 > a:hover {
  text-decoration: none;
}
.main-content .live-boards h3 > a.collapsed:after {
  content: "\f067";
}
.main-content .live-boards .nre-live-board-no-info {
  color: #fff;
}
.main-content .live-boards .filterStationsLabel {
  text-shadow: none;
  color: #fff;
}
.main-content .live-boards #nre-live-boards {
  /*margin-top: 10px;*/
}
.main-content .live-boards #nre-live-boards.has-spinner {
  margin-top: 0;
  color: #fff;
}
.main-content .live-boards #nre-live-boards table.filtered {
  margin-bottom: 0px;
}
.main-content .live-boards #nre-live-boards h4 {
  color: #fff;
  display: block;
  background: #115a9e;
  padding: 5px 10px;
  margin-bottom: 0;
}
.main-content .live-boards #nre-live-boards th {
  background: #e8f2fd;
  border-bottom: 0;
}
.main-content .live-boards #nre-live-boards tr {
  cursor: pointer;
}
.main-content .live-boards #nre-live-boards tr td:last-child:before {
  color: #177cda;
  float: right;
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 100%;
  margin-top: 4px;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 15px;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
}
.main-content .live-boards #nre-live-boards tr.open td:last-child {
  content: "\f068";
}
.main-content .live-boards #nre-live-boards tr.details {
  cursor: inherit;
}
.main-content .live-boards #nre-live-boards tr:hover td:last-child:before {
  -ms-transform: scale(1.4, 1.4);
  /* IE 9 */
  -webkit-transform: scale(1.4, 1.4);
  /* Chrome, Safari, Opera */
  transform: scale(1.4, 1.4);
}
.main-content .live-boards #nre-live-boards tr.open td {
  background: #fffeee;
}
.main-content .live-boards #nre-live-boards tr.open td:last-child:before {
  content: "\f068";
}
.main-content .live-boards #nre-live-boards tr.details td {
  background: #fffddc;
  padding-top: 17px;
}
.main-content .live-boards #nre-live-boards tr.details td:before {
  content: "";
}
.main-content .live-boards #nre-live-boards div.table-responsive:last-child table {
  margin-bottom: 10px;
}
.main-content .live-boards #nre-live-boards .btn {
  float: right;
  height: 29px;
  margin: 2px;
  background: #fff;
  color: #177cda;
  padding: 4px 6px;
}
.main-content .live-boards #nre-live-boards .btn:before {
  color: #177cda;
  content: "\f011 ";
  font-family: "FontAwesome";
  font-size: 110%;
  vertical-align: middle;
  line-height: 15px;
  margin-right: 4px;
}
.main-content .live-boards #nre-live-boards .filter-message {
  color: #596386;
  padding: 5px 10px;
  background: #ecedf2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.main-content .live-boards .live-boards-auto-update {
  float: none;
  height: 29px;
  margin: 2px;
  padding: 4px 6px;
}
.main-content .live-boards .live-boards-auto-update:before {
  color: #177cda;
  content: "\f011 ";
  font-family: "FontAwesome";
  font-size: 110%;
  vertical-align: middle;
  line-height: 15px;
  margin-right: 4px;
}
.main-content .live-boards .live-boards-auto-update.updating:before {
  content: "\f021 ";
}
.main-content .station-details h3 i {
  font-size: 90%;
  line-height: 0;
  width: 1.35em;
  display: inline-block;
}
.main-content .station-details h3 i.general_info:before {
  content: "\f028";
}
.main-content .station-details h3 i.fares:before {
  content: "\f145";
}
.main-content .station-details h3 i.passenger_services:before {
  content: "\f0f2";
}
.main-content .station-details h3 i.station_facilities:before {
  content: "\f0f4";
}
.main-content .station-details h3 i.impaired_access:before {
  content: "\f193";
}
.main-content .station-details h3 i.inter_change:before {
  content: "\f207";
}
.main-content .station-details th {
  width: 40%;
}
.main-content .station-details td {
  width: 60%;
}
.lt-ie9 .main-content .station-details {
  background: #002664;
}
/* --------------------------------------------
 * FOOTER
----------------------------------------------- */
footer {
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
footer .footer-top {
  padding: 40px 25px 14px 25px;
  background: #002664;
  box-shadow: inset 0px 0px 20px 0px #000;
}
footer .footer-top h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-family: 'alegreya_sanslight', arial, sans-serif;
  font-size: 30px;
  margin-bottom: 14px;
  margin-top: 0;
}
footer .footer-top h2 i {
  font-size: 90%;
  margin-right: 4px;
}
footer .footer-top ul {
  padding: 0;
  margin-bottom: 25px;
}
footer .footer-top ul li {
  list-style-type: none;
  margin-bottom: 0px;
}
footer .footer-top ul li a {
  display: block;
  padding: 0px 0 8px 0;
  margin: 0px 0 8px 0;
  color: #ffffff;
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 16px;
  text-shadow: 1px 1px 1px #000;
  border-bottom: 1px solid #37537d;
}
footer .footer-top ul li a:hover {
  color: #c7ebff;
}
footer .footer-top ul li a:before {
  content: "\f054";
  font-family: "FontAwesome";
  vertical-align: 0%;
  margin-right: 5px;
  font-size: 90%;
}
.lt-ie9 footer .footer-top .col-md-3 {
  width: 25%;
  float: left;
}
footer .footer-bottom {
  position: relative;
}
footer .footer-bottom p {
  margin: 0;
}
footer .footer-bottom p img {
  vertical-align: bottom;
}
footer .footer-bottom .nav > li > a {
  padding: 0;
}
footer .footer-bottom div.footer-bottom-top {
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #d1d4da;
  overflow: auto;
  box-shadow: 0px 25px 25px -22px #dddddd;
  margin-bottom: 40px;
}
footer .footer-bottom div.footer-bottom-top .col-md-4 {
  text-align: right;
}
@media (max-width: 991px) {
  footer .footer-bottom div.footer-bottom-top .col-md-4 {
    text-align: left;
    margin-top: 20px;
  }
}
footer .footer-bottom ul {
  padding: 0;
  margin: 0;
}
footer .footer-bottom ul li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}
footer .footer-bottom ul li a {
  display: inline-block;
  margin: 5px 20px 5px 0;
  color: #59636f;
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 14.5px;
}
footer .footer-bottom ul li a:hover {
  text-decoration: underline;
  color: inherit;
}
footer .footer-bottom .operator,
footer .footer-bottom .social {
  text-align: right;
}
footer .footer-bottom .social a {
  font-size: 36px;
  margin-left: 20px;
  -webkit-transition: color 0.3s ease-out 0s;
  -moz-transition: color 0.3s ease-out 0s;
  -o-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
}
footer .footer-bottom .social a span {
  display: none;
}
footer .footer-bottom .social a.fa-facebook-square {
  color: #3b5998;
}
footer .footer-bottom .social a.fa-twitter-square {
  color: #55acee;
}
footer .footer-bottom .social a.fa-google-plus-square {
  color: #d34836;
}
footer .footer-bottom .social a:hover {
  text-decoration: none;
  color: #207be3;
}
.lt-ie9 footer .footer-bottom .col-md-3 {
  width: 25%;
  float: left;
}
footer .back-to-top {
  position: absolute;
  right: 17px;
  top: -37px;
  width: 50px;
  height: 37px;
  background: #fff;
  border-radius: 2px 2px 0px 0px;
  text-align: center;
  box-shadow: 0px -10px -10px 0px #000000;
}
footer .back-to-top a {
  font-size: 35px;
  -webkit-transition: margin-top 0.3s ease-out 0s;
  -moz-transition: margin-top 0.3s ease-out 0s;
  -o-transition: margin-top 0.3s ease-out 0s;
  transition: margin-top 0.3s ease-out 0s;
  color: #177cda;
}
footer .back-to-top a span {
  display: none;
}
footer .back-to-top a:hover {
  margin-top: -4px;
  text-decoration: none;
  color: #207be3;
}
#ui-datepicker-div[style] {
  z-index: 1000 !important;
  background: #fff;
  font-family: 'open_sansregular', arial, sans-serif;
  border-width: 1px;
  border-radius: 4px;
  border-color: #cccccc;
  margin-top: 3px;
}
#ui-datepicker-div[style] * {
  background-image: none !important;
  font-weight: normal !important;
}
#ui-datepicker-div[style] .ui-datepicker-next,
#ui-datepicker-div[style] .ui-datepicker-prev {
  top: 8px;
  width: 0;
  height: 0;
}
#ui-datepicker-div[style] .ui-datepicker-next:after,
#ui-datepicker-div[style] .ui-datepicker-prev:after {
  content: "\f054";
  font-family: "FontAwesome";
  margin-right: 7px;
  margin-top: -3px;
  float: left;
  color: #177cda;
}
#ui-datepicker-div[style] .ui-datepicker-next.ui-state-hover,
#ui-datepicker-div[style] .ui-datepicker-prev.ui-state-hover {
  border: none;
  background: none;
  top: 8px;
}
#ui-datepicker-div[style] .ui-datepicker-prev {
  left: 10px;
}
#ui-datepicker-div[style] .ui-datepicker-prev:after {
  content: "\f053";
}
#ui-datepicker-div[style] .ui-datepicker-next {
  right: 19px;
}
.lt-ie9 #ui-datepicker-div[style] .ui-datepicker-next .col-md-3 {
  width: 25%;
  float: left;
}
#ui-datepicker-div[style] td a {
  text-align: center;
}
#ui-datepicker-div[style] .ui-state-disabled {
  opacity: 0.2;
}
#ui-datepicker-div[style] .ui-datepicker-header {
  background: #eee;
  border-color: #cccccc;
}
.lt-ie9 #ui-datepicker-div[style] .ui-datepicker-header .col-md-8 {
  width: 66%;
  float: left;
}
.lt-ie9 #ui-datepicker-div[style] .ui-datepicker-header .col-md-6 {
  width: 50%;
  float: left;
}
.lt-ie9 #ui-datepicker-div[style] .ui-datepicker-header .col-md-4 {
  width: 33%;
  float: left;
}
@media (min-width: 768px) {
  /* Remove the edge padding needed for mobile */
  /*.navbar > .container .navbar-brand {
  margin-left: 0px;
  }*/
  /* Navbar positioning foo */
  .navbar-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .lt-ie9  {
    bottom: -49px;
  }
  .lt-ie9  .live-update {
    position: absolute;
    top: 2px;
    right: 20px;
  }
  .lt-ie9  .live-update .service-update-anchor {
    margin-top: 0;
  }
  .lt-ie9  {
    top: -88px;
  }
  .lt-ie9  h2 {
    background: #032866;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/*********** views **************/
.view .form-control {
  padding: 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.view .form-text {
  padding: 8px 10px;
}
.view .form-submit {
  margin-top: 0 !important;
}
.view .bef-select-as-checkboxes,
.view .bef-select-as-radios {
  height: inherit;
  border: none;
}
.view .bef-select-as-checkboxes .form-type-bef-checkbox,
.view .bef-select-as-radios .form-type-bef-checkbox,
.view .bef-select-as-checkboxes .form-type-radio,
.view .bef-select-as-radios .form-type-radio {
  display: inline-block;
}
.view .bef-select-as-checkboxes .form-type-bef-checkbox input[type="checkbox"],
.view .bef-select-as-radios .form-type-bef-checkbox input[type="checkbox"],
.view .bef-select-as-checkboxes .form-type-radio input[type="checkbox"],
.view .bef-select-as-radios .form-type-radio input[type="checkbox"],
.view .bef-select-as-checkboxes .form-type-bef-checkbox input[type="radio"],
.view .bef-select-as-radios .form-type-bef-checkbox input[type="radio"],
.view .bef-select-as-checkboxes .form-type-radio input[type="radio"],
.view .bef-select-as-radios .form-type-radio input[type="radio"] {
  display: none;
}
.view .bef-select-as-checkboxes .form-type-bef-checkbox label,
.view .bef-select-as-radios .form-type-bef-checkbox label,
.view .bef-select-as-checkboxes .form-type-radio label,
.view .bef-select-as-radios .form-type-radio label {
  cursor: pointer;
  background: #177cda;
  padding: 2px 6px;
  border-radius: 4px;
  float: left;
  white-space: nowrap;
  margin-right: 2px;
  margin-bottom: 1px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-family: 'open_sansregular', arial, sans-serif;
  -webkit-transition: all 0.3s ease-out 0;
  -moz-transition: all 0.3s ease-out 0;
  -o-transition: all 0.3s ease-out 0;
  transition: all 0.3s ease-out 0;
  text-decoration: none;
  text-shadow: none;
}
.view .bef-select-as-checkboxes .form-type-bef-checkbox input[type=checkbox]:checked + label,
.view .bef-select-as-radios .form-type-bef-checkbox input[type=checkbox]:checked + label,
.view .bef-select-as-checkboxes .form-type-radio input[type=checkbox]:checked + label,
.view .bef-select-as-radios .form-type-radio input[type=checkbox]:checked + label,
.view .bef-select-as-checkboxes .form-type-bef-checkbox input[type=radio]:checked + label,
.view .bef-select-as-radios .form-type-bef-checkbox input[type=radio]:checked + label,
.view .bef-select-as-checkboxes .form-type-radio input[type=radio]:checked + label,
.view .bef-select-as-radios .form-type-radio input[type=radio]:checked + label {
  color: inherit;
  background: #fff;
  box-shadow: 0 0 2px #555;
}
.view .view-content,
.view .view-empty {
  margin-top: 30px;
}
.view_scroller.view .view-content,
.view_scroller.view .view-empty {
  margin-top: 0;
}
.view .pagination li:before {
  content: '';
}
.flipsnack {
  height: 460px;
}
@media (max-width: 1199px) {
  .flipsnack {
    height: 378.42666667px;
  }
}
@media (max-width: 991px) {
  .flipsnack {
    height: 441.6px;
  }
}
@media (max-width: 767px) {
  .flipsnack {
    height: 423.2px;
  }
}
@media (max-width: 727px) {
  .flipsnack {
    height: 398.66666667px;
  }
}
@media (max-width: 687px) {
  .flipsnack {
    height: 374.13333333px;
  }
}
@media (max-width: 647px) {
  .flipsnack {
    height: 349.6px;
  }
}
@media (max-width: 607px) {
  .flipsnack {
    height: 325.06666667px;
  }
}
@media (max-width: 567px) {
  .flipsnack {
    height: 300.53333333px;
  }
}
@media (max-width: 527px) {
  .flipsnack {
    height: 276px;
  }
}
@media (max-width: 487px) {
  .flipsnack {
    height: 251.46666667px;
  }
}
@media (max-width: 447px) {
  .flipsnack {
    height: 226.93333333px;
  }
}
@media (max-width: 407px) {
  .flipsnack {
    height: 202.4px;
  }
}
@media (max-width: 367px) {
  .flipsnack {
    height: 177.86666667px;
  }
}
.share input.form-control {
  width: 100%;
  padding: 6px 11px;
  font-size: 19px;
}
/**************** Page specific ******************/
.view-events #edit-month-value-date {
  width: 100%;
}
.view-events #edit-title-wrapper {
  width: 100%;
}
.view-events .views-widget-filter-field_event_category_tid {
  width: 100%;
}
.view-events .views-exposed-form .views-submit-button {
  float: right;
}
.view-events .views-exposed-form .form-autocomplete .dropdown li:before {
  content: none;
}
.view-events .views-exposed-form .glyphicon-refresh:after {
  content: "\f1ce";
  font-family: 'FontAwesome';
  font-size: 100%;
  vertical-align: middle;
  color: #999;
  font-style: normal;
}
.view-events .views-exposed-form .glyphicon-refresh.glyphicon-spin {
  -webkit-animation: fa-spin 0.8s infinite linear;
  animation: fa-spin 0.8s infinite linear;
}
.view-events .views-exposed-form .views-exposed-widget {
  width: 35%;
  float: left;
}
.view-events .views-exposed-form .views-exposed-widget.views-widget-filter-city_1 {
  width: 65%;
  float: right;
}
.view-events .views-exposed-form .views-exposed-widget label {
  display: none;
}
.view-events .views-exposed-form .views-exposed-widget.views-widget-filter-field_event_category_tid {
  float: none;
  width: 100%;
  clear: both;
}
.view-events .views-exposed-form .views-exposed-widget.views-widget-filter-field_event_category_tid label {
  display: block;
}
.view-events .views-exposed-form .views-exposed-widget.views-submit-button {
  width: auto;
}
.lt-ie9 .view-events .views-exposed-form .col-md-8 {
  width: 66%;
  float: left;
}
.lt-ie9 .view-events .views-exposed-form .col-md-6 {
  width: 50%;
  float: left;
}
.lt-ie9 .view-events .views-exposed-form .col-md-4 {
  width: 33%;
  float: left;
}
.view-events .view-content {
  margin-top: 10px;
}
.node-type-list-event .label-primary {
  background: #fff;
  display: inline-block;
  padding: 5px 8px;
  box-shadow: 0 0 2px #aaa;
  color: #777;
  font-weight: normal;
  font-size: 15px;
  margin: 4px 0px 4px 0px;
}
.node-type-list-event .well {
  clear: both;
}
.view-faqs .views-exposed-form {
  position: relative;
  /*    #edit-submit-faqs {
    position: absolute;
    top: 8px;
    right: 0;
      }*/
}
.view-faqs .views-exposed-form .views-exposed-widget {
  float: none;
}
.view-faqs .views-exposed-form .views-exposed-widget.views-widget-filter-title .form-control {
  width: auto;
}
.view-faqs .views-exposed-form .views-exposed-widget.views-submit-button,
.view-faqs .views-exposed-form .views-exposed-widget.views-reset-button {
  float: right;
}
.view-solr-faqs .views-exposed-form {
  position: relative;
}
.view-solr-faqs .views-exposed-form #edit-keyword-wrapper {
  width: 100%;
}
.view-solr-faqs .views-exposed-form #edit-keyword-wrapper .description {
  margin-top: 20px;
  margin-bottom: 10px;
}
.view-solr-faqs .views-exposed-form .views-exposed-widget.views-widget-filter-keyword .form-control,
.view-solr-faqs .views-exposed-form .views-exposed-widget.views-widget-filter-im_field_faq_category .form-control {
  width: auto;
}
.view-solr-faqs .views-exposed-form .views-exposed-widget.views-submit-button,
.view-solr-faqs .views-exposed-form .views-exposed-widget.views-reset-button {
  float: right;
}
.main-content .node-employee-profile .field-type-image img,
.main-content .node-list-event .field-type-image img {
  float: right;
  margin-left: 6%;
  margin-bottom: 1em;
  width: 47%;
}
@media (max-width: 630px) {
  .main-content .node-employee-profile .field-type-image img,
  .main-content .node-list-event .field-type-image img {
    width: 32%;
  }
}
@media (max-width: 500px) {
  .main-content .node-employee-profile .field-type-image img,
  .main-content .node-list-event .field-type-image img {
    width: auto;
    float: none;
    margin: 0 auto;
  }
}
.main-content .node-list-event .field-type-image img {
  width: 33%;
}
.main-content .node-employee-profile .field-type-text-with-summary,
.main-content .node-list-event .field-type-text-with-summary {
  padding-top: 17px;
  clear: left;
  font-size: 24px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
  width: 47%;
}
@media (max-width: 630px) {
  .main-content .node-employee-profile .field-type-text-with-summary,
  .main-content .node-list-event .field-type-text-with-summary {
    width: 62%;
  }
}
@media (max-width: 500px) {
  .main-content .node-employee-profile .field-type-text-with-summary,
  .main-content .node-list-event .field-type-text-with-summary {
    width: 100%;
    float: none;
  }
  .lt-ie9 .main-content .node-employee-profile .field-type-text-with-summary .col-md-8,
  .lt-ie9 .main-content .node-list-event .field-type-text-with-summary .col-md-8 {
    width: 66%;
    float: left;
  }
  .lt-ie9 .main-content .node-employee-profile .field-type-text-with-summary .col-md-6,
  .lt-ie9 .main-content .node-list-event .field-type-text-with-summary .col-md-6 {
    width: 50%;
    float: left;
  }
  .lt-ie9 .main-content .node-employee-profile .field-type-text-with-summary .col-md-4,
  .lt-ie9 .main-content .node-list-event .field-type-text-with-summary .col-md-4 {
    width: 33%;
    float: left;
  }
}
/******** SIDEBAR + NAV *********************/
/* function for both positions*/
#leftCol .block {
  margin-bottom: 25px;
}
#leftCol #sticky-sidebar .block {
  margin-bottom: 0px;
}
#leftCol .block-menu-block ul > li {
  color: inherit;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #fff;
  background: transparent !important;
}
#leftCol .block-menu-block ul > li > a {
  color: inherit;
  font-size: 19px;
  font-family: 'open_sanslight', arial, sans-serif;
  padding: 6px 13px 8px 13px;
  background: #ECEDF2;
  left: 0;
  text-shadow: 1px 1px 0px #ffffff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  overflow: hidden;
}
#leftCol .block-menu-block ul > li > a:hover {
  left: -10px;
  background-color: #e0e2e7;
}
#leftCol .block-menu-block ul > li > a:hover,
#leftCol .block-menu-block ul > li > a:focus {
  color: inherit;
}
#leftCol .block-menu-block ul > li.child-active > a.menu-toggle,
#leftCol .block-menu-block ul > li.parent > a.menu-toggle {
  box-shadow: none;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  width: 40px;
  height: 41px;
  display: block;
  background: transparent;
  border: 0;
}
#leftCol .block-menu-block ul > li.child-active > a.menu-toggle:after,
#leftCol .block-menu-block ul > li.parent > a.menu-toggle:after {
  content: "\f068";
  font-family: 'FontAwesome';
  font-size: 100%;
  line-height: 30px;
  vertial-align: middle;
  color: #177cda;
}
#leftCol .block-menu-block ul > li.child-active > a.menu-toggle.collapsed:after,
#leftCol .block-menu-block ul > li.parent > a.menu-toggle.collapsed:after {
  content: "\f067";
}
#leftCol .block-menu-block ul > li.child-active > a.menu-toggle:hover,
#leftCol .block-menu-block ul > li.parent > a.menu-toggle:hover {
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Chrome, Safari, Opera */
  transform: scale(1.3, 1.3);
  margin-bottom: -4px;
}
#leftCol .block-menu-block ul > li.child-active:hover a.menu-toggle,
#leftCol .block-menu-block ul > li.parent:hover a.menu-toggle {
  background: #fff;
}
#leftCol .block-menu-block ul > li.child-active > a,
#leftCol .block-menu-block ul > li.active > a {
  background: #fff;
  font-family: 'open_sansregular', arial, sans-serif;
  box-shadow: none;
}
#leftCol .block-menu-block ul > li.active > a:first-child {
  left: -13px;
}
#leftCol .block-menu-block ul > li.active > a:first-child:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 100%;
  vertial-align: middle;
  margin-right: 6px;
}
#leftCol .block-menu-block ul > li ul li {
  padding: 0;
  margin-left: 11px;
  border-bottom: 1px solid #fff;
}
#leftCol .block-menu-block ul > li ul li a {
  padding: 7px 13px 7px 13px;
  font-size: 16px;
  color: #041627;
  font-family: 'open_sanslight', arial, sans-serif;
  background: #d9edff;
  position: relative;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  left: 0;
}
#leftCol .block-menu-block ul > li ul li a:hover {
  left: -7px;
  padding-right: 20px;
  background-color: #b6dcff;
}
#leftCol .block-menu-block ul > li ul li a:hover,
#leftCol .block-menu-block ul > li ul li a:focus {
  color: inherit;
}
#leftCol .block-menu-block ul > li ul li a:after {
  color: #59636f;
}
#leftCol .block-menu-block ul > li ul li.active a:first-child {
  background: #d9edff;
  left: 0;
}
#leftCol .block-menu-block ul > li ul.in li.active > a:first-child {
  position: relative;
  font-family: 'open_sansregular', arial, sans-serif;
  background: #59afff;
  color: #fff;
  left: -5px;
  border-right: 7px solid #59afff;
  text-shadow: none;
}
#leftCol .block-menu-block ul > li ul.in li.active > a:first-child:hover {
  left: -11px;
  background-color: #59afff;
}
.nav-sidebar,
.navbar-collapse-mob {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .nav-sidebar,
  .navbar-collapse-mob {
    margin-top: 0;
    top: -56px;
    margin-bottom: -29px;
  }
}
.nav-sidebar h2,
.navbar-collapse-mob h2 {
  background: rgba(0, 38, 100, 0.86);
  color: #fff;
  text-shadow: none;
  padding: 12px 17px;
  margin: 0;
  font-size: 26px;
  line-height: 32px;
  font-family: 'open_sanslight', arial, sans-serif;
  border-bottom: 0;
}
.nav-sidebar h2:after,
.navbar-collapse-mob h2:after {
  content: "\f107";
  font-family: "FontAwesome";
  vertical-align: top;
  font-size: 130%;
  margin-top: -4px;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 0;
  display: inline-block;
}
.nav-sidebar h2 a,
.navbar-collapse-mob h2 a {
  color: #fff;
}
.nav-sidebar ul > li,
.navbar-collapse-mob ul > li {
  color: inherit;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #fff;
  background: transparent !important;
}
.nav-sidebar ul > li > a,
.navbar-collapse-mob ul > li > a {
  color: inherit;
  font-size: 19px;
  font-family: 'open_sanslight', arial, sans-serif;
  padding: 6px 13px 8px 13px;
  background: #ECEDF2;
  left: 0;
  text-shadow: 1px 1px 0px #ffffff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  overflow: hidden;
}
.nav-sidebar ul > li > a:hover,
.navbar-collapse-mob ul > li > a:hover {
  left: -10px;
  background-color: #e0e2e7;
}
.nav-sidebar ul > li > a:hover,
.navbar-collapse-mob ul > li > a:hover,
.nav-sidebar ul > li > a:focus,
.navbar-collapse-mob ul > li > a:focus {
  color: inherit;
}
.nav-sidebar ul > li.child-active > a.menu-toggle,
.navbar-collapse-mob ul > li.child-active > a.menu-toggle,
.nav-sidebar ul > li.parent > a.menu-toggle,
.navbar-collapse-mob ul > li.parent > a.menu-toggle {
  box-shadow: none;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  width: 40px;
  height: 41px;
  display: block;
  background: transparent;
  border: 0;
}
.nav-sidebar ul > li.child-active > a.menu-toggle:after,
.navbar-collapse-mob ul > li.child-active > a.menu-toggle:after,
.nav-sidebar ul > li.parent > a.menu-toggle:after,
.navbar-collapse-mob ul > li.parent > a.menu-toggle:after {
  content: "\f068";
  font-family: 'FontAwesome';
  font-size: 100%;
  line-height: 30px;
  vertial-align: middle;
  color: #177cda;
}
.nav-sidebar ul > li.child-active > a.menu-toggle.collapsed:after,
.navbar-collapse-mob ul > li.child-active > a.menu-toggle.collapsed:after,
.nav-sidebar ul > li.parent > a.menu-toggle.collapsed:after,
.navbar-collapse-mob ul > li.parent > a.menu-toggle.collapsed:after {
  content: "\f067";
}
.nav-sidebar ul > li.child-active > a.menu-toggle:hover,
.navbar-collapse-mob ul > li.child-active > a.menu-toggle:hover,
.nav-sidebar ul > li.parent > a.menu-toggle:hover,
.navbar-collapse-mob ul > li.parent > a.menu-toggle:hover {
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Chrome, Safari, Opera */
  transform: scale(1.3, 1.3);
  margin-bottom: -4px;
}
.nav-sidebar ul > li.child-active:hover a.menu-toggle,
.navbar-collapse-mob ul > li.child-active:hover a.menu-toggle,
.nav-sidebar ul > li.parent:hover a.menu-toggle,
.navbar-collapse-mob ul > li.parent:hover a.menu-toggle {
  background: #fff;
}
.nav-sidebar ul > li.child-active > a,
.navbar-collapse-mob ul > li.child-active > a,
.nav-sidebar ul > li.active > a,
.navbar-collapse-mob ul > li.active > a {
  background: #fff;
  font-family: 'open_sansregular', arial, sans-serif;
  box-shadow: none;
}
.nav-sidebar ul > li.active > a:first-child,
.navbar-collapse-mob ul > li.active > a:first-child {
  left: -13px;
}
.nav-sidebar ul > li.active > a:first-child:before,
.navbar-collapse-mob ul > li.active > a:first-child:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 100%;
  vertial-align: middle;
  margin-right: 6px;
}
.nav-sidebar ul > li ul li,
.navbar-collapse-mob ul > li ul li {
  padding: 0;
  margin-left: 11px;
  border-bottom: 1px solid #fff;
}
.nav-sidebar ul > li ul li a,
.navbar-collapse-mob ul > li ul li a {
  padding: 7px 13px 7px 13px;
  font-size: 16px;
  color: #041627;
  font-family: 'open_sanslight', arial, sans-serif;
  background: #d9edff;
  position: relative;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  left: 0;
}
.nav-sidebar ul > li ul li a:hover,
.navbar-collapse-mob ul > li ul li a:hover {
  left: -7px;
  padding-right: 20px;
  background-color: #b6dcff;
}
.nav-sidebar ul > li ul li a:hover,
.navbar-collapse-mob ul > li ul li a:hover,
.nav-sidebar ul > li ul li a:focus,
.navbar-collapse-mob ul > li ul li a:focus {
  color: inherit;
}
.nav-sidebar ul > li ul li a:after,
.navbar-collapse-mob ul > li ul li a:after {
  color: #59636f;
}
.nav-sidebar ul > li ul li.active a:first-child,
.navbar-collapse-mob ul > li ul li.active a:first-child {
  background: #d9edff;
  left: 0;
}
.nav-sidebar ul > li ul.in li.active > a:first-child,
.navbar-collapse-mob ul > li ul.in li.active > a:first-child {
  position: relative;
  font-family: 'open_sansregular', arial, sans-serif;
  background: #59afff;
  color: #fff;
  left: -5px;
  border-right: 7px solid #59afff;
  text-shadow: none;
}
.nav-sidebar ul > li ul.in li.active > a:first-child:hover,
.navbar-collapse-mob ul > li ul.in li.active > a:first-child:hover {
  left: -11px;
  background-color: #59afff;
}
.lt-ie9 .nav-sidebar,
.lt-ie9 .navbar-collapse-mob {
  top: -88px;
}
.lt-ie9 .nav-sidebar h2,
.lt-ie9 .navbar-collapse-mob h2 {
  background: #032866;
  padding-top: 8px;
  padding-bottom: 8px;
}
/*off canvas*/
#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.node-type-competition-feature #site-wrapper {
  margin-top: 134px;
}
#site-wrapper #site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s ease all 0.2s ease-out 0s;
  -moz-transition: 0.3s ease all 0.2s ease-out 0s;
  -o-transition: 0.3s ease all 0.2s ease-out 0s;
  transition: 0.3s ease all 0.2s ease-out 0s;
}
#site-wrapper #site-canvas.translatex {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 991px) {
  #site-wrapper #site-canvas {
    margin-top: 128px;
  }
}
.borderless #site-wrapper #site-canvas {
  margin-top: 20px !important;
}
#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(280px);
  transform: translateX(280px) /*scale(0.8)*/;
}
.lt-ie9 #site-wrapper {
  min-width: 1280px;
  margin: 0 auto;
}
header.show-nav .navbar-fixed-top {
  -webkit-transform: translateX(280px);
  transform: translateX(280px);
  background: transparent;
}
@media (max-width: 767px) {
  header.show-nav .navbar-fixed-top .navbar-toggle {
    left: -57px;
    background: #177CDA;
  }
}
header.show-nav .navbar-fixed-top .navbar-toggle .icon-bar.bar1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.show-nav .navbar-fixed-top .navbar-toggle .icon-bar.bar2 {
  position: absolute;
  left: -9999px;
}
header.show-nav .navbar-fixed-top .navbar-toggle .icon-bar.bar3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
}
.stick header.show-nav .navbar-fixed-top {
  overflow: visible;
  background: transparent;
}
header.show-nav .navbar-fixed-top .journeyplanner-bar {
  box-shadow: none;
}
@media (max-width: 767px) {
  header.show-nav .navbar-fixed-top .navbar-brand {
    margin-left: 80px !important;
  }
}
header.show-nav .navbar-fixed-top .journeyplanner-bar {
  display: none;
}
.lt-ie9 header .navbar {
  position: relative;
  min-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .main-content .nav-sidebar {
    display: none;
  }
}
.navbar-collapse-mob {
  width: 280px;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: -2;
  padding: 0 20px 0 0;
  opacity: 0;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px) translateY(-170px) scale(0.8);
  -webkit-transition: transform 0.4s ease-out 0s, opacity 0.55s ease-in 0.1s;
  -moz-transition: transform 0.4s ease-out 6s, opacity 0.55s ease-in 0.1s;
  -o-transition: transform 0.4s ease-out 0s, opacity 0.55s ease-in 0.1s;
  transition: transform 0.4s ease-out 0s, opacity 0.55s ease-in 0.1s;
}
.navbar-collapse-mob h2 {
  padding: 31px 51px 41px 29px;
  background: #fff;
  color: #12356f;
  font-size: 43px;
  line-height: 42px;
  text-align: center;
}
.navbar-collapse-mob h2:after {
  content: none;
}
@media (min-width: 768px) {
  .navbar-collapse-mob h2 {
    padding-left: 47px;
  }
}
.navbar-collapse-mob ul > li > a {
  background: #12356F;
  color: #fff;
  text-shadow: none;
  overflow: visible !important;
}
.navbar-collapse-mob ul > li > a.menu-toggle:after {
  color: #fff !important;
}
.navbar-collapse-mob ul > li > a.menu-toggle:hover:after {
  color: #fff !important;
  background: transparent !important;
}
.navbar-collapse-mob ul > li > a:first-child:hover {
  left: 0 !important;
  background: #ddd !important;
}
.navbar-collapse-mob ul > li:hover .menu-toggle {
  background: transparent !important;
}
.navbar-collapse-mob ul > li:hover .menu-toggle:after {
  color: #177cda !important;
}
.navbar-collapse-mob ul > li.active > a:first-child {
  background: #436CAE;
  left: auto !important;
  padding-right: 13px;
  color: #fff;
}
.navbar-collapse-mob ul > li.active > a:first-child:before {
  content: none !important;
}
.navbar-collapse-mob ul > li.active > a:first-child:after {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 151%;
  margin-top: -6px;
  color: #12356F !important;
  position: absolute;
  right: -16px;
}
.navbar-collapse-mob ul > li ul .menu-toggle:after {
  color: #177cda !important;
}
.navbar-collapse-mob ul > li ul li > a:hover {
  padding-right: 0;
}
.navbar-collapse-mob ul > li ul li:hover a.menu-toggle:after {
  color: #177cda !important;
}
.navbar-collapse-mob ul > li ul > li {
  color: inherit;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #fff;
  background: transparent !important;
}
.navbar-collapse-mob ul > li ul > li > a {
  color: inherit;
  font-size: 19px;
  font-family: 'open_sanslight', arial, sans-serif;
  padding: 6px 13px 8px 13px;
  background: #ECEDF2;
  left: 0;
  text-shadow: 1px 1px 0px #ffffff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  overflow: hidden;
}
.navbar-collapse-mob ul > li ul > li > a:hover {
  left: -10px;
  background-color: #e0e2e7;
}
.navbar-collapse-mob ul > li ul > li > a:hover,
.navbar-collapse-mob ul > li ul > li > a:focus {
  color: inherit;
}
.navbar-collapse-mob ul > li ul > li.child-active > a.menu-toggle,
.navbar-collapse-mob ul > li ul > li.parent > a.menu-toggle {
  box-shadow: none;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  width: 40px;
  height: 41px;
  display: block;
  background: transparent;
  border: 0;
}
.navbar-collapse-mob ul > li ul > li.child-active > a.menu-toggle:after,
.navbar-collapse-mob ul > li ul > li.parent > a.menu-toggle:after {
  content: "\f068";
  font-family: 'FontAwesome';
  font-size: 100%;
  line-height: 30px;
  vertial-align: middle;
  color: #177cda;
}
.navbar-collapse-mob ul > li ul > li.child-active > a.menu-toggle.collapsed:after,
.navbar-collapse-mob ul > li ul > li.parent > a.menu-toggle.collapsed:after {
  content: "\f067";
}
.navbar-collapse-mob ul > li ul > li.child-active > a.menu-toggle:hover,
.navbar-collapse-mob ul > li ul > li.parent > a.menu-toggle:hover {
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Chrome, Safari, Opera */
  transform: scale(1.3, 1.3);
  margin-bottom: -4px;
}
.navbar-collapse-mob ul > li ul > li.child-active:hover a.menu-toggle,
.navbar-collapse-mob ul > li ul > li.parent:hover a.menu-toggle {
  background: #fff;
}
.navbar-collapse-mob ul > li ul > li.child-active > a,
.navbar-collapse-mob ul > li ul > li.active > a {
  background: #fff;
  font-family: 'open_sansregular', arial, sans-serif;
  box-shadow: none;
}
.navbar-collapse-mob ul > li ul > li.active > a:first-child {
  left: -13px;
}
.navbar-collapse-mob ul > li ul > li.active > a:first-child:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 100%;
  vertial-align: middle;
  margin-right: 6px;
}
.navbar-collapse-mob ul > li ul > li ul li {
  padding: 0;
  margin-left: 11px;
  border-bottom: 1px solid #fff;
}
.navbar-collapse-mob ul > li ul > li ul li a {
  padding: 7px 13px 7px 13px;
  font-size: 16px;
  color: #041627;
  font-family: 'open_sanslight', arial, sans-serif;
  background: #d9edff;
  position: relative;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  left: 0;
}
.navbar-collapse-mob ul > li ul > li ul li a:hover {
  left: -7px;
  padding-right: 20px;
  background-color: #b6dcff;
}
.navbar-collapse-mob ul > li ul > li ul li a:hover,
.navbar-collapse-mob ul > li ul > li ul li a:focus {
  color: inherit;
}
.navbar-collapse-mob ul > li ul > li ul li a:after {
  color: #59636f;
}
.navbar-collapse-mob ul > li ul > li ul li.active a:first-child {
  background: #d9edff;
  left: 0;
}
.navbar-collapse-mob ul > li ul > li ul.in li.active > a:first-child {
  position: relative;
  font-family: 'open_sansregular', arial, sans-serif;
  background: #59afff;
  color: #fff;
  left: -5px;
  border-right: 7px solid #59afff;
  text-shadow: none;
}
.navbar-collapse-mob ul > li ul > li ul.in li.active > a:first-child:hover {
  left: -11px;
  background-color: #59afff;
}
.navbar-collapse-mob ul.menu > li > a {
  background: #fff;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 17px;
  padding-top: 9px;
}
.navbar-collapse-mob ul.menu > li > a:after {
  content: "";
}
.navbar-collapse-mob ul.menu > li > a:before {
  content: "\f107";
  font-size: 18px;
  font-family: "FontAwesome";
  vertical-align: -2%;
  margin-right: 10px;
  width: 20px;
  display: inline-block;
  color: #666;
}
.navbar-collapse-mob ul.menu > li > a.login:before,
.navbar-collapse-mob ul.menu > li > a.abellio-customer:before {
  content: "\f007";
}
.navbar-collapse-mob ul.menu > li > a.logout:before {
  content: "\f08b";
}
.navbar-collapse-mob ul.menu > li > a.register:before {
  content: "\f044";
}
.navbar-collapse-mob ul.menu > li > a.contact:before {
  content: "\f086";
}
.navbar-collapse-mob ul.menu > li > a.facebook:before {
  content: "\f09a";
}
.navbar-collapse-mob ul.menu > li > a.twitter:before {
  content: "\f099";
}
.navbar-collapse-mob .web-acc-link {
  background: #fff;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 17px;
  font-family: 'OpenSansLight', arial, sans-serif;
  padding: 9px 13px 8px 13px;
  display: block;
}
.navbar-collapse-mob .web-acc-link i {
  width: 20px;
  margin-right: 10px;
  color: #666 !important;
}
.navbar-collapse-mob .web-acc-link:hover {
  background: #3a95ea;
  color: #fff;
  text-decoration: none;
}
.show-nav .navbar-collapse-mob {
  -webkit-transform: translateX(0);
  transform: translateX(0) translateY(0) scale(1);
  opacity: 1;
  z-index: 51;
}
.navbar-collapse-mob .nav-sidebar {
  margin: 0;
}
.navbar-collapse-mob ul > li ul.in li.active a:first-child {
  border: 0 !important;
}
.navbar-collapse-mob ul > li ul.in li.active a:first-child:hover {
  color: #59636f;
}
.navbar-collapse-mob ul > li ul.in li.active > a:first-child {
  background: #fff !important;
  color: #59636f !important;
}
@media (min-width: 767px) {
  .full-width-content #leftCol {
    display: none;
  }
}
#leftCol .block-block {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px;
}
#leftCol .block-block h2 {
  margin-top: 0;
}
#leftCol .block-block .btn {
  margin-bottom: 0;
  white-space: normal;
}
#leftCol #sticky-sidebar {
  position: relative;
  margin-top: 31px;
}
#leftCol #sticky-sidebar .sticky-on-scroll.sticky {
  position: fixed;
  width: 720px;
  transform: translate3D(0, 0, 0);
}
@media (min-width: 992px) {
  #leftCol #sticky-sidebar .sticky-on-scroll.sticky {
    width: 293.33px;
  }
}
@media (min-width: 1200px) {
  #leftCol #sticky-sidebar .sticky-on-scroll.sticky {
    width: 360px;
  }
}
#leftCol #sticky-sidebar .sticky-on-scroll.bottom {
  position: relative;
}
.offcanvas {
  display: none;
}
.ui-widget {
  font-family: Helvetica, arial, sans-serif;
}
.ui-widget-overlay {
  background: rgba(4, 14, 23, 0.85);
}
.ui-draggable .ui-widget-header {
  background: #12356f;
  border: 0;
  color: #fff;
  font-family: 'alegreya_sansregular', arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.ui-draggable.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: 0;
}
.ui-draggable.ui-dialog .ui-dialog-titlebar-close span {
  background: none;
  text-indent: initial;
  overflow: visible;
  margin-left: -15px;
  margin-top: -15px;
  width: auto;
  height: auto;
}
.ui-draggable.ui-dialog .ui-dialog-titlebar-close span:after {
  content: "\f057";
  font-size: 130%;
  vertical-align: 8%;
  color: #fff;
  font-family: "FontAwesome";
}
.ui-draggable .ui-widget-content {
  color: #59636f;
  padding: 18px 18px 13px 18px;
}
.ui-draggable .ui-widget-content a.btn {
  font-family: 'open_sansregular', arial, sans-serif;
  outline: none !important;
  border-radius: 2px;
  border-color: #1c75c9;
  font-size: 17px;
  color: #fff;
  padding: 15px;
  margin-bottom: 5px;
  text-align: left;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: #2e89de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@accent-colour', endColorstr='#1c75c9',GradientType=0 );  IE6-9 */
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.ui-draggable .ui-widget-content a.btn i {
  font-family: "FontAwesome";
  font-size: 150%;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 15px;
}
.ui-draggable .ui-widget-content a.btn:hover {
  background: #fff;
  color: #2e89de;
  border-color: #cccccc;
  text-shadow: none;
}
.touch ul.ui-autocomplete {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.autocomplete-parent {
  position: relative;
}
.autocomplete-parent .input-group-btn button * {
  visibility: hidden;
}
.autocomplete-parent .ajax-progress {
  position: absolute;
  top: 4px;
  right: 5px;
  background-color: #FFFFFF;
  z-index: 10;
  padding: 4px;
}
.autocomplete-parent.with-label .ajax-progress {
  top: 30px;
}
.autocomplete-parent.col-sm-9 .ajax-progress {
  right: 25px;
}
.lt-ie9.wf-loading :before,
.lt-ie9.wf-loading :after {
  content: '' !important;
}
.lt-ie9 .container {
  width: 1170px;
}
.engineeringreadmore {
  display: inline-block;
  padding: 14px 0 0 0;
}
@media (max-width: 767px) {
  .webform-client-form .webform-component-date label,
  .webform-client-form .webform-component-time label,
  .webform-client-form .webform-component-textarea label {
    display: block;
  }
}
.webform-client-form .webform-component-date .form-control,
.webform-client-form .webform-component-time .form-control,
.webform-client-form .webform-component-textarea .form-control {
  padding: 6px 3px;
}
@media (max-width: 767px) {
  .webform-client-form .webform-component-date div.col-sm-9,
  .webform-client-form .webform-component-time div.col-sm-9,
  .webform-client-form .webform-component-textarea div.col-sm-9 {
    padding: 0;
  }
}
form.webform-client-form .cropimage-container .help-block {
  float: none;
  padding-left: 0;
  color: #858585;
}
.refreshFontAwesome :before,
.refreshFontAwesome :after {
  content: none !important;
}
#faceValidateHTML h2,
#faceValidateHTML h3 {
  margin-bottom: 20px;
}
/* webform preview alts */
.webform-client-form.preview .form-item {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
}
.webform-client-form.preview .form-item:nth-child(even) {
  background: #f6f6f6;
}
.webform-client-form.preview .form-item:before,
.webform-client-form.preview .form-item:after {
  content: " ";
  display: table;
  clear: both;
}
.webform-client-form.preview .form-item label {
  padding-top: 0;
  font-weight: bold;
  padding-right: 10px;
  border-right: 1px solid #e2e2e2;
}
.webform-client-form.preview .webform-component-fieldset button {
  margin: 20px 0px;
  float: left;
}
.webform-client-form.preview .webform-component-fieldset button.webform-submit {
  float: right;
}
.webform-client-form.preview .webform-component-fieldset button.webform-previous {
  background: #F2F9FF;
  color: #177cda;
  border: 1px solid #B6D4EF;
  text-shadow: none;
}
.webform-client-form.preview .webform-component-fieldset button.webform-previous:hover {
  background: #fff;
}
@media (max-width: 767px) {
  .webform-client-form.preview .webform-component-fieldset button {
    float: none !important;
  }
}
.webform-client-form button {
  border-radius: 2px !important;
}
.no-padding .modal-header .close {
  margin-top: -10px;
}
.no-padding .modal-body {
  padding: 6px;
  height: 93%;
}
.fullscreen-modal .modal-dialog {
  width: 97%;
}
.fullscreen-modal .modal-dialog {
  height: 98%;
}
.fullscreen-modal .modal-content {
  height: 96%;
}
.fullscreen-modal .modal-body {
  height: 89%;
}
.col-md-8 article:before,
.col-md-8 article:after {
  content: " ";
  display: table;
}
.col-md-8 article:after {
  clear: both;
}
.full-width-content .full-width-page {
  width: 100%;
}
.full-width-content .full-width-page #block-system-main {
  max-width: 760px;
}
/* Abellio customer pages */
@media screen and (max-width: 690px) {
  .node-type-abellio-customer .main-content table {
    border: 0;
  }
  .node-type-abellio-customer .main-content table thead {
    display: none;
  }
  .node-type-abellio-customer .main-content table tr {
    margin-bottom: 10px;
    border-bottom: 2px solid #dddddd;
  }
  .node-type-abellio-customer .main-content table td {
    display: block;
    text-align: right;
    font-size: 13px;
  }
  .node-type-abellio-customer .main-content table td:last-child {
    border-bottom: 0;
  }
  .node-type-abellio-customer .main-content table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .node-type-abellio-customer .nobutton table tr:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.node-type-abellio-customer #leftCol {
  padding-top: 36px;
}
@media (max-width: 991px) {
  .node-type-abellio-customer.not-front .main-content article {
    margin-top: -58px;
  }
}
@media (min-width: 1822px) {
  .node-type-abellio-customer.not-front .main-content article {
    margin-top: -52px;
  }
}
.node-type-abellio-customer #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
  height: 450px;
}
.node-type-abellio-customer #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
  top: -98px;
}
.node-type-abellio-customer a.btn-form {
  margin-bottom: 0;
  margin: 0 2px;
}
.node-type-abellio-customer #site-wrapper form button.btn.form-submit.webform-submit,
.node-type-abellio-customer #site-wrapper form button.btn.form-submit.webform-previous,
.node-type-abellio-customer #site-wrapper form a.btn.btn-form {
  padding: 3px 8px;
  font-family: 'open_sansregular', arial, sans-serif;
  margin: 0 4px;
}
@media (max-width: 430px) {
  .node-type-abellio-customer #site-wrapper form button.btn.form-submit.webform-submit,
  .node-type-abellio-customer #site-wrapper form button.btn.form-submit.webform-previous,
  .node-type-abellio-customer #site-wrapper form a.btn.btn-form {
    float: none !important;
    margin-left: 0;
    margin-right: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 370px) {
  .node-type-abellio-customer .main-content .nav-tabs > li a {
    padding: 5px;
    font-size: 16px;
  }
}
.node-type-abellio-customer .info.well,
.node-type-abellio-customer .cardsection {
  margin-bottom: 40px;
}
@media (max-width: 690px) {
  .node-type-abellio-customer .info.well .btn.pull-right,
  .node-type-abellio-customer .cardsection .btn.pull-right {
    float: none !important;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.node-type-abellio-customer .mini-detail {
  margin-bottom: 15px;
}
.node-type-abellio-customer .cardsection {
  box-shadow: 0px 11px 9px -10px #dadada;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.node-type-abellio-customer .cardsection.nobutton {
  padding-bottom: 0;
}
.node-type-abellio-customer .cardsection.nobutton table {
  margin-bottom: 0;
  border-bottom: none;
}
.node-type-abellio-customer .main-content table td,
.node-type-abellio-customer .main-content table th {
  padding: 10px;
}
.node-type-abellio-customer a.full-width {
  text-align: center;
}
.node-type-abellio-customer .webform-component--name-and-address,
.node-type-abellio-customer .delivery_address,
.node-type-abellio-customer .billing_address {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-color: #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.node-type-abellio-customer .webform-component--name-and-address address,
.node-type-abellio-customer .delivery_address address,
.node-type-abellio-customer .billing_address address {
  margin-bottom: 0;
}
.node-type-abellio-customer .account-details-container .account-details-actions {
  margin-top: 1em;
}
.node-type-abellio-customer #payment-form tfoot {
  background: #ffe;
}
.node-type-abellio-customer em.pending {
  color: #77818e;
}
.node-type-abellio-customer .webform-component--terms-conditions {
  margin-bottom: 15px;
}
.node-type-abellio-customer article .btn {
  white-space: normal;
}
.node-type-abellio-customer .months {
  margin-bottom: 25px;
}
.node-type-abellio-customer .months a.btn {
  padding: 0 6px;
  margin: 4px 3px;
}
.node-type-abellio-customer .webform-client-form .webform-previous {
  float: none;
}
.block-abellio-customer {
  margin-bottom: 18px;
  clear: both;
}
#block-abellio-customer-user-details {
  padding: 12px 10px 10px;
  border: 1px solid #dddddd;
}
#block-abellio-customer-user-details .user-details {
  margin-bottom: 10px;
}
#block-abellio-customer-user-details .user-details div {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 3px;
  padding: 0px 3px 3px;
}
#block-abellio-customer-user-details .user-details div.email {
  word-break: break-all;
}
#block-abellio-customer-user-details .user-details div:last-child {
  border: none;
}
#block-abellio-customer-tickets-site-link a {
  text-align: center;
}
#block-abellio-customer-tickets-site-link a i {
  font-size: 300%;
  line-height: inherit;
}
#block-abellio-customer-tickets-site-link a .main-text {
  font-size: 150%;
}
table.ticket-history th {
  vertical-align: top;
}
table.ticket-history tr.odd td {
  background: #FFFFFF;
}
table.ticket-history tr.even td {
  background: #f9f9f9;
}
table.ticket-history tr.booking td,
table.ticket-history tr.transaction-total td {
  border-top: none;
}
table.ticket-history tr.booking td.travel-dates,
table.ticket-history tr.transaction-total td.travel-dates,
table.ticket-history tr.booking td.journey,
table.ticket-history tr.transaction-total td.journey,
table.ticket-history tr.booking td.ticket-type,
table.ticket-history tr.transaction-total td.ticket-type {
  border-top: 1px solid #dddddd;
}
table.ticket-history tr.in {
  border: 2px solid #aaa;
  border-top: 0;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}
table.ticket-history tr.details-open {
  border-color: #aaa;
  border: 2px solid #aaa;
  border-bottom: 0;
  border-top: 0;
  margin-bottom: -10px;
}
table.ticket-history tr.details-open td {
  background: #fffdd4;
}
table.ticket-history tr.details-open:first-child {
  border-top: 2px solid #aaa;
}
table.ticket-history tr .actions a {
  font-size: 22px;
}
table.ticket-history tr .actions a:before {
  content: "\f068";
  font-family: "FontAwesome";
  display: inline-block;
  width: 20px;
}
table.ticket-history tr .actions a.collapsed:before {
  content: "\f067";
}
table.ticket-history tr span.outward-date:before,
table.ticket-history tr span.return-date:before {
  content: "\f064";
  font-family: "FontAwesome";
  margin-right: 5px;
}
table.ticket-history tr span.return-date:before {
  content: "\f112";
}
table.ticket-history tr.transaction-details > td {
  padding: 20px;
  background: #fff;
}
table.ticket-history tr.transaction-details > td h4.panel-title {
  background: #5D5398;
  color: #fff;
  padding: 7px 10px;
  border-radius: 2px;
  text-shadow: none !important;
  text-align: left;
}
table.ticket-history tr.transaction-details > td h4.panel-title a {
  padding-top: 0 !important;
  color: #f3e6ff !important;
}
table.ticket-history tr.transaction-details > td h4.panel-title a span {
  float: right;
  font-size: 25px;
  color: #fff;
  margin-left: 30px;
}
table.ticket-history tr.transaction-details > td h4.panel-title a:after {
  top: 13px !important;
  color: #fff !important;
}
table.ticket-history tr.transaction-details > td h4.panel-title a.collapsed {
  color: #fff !important;
}
table.ticket-history tr.transaction-details h5 {
  font-size: 15px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 6px;
  margin-top: 28px;
  text-shadow: 2px 2px 1px #fff, 1px 1px 1px #fff;
  border-bottom: 1px solid #e6e6e6;
}
table.ticket-history tr.transaction-details .delivery-details .ref {
  display: inline-block;
  background: #fdffd0;
  border: 1px solid #e9dc7d;
  color: #74680d;
  padding: 13px 20px;
  font-size: 18px;
  margin: 10px 0;
}
@media screen and (max-width: 690px) {
  table.ticket-history tr.transaction-details .journey-details .seating ul li {
    float: right;
    margin-left: 9px;
  }
  table.ticket-history tr.transaction-details .journey-details .seating ul li:before {
    content: none;
  }
}
table.ticket-history tr.transaction-details .ticket-details span.ticket-type {
  font-weight: bold;
}
table.ticket-history tr.transaction-details .ticket-details span.ticket-price {
  float: right;
}
table.ticket-history tr.transaction-details .info {
  margin: 5px 0 0 0;
  font-style: italic;
}
table.ticket-history tr.transaction-details .payment-info .journey-title {
  font-weight: bold;
}
table.ticket-history tr.transaction-details .payment-info .journey-title span {
  font-weight: normal;
}
table.ticket-history tr.transaction-details .payment-info td.total {
  font-weight: bold;
  text-align: right;
}
table.ticket-history tr.transaction-details .payment-info tr.total td.total {
  font-size: 20px;
  color: #8272dc;
}
table.ticket-history tr .panel-group .panel .panel-collapse {
  padding-bottom: 15px;
}
@media screen and (max-width: 690px) {
  table.ticket-history tr .panel-group .panel .panel-collapse a.btn.pull-right {
    float: none !important;
  }
}
/** End of Abellio Customer **/
/******************* print an element *******************/
body.printing {
  padding: 65px;
}
body.printing div,
body.printing table,
body.printing table * {
  width: auto !important;
}
body.printing .article {
  padding: 0;
}
body.printing .article article {
  margin-top: 0!important;
}
body.printing .hide {
  display: none;
}
body.printing .print-btn {
  display: none;
}
body.printing .close-print {
  position: absolute;
  top: 2px;
  left: 30px;
  cursor: pointer;
  font-size: 30px;
}
body.printing .close-print:before {
  content: "\f057";
  font-family: "FontAwesome";
  color: #177cda;
  font-size: 45px;
}
body.printing td.actions {
  display: none;
}
body.printing tr.details-open {
  border: 0 !important;
}
body.printing tr.details-open td {
  background: inherit !important;
}
@media screen and (max-width: 690px) {
  body.printing tr.details-open {
    border-bottom: 0;
    border-top: 2px solid #aaa;
    margin-bottom: 0px;
  }
}
body.printing table.ticket-history tr.transaction-details > td h4.panel-title a {
  color: #000 !important;
}
body.printing table.ticket-history tr.transaction-details > td h4.panel-title {
  font-size: 25px;
  background: #fff !important;
  padding: 0;
}
body.printing table.ticket-history tr.transaction-details > td h4.panel-title a span {
  margin-top: 10px;
  display: block;
  float: none;
  color: #666 !important;
}
body.printing .main-content .panel-group .panel h4 a:after {
  display: none;
}
body.printing .col-md-8 {
  width: 100%;
}
/*print styles */
@media print {
  #heroCarousel,
  .footer-top,
  .back-to-top,
  .footer-bottom-top .col-md-8,
  footer .social {
    display: none;
  }
  .not-front .main-content article {
    margin-top: 10px;
  }
  .not-front .main-content article h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0;
  }
  .print-logo[style] {
    display: block !important;
    width: 250px;
    height: auto;
    margin: 0 0 20px 30px;
  }
  /* abellio customer */
  #block-abellio-customer-dashboard-links,
  .node-type-abellio-customer table th.actions,
  .node-type-abellio-customer table td.actions,
  .node-type-abellio-customer table th.action,
  #block-abellio-customer-user-details .details a,
  .node-type-abellio-customer #leftCol .block-menu-block,
  .node-type-abellio-customer #leftCol a,
  .node-type-abellio-customer button,
  .node-type-abellio-customer .webform-component--terms-conditions {
    display: none;
  }
  .node-type-abellio-customer.not-front .main-content article {
    margin-top: 0px !important;
  }
  .node-type-abellio-customer h1 {
    margin-bottom: 5px !important;
  }
  .node-type-abellio-customer #leftCol {
    padding-top: 0 !important;
  }
  .node-type-abellio-customer .main-content .article {
    padding-bottom: 10px !important;
  }
  #block-abellio-customer-user-details {
    padding: 0  !important;
    border: none !important;
  }
  .node-type-abellio-customer .form-group {
    margin-bottom: 5px !important;
  }
  /* print an element */
  body.printing .close-print {
    display: none;
  }
  body.printing tr.details-open {
    border: 0 !important;
  }
  body.printing tr.details-open td {
    background: inherit !important;
  }
  .main-content .panel-group .panel:first-child h4 a:after {
    display: none;
  }
  img {
    margin-bottom: 20px;
  }
}
/*** live travel updates  ***/
.live-travel-updates {
  position: relative;
  margin-bottom: 40px;
}
#live-travel-service-groupsModal .live-travel-updates {
  margin-bottom: 0;
}
.live-travel-updates .service-group {
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.live-travel-updates .service-group.use-service-groups {
  padding-left: 40px;
}
@media (max-width: 550px) {
  .live-travel-updates .service-group.use-service-groups {
    padding-left: 20px;
  }
}
.live-travel-updates .service-group.in {
  margin-bottom: 25px;
}
.live-travel-updates .latest-update {
  margin-bottom: 15px;
  background: #fff;
  padding: 4px 10px 4px 10px;
  font-family: 'open_sanslight', arial, sans-serif;
  color: #777;
  display: inline-block;
  font-size: 15px;
}
@media (min-width: 549px) {
  .live-travel-updates .latest-update {
    position: absolute;
    top: -43px;
    right: 0;
    margin-bottom: 0;
  }
}
.live-travel-updates .latest-update.inProgress .update i {
  -webkit-animation: fa-spin 0.8s infinite linear;
  animation: fa-spin 0.8s infinite linear;
}
.live-travel-updates .latest-update .update {
  color: #177cda;
  margin-left: 8px;
  padding: 3px 0 3px 10px;
  border-left: 1px solid #cccccc;
  font-size: 110%;
}
.live-travel-updates .latest-update .update.inProgress i {
  -webkit-animation: fa-spin 0.8s infinite linear;
  animation: fa-spin 0.8s infinite linear;
}
.live-travel-updates .latest-update .update.inProgress i:before {
  position: relative;
  top: 1px;
  left: -1px;
}
.live-travel-updates a.revealmore {
  background: #fff;
  display: block;
  padding: 5px;
  text-align: center;
  font-family: 'open_sansregular', arial, sans-serif;
}
.live-travel-updates a.revealmore:after {
  content: "\f078";
  font-family: 'FontAwesome';
  font-size: 80%;
  vertical-align: 10%;
  line-height: 15px;
  margin-left: 4px;
  color: #177cda;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.live-travel-updates a.revealmore:hover {
  text-decoration: none;
}
.live-travel-updates a.revealmore:hover:after {
  vertical-align: -5%;
}
.not-front .live-travel-updates a.revealmore:hover:after {
  vertical-align: 10%;
  margin-left: 8px;
}
.live-travel-updates div.hidden-routes {
  display: none;
}
.live-travel-updates ul,
.live-travel-updates .good-service {
  clear: both;
  padding-left: 0;
}
.live-travel-updates ul li,
.live-travel-updates .good-service li {
  list-style-type: none;
  list-style-position: outside;
  margin-bottom: 9px;
}
.live-travel-updates ul li h2,
.live-travel-updates .good-service li h2,
.live-travel-updates ul li h3,
.live-travel-updates .good-service li h3 {
  padding: 3px 10px 3px 47px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 0px 3px 1px #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 20%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(100%, #ebebeb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 20%, #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 20%, #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 20%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 20%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  /* IE6-9 */
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 17px;
  text-shadow: 1px 1px 0px #ffffff, 2px 2px 1px #ffffff;
  position: relative;
}
.live-travel-updates ul li h2 span,
.live-travel-updates .good-service li h2 span,
.live-travel-updates ul li h3 span,
.live-travel-updates .good-service li h3 span {
  font-style: italic;
  color: #53c360;
}
.live-travel-updates ul li h2:before,
.live-travel-updates .good-service li h2:before,
.live-travel-updates ul li h3:before,
.live-travel-updates .good-service li h3:before {
  content: "\f058";
  color: #53c360;
  font-family: "FontAwesome";
  font-size: 150%;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 13px;
  line-height: 1;
  margin-left: -35px;
  width: 22px;
  display: inline-block;
}
.live-travel-updates ul li h2 a,
.live-travel-updates .good-service li h2 a,
.live-travel-updates ul li h3 a,
.live-travel-updates .good-service li h3 a,
.live-travel-updates ul li h2 span.lazy,
.live-travel-updates .good-service li h2 span.lazy,
.live-travel-updates ul li h3 span.lazy,
.live-travel-updates .good-service li h3 span.lazy {
  color: #59636f;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  word-wrap: break-word;
}
.live-travel-updates ul li h2 a:after,
.live-travel-updates .good-service li h2 a:after,
.live-travel-updates ul li h3 a:after,
.live-travel-updates .good-service li h3 a:after {
  color: #177cda;
  position: absolute;
  right: 10px;
  top: 13px;
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 125%;
  vertical-align: middle;
  line-height: 15px;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
}
.live-travel-updates ul li h2 a:hover:after,
.live-travel-updates .good-service li h2 a:hover:after,
.live-travel-updates ul li h3 a:hover:after,
.live-travel-updates .good-service li h3 a:hover:after {
  -ms-transform: scale(1.4, 1.4);
  /* IE 9 */
  -webkit-transform: scale(1.4, 1.4);
  /* Chrome, Safari, Opera */
  transform: scale(1.4, 1.4);
}
.live-travel-updates ul li h2 a.collapsed:after,
.live-travel-updates .good-service li h2 a.collapsed:after,
.live-travel-updates ul li h3 a.collapsed:after,
.live-travel-updates .good-service li h3 a.collapsed:after {
  content: "\f067";
}
.live-travel-updates ul li.major h2 span,
.live-travel-updates .good-service li.major h2 span,
.live-travel-updates ul li.major h3 span,
.live-travel-updates .good-service li.major h3 span,
.live-travel-updates ul li.major h2:before,
.live-travel-updates .good-service li.major h2:before,
.live-travel-updates ul li.major h3:before,
.live-travel-updates .good-service li.major h3:before {
  color: #f26175;
}
.live-travel-updates ul li.major h2:before,
.live-travel-updates .good-service li.major h2:before,
.live-travel-updates ul li.major h3:before,
.live-travel-updates .good-service li.major h3:before {
  content: "\f071";
}
.live-travel-updates ul li.minor h2 span,
.live-travel-updates .good-service li.minor h2 span,
.live-travel-updates ul li.minor h3 span,
.live-travel-updates .good-service li.minor h3 span,
.live-travel-updates ul li.minor h2:before,
.live-travel-updates .good-service li.minor h2:before,
.live-travel-updates ul li.minor h3:before,
.live-travel-updates .good-service li.minor h3:before {
  color: #f2951c;
}
.live-travel-updates ul li.minor h2:before,
.live-travel-updates .good-service li.minor h2:before,
.live-travel-updates ul li.minor h3:before,
.live-travel-updates .good-service li.minor h3:before {
  content: "\f06a";
}
.live-travel-updates ul li.strike h2 span,
.live-travel-updates .good-service li.strike h2 span,
.live-travel-updates ul li.strike h3 span,
.live-travel-updates .good-service li.strike h3 span,
.live-travel-updates ul li.strike h2:before,
.live-travel-updates .good-service li.strike h2:before,
.live-travel-updates ul li.strike h3:before,
.live-travel-updates .good-service li.strike h3:before {
  color: #59636f;
}
.live-travel-updates ul li.strike h2:before,
.live-travel-updates .good-service li.strike h2:before,
.live-travel-updates ul li.strike h3:before,
.live-travel-updates .good-service li.strike h3:before {
  content: "\f06a";
}
.live-travel-updates ul li.amended h2 span,
.live-travel-updates .good-service li.amended h2 span,
.live-travel-updates ul li.amended h3 span,
.live-travel-updates .good-service li.amended h3 span,
.live-travel-updates ul li.amended h2:before,
.live-travel-updates .good-service li.amended h2:before,
.live-travel-updates ul li.amended h3:before,
.live-travel-updates .good-service li.amended h3:before {
  color: #2278c0;
}
.live-travel-updates ul li.amended h2:before,
.live-travel-updates .good-service li.amended h2:before,
.live-travel-updates ul li.amended h3:before,
.live-travel-updates .good-service li.amended h3:before {
  content: "\f06a";
}
.live-travel-updates ul li.noservice h2 span,
.live-travel-updates .good-service li.noservice h2 span,
.live-travel-updates ul li.noservice h3 span,
.live-travel-updates .good-service li.noservice h3 span,
.live-travel-updates ul li.noservice h2:before,
.live-travel-updates .good-service li.noservice h2:before,
.live-travel-updates ul li.noservice h3:before,
.live-travel-updates .good-service li.noservice h3:before {
  color: #2c3136;
}
.live-travel-updates ul li.noservice h2 span.wrapper,
.live-travel-updates .good-service li.noservice h2 span.wrapper,
.live-travel-updates ul li.noservice h3 span.wrapper,
.live-travel-updates .good-service li.noservice h3 span.wrapper {
  color: inherit;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
}
.live-travel-updates ul li.noservice h2 span.wrapper .right-align,
.live-travel-updates .good-service li.noservice h2 span.wrapper .right-align,
.live-travel-updates ul li.noservice h3 span.wrapper .right-align,
.live-travel-updates .good-service li.noservice h3 span.wrapper .right-align {
  margin-right: 30px;
}
.live-travel-updates ul li.noservice h2:before,
.live-travel-updates .good-service li.noservice h2:before,
.live-travel-updates ul li.noservice h3:before,
.live-travel-updates .good-service li.noservice h3:before {
  content: "\f06a";
}
.live-travel-updates ul li.engineering h2 span,
.live-travel-updates .good-service li.engineering h2 span,
.live-travel-updates ul li.engineering h3 span,
.live-travel-updates .good-service li.engineering h3 span,
.live-travel-updates ul li.engineering h2:before,
.live-travel-updates .good-service li.engineering h2:before,
.live-travel-updates ul li.engineering h3:before,
.live-travel-updates .good-service li.engineering h3:before {
  color: #12356F;
}
.live-travel-updates ul li.engineering h2:before,
.live-travel-updates .good-service li.engineering h2:before,
.live-travel-updates ul li.engineering h3:before,
.live-travel-updates .good-service li.engineering h3:before {
  content: "\f0ad";
}
.live-travel-updates ul li.good h2 span,
.live-travel-updates .good-service li.good h2 span,
.live-travel-updates ul li.good h3 span,
.live-travel-updates .good-service li.good h3 span,
.live-travel-updates ul li.good h2:before,
.live-travel-updates .good-service li.good h2:before,
.live-travel-updates ul li.good h3:before,
.live-travel-updates .good-service li.good h3:before {
  color: #53c360;
}
.live-travel-updates ul li.good h2 span.wrapper,
.live-travel-updates .good-service li.good h2 span.wrapper,
.live-travel-updates ul li.good h3 span.wrapper,
.live-travel-updates .good-service li.good h3 span.wrapper {
  color: inherit;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
}
.live-travel-updates ul li.good h2 span.wrapper .right-align,
.live-travel-updates .good-service li.good h2 span.wrapper .right-align,
.live-travel-updates ul li.good h3 span.wrapper .right-align,
.live-travel-updates .good-service li.good h3 span.wrapper .right-align {
  margin-right: 30px;
}
.live-travel-updates ul li.good h2:before,
.live-travel-updates .good-service li.good h2:before,
.live-travel-updates ul li.good h3:before,
.live-travel-updates .good-service li.good h3:before {
  content: "\f058";
}
.live-travel-updates ul li.good h2.has-incidents:before,
.live-travel-updates .good-service li.good h2.has-incidents:before,
.live-travel-updates ul li.good h3.has-incidents:before,
.live-travel-updates .good-service li.good h3.has-incidents:before {
  content: "\f06a";
}
.live-travel-updates ul li h2 span.group.description.right-align,
.live-travel-updates .good-service li h2 span.group.description.right-align {
  float: right;
  margin-right: 5px;
}
.live-travel-updates ul li h2 span.status.minor,
.live-travel-updates .good-service li h2 span.status.minor {
  color: #f2951c;
}
.live-travel-updates ul li h2 span.status.strike,
.live-travel-updates .good-service li h2 span.status.strike {
  color: #59636f;
}
.live-travel-updates ul li h2 span.status.amended,
.live-travel-updates .good-service li h2 span.status.amended {
  color: #2278c0;
}
.live-travel-updates ul li h2 span.status.noservice,
.live-travel-updates .good-service li h2 span.status.noservice {
  color: #2c3136;
}
.live-travel-updates ul li.collapsed-group h2 .title,
.live-travel-updates .good-service li.collapsed-group h2 .title {
  color: #59636f;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.live-travel-updates ul li.collapsed-group h2 .title .status.right-align,
.live-travel-updates .good-service li.collapsed-group h2 .title .status.right-align {
  margin-right: 30px;
}
.live-travel-updates ul li.collapsed-group h2 .status.right-align,
.live-travel-updates .good-service li.collapsed-group h2 .status.right-align {
  float: right;
  margin-right: 5px;
}
.live-travel-updates ul li h3 span.status.right-align,
.live-travel-updates .good-service li h3 span.status.right-align {
  float: right;
  margin-right: 6px;
}
.live-travel-updates ul li h5,
.live-travel-updates .good-service li h5 {
  color: #3665af;
  font-family: 'OpenSansRegular', arial, sans-serif;
  font-size: 16px;
}
#live-travel-updates-service-groups.live-travel-updates ul li h2 span.description,
#live-travel-updates-service-groups.live-travel-updates .good-service li h2 span.description {
  color: #999;
}
#live-travel-updates-service-groups.live-travel-updates ul li h3,
#live-travel-updates-service-groups.live-travel-updates .good-service li h3 {
  font-size: 15px;
}
#live-travel-updates-service-groups.live-travel-updates ul li.good h2,
#live-travel-updates-service-groups.live-travel-updates .good-service li.good h2 {
  padding-top: 12px;
  padding-bottom: 8px;
}
#live-travel-updates-service-groups.live-travel-updates ul li.good h2:before,
#live-travel-updates-service-groups.live-travel-updates .good-service li.good h2:before {
  margin-top: -3px;
}
#live-travel-updates-service-groups.show-good-routes.live-travel-updates ul li.good h2,
#live-travel-updates-service-groups.show-good-routes.live-travel-updates .good-service li.good h2 {
  padding-top: 3px;
  padding-bottom: 3px;
}
#live-travel-updates-service-groups.show-good-routes.live-travel-updates ul li.good h2:before,
#live-travel-updates-service-groups.show-good-routes.live-travel-updates .good-service li.good h2:before {
  margin-top: 5px;
}
.live-travel-updates ul li .disruption-details,
.live-travel-updates .good-service li .disruption-details {
  padding: 15px;
  background: #fff;
  margin-bottom: 8px;
  border: 1px solid #cccccc;
  margin-top: -7px;
}
@media (max-width: 550px) {
  .live-travel-updates ul li .disruption-details,
  .live-travel-updates .good-service li .disruption-details {
    padding: 14px 9px 5px 9px;
  }
}
.live-travel-updates ul li .disruption-details a.btn,
.live-travel-updates .good-service li .disruption-details a.btn {
  color: #333333;
  background: none;
  background-color: #ffffff;
  border-color: #cccccc;
  padding: 6px 12px;
  font-size: 14px;
}
.live-travel-updates ul li .disruption-details a.btn:hover,
.live-travel-updates .good-service li .disruption-details a.btn:hover {
  color: #333333 !important;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.live-travel-updates ul li .disruption-details h4,
.live-travel-updates .good-service li .disruption-details h4 {
  font-size: 18px;
  font-family: 'open_sansregular', arial, sans-serif;
}
.live-travel-updates ul li .disruption-details h4.margin-top,
.live-travel-updates .good-service li .disruption-details h4.margin-top {
  margin-top: 25px;
}
.live-travel-updates ul li .disruption-details .details,
.live-travel-updates .good-service li .disruption-details .details {
  min-height: 68px !important;
  overflow: hidden;
  margin-bottom: 23px;
  position: relative;
  border-bottom: 1px dotted #cccccc;
}
.live-travel-updates ul li .disruption-details .details.collapse[style],
.live-travel-updates .good-service li .disruption-details .details.collapse[style],
.live-travel-updates ul li .disruption-details .details.collapse,
.live-travel-updates .good-service li .disruption-details .details.collapse {
  height: 68px !important;
  display: block;
  visibility: visible;
}
.live-travel-updates ul li .disruption-details .details.collapse.in,
.live-travel-updates .good-service li .disruption-details .details.collapse.in {
  height: auto !important;
}
.live-travel-updates ul li .disruption-details .details.collapse.in:after,
.live-travel-updates .good-service li .disruption-details .details.collapse.in:after {
  box-shadow: inset 0px 0px 0px 0px #fff;
}
.live-travel-updates ul li .disruption-details .details:after,
.live-travel-updates .good-service li .disruption-details .details:after {
  content: "";
  position: absolute;
  width: 104%;
  padding: 0 15px;
  height: 45px;
  bottom: 0;
  left: -5px;
  margin-left: -5px;
  box-shadow: inset 0px -31px 45px 3px #ffffff;
  -webkit-transition: box-shadow 0.5s ease-out 0s;
  -moz-transition: box-shadow 0.5s ease-out 0s;
  -o-transition: box-shadow 0.5s ease-out 0s;
  transition: box-shadow 0.5s ease-out 0s;
}
.live-travel-updates ul li .disruption-details .details + a,
.live-travel-updates .good-service li .disruption-details .details + a {
  margin-top: -35px;
  float: right;
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'open_sansregular', arial, sans-serif;
  text-align: center;
  z-index: 20;
  text-shadow: -1px 0px 0px #ffffff, -2px 0px 0px #ffffff, -3px 0px 0px #ffffff, 1px 0px 0px #ffffff, 2px 0px 0px #ffffff, 3px 0px 0px #ffffff;
}
.live-travel-updates ul li .disruption-details .details + a:hover,
.live-travel-updates .good-service li .disruption-details .details + a:hover,
.live-travel-updates ul li .disruption-details .details + a:focus,
.live-travel-updates .good-service li .disruption-details .details + a:focus {
  text-decoration: none;
  color: #177cda;
}
.live-travel-updates ul li .disruption-details .details + a .less,
.live-travel-updates .good-service li .disruption-details .details + a .less {
  display: block;
}
.live-travel-updates ul li .disruption-details .details + a .more,
.live-travel-updates .good-service li .disruption-details .details + a .more {
  display: none;
}
.live-travel-updates ul li .disruption-details .details + a.collapsed .more,
.live-travel-updates .good-service li .disruption-details .details + a.collapsed .more {
  display: block;
}
.live-travel-updates ul li .disruption-details .details + a.collapsed .less,
.live-travel-updates .good-service li .disruption-details .details + a.collapsed .less {
  display: none;
}
.live-travel-updates ul li .disruption-details .description.info,
.live-travel-updates .good-service li .disruption-details .description.info {
  background-color: #FFFFFF;
  padding: 10px 20px 1px;
}
@media (max-width: 550px) {
  .live-travel-updates ul li .disruption-details .description.info,
  .live-travel-updates .good-service li .disruption-details .description.info {
    padding: 10px 10px 1px;
  }
}
.live-travel-updates ul li .disruption-details ul.services li,
.live-travel-updates .good-service li .disruption-details ul.services li {
  margin-bottom: 3px;
  padding-left: 27px;
}
.live-travel-updates ul li .disruption-details ul.services li a,
.live-travel-updates .good-service li .disruption-details ul.services li a {
  color: #59636f;
}
.live-travel-updates ul li .disruption-details ul.services li a:before,
.live-travel-updates .good-service li .disruption-details ul.services li a:before {
  content: "\e600";
  font-family: 'icomoon';
  font-size: 120%;
  vertical-align: -22%;
  line-height: 15px;
  margin-right: 2px;
  color: #177cda;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
  margin-left: -27px;
}
.live-travel-updates ul li .disruption-details ul.services li a.calling-list:before,
.live-travel-updates .good-service li .disruption-details ul.services li a.calling-list:before {
  display: none;
}
.live-travel-updates ul li .disruption-details ul.services li a:hover,
.live-travel-updates .good-service li .disruption-details ul.services li a:hover,
.live-travel-updates ul li .disruption-details ul.services li a:focus,
.live-travel-updates .good-service li .disruption-details ul.services li a:focus {
  text-decoration: none;
}
.live-travel-updates ul li .disruption-details ul.services li a:after,
.live-travel-updates .good-service li .disruption-details ul.services li a:after {
  content: "\f077";
  font-family: 'FontAwesome';
  font-size: 80%;
  vertical-align: 10%;
  line-height: 15px;
  margin-left: 4px;
  color: #177cda;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.live-travel-updates ul li .disruption-details ul.services li a:hover:after,
.live-travel-updates .good-service li .disruption-details ul.services li a:hover:after {
  vertical-align: 20%;
}
.live-travel-updates ul li .disruption-details ul.services li a.collapsed:after,
.live-travel-updates .good-service li .disruption-details ul.services li a.collapsed:after {
  content: "\f078";
}
.live-travel-updates ul li .disruption-details ul.services li a.collapsed:hover:after,
.live-travel-updates .good-service li .disruption-details ul.services li a.collapsed:hover:after {
  vertical-align: -5%;
}
.live-travel-updates ul li .disruption-details ul.services li div.service,
.live-travel-updates .good-service li .disruption-details ul.services li div.service {
  background: #f2f2f2;
  padding: 10px 13px;
  margin-bottom: 15px;
  margin-top: 3px;
}
@media (max-width: 550px) {
  .live-travel-updates ul li .disruption-details ul.services .calling-stations,
  .live-travel-updates .good-service li .disruption-details ul.services .calling-stations {
    margin-left: -36px;
    margin-right: -9px;
  }
}
.live-travel-updates ul.service-group-hide-all li h2,
.live-travel-updates .good-service.service-group-hide-all li h2 {
  padding-left: 10px;
}
.live-travel-updates ul.service-group-hide-all li h2:before,
.live-travel-updates .good-service.service-group-hide-all li h2:before {
  content: '';
}
.live-travel-updates ul.service-group-hide-all li h2 span,
.live-travel-updates .good-service.service-group-hide-all li h2 span {
  font-style: normal;
  color: #177cda;
  margin: 0;
}
.live-travel-updates ul.service-group-hide-all li h2 a,
.live-travel-updates .good-service.service-group-hide-all li h2 a {
  padding-right: 0;
}
.live-travel-updates ul.service-group-hide-all li h2 a:after,
.live-travel-updates .good-service.service-group-hide-all li h2 a:after {
  content: '';
}
@media (max-width: 555px) {
  .live-travel-updates ul.service-group-hide-all li h2 .float-right,
  .live-travel-updates .good-service.service-group-hide-all li h2 .float-right {
    float: none;
    display: block;
    margin-top: 7px;
  }
}
.live-travel-updates ul.service-group-hide-all li h2 .float-right:after,
.live-travel-updates .good-service.service-group-hide-all li h2 .float-right:after {
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
  content: '\f077';
}
.live-travel-updates ul.service-group-hide-all.no-num-routes-affected li h2,
.live-travel-updates .good-service.service-group-hide-all.no-num-routes-affected li h2 {
  border: none;
  background: none;
  box-shadow: none;
}
.live-travel-updates ul.service-group-hide-all.no-num-routes-affected li h2 a,
.live-travel-updates .good-service.service-group-hide-all.no-num-routes-affected li h2 a {
  width: inherit;
  position: absolute;
  right: 10px;
}
.live-travel-updates ul.service-group-hide-all.no-num-routes-affected li h2 a .float-right,
.live-travel-updates .good-service.service-group-hide-all.no-num-routes-affected li h2 a .float-right {
  float: none;
  max-width: 100%;
}
.live-travel-updates.lazy-loading ul li h3 {
  padding-left: 10px;
}
.live-travel-updates.lazy-loading ul li h3:before {
  content: "";
}
.live-travel-updates .line-details,
.live-travel-updates .station-details {
  background: #f2f2f2;
  padding: 10px 13px;
  margin-bottom: 15px;
}
.live-travel-updates .line-details h5 a.collapse-btn:after,
.live-travel-updates .station-details h5 a.collapse-btn:after {
  content: "\f077";
  font-family: 'FontAwesome';
  font-size: 80%;
  vertical-align: 10%;
  line-height: 15px;
  margin-left: 4px;
  color: #177cda;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.live-travel-updates .line-details h5 a.collapse-btn:hover:after,
.live-travel-updates .station-details h5 a.collapse-btn:hover:after {
  vertical-align: 20%;
}
.live-travel-updates .line-details h5 a.collapse-btn.collapsed:after,
.live-travel-updates .station-details h5 a.collapse-btn.collapsed:after {
  content: "\f078";
}
.live-travel-updates .line-details h5 a.collapse-btn.collapsed:hover:after,
.live-travel-updates .station-details h5 a.collapse-btn.collapsed:hover:after {
  vertical-align: 0;
}
.live-travel-updates .line-incidents .incidents-header,
.live-travel-updates .station-incidents .incidents-header {
  font-size: 18px;
  font-family: 'OpenSansRegular', arial, sans-serif;
}
.live-travel-updates .line-incidents .line-incident,
.live-travel-updates .station-incidents .line-incident,
.live-travel-updates .line-incidents .station-incident,
.live-travel-updates .station-incidents .station-incident {
  margin-bottom: 10px;
}
.live-travel-updates .line-incidents .line-incident.line-incident > div,
.live-travel-updates .station-incidents .line-incident.line-incident > div,
.live-travel-updates .line-incidents .station-incident.line-incident > div,
.live-travel-updates .station-incidents .station-incident.line-incident > div,
.live-travel-updates .line-incidents .line-incident.station-incident > div,
.live-travel-updates .station-incidents .line-incident.station-incident > div,
.live-travel-updates .line-incidents .station-incident.station-incident > div,
.live-travel-updates .station-incidents .station-incident.station-incident > div {
  margin-left: -14.5px;
  margin-right: -14.5px;
}
@media (max-width: 550px) {
  .live-travel-updates .line-incidents .line-incident.line-incident > div,
  .live-travel-updates .station-incidents .line-incident.line-incident > div,
  .live-travel-updates .line-incidents .station-incident.line-incident > div,
  .live-travel-updates .station-incidents .station-incident.line-incident > div,
  .live-travel-updates .line-incidents .line-incident.station-incident > div,
  .live-travel-updates .station-incidents .line-incident.station-incident > div,
  .live-travel-updates .line-incidents .station-incident.station-incident > div,
  .live-travel-updates .station-incidents .station-incident.station-incident > div {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.live-travel-updates .line-incidents .line-incident.line-incident > div .line-details,
.live-travel-updates .station-incidents .line-incident.line-incident > div .line-details,
.live-travel-updates .line-incidents .station-incident.line-incident > div .line-details,
.live-travel-updates .station-incidents .station-incident.line-incident > div .line-details,
.live-travel-updates .line-incidents .line-incident.station-incident > div .line-details,
.live-travel-updates .station-incidents .line-incident.station-incident > div .line-details,
.live-travel-updates .line-incidents .station-incident.station-incident > div .line-details,
.live-travel-updates .station-incidents .station-incident.station-incident > div .line-details,
.live-travel-updates .line-incidents .line-incident.line-incident > div .station-details,
.live-travel-updates .station-incidents .line-incident.line-incident > div .station-details,
.live-travel-updates .line-incidents .station-incident.line-incident > div .station-details,
.live-travel-updates .station-incidents .station-incident.line-incident > div .station-details,
.live-travel-updates .line-incidents .line-incident.station-incident > div .station-details,
.live-travel-updates .station-incidents .line-incident.station-incident > div .station-details,
.live-travel-updates .line-incidents .station-incident.station-incident > div .station-details,
.live-travel-updates .station-incidents .station-incident.station-incident > div .station-details {
  padding: 6px 15px;
  background: #f6f6f6;
}
@media (max-width: 550px) {
  .live-travel-updates .line-incidents .line-incident.line-incident > div .line-details,
  .live-travel-updates .station-incidents .line-incident.line-incident > div .line-details,
  .live-travel-updates .line-incidents .station-incident.line-incident > div .line-details,
  .live-travel-updates .station-incidents .station-incident.line-incident > div .line-details,
  .live-travel-updates .line-incidents .line-incident.station-incident > div .line-details,
  .live-travel-updates .station-incidents .line-incident.station-incident > div .line-details,
  .live-travel-updates .line-incidents .station-incident.station-incident > div .line-details,
  .live-travel-updates .station-incidents .station-incident.station-incident > div .line-details,
  .live-travel-updates .line-incidents .line-incident.line-incident > div .station-details,
  .live-travel-updates .station-incidents .line-incident.line-incident > div .station-details,
  .live-travel-updates .line-incidents .station-incident.line-incident > div .station-details,
  .live-travel-updates .station-incidents .station-incident.line-incident > div .station-details,
  .live-travel-updates .line-incidents .line-incident.station-incident > div .station-details,
  .live-travel-updates .station-incidents .line-incident.station-incident > div .station-details,
  .live-travel-updates .line-incidents .station-incident.station-incident > div .station-details,
  .live-travel-updates .station-incidents .station-incident.station-incident > div .station-details {
    padding: 9px;
  }
}
.live-travel-updates .line-incidents .line-incident.line-incident > div .line-details .timeline-list:before,
.live-travel-updates .station-incidents .line-incident.line-incident > div .line-details .timeline-list:before,
.live-travel-updates .line-incidents .station-incident.line-incident > div .line-details .timeline-list:before,
.live-travel-updates .station-incidents .station-incident.line-incident > div .line-details .timeline-list:before,
.live-travel-updates .line-incidents .line-incident.station-incident > div .line-details .timeline-list:before,
.live-travel-updates .station-incidents .line-incident.station-incident > div .line-details .timeline-list:before,
.live-travel-updates .line-incidents .station-incident.station-incident > div .line-details .timeline-list:before,
.live-travel-updates .station-incidents .station-incident.station-incident > div .line-details .timeline-list:before,
.live-travel-updates .line-incidents .line-incident.line-incident > div .station-details .timeline-list:before,
.live-travel-updates .station-incidents .line-incident.line-incident > div .station-details .timeline-list:before,
.live-travel-updates .line-incidents .station-incident.line-incident > div .station-details .timeline-list:before,
.live-travel-updates .station-incidents .station-incident.line-incident > div .station-details .timeline-list:before,
.live-travel-updates .line-incidents .line-incident.station-incident > div .station-details .timeline-list:before,
.live-travel-updates .station-incidents .line-incident.station-incident > div .station-details .timeline-list:before,
.live-travel-updates .line-incidents .station-incident.station-incident > div .station-details .timeline-list:before,
.live-travel-updates .station-incidents .station-incident.station-incident > div .station-details .timeline-list:before {
  background: -moz-linear-gradient(top, #f6f6f6 20%, rgba(246, 246, 246, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 20%, rgba(246, 246, 246, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f6f6 20%, rgba(246, 246, 246, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#00f6f6f6', GradientType=0);
  /* IE6-9 */
}
.live-travel-updates .line-incidents .line-incident.line-incident > div .line-details .timeline-list:after,
.live-travel-updates .station-incidents .line-incident.line-incident > div .line-details .timeline-list:after,
.live-travel-updates .line-incidents .station-incident.line-incident > div .line-details .timeline-list:after,
.live-travel-updates .station-incidents .station-incident.line-incident > div .line-details .timeline-list:after,
.live-travel-updates .line-incidents .line-incident.station-incident > div .line-details .timeline-list:after,
.live-travel-updates .station-incidents .line-incident.station-incident > div .line-details .timeline-list:after,
.live-travel-updates .line-incidents .station-incident.station-incident > div .line-details .timeline-list:after,
.live-travel-updates .station-incidents .station-incident.station-incident > div .line-details .timeline-list:after,
.live-travel-updates .line-incidents .line-incident.line-incident > div .station-details .timeline-list:after,
.live-travel-updates .station-incidents .line-incident.line-incident > div .station-details .timeline-list:after,
.live-travel-updates .line-incidents .station-incident.line-incident > div .station-details .timeline-list:after,
.live-travel-updates .station-incidents .station-incident.line-incident > div .station-details .timeline-list:after,
.live-travel-updates .line-incidents .line-incident.station-incident > div .station-details .timeline-list:after,
.live-travel-updates .station-incidents .line-incident.station-incident > div .station-details .timeline-list:after,
.live-travel-updates .line-incidents .station-incident.station-incident > div .station-details .timeline-list:after,
.live-travel-updates .station-incidents .station-incident.station-incident > div .station-details .timeline-list:after {
  background: -moz-linear-gradient(top, rgba(246, 246, 246, 0) 20%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 20%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 20%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f6f6f6', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}
.live-travel-updates .line-incidents .line-incident.line-incident > div .line-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .station-incidents .line-incident.line-incident > div .line-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .line-incidents .station-incident.line-incident > div .line-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .station-incidents .station-incident.line-incident > div .line-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .line-incidents .line-incident.station-incident > div .line-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .station-incidents .line-incident.station-incident > div .line-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .line-incidents .station-incident.station-incident > div .line-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .station-incidents .station-incident.station-incident > div .line-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .line-incidents .line-incident.line-incident > div .station-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .station-incidents .line-incident.line-incident > div .station-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .line-incidents .station-incident.line-incident > div .station-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .station-incidents .station-incident.line-incident > div .station-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .line-incidents .line-incident.station-incident > div .station-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .station-incidents .line-incident.station-incident > div .station-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .line-incidents .station-incident.station-incident > div .station-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after,
.live-travel-updates .station-incidents .station-incident.station-incident > div .station-details .timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after {
  border: 2px solid #f6f6f6;
}
.live-travel-updates .line-incidents .line-incident h4 a,
.live-travel-updates .station-incidents .line-incident h4 a,
.live-travel-updates .line-incidents .station-incident h4 a,
.live-travel-updates .station-incidents .station-incident h4 a {
  color: #59636f;
  text-decoration: none;
}
.live-travel-updates .line-incidents .line-incident h4 a:before,
.live-travel-updates .station-incidents .line-incident h4 a:before,
.live-travel-updates .line-incidents .station-incident h4 a:before,
.live-travel-updates .station-incidents .station-incident h4 a:before {
  content: "\f05a";
  font-family: 'FontAwesome';
  color: #177cda;
}
.live-travel-updates .line-incidents .line-incident h4 a:after,
.live-travel-updates .station-incidents .line-incident h4 a:after,
.live-travel-updates .line-incidents .station-incident h4 a:after,
.live-travel-updates .station-incidents .station-incident h4 a:after {
  content: "\f077";
  font-family: 'FontAwesome';
  font-size: 80%;
  vertical-align: 10%;
  line-height: 15px;
  margin-left: 4px;
  color: #177cda;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.live-travel-updates .line-incidents .line-incident h4 a:hover:after,
.live-travel-updates .station-incidents .line-incident h4 a:hover:after,
.live-travel-updates .line-incidents .station-incident h4 a:hover:after,
.live-travel-updates .station-incidents .station-incident h4 a:hover:after {
  vertical-align: 20%;
}
.live-travel-updates .line-incidents .line-incident h4 a.collapsed:after,
.live-travel-updates .station-incidents .line-incident h4 a.collapsed:after,
.live-travel-updates .line-incidents .station-incident h4 a.collapsed:after,
.live-travel-updates .station-incidents .station-incident h4 a.collapsed:after {
  content: "\f078";
}
.live-travel-updates .line-incidents .line-incident h4 a.collapsed:hover:after,
.live-travel-updates .station-incidents .line-incident h4 a.collapsed:hover:after,
.live-travel-updates .line-incidents .station-incident h4 a.collapsed:hover:after,
.live-travel-updates .station-incidents .station-incident h4 a.collapsed:hover:after {
  vertical-align: 0;
}
.live-travel-updates .line-incidents .station-incident h4 a:before,
.live-travel-updates .station-incidents .station-incident h4 a:before {
  content: "\f0f3";
}
.live-travel-updates ul.routes li {
  margin-bottom: 0;
}
.live-travel-updates ul.service-group-hide-all li h2 .float-right.expand:after {
  content: '\f078';
}
.live-travel-updates .good-service,
.live-travel-updates .major-network-issue {
  clear: both;
  padding: 28px 20px 3px 20px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 0px 3px 1px #fff;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #ffffff), color-stop(100%, #d3d3d3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 20%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0);
  /* IE6-9 */
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 17px;
  text-shadow: 1px 1px 0px #ffffff, 2px 2px 1px #ffffff;
  position: relative;
}
.live-travel-updates .good-service h3,
.live-travel-updates .major-network-issue h3 {
  font-family: 'open_sansregular', arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-top: 0;
  padding-left: 2.7em;
  line-height: 1.3em;
  margin-bottom: 16px;
}
.live-travel-updates .good-service h3:before,
.live-travel-updates .major-network-issue h3:before {
  content: "\f058";
  font-family: "FontAwesome";
  font-size: 240%;
  vertical-align: middle;
  margin-right: -0.5em;
  line-height: 0.4;
  display: inline-block;
  color: #53c360;
  margin-left: -1.1em;
  width: 1.6em;
}
.live-travel-updates .good-service.major-network-issue ul,
.live-travel-updates .major-network-issue.major-network-issue ul {
  margin-bottom: 20px;
}
.live-travel-updates .good-service.major-network-issue li,
.live-travel-updates .major-network-issue.major-network-issue li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 4px;
}
.live-travel-updates .good-service.major-network-issue h3,
.live-travel-updates .major-network-issue.major-network-issue h3 {
  padding-left: 90px;
}
.live-travel-updates .good-service.major-network-issue h3:before,
.live-travel-updates .major-network-issue.major-network-issue h3:before {
  color: #f26175;
  position: absolute;
  left: 27px;
  top: 55px;
  content: "\f071";
  margin-left: 0;
  width: auto;
  font-size: 60px;
}
#live-travel-service-groupsModal .modal-dialog {
  margin-top: 100px;
}
@media (max-width: 550px) {
  #live-travel-service-groupsModal .modal-dialog {
    margin-top: 65px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 768px) {
  #live-travel-service-groupsModal .modal-dialog {
    width: 675px;
  }
}
@media (min-width: 992px) {
  #live-travel-service-groupsModal .modal-dialog {
    width: 900px;
  }
}
#live-travel-service-groupsModal .modal-header {
  border: none;
  background: #eaeaea;
  border-radius: 5px 5px 0 0;
}
#live-travel-service-groupsModal .modal-header button {
  opacity: 1;
  position: absolute;
  right: -35px;
  top: -35px;
  border: none;
  padding: 0;
}
#live-travel-service-groupsModal .modal-header button span {
  display: none;
}
#live-travel-service-groupsModal .modal-header button:after {
  font-family: "FontAwesome";
  content: "\f057";
  color: #fff;
  font-size: 38px;
  /* Need inline-block and the width to stop button being cropped in Safari */
  display: inline-block;
  width: 1em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  text-shadow: none;
}
#live-travel-service-groupsModal .modal-header button:hover:after {
  color: #177cda;
}
@media (max-width: 767px) {
  #live-travel-service-groupsModal .modal-header button {
    right: 50%;
    top: -50px;
  }
}
#live-travel-service-groupsModal .modal-header h4 {
  font-family: 'alegreya_sanslight', arial, sans-serif;
  font-size: 30px;
  color: #1e3861;
  margin-bottom: -7px;
  margin-top: -4px;
  margin-left: 2px;
  text-shadow: 2px 2px 1px #fff, 1px 1px 0px #fff;
}
#live-travel-service-groupsModal .modal-header h4 i {
  margin-right: 6px;
  font-size: 100%;
  vertical-align: -3%;
}
#live-travel-service-groupsModal .modal-body {
  background: #eaeaea;
  border-radius: 0 0 5px 5px ;
  padding: 10px;
}
#live-travel-service-groupsModal .live-travel-updates .latest-update {
  top: -50px;
}
@media (max-width: 550px) {
  #live-travel-service-groupsModal .live-travel-updates .latest-update {
    float: right;
  }
}
#live-travel-service-groupsModal .live-travel-updates h2 {
  margin-bottom: 5px;
}
#live-travel-service-groupsModal .live-travel-updates h3 {
  padding: 0px 0px 1px 40px;
  margin: 0 0 5px 0;
}
#live-travel-service-groupsModal .live-travel-updates h3 a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#live-travel-service-groupsModal .live-travel-updates h3:before {
  margin-top: 2px;
  margin-right: 4px;
  font-size: 21px;
}
#live-travel-service-groupsModal .live-travel-updates h3 a:after {
  top: 6px;
}
#live-travel-service-groupsModal .live-travel-updates h4 {
  color: #59636f;
  font-size: 17px;
  line-height: 22px;
}
@media (max-width: 550px) {
  #live-travel-service-groupsModal .live-travel-updates h4 {
    font-size: 16px;
  }
}
#live-travel-service-groupsModal .live-travel-updates h2.view-map-btn {
  text-align: center;
}
#live-travel-service-groupsModal .live-travel-updates h2.view-map-btn a {
  color: #59636f;
  font-size: 18px;
  white-space: normal;
}
#live-travel-service-groupsModal .live-travel-updates h2.view-map-btn a i {
  font-size: 24px;
  vertical-align: -6%;
}
#live-travel-service-groupsModal .live-travel-updates h2.view-map-btn a i:last-child {
  color: #177cda;
  font-size: 17px;
}
#live-travel-status .rainbow-board-status {
  position: relative;
  height: 130px;
}
#live-travel-status .rainbow-board-status:before {
  font-family: "FontAwesome";
  content: "\f058";
  color: #53c360;
  position: absolute;
  font-size: 60px;
}
#live-travel-status .rainbow-board-status.lazy-loading:before {
  display: none;
}
#live-travel-status .rainbow-board-status h2 {
  margin-left: 70px;
  padding-top: 15px;
  font-size: 30px;
}
#live-travel-status .rainbow-board-status .latest-update {
  background-color: #53c360;
  color: #FFFFFF;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#live-travel-status .rainbow-board-status .latest-update .update {
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  padding-left: 10px;
  border-left: 1px solid #FFFFFF;
}
#live-travel-status .rainbow-board-status .latest-update .update.inProgress i {
  -webkit-animation: fa-spin 0.8s infinite linear;
  animation: fa-spin 0.8s infinite linear;
}
#live-travel-status .rainbow-board-status.major:before {
  color: #f26175;
  content: "\f071";
}
#live-travel-status .rainbow-board-status.major .latest-update {
  background-color: #f26175;
}
#live-travel-status .rainbow-board-status.minor:before {
  color: #f2951c;
  content: "\f06a";
}
#live-travel-status .rainbow-board-status.minor .latest-update {
  background-color: #f2951c;
}
#live-travel-status .rainbow-board-status.amended:before {
  color: #2278c0;
  content: "\f06a";
}
#live-travel-status .rainbow-board-status.amended .latest-update {
  background-color: #2278c0;
}
#live-travel-status .rainbow-board-status.engineering:before {
  color: #12356f;
  content: "\f0ad";
}
#live-travel-status .rainbow-board-status.engineering .latest-update {
  background-color: #12356f;
}
#live-travel-status .rainbow-board-status.strike:before {
  color: #59636f;
  content: "\f06a";
}
#live-travel-status .rainbow-board-status.strike .latest-update {
  background-color: #59636f;
}
#live-travel-status .rainbow-board-status.noservice:before {
  color: #2c3136;
  content: "\f06a";
}
#live-travel-status .rainbow-board-status.noservice .latest-update {
  background-color: #2c3136;
}
/*** Video block ***/
.abellio_franchise-videos {
  color: #ffffff;
  margin-bottom: 40px;
}
.abellio_franchise-videos .content {
  box-shadow: 0px 11px 9px -10px #cfcfcf;
  /* ** Carousel ** */
}
.abellio_franchise-videos .content .item {
  background-color: rgba(0, 0, 0, 0.24);
  padding: 0;
}
.abellio_franchise-videos .content .item:after {
  color: #77818e;
  content: "\f008";
  font-family: 'FontAwesome';
  font-size: 600%;
  position: absolute;
  right: 18px;
  bottom: 0;
  opacity: 0.3;
  z-index: 0;
}
.abellio_franchise-videos .content .item .player {
  padding: 0;
}
.abellio_franchise-videos .content .item .player .field {
  margin-bottom: 0;
}
.abellio_franchise-videos .content .item .details {
  padding: 13px 17px;
  height: 281px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .abellio_franchise-videos .content .item .details {
    height: 181px;
  }
}
@media screen and (max-width: 435px) {
  .abellio_franchise-videos .content .item .details {
    height: 210px;
  }
}
.abellio_franchise-videos .content .item .details h2 {
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 16px;
  background: transparent;
  position: relative;
}
.abellio_franchise-videos .content .item .details .description {
  font-size: 16px;
}
.abellio_franchise-videos .content .item .details .description a {
  color: #ffffff;
}
.abellio_franchise-videos .content .item .details .description a:after {
  content: " \f105";
  font-family: "FontAwesome";
}
.abellio_franchise-videos .content .item .details:after {
  content: " ";
  box-shadow: inset 0px -20px 10px -10px rgba(0, 0, 0, 0.24);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
}
.abellio_franchise-videos .content .controls {
  background-color: rgba(255, 255, 255, 0.88);
  position: relative;
}
.abellio_franchise-videos .content .controls .carousel-control {
  opacity: 1;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  position: absolute;
  top: 4px;
}
.abellio_franchise-videos .content .controls .carousel-indicators {
  position: relative;
  display: inline-block;
  margin-left: 20%;
  bottom: 0;
  top: 5px;
  left: auto;
}
.abellio_franchise-videos .content .controls .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-width: 2px;
}
.abellio_franchise-videos .content .controls .carousel-indicators li.active {
  position: relative;
  top: -1px;
}
.home-content-block-titles h2.block-title {
  box-shadow: 0px 11px 9px -10px #cfcfcf;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 18px;
}
.home-content-block-titles h2.block-title a {
  color: #1e3861;
}
.home-content-block-titles h2.block-title a:after {
  content: "See more";
  float: right;
  color: #177cda;
  font-size: 14px;
  position: relative;
  bottom: -9px;
}
/* Latest news block */
.views-news-latest_news_3 h2.block-title,
.views-news-latest_news_4 h2.block-title,
.mynewsdesk-latest_news h2.block-title {
  box-shadow: 0px 11px 9px -10px #cfcfcf;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 18px;
}
.views-news-latest_news_3 h2.block-title a,
.views-news-latest_news_4 h2.block-title a,
.mynewsdesk-latest_news h2.block-title a {
  color: #1e3861;
}
.views-news-latest_news_3 h2.block-title a:after,
.views-news-latest_news_4 h2.block-title a:after,
.mynewsdesk-latest_news h2.block-title a:after {
  content: "See more";
  float: right;
  color: #177cda;
  font-size: 14px;
  position: relative;
  bottom: -9px;
}
/* Links block */
.abellio_franchise-links h2.block-title {
  box-shadow: 0px 11px 9px -10px #cfcfcf;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 18px;
}
.abellio_franchise-links h2.block-title a {
  color: #1e3861;
}
.abellio_franchise-links h2.block-title a:after {
  content: "See more";
  float: right;
  color: #177cda;
  font-size: 14px;
  position: relative;
  bottom: -9px;
}
.abellio_franchise-links .link {
  border-bottom: 2px solid transparent;
  margin: 0 0 10px;
  position: relative;
  height: auto;
  padding: 12px 0;
  -webkit-transition: all 0.45s ease-out 0s;
  -moz-transition: all 0.45s ease-out 0s;
  -o-transition: all 0.45s ease-out 0s;
  transition: all 0.45s ease-out 0s;
}
.abellio_franchise-links .link:hover {
  border-bottom: 2px solid #177cda;
}
.abellio_franchise-links .link a:after {
  display: none;
}
.abellio_franchise-links .link span {
  display: block;
}
.abellio_franchise-links .link .title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 27px;
  margin-bottom: 12px;
}
.abellio_franchise-links .link a:hover {
  text-decoration: none;
}
.abellio_franchise-links .link .introduction {
  font-size: 12px;
  color: #59636f;
}
@media screen and (max-width: 600px) {
  table.responsive {
    border: 0;
  }
  table.responsive thead {
    display: none;
  }
  table.responsive tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table.responsive td {
    display: block;
    text-align: right;
    font-size: 13px;
  }
  table.responsive td:last-child {
    border-bottom: 0;
  }
  table.responsive td:before {
    content: attr(data-label);
    /*float: left;*/
    font-weight: bold;
    /*margin-right: 10px;*/
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1199px) {
  table.wide-respond {
    border: 0;
  }
  table.wide-respond thead {
    display: none;
  }
  table.wide-respond tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table.wide-respond td {
    display: block;
    text-align: right;
    font-size: 13px;
  }
  table.wide-respond td:last-child {
    border-bottom: 0;
  }
  table.wide-respond td:before {
    content: attr(data-label);
    /*float: left;*/
    font-weight: bold;
    /*margin-right: 10px;*/
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-bottom: 0.5em;
  }
}
.progress .figure.outside {
  float: left;
  padding-left: 8px;
  line-height: 1.85;
  font-size: 12px;
}
.field-type-taxonomy-term-reference a,
.tags a {
  background: #fff;
  color: #177cda;
  padding: 2px 5px;
  border: 1px solid #177cda;
  border-radius: 4px;
  float: left;
  display: inline-block;
  white-space: nowrap;
  margin-right: 14px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.field-type-taxonomy-term-reference a:hover,
.tags a:hover {
  text-decoration: none;
  background: #085fb0;
  color: #fff;
}
.field-type-taxonomy-term-reference a:before,
.tags a:before {
  content: " \f02b";
  font-family: "FontAwesome";
  vertical-align: 0%;
  margin-right: 4px;
}
.child-pages {
  margin-bottom: 90px;
}
.child-pages .page {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 3px  #999;
}
.ie-10 .child-pages .page,
.ie-11 .child-pages .page {
  box-shadow: none;
  border: 1px solid #cccccc;
}
.child-pages .page a {
  margin: 8px 8px 21px 8px;
  display: block;
}
.child-pages .page a .img-wrapper {
  position: relative;
  overflow: hidden;
}
.child-pages .page a .img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.75%;
}
.child-pages .page a .img-wrapper img {
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 440px) and (max-width: 690px) {
  .child-pages .page a .img-wrapper {
    float: left;
    width: 50%;
  }
}
.child-pages .page a:hover img {
  transform: scale(1.1);
}
.child-pages .page a .details {
  position: relative;
  top: -37px;
  margin-bottom: -37px;
  height: 148px;
  overflow: hidden;
}
.child-pages .page a .details h3 {
  display: inline-block;
  padding: 5px 24px 5px 7px;
  background: #fff;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 26px !important;
}
@media (min-width: 440px) and (max-width: 690px) {
  .child-pages .page a .details h3 {
    padding: 5px 24px 0px 0px;
  }
}
.child-pages .page a .details h3:after {
  content: "\00A0\f054";
  font-family: "FontAwesome";
  font-size: 17px;
  vertical-align: middle;
  margin-left: 4px;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
  padding-left: 22px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.child-pages .page a .details .intro {
  padding: 15px 14px 15px 14px;
}
.child-pages .page a .details .intro * {
  line-height: 21px !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  color: #59636f !important;
  font-family: Helvetica, arial, sans-serif !important;
  font-size: 15px !important;
}
.child-pages .page a .details .intro:after {
  content: " ";
  box-shadow: inset 0px -27px 20px -10px #ffffff;
  position: absolute;
  bottom: -6px;
  height: 28px;
  width: 100%;
}
@media (min-width: 440px) and (max-width: 690px) {
  .child-pages .page a .details .intro:after {
    bottom: 6px;
  }
}
@media (max-width: 690px) {
  .child-pages .page a .details .intro {
    padding-top: 5px;
  }
}
@media (min-width: 440px) and (max-width: 690px) {
  .child-pages .page a .details {
    float: left;
    width: 50%;
    position: static;
    margin-bottom: -15px;
  }
}
@media (max-width: 690px) {
  .child-pages .page a .details {
    height: auto;
  }
}
@media (max-width: 439px) {
  .child-pages .page a .details {
    margin-bottom: -67px;
  }
}
.child-pages .page a:hover {
  text-decoration: none !important;
}
@media (min-width: 440px) and (max-width: 690px) {
  .child-pages .page a {
    margin: 8px;
  }
}
.child-pages .page a:after {
  content: "";
  display: table;
  clear: both;
}
.child-pages .row > div {
  width: 50%;
}
@media (max-width: 690px) {
  .child-pages .row > div {
    width: 100%;
  }
}
.responsive-iframe {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe.aspect-ratio-16-9 {
  padding-bottom: 56.25%;
}
.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.abellio_franchise-google_ads div.content {
  padding: 21px 0px 30px;
  margin-bottom: 15px;
  margin-top: 25px;
  background: #f8f8f8;
  box-shadow: 0 0 3px #dadada;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.45s ease-out 0s;
  -moz-transition: all 0.45s ease-out 0s;
  -o-transition: all 0.45s ease-out 0s;
  transition: all 0.45s ease-out 0s;
  text-align: center;
}
div.abellio_franchise-google_ads div.content > div {
  display: inline-block;
}
div.abellio_franchise-google_ads div.content > div div.iframe-container {
  display: inline-block;
}
div.abellio_franchise-google_ads div.content div.advertisement {
  text-align: center;
  position: relative;
}
div.abellio_franchise-google_ads div.content div.advertisement:before {
  position: absolute;
  top: 10px;
  left: 0px;
  border-top: 1px solid #bbbec3;
  content: "";
  height: 0px;
  width: 100%;
}
div.abellio_franchise-google_ads div.content div.advertisement p {
  color: #bbbec3;
  background: #f8f8f8;
  display: inline-block;
  padding: 0px 5px;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
#sticky-sidebar div.abellio_franchise-google_ads div.content {
  margin-bottom: 0px;
}
div.large-google-ad div.content {
  padding: 11px 0px;
  background: #fff;
  box-shadow: 0 0 2px #aaa;
}
div.large-google-ad div.content div.advertisement p {
  background: #fff;
}
@media screen and (max-width: 991px) {
  div.large-google-ad {
    display: block;
  }
  div.large-google-ad div.content {
    padding: 21px 0px 30px;
  }
}
@media screen and (max-width: 360px) {
  div.abellio_franchise-google_ads {
    display: none;
  }
}
.panel-group-invisible {
  margin-bottom: 0;
}
.panel-group-invisible .panel {
  background-color: inherit;
  border: none;
  box-shadow: none;
}
.abellio_franchise-best_fares {
  margin-bottom: 25px;
}
.abellio_franchise-best_fares .content {
  background-color: #FFFFFF;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
.abellio_franchise-best_fares .content .row {
  margin: 0;
  padding: 15px 0 25px 0;
}
.abellio_franchise-best_fares .content .row .col {
  border-left: 1px solid #000;
  padding: 0 15px;
}
.abellio_franchise-best_fares .content .row .col.first {
  border-left: none;
}
.abellio_franchise-best_fares .content .row .col .place {
  font-size: 24px;
  margin-bottom: 15px;
  color: #000;
}
.abellio_franchise-best_fares .content .row .col .place span {
  display: block;
  font-size: 19px;
  margin-bottom: -4px;
}
.abellio_franchise-best_fares .content .row .col .fare {
  font-size: 43px;
  color: #177cda;
  font-family: 'open_sansregular', arial, sans-serif;
  margin-bottom: 15px;
}
.abellio_franchise-best_fares .content .row .col .fare span {
  display: block;
  font-size: 21px;
  color: #000;
  margin-top: -12px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
.abellio_franchise-best_fares .content .row .col .buy-tickets-btn {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 13px;
  font-size: 20px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .abellio_franchise-best_fares .content .row .col:nth-child(1),
  .abellio_franchise-best_fares .content .row .col:nth-child(2) {
    margin-bottom: 25px;
  }
  .abellio_franchise-best_fares .content .row .col:nth-child(3) {
    clear: left;
    border-left: none;
  }
}
@media (min-width: 429px) and (max-width: 767px) {
  .abellio_franchise-best_fares .content .row .col {
    float: left;
    width: 50%;
  }
  .abellio_franchise-best_fares .content .row .col:nth-child(1),
  .abellio_franchise-best_fares .content .row .col:nth-child(2) {
    margin-bottom: 25px;
  }
  .abellio_franchise-best_fares .content .row .col:nth-child(3) {
    clear: left;
    border-left: none;
  }
}
@media (max-width: 430px) {
  .abellio_franchise-best_fares .content .row .col {
    margin: 0 15px;
    padding: 0 0 25px 0;
    margin-bottom: 25px;
    border: 0;
    border-bottom: 1px solid #000;
  }
  .abellio_franchise-best_fares .content .row .col:nth-child(4) {
    margin-bottom: 0;
  }
}
.timeline-list {
  position: relative;
  margin-bottom: 20px;
}
.timeline-list:before,
.timeline-list:after {
  content: '';
  display: block;
  position: absolute;
  height: 25px;
  width: 100%;
  z-index: 2;
}
.timeline-list:before {
  top: 0;
  background: -moz-linear-gradient(top, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.timeline-list:after {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.timeline-list .timeline-list-wrapper {
  max-height: 250px;
  overflow-y: auto;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner {
  position: relative;
  display: table;
  height: 100%;
  margin-top: 10px;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner .timeline-list-line:after {
  content: '';
  width: 2px;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 50px;
  z-index: 1;
  background: #C5C5C5;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner h5 {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  color: #888;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main {
  position: relative;
  margin-bottom: 20px;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main section {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main section:last-child {
  margin-bottom: 0px;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main section h6 {
  position: absolute;
  bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 80px;
  color: #C5C5C5;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul {
  list-style-type: none;
  padding: 0 0 0 65px;
  margin: -1.35rem 0 1em;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:last-child {
  margin-bottom: 0;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul:first-of-type:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #C5C5C5;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 46px;
  top: 3px;
  z-index: 2;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul li {
  margin-left: .5rem;
  margin-bottom: 0;
  font-size: 100%;
  top: 0;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul li:before {
  display: none;
}
.timeline-list .timeline-list-wrapper .timeline-list-inner section.main section ul li:not(:first-child) {
  margin-top: .5rem;
}
.timeline-list.full:before,
.timeline-list.full:after {
  display: none;
}
.timeline-list.full .timeline-list-wrapper {
  max-height: initial;
}
.timeline-list.full .timeline-list-wrapper .timeline-list-inner section.main:last-child {
  margin-bottom: 0px;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.abellio_media_center-amc_advert .advertisement {
  padding: 15px 15px 30px 15px;
  text-align: center;
  background: #f8f8f8;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .abellio_media_center-amc_advert .advertisement {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.abellio_media_center-amc_advert .advertisement:before {
  position: absolute;
  top: 26px;
  left: 30px;
  border-top: 1px solid #bbbec3;
  content: "";
  height: 0px;
  width: calc(100% - 60px);
}
.abellio_media_center-amc_advert .advertisement .header {
  background: #f8f8f8;
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  color: #c0c2c7;
}
#sliding-popup {
  z-index: 2147483647;
}
#block-abellio-franchise-advance-tickets .cta-advance {
  background: #177cda;
  padding: 26px 30px 12px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
  font-family: 'OpenSansLight';
}
#block-abellio-franchise-advance-tickets .cta-advance p {
  font-size: 24px;
  line-height: 30px;
}
.carousel .major-incident * {
  color: #000 !important;
}
#major-incident-page .sharing {
  display: none;
}
#major-incident-page #last-updated p {
  font-style: italic;
  color: #2a4e88;
  font-size: 17px;
}
#major-incident-modal .modal-dialog {
  padding: 30px 5%;
  width: 100%;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
#major-incident-modal .modal-dialog .modal-content {
  border: 24px solid black;
  border-radius: 0px;
}
#major-incident-modal .modal-dialog .modal-content .modal-header {
  background: #323232;
  color: #fff;
  border: none;
  padding: 30px 16% 30px;
}
#major-incident-modal .modal-dialog .modal-content .modal-header h2 {
  font-size: 40px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  #major-incident-modal .modal-dialog .modal-content .modal-header h2 {
    font-size: 60px;
  }
}
#major-incident-modal .modal-dialog .modal-content .modal-header button.close {
  display: none;
}
#major-incident-modal .modal-dialog .modal-content .modal-body {
  background: #484848;
  color: #fff;
  padding: 30px 16% 30px;
  font-size: 20px;
}
#major-incident-modal .modal-dialog .modal-content .modal-body .standfirst {
  font-size: 21px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #major-incident-modal .modal-dialog .modal-content .modal-body .standfirst {
    font-size: 32px;
    line-height: 1.2;
  }
}
#major-incident-modal .modal-dialog .modal-content .modal-body p {
  margin-bottom: 16px;
  line-height: 1.35;
  font-size: 16px;
}
@media (min-width: 1200px) {
  #major-incident-modal .modal-dialog .modal-content .modal-body p {
    font-size: 20px;
    line-height: 1.6;
  }
}
#major-incident-modal .modal-dialog .modal-content .modal-body a {
  color: #fff;
  text-decoration: underline;
}
#major-incident-modal .modal-dialog .modal-content .modal-body a:hover {
  text-decoration: none;
}
#major-incident-modal .modal-dialog .modal-content .modal-footer {
  background: #484848;
  text-align: left;
  border: none;
  padding: 0px 16% 74px;
}
#major-incident-modal .modal-dialog .modal-content .modal-footer .continue {
  border-radius: 2px;
  color: #010101;
  background: #fff;
  font-size: 24px;
  font-family: 'open_sansregular', arial, sans-serif;
  padding: 12px 22px;
  margin-right: 14px;
  white-space: normal;
  -webkit-transition: all 0.65s ease-out 0s;
  -moz-transition: all 0.65s ease-out 0s;
  -o-transition: all 0.65s ease-out 0s;
  transition: all 0.65s ease-out 0s;
  width: 100%;
}
#major-incident-modal .modal-dialog .modal-content .modal-footer .continue:before {
  content: "\f0aa";
  font-family: "FontAwesome";
  margin-right: 7px;
}
#major-incident-modal .modal-dialog .modal-content .modal-footer .continue:hover {
  background: #010101;
  color: #fff;
  -webkit-transition: all 0.65s ease-out 0s;
  -moz-transition: all 0.65s ease-out 0s;
  -o-transition: all 0.65s ease-out 0s;
  transition: all 0.65s ease-out 0s;
}
@media (min-width: 1050px) {
  #major-incident-modal .modal-dialog .modal-content .modal-footer .continue {
    width: auto;
  }
}
#major-incident-modal .modal-dialog .modal-content .modal-footer .more-info {
  border-color: #000;
  border-radius: 2px;
  color: #fff;
  background: #000;
  font-size: 24px;
  font-family: 'open_sansregular', arial, sans-serif;
  padding: 12px 22px;
  margin-left: 0;
  white-space: normal;
  -webkit-transition: all 0.65s ease-out 0s;
  -moz-transition: all 0.65s ease-out 0s;
  -o-transition: all 0.65s ease-out 0s;
  transition: all 0.65s ease-out 0s;
  width: 100%;
  margin-top: 10px;
}
#major-incident-modal .modal-dialog .modal-content .modal-footer .more-info:before {
  content: "\f05a";
  font-family: "FontAwesome";
  margin-right: 7px;
}
#major-incident-modal .modal-dialog .modal-content .modal-footer .more-info:after {
  display: none;
}
#major-incident-modal .modal-dialog .modal-content .modal-footer .more-info:hover {
  color: #000;
  background: #fff;
  -webkit-transition: all 0.65s ease-out 0s;
  -moz-transition: all 0.65s ease-out 0s;
  -o-transition: all 0.65s ease-out 0s;
  transition: all 0.65s ease-out 0s;
}
@media (min-width: 1050px) {
  #major-incident-modal .modal-dialog .modal-content .modal-footer .more-info {
    width: auto;
    margin-top: 0;
  }
}
.views-service_alterations-upcoming .content {
  background: #fff;
  padding: 0 15px 15px;
  overflow: auto;
}
.views-service_alterations-upcoming .content .upcoming,
.views-service_alterations-upcoming .content .attachment {
  float: left;
  width: 50%;
}
.views-service_alterations-upcoming .content .upcoming h3,
.views-service_alterations-upcoming .content .attachment h3 {
  margin-bottom: 15px;
}
.views-service_alterations-upcoming .content .upcoming .view-content,
.views-service_alterations-upcoming .content .attachment .view-content {
  margin-top: 0;
}
.block-addvantage-media .not-displayed,
.addvantage_media-am_advert .not-displayed {
  display: none;
}
.block-addvantage-media .advertisement,
.addvantage_media-am_advert .advertisement {
  padding: 15px 15px 30px 15px;
  text-align: center;
  background: #f8f8f8;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-addvantage-media .advertisement,
  .addvantage_media-am_advert .advertisement {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.block-addvantage-media .advertisement:before,
.addvantage_media-am_advert .advertisement:before {
  position: absolute;
  top: 26px;
  left: 30px;
  border-top: 1px solid #bbbec3;
  content: "";
  height: 0px;
  width: calc(100% - 60px);
}
.block-addvantage-media .advertisement .header,
.addvantage_media-am_advert .advertisement .header {
  background: #f8f8f8;
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  color: #c0c2c7;
}
.journey-zone .block-addvantage-media .advertisement,
.journey-zone .addvantage_media-am_advert .advertisement {
  margin-bottom: 25px;
}
.block-addvantage-media.hide-not-desktop .replacement img,
.addvantage_media-am_advert.hide-not-desktop .replacement img {
  width: 356px;
}
/*fonts*/
/* COLORS */
/* GLOBAL STYLES
-------------------------------------------------- */
/*fonts*/
@font-face {
  font-family: 'open_sanssemibold';
  src: url(/sites/all/themes/scotrail/fonts/OpenSans-Semibold-webfont.eot);
  src: url(/sites/all/themes/scotrail/fonts/OpenSans-Semibold-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/scotrail/fonts/OpenSans-Semibold-webfont.woff) format('woff'), url(/sites/all/themes/scotrail/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url(/sites/all/themes/scotrail/fonts/OpenSans-Regular-webfont.eot);
  src: url(/sites/all/themes/scotrail/fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/scotrail/fonts/OpenSans-Regular-webfont.woff) format('woff'), url(/sites/all/themes/scotrail/fonts/OpenSans-Regular-webfont.svg#open_sansregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url(/sites/all/themes/scotrail/fonts/OpenSans-Light-webfont.eot);
  src: url(/sites/all/themes/scotrail/fonts/OpenSans-Light-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/scotrail/fonts/OpenSans-Light-webfont.woff) format('woff'), url(/sites/all/themes/scotrail/fonts/OpenSans-Light-webfont.svg#open_sanslight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansregular';
  src: url(/sites/all/themes/scotrail/fonts/alegreyasans-regular-webfont.eot);
  src: url(/sites/all/themes/scotrail/fonts/alegreyasans-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/scotrail/fonts/alegreyasans-regular-webfont.woff) format('woff'), url(/sites/all/themes/scotrail/fonts/alegreyasans-regular-webfont.svg#alegreya_sansregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sanslight';
  src: url(/sites/all/themes/scotrail/fonts/alegreyasans-light-webfont.eot);
  src: url(/sites/all/themes/scotrail/fonts/alegreyasans-light-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/scotrail/fonts/alegreyasans-light-webfont.woff) format('woff'), url(/sites/all/themes/scotrail/fonts/alegreyasans-light-webfont.svg#alegreya_sanslight) format('svg');
  font-weight: normal;
  font-style: normal;
}
header {
  position: absolute;
}
.pullout-box {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px 20px 15px 80px;
  position: relative;
  margin-bottom: 25px;
}
.pullout-box p {
  margin: 0;
}
.pullout-box h2,
.pullout-box h3,
.pullout-box h4 {
  margin-top: 0;
}
.pullout-box:before {
  content: "\f0a1";
  position: absolute;
  top: 0px;
  left: 20px;
  font-family: "FontAwesome";
  display: inline-block;
  color: #f26175;
  vertical-align: middle;
  margin-top: 4px;
  font-size: 300%;
  line-height: 1.4;
}
.btn-default-colourway {
  color: #177cda;
  background: #fff;
  border-color: #cccccc;
  text-shadow: none;
}
.btn-default-colourway:hover {
  color: #177cda;
  background: #fff;
  border-color: #cccccc;
  text-shadow: none;
}
.btn-success-colourway {
  color: #fff;
  background: #34953f;
  border-color: #53c360;
}
.btn-success-colourway:hover {
  color: #fff;
  background: #41bb4f;
  border-color: #53c360;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.form-inline.form-select-fa:before {
  color: #177cda;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
table.table tbody th,
article table tbody th,
table.table thead th,
article table thead th {
  background: #f2f8ff;
}
table.table.club50memberdetails caption,
article table.club50memberdetails caption {
  color: #1e3861;
  font-family: 'alegreya_sansregular', arial, sans-serif;
  font-size: 20px;
  padding-bottom: 0;
}
form {
  /* BuyTickets Form */
  /* Journey check form */
}
form.stripe-form,
form.custom-form {
  /* TW Webform "grid" .checkbox class on th/td causing block display - bug override */
}
form.stripe-form .webform-progressbar .progress,
form.custom-form .webform-progressbar .progress {
  margin-top: 34px;
}
form.stripe-form .webform-component,
form.custom-form .webform-component {
  /* stop default bootstrap checkbox input styles applying to other elements */
}
form.stripe-form .webform-component th.checkbox,
form.custom-form .webform-component th.checkbox,
form.stripe-form .webform-component td.checkbox,
form.custom-form .webform-component td.checkbox {
  display: table-cell;
  vertical-align: top;
}
form.stripe-form .webform-component .webform-grid .webform-grid-option,
form.custom-form .webform-component .webform-grid .webform-grid-option {
  text-align: center;
}
form.stripe-form .webform-component .webform-grid .webform-grid-option div.radio,
form.custom-form .webform-component .webform-grid .webform-grid-option div.radio,
form.stripe-form .webform-component .webform-grid .webform-grid-option div.checkbox,
form.custom-form .webform-component .webform-grid .webform-grid-option div.checkbox,
form.stripe-form .webform-component .webform-grid .webform-grid-option div.radio-inline,
form.custom-form .webform-component .webform-grid .webform-grid-option div.radio-inline,
form.stripe-form .webform-component .webform-grid .webform-grid-option div.checkbox-inline,
form.custom-form .webform-component .webform-grid .webform-grid-option div.checkbox-inline {
  padding-top: 0;
  min-height: auto;
}
form.stripe-form .webform-component .webform-grid .webform-grid-option .radio input[type="radio"],
form.custom-form .webform-component .webform-grid .webform-grid-option .radio input[type="radio"],
form.stripe-form .webform-component .webform-grid .webform-grid-option .radio-inline input[type="radio"],
form.custom-form .webform-component .webform-grid .webform-grid-option .radio-inline input[type="radio"],
form.stripe-form .webform-component .webform-grid .webform-grid-option .checkbox input[type="checkbox"],
form.custom-form .webform-component .webform-grid .webform-grid-option .checkbox input[type="checkbox"],
form.stripe-form .webform-component .webform-grid .webform-grid-option .checkbox-inline input[type="checkbox"],
form.custom-form .webform-component .webform-grid .webform-grid-option .checkbox-inline input[type="checkbox"] {
  position: relative;
}
form.stripe-form .form-control::-moz-placeholder,
form.custom-form .form-control::-moz-placeholder {
  color: #858789;
}
form.stripe-form .form-control.form-file,
form.custom-form .form-control.form-file {
  height: auto;
  padding: 5px;
}
form.stripe-form.form-horizontal .form-group,
form.custom-form.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
form.stripe-form.form-horizontal .control-label,
form.custom-form.form-horizontal .control-label {
  margin-bottom: 15px;
  text-align: left;
}
form.stripe-form.form-horizontal .webform-container-inline .control-label,
form.custom-form.form-horizontal .webform-container-inline .control-label {
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  form.stripe-form.form-horizontal .webform-container-inline .control-label,
  form.custom-form.form-horizontal .webform-container-inline .control-label {
    text-align: left;
    padding: 0;
  }
}
form.stripe-form .radio-inline,
form.custom-form .radio-inline,
form.stripe-form .checkbox-inline,
form.custom-form .checkbox-inline {
  padding-left: 0;
}
form.stripe-form .radio input[type="radio"],
form.custom-form .radio input[type="radio"],
form.stripe-form .radio-inline input[type="radio"],
form.custom-form .radio-inline input[type="radio"],
form.stripe-form .checkbox input[type="checkbox"],
form.custom-form .checkbox input[type="checkbox"],
form.stripe-form .checkbox-inline input[type="checkbox"],
form.custom-form .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
form.stripe-form .form-type-webform-time .form-control.minute,
form.custom-form .form-type-webform-time .form-control.minute {
  margin-left: 4px;
}
form.stripe-form .webform-container-inline div.form-item,
form.custom-form .webform-container-inline div.form-item {
  display: inline-block;
}
form.stripe-form .webform-container-inline div.form-item.radio,
form.custom-form .webform-container-inline div.form-item.radio,
form.stripe-form .webform-container-inline div.form-item.checkbox,
form.custom-form .webform-container-inline div.form-item.checkbox {
  display: block;
}
form.stripe-form .webform-container-inline div.form-item.radio.radio-inline,
form.custom-form .webform-container-inline div.form-item.radio.radio-inline,
form.stripe-form .webform-container-inline div.form-item.checkbox.checkbox-inline,
form.custom-form .webform-container-inline div.form-item.checkbox.checkbox-inline {
  display: inline-block;
}
form.stripe-form .webform-container-inline div.input-group,
form.custom-form .webform-container-inline div.input-group {
  display: table;
}
form.stripe-form .webform-container-inline div.alert,
form.custom-form .webform-container-inline div.alert {
  display: block;
}
form.stripe-form .webform-container-inline div.alert.preview_message,
form.custom-form .webform-container-inline div.alert.preview_message {
  padding: 11px 15px;
}
form.stripe-form .webform-container-inline div.alert.preview_message p,
form.custom-form .webform-container-inline div.alert.preview_message p {
  margin: 4px 0;
}
form.stripe-form .webform-container-inline label,
form.custom-form .webform-container-inline label {
  margin-right: 0;
}
form.stripe-form .webform-container-inline.webform-component-textarea .form-textarea-wrapper,
form.custom-form .webform-container-inline.webform-component-textarea .form-textarea-wrapper {
  width: 100%;
}
.lt-ie9 form.stripe-form .webform-container-inline select,
.lt-ie9 form.custom-form .webform-container-inline select {
  width: auto;
}
form.stripe-form .webform-container-inline.webform-datepicker div.datepicker-wrapper,
form.custom-form .webform-container-inline.webform-datepicker div.datepicker-wrapper {
  display: table;
}
form.stripe-form .webform-container-inline.webform-datepicker div.datepicker-wrapper input,
form.custom-form .webform-container-inline.webform-datepicker div.datepicker-wrapper input {
  display: inline;
  line-height: 1.42857143;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-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;
  height: 36px;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 3px 0 0 3px;
  border-right: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
  color: #59636f;
}
form.stripe-form .webform-container-inline.webform-datepicker div.datepicker-wrapper .month-icon,
form.custom-form .webform-container-inline.webform-datepicker div.datepicker-wrapper .month-icon {
  height: 36px;
  display: inline-block;
  width: 25px;
  border: 1px solid #cccccc;
  border-radius: 0 3px 3px 0;
  border-left: none;
  padding-top: 4px;
}
.no-js form.stripe-form .webform-container-inline.webform-datepicker div.datepicker-wrapper,
.no-js form.custom-form .webform-container-inline.webform-datepicker div.datepicker-wrapper {
  display: none;
}
form.stripe-form .webform-container-inline.webform-datepicker div.error + div.datepicker-wrapper input,
form.custom-form .webform-container-inline.webform-datepicker div.error + div.datepicker-wrapper input {
  border-left: 3px solid #f26175;
}
.js form.stripe-form .webform-container-inline.webform-datepicker div.form-item.form-type-select,
.js form.custom-form .webform-container-inline.webform-datepicker div.form-item.form-type-select {
  display: none;
}
form.stripe-form .webform-component > label.error,
form.custom-form .webform-component > label.error {
  display: block;
  clear: both;
  width: 100%;
  color: #f26175;
  margin-bottom: 0;
}
form.stripe-form .webform-component > label.error.error-checkbox,
form.custom-form .webform-component > label.error.error-checkbox {
  margin-bottom: -10px;
}
form.stripe-form div.alert.preview_message,
form.custom-form div.alert.preview_message {
  padding: 11px 15px;
}
form.stripe-form div.alert.preview_message p,
form.custom-form div.alert.preview_message p {
  margin: 4px 0;
}
form.stripe-form select.error,
form.custom-form select.error,
form.stripe-form textarea.error,
form.custom-form textarea.error {
  border-left: 3px solid #f26175;
}
form.stripe-form input[type="radio"].error,
form.custom-form input[type="radio"].error,
form.stripe-form input[type="checkbox"].error,
form.custom-form input[type="checkbox"].error {
  outline: 2px solid #f26175;
}
form.stripe-form button.btn,
form.custom-form button.btn {
  border-radius: 4px;
  padding: 6px 10px;
}
form.stripe-form button.btn i,
form.custom-form button.btn i {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
form.stripe-form button.btn:hover i,
form.custom-form button.btn:hover i {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Chrome, Safari, Opera */
  transform: scale(1.2, 1.2);
}
form.stripe-form .ajax-progress i,
form.custom-form .ajax-progress i {
  margin-left: 8px;
}
form.stripe-form .help-block,
form.custom-form .help-block {
  font-size: 80%;
}
form.stripe-form legend.panel-heading,
form.custom-form legend.panel-heading {
  float: left;
}
form.stripe-form span.form-required,
form.custom-form span.form-required,
form.stripe-form i.form-required,
form.custom-form i.form-required {
  color: #f26175;
}
form.stripe-form i.form-required,
form.custom-form i.form-required {
  font-size: 60%;
  vertical-align: middle;
}
form.stripe-form label.form-required,
form.custom-form label.form-required {
  position: relative;
}
form.stripe-form label.form-required:after,
form.custom-form label.form-required:after {
  color: #f26175;
  content: "\f069";
  font-family: 'FontAwesome';
  font-size: 60%;
  vertical-align: top;
  padding-left: 4px;
  position: absolute;
}
form.stripe-form label span.form-required,
form.custom-form label span.form-required {
  color: #f26175;
  padding-left: 4px;
}
form.stripe-form .form-item.prefix-inline .field_prefix,
form.custom-form .form-item.prefix-inline .field_prefix {
  left: 0;
  position: absolute;
  top: 4px;
}
.lt-ie9 form.stripe-form .form-item.prefix-inline .field_prefix,
.lt-ie9 form.custom-form .form-item.prefix-inline .field_prefix {
  top: 0;
}
.lt-ie9 form.stripe-form label,
.lt-ie9 form.custom-form label {
  width: 100%;
  float: left;
}
.lt-ie9 form.stripe-form .form-type-checkbox label,
.lt-ie9 form.custom-form .form-type-checkbox label {
  width: auto;
  float: none;
}
.lt-ie9 form.stripe-form .col-sm-3,
.lt-ie9 form.custom-form .col-sm-3 {
  width: 25%;
  float: left;
}
.lt-ie9 form.stripe-form .col-sm-9,
.lt-ie9 form.custom-form .col-sm-9 {
  width: 75%;
  float: left;
}
form.stripe-form .panel-body img,
form.custom-form .panel-body img {
  max-width: 718px;
}
@media (max-width: 767px) {
  form.stripe-form .panel-body img,
  form.custom-form .panel-body img {
    max-width: 100% !important;
  }
}
form.stripe-form .panel-body .crop-image img,
form.custom-form .panel-body .crop-image img {
  max-width: none !important;
}
form.stripe-form .panel-body .panel-body img,
form.custom-form .panel-body .panel-body img {
  max-width: 686px;
}
form.stripe-form .panel-body .panel-body .row,
form.custom-form .panel-body .panel-body .row {
  margin-bottom: 28px;
}
form.stripe-form .panel-body .panel-body .row img,
form.custom-form .panel-body .panel-body .row img {
  max-width: 100%;
}
form.stripe-form .webform-component--journey-details--journey-cost .field_prefix,
form.custom-form .webform-component--journey-details--journey-cost .field_prefix {
  left: 0;
  position: absolute;
  top: 4px;
}
.lt-ie9 form.stripe-form .webform-component--journey-details--journey-cost .field_prefix,
.lt-ie9 form.custom-form .webform-component--journey-details--journey-cost .field_prefix {
  top: 0;
}
form.stripe-form .webform-component--photo-upload--photo-notes,
form.custom-form .webform-component--photo-upload--photo-notes {
  font-size: 15px;
}
.node-type-my-scotrail form.stripe-form .panel-body img,
.node-type-my-scotrail form.custom-form .panel-body img {
  max-width: 686px;
}
.node-type-my-scotrail form.stripe-form .panel-body .row,
.node-type-my-scotrail form.custom-form .panel-body .row {
  margin-bottom: 28px;
}
.node-type-my-scotrail form.stripe-form .panel-body .row img,
.node-type-my-scotrail form.custom-form .panel-body .row img {
  max-width: 100%;
}
form.stripe-form fieldset.card_details legend,
form.custom-form fieldset.card_details legend {
  font-family: 'alegreya_sanslight', arial, sans-serif;
  margin-top: 0;
  font-size: 26px;
  color: #1e3861;
}
@media (min-width: 679px) {
  form .journey-type,
  form .journey-time {
    width: 49%;
    display: inline-block;
    margin-bottom: 9px;
  }
}
@media (max-width: 678px) {
  form .journey-type,
  form .journey-time {
    width: 100%;
  }
  form .journey-type .chosen-container-single,
  form .journey-time .chosen-container-single,
  form .journey-type .input-group,
  form .journey-time .input-group {
    width: 100%;
    display: block;
  }
  .lt-ie9 form .journey-type .form-group,
  .lt-ie9 form .journey-time .form-group {
    display: inline;
  }
  .lt-ie9 form .journey-type .form-group .input-group,
  .lt-ie9 form .journey-time .form-group .input-group,
  .lt-ie9 form .journey-type .form-group .input-group-btn,
  .lt-ie9 form .journey-time .form-group .input-group-btn,
  .lt-ie9 form .journey-type .form-group .form-control,
  .lt-ie9 form .journey-time .form-group .form-control,
  .lt-ie9 form .journey-type .form-group label,
  .lt-ie9 form .journey-time .form-group label {
    display: inline;
  }
  .lt-ie9 form .journey-type .form-group .input-group input,
  .lt-ie9 form .journey-time .form-group .input-group input,
  .lt-ie9 form .journey-type .form-group .input-group-btn input,
  .lt-ie9 form .journey-time .form-group .input-group-btn input,
  .lt-ie9 form .journey-type .form-group .form-control input,
  .lt-ie9 form .journey-time .form-group .form-control input,
  .lt-ie9 form .journey-type .form-group label input,
  .lt-ie9 form .journey-time .form-group label input {
    float: none;
  }
  .lt-ie9 form .journey-type .form-group .input-group input.hasDatepicker,
  .lt-ie9 form .journey-time .form-group .input-group input.hasDatepicker,
  .lt-ie9 form .journey-type .form-group .input-group-btn input.hasDatepicker,
  .lt-ie9 form .journey-time .form-group .input-group-btn input.hasDatepicker,
  .lt-ie9 form .journey-type .form-group .form-control input.hasDatepicker,
  .lt-ie9 form .journey-time .form-group .form-control input.hasDatepicker,
  .lt-ie9 form .journey-type .form-group label input.hasDatepicker,
  .lt-ie9 form .journey-time .form-group label input.hasDatepicker {
    width: 128px;
  }
  .lt-ie9 form .journey-type .form-group .input-group-btn,
  .lt-ie9 form .journey-time .form-group .input-group-btn {
    vertical-align: top;
  }
  .lt-ie9 form .journey-type .form-group.collapsible,
  .lt-ie9 form .journey-time .form-group.collapsible {
    display: block;
  }
  .lt-ie9 form .journey-type .initially-hidden-portion .input-group,
  .lt-ie9 form .journey-time .initially-hidden-portion .input-group {
    display: block;
  }
}
.lt-ie9 form .journey-type,
.lt-ie9 form .journey-time {
  width: 66.7%;
  padding-top: 8px;
  padding-bottom: 2px;
}
.lt-ie9 form .journey-type .clientside-error,
.lt-ie9 form .journey-time .clientside-error {
  display: none !important;
}
.lt-ie9 form .journey-type .row .col-md-6,
.lt-ie9 form .journey-time .row .col-md-6 {
  width: 50%;
  float: left;
}
form .number.chosen-container-single a span,
form .number.chosen-container-single.chosen-container-active a span {
  width: 20px;
}
form .railcard.chosen-container-single a span,
form .railcard.chosen-container-single.chosen-container-active a span {
  width: 164px;
}
@media (max-width: 1199px) {
  form .railcard.chosen-container-single a span,
  form .railcard.chosen-container-single.chosen-container-active a span {
    width: 115px;
  }
}
form .railcard.chosen-container-single#amount_1_chosen a span,
form .railcard.chosen-container-single.chosen-container-active#amount_1_chosen a span,
form .railcard.chosen-container-single#amount_2_chosen a span,
form .railcard.chosen-container-single.chosen-container-active#amount_2_chosen a span,
form .railcard.chosen-container-single#amount_3_chosen a span,
form .railcard.chosen-container-single.chosen-container-active#amount_3_chosen a span {
  width: 20px;
}
@media (max-width: 991px) {
  form .railcards {
    display: inline-block;
  }
}
form .journey-check-results .my-service-status {
  background: #2e89de;
  padding: 12px 15px 12px 69px;
  color: #fff;
  margin-bottom: 3px;
  font-size: 17px;
  font-family: 'open_sansregular', arial, sans-serif;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  min-height: 63px;
  border-radius: 3px;
}
form .journey-check-results .my-service-status:before {
  content: "\f059";
  font-family: "FontAwesome";
  font-size: 260%;
  vertical-align: middle;
  margin-top: 15px;
  margin-right: 19px;
  line-height: 0px;
  margin-left: -51px;
  width: 31px;
  display: inline-block;
}
form .journey-check-results .my-service-status.good {
  background: #53c360;
}
form .journey-check-results .my-service-status.good:before {
  content: "\f058";
}
form .journey-check-results .my-service-status.bad {
  padding-left: 71px;
  background: #f26175;
}
form .journey-check-results .my-service-status.bad:before {
  content: "\f071";
  margin-left: -56px;
  width: 35px;
}
form .journey-check-results .my-service-status.message {
  background: #2e89de;
}
form .journey-check-results .my-service-status.message:before {
  content: "\f059";
}
form .journey-check-results .my-service-status.message a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
form .journey-check-results .my-service-status.message a:hover {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
form .journey-check-results .my-service-status.error {
  background: #f26175;
}
form .journey-check-results .my-service-status.error:before {
  content: "\f057";
}
form .journey-check-results .my-service-status .collapseJourneyDetailsLink {
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  padding: 3px 8px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 4px;
}
form .journey-check-results .my-service-status .collapseJourneyDetailsLink:hover {
  text-decoration: none;
}
form .journey-check-results .my-service-status .collapseJourneyDetailsLink:after {
  content: "\f077";
  font-family: 'FontAwesome';
  font-size: 80%;
  vertical-align: 10%;
  line-height: 15px;
  margin-left: 4px;
  color: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
form .journey-check-results .my-service-status .collapseJourneyDetailsLink:hover:after {
  vertical-align: 20%;
}
form .journey-check-results .my-service-status .collapseJourneyDetailsLink.collapsed:after {
  content: "\f078";
}
form .journey-check-results .my-service-status .collapseJourneyDetailsLink.collapsed:hover:after {
  vertical-align: -10%;
}
form .journey-check-results .my-service-status.bad .collapseJourneyDetailsLink {
  margin-left: 10px;
}
form .journey-check-results .my-service-status .collapseJourneyDetails {
  font-size: 15px;
  color: #fff;
  margin-left: -47px;
}
form .journey-check-results .my-service-status .collapseJourneyDetails .issue-detail {
  background: rgba(0, 0, 0, 0.15);
  padding: 6px 10px;
  margin-top: 10px;
}
form .journey-check-results .my-service-status .collapseJourneyDetails .issue-detail .summary {
  font-family: 'open_sanssemibold', arial, sans-serif;
}
@media (max-width: 767px) {
  .stick .navbar-fixed-top {
    height: 87px;
  }
  .stick .navbar-fixed-top .journeyplanner-bar .nav-tabs {
    display: none;
  }
}
/*main nav*/
.main-nav > li.first a:before {
  background: transparent;
}
.main-nav > li > a:after,
.main-nav > li > a:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  left: 1px;
  top: 0;
}
.main-nav > li > a.home:before {
  content: "\f015";
  font-family: "FontAwesome";
  width: auto;
  height: 100%;
  position: relative;
  background: none;
  right: auto;
  left: auto;
  top: auto;
}
.main-nav > li > a.home span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.main-nav > li > a:after {
  background: rgba(0, 0, 0, 0.5);
  right: -1px;
  left: auto;
}
.main-nav > li > a.search:after:hover {
  color: #c7ebff;
}
.journeyplanner-bar .sec-nav li a:before {
  content: "\f107";
}
.journeyplanner-bar .sec-nav li a.my-scotrail:before {
  content: "\f007";
}
.journeyplanner-bar .nav-tabs li a.header-tab-trainline-booking_form:before {
  content: "\f145";
}
.journeyplanner-bar .nav-tabs li a.header-tab-journey_check-incident_check:before {
  content: "\f059";
}
.journeyplanner-bar .nav-tabs li a.header-tab-nre-next_trains:before {
  content: "\f017";
}
.journeyplanner-bar .tab-content.open .tab-pane .initially-hidden-portion {
  margin-bottom: 50px;
}
.journeyplanner-bar .tab-content.open .tab-pane .initially-hidden-portion #nre-next-trains-results {
  margin-top: 15px;
}
.journeyplanner-bar .tab-content.open .tab-pane .form-submit {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.journeyplanner-bar .tab-content.open .tab-pane .table {
  margin-bottom: 0;
  border: 1px solid #cccccc;
}
@media (min-width: 991px) {
  .journeyplanner-bar .tab-content form .buy-tickets-right-col {
    padding-top: 27px;
  }
}
.journeyplanner-bar .tab-content form .oneway-openreturn {
  background: #fff;
  border-radius: 3px;
  padding: 6px 12px 4px 12px;
  border: 1px solid #cccccc;
}
.journeyplanner-bar .tab-content form .oneway-openreturn label {
  display: inline;
  vertical-align: text-bottom;
}
.journeyplanner-bar .tab-content form button.swap-stations {
  color: #177cda;
  border: none;
  background: transparent;
}
.journeyplanner-bar .tab-content form button.swap-stations i {
  font-size: 20px;
  text-shadow: 2px 2px 1px #fff, 1px 1px 1px #fff;
}
.journeyplanner-bar .tab-content form .adults-child {
  margin-bottom: 15px;
}
.journeyplanner-bar .tab-content form .adults-child input {
  width: 35px;
}
.journeyplanner-bar .tab-content form .adults-child .adults {
  margin-right: 40px;
}
.journeyplanner-bar .tab-content form .adults-child .adults,
.journeyplanner-bar .tab-content form .adults-child .children {
  margin-bottom: 10px;
  display: inline-block;
}
.journeyplanner-bar .tab-content form .adults-child .adults label,
.journeyplanner-bar .tab-content form .adults-child .children label {
  display: block;
}
@media (min-width: 1200px) {
  .journeyplanner-bar .tab-content form .adults-child .adults,
  .journeyplanner-bar .tab-content form .adults-child .children {
    margin-bottom: 0;
    margin-right: 0;
  }
  .journeyplanner-bar .tab-content form .adults-child .adults label,
  .journeyplanner-bar .tab-content form .adults-child .children label {
    display: inline-block;
  }
  .journeyplanner-bar .tab-content form .adults-child .adults label.child,
  .journeyplanner-bar .tab-content form .adults-child .children label.child {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .journeyplanner-bar .tab-content form .adults-child .adults,
  .journeyplanner-bar .tab-content form .adults-child .children {
    margin-bottom: 0;
    margin-right: 0;
  }
  .journeyplanner-bar .tab-content form .adults-child .adults label,
  .journeyplanner-bar .tab-content form .adults-child .children label {
    display: inline-block;
  }
  .journeyplanner-bar .tab-content form .adults-child .adults label.child,
  .journeyplanner-bar .tab-content form .adults-child .children label.child {
    margin-left: 20px;
  }
  .journeyplanner-bar .tab-content form .adults-child .adults .input-group,
  .journeyplanner-bar .tab-content form .adults-child .children .input-group {
    display: inline-table;
  }
}
@media (max-width: 380px) {
  .journeyplanner-bar .tab-content form .adults-child .adults label.child,
  .journeyplanner-bar .tab-content form .adults-child .children label.child {
    display: block;
  }
  .journeyplanner-bar .tab-content form .adults-child .adults .input-group,
  .journeyplanner-bar .tab-content form .adults-child .children .input-group {
    display: block;
  }
}
@media (max-width: 767px) {
  .journeyplanner-bar .tab-content form .adults-child .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .journeyplanner-bar .tab-content form button.swap-stations {
    float: right;
    margin-top: -11px;
    margin-right: -4px;
  }
  .journeyplanner-bar .tab-content form button.swap-stations i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.lt-ie9 .journeyplanner-bar .tab-content form .initially-hidden-portion .form-group.oneway-openreturn {
  display: inline;
}
.lt-ie9 .journeyplanner-bar .live-update {
  position: absolute;
  top: 2px;
  right: 20px;
}
.lt-ie9 .journeyplanner-bar .live-update .service-update-anchor {
  margin-top: 0;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:after,
.not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:before {
  content: "";
  width: 1038px;
  height: 511px;
  background: transparent url(/sites/all/themes/scotrail/images/small-banner-over.png) repeat 0 0;
  position: absolute;
  right: -200px;
  top: -145px;
  z-index: 1;
  opacity: 0.3;
}
@media (max-width: 1600px) {
  .not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:after,
  .not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:before {
    right: -400px;
  }
}
@media (max-width: 1200px) {
  .not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:after,
  .not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:before {
    right: -600px;
  }
}
.not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:before {
  right: auto;
  top: auto;
  left: -200px;
  bottom: -212px;
}
@media (max-width: 1600px) {
  .not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:before {
    left: -400px;
  }
}
@media (max-width: 1200px) {
  .not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:before {
    left: -600px;
  }
}
@media (max-width: 1000px) {
  .not-front #heroCarousel .small-hero .carousel .carousel-inner > .item:before {
    content: none;
  }
}
.not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
  height: 525px;
}
@media (max-width: 767px) {
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
    padding-bottom: 0;
  }
}
.lt-ie9 .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
  height: 470px;
}
.not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton,
.not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators {
  top: 420px;
}
@media (max-width: 991px) {
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .playpauseButton,
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .container .carousel-indicators {
    top: 429px;
  }
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-left,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-left,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-right,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-right {
  background: url(/sites/all/themes/scotrail/images/hero-left.png) no-repeat 50% 50%;
}
@media (max-width: 1365px) {
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-left,
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-left,
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-right,
  .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-right {
    bottom: 70px;
  }
}
.lt-ie9 .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-left,
.lt-ie9 .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-left,
.lt-ie9 .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-right,
.lt-ie9 .not-front #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-right {
  bottom: 145px;
}
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span.glyphicon-chevron-right,
#heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span.glyphicon-chevron-right {
  background: url(/sites/all/themes/scotrail/images/hero-right.png) no-repeat 50% 50%;
}
@media (max-width: 1365px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right {
    margin-right: 540px;
  }
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left span,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right span {
    width: 1em;
  }
}
@media (max-width: 1199px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right {
    margin-right: 440px;
  }
}
@media (max-width: 991px) {
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.left,
  #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-control.right {
    margin-right: 325px;
  }
}
/* Main CONTENT #####################################
-------------------------------------------------- */
.main-content {
  /* Pad the edges of the mobile views a bit */
  /******* accordions  */
  /* news wall */
  /* offers */
}
@media (max-width: 767px) {
  .main-content > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-content a.btn.btnTickets:after {
  content: "\f145";
  font-family: 'FontAwesome';
  font-size: 100%;
  line-height: 30px;
  padding-left: 8px;
}
.main-content a.btn.btnTickets + .btnTickets {
  margin-left: 15px;
}
.main-content a.btn.btnLogout:after {
  content: "\f08b";
  font-family: 'FontAwesome';
  font-size: 100%;
  line-height: 30px;
  padding-left: 8px;
}
.main-content .article article ul.sharing {
  margin: -19px 0 35px 24px;
}
.main-content .announcement:before {
  font-size: 240%;
}
.main-content article ul.tick-list {
  padding-left: 24px;
  padding-right: 15px;
}
.main-content article ul.tick-list li {
  list-style-type: none;
  margin-bottom: 4px;
}
.main-content article ul.tick-list li:before {
  margin-left: -22px;
  margin-right: 7px;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #177cda;
}
.main-content article .webform-confirmation td.club50photo {
  text-align: center;
}
.main-content article .webform-confirmation img.club50photo {
  width: 200px;
  height: auto;
}
.main-content .panel-group .panel .panel-heading h3 {
  font-size: 26px;
}
.main-content .reg-signin-btns {
  margin-top: 8px;
  margin-bottom: 17px;
}
.main-content .reg-signin-btns .btn {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.main-content .reg-signin-btns .btn.small {
  margin-top: -12px;
  background: #fff;
  border: 1px solid #bbb;
  border-top: 0;
  text-shadow: none;
  color: #59636f;
  z-index: 0;
}
.main-content .reg-signin-btns .btn.small:hover {
  color: #177cda;
  border-color: #bbb;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #ffffff), color-stop(100%, #d3d3d3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 43%, #d3d3d3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 43%, #d3d3d3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0);
  /* IE6-9 */
}
.main-content .reg-signin-btns .btn:hover {
  border-color: inherit;
  color: #fff;
  background: #1c75c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #2e89de));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #2e89de 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #2e89de 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e89de', endColorstr='#2e89de', GradientType=0);
  /* IE6-9 */
}
.main-content .news-wall ul.featured .text {
  clear: both;
}
.main-content .news-wall ul.featured .read-more {
  color: #177cda;
}
.main-content .news-wall ul.featured .read-more:hover {
  text-decoration: underline;
}
.main-content .node-offer .field-name-field-atoc-2for1-admission .field-item {
  height: 120px;
  width: 120px;
  background: #e05d76;
  color: #fff;
  padding: 23px 19px;
  line-height: 67px;
  border-radius: 200px;
  text-align: center;
  font-size: 35px;
  float: right;
  margin-left: 0.7em;
  margin-bottom: 0.5em;
  position: relative;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
.main-content .node-offer .field-name-field-non-atoc-short-descr {
  font-family: 'alegreya_sanslight', arial, sans-serif;
  font-size: 26px;
  color: #5D5398;
  margin-bottom: 28px;
  line-height: 29px;
}
.main-content .node-offer .buy-tickets {
  float: left;
}
.main-content .node-offer .buy-tickets a {
  font-family: 'open_sansregular', arial, sans-serif;
  border-radius: 2px;
  border: 1px solid #1c75c9;
  font-size: 17px;
  color: #fff;
  padding: 12px;
  margin-bottom: 10px;
  text-align: left;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  clear: none;
  background: #2e89de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e89de', endColorstr='#1c75c9', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-content .node-offer .buy-tickets a:hover {
  background: #fff;
  color: #2e89de;
  border-color: #cccccc;
  text-shadow: none;
  text-decoration: none;
}
.main-content .node-offer .field-name-field-atoc-2for1-offer-expiry {
  clear: left;
}
.main-content .node-offer .field-name-field-atoc-opening-times,
.main-content .node-offer .field-name-field-atoc-telephone,
.main-content .node-offer .field-name-field-atoc-closest-station {
  width: 30%;
}
@media (max-width: 530px) {
  .main-content .node-offer .field-name-field-atoc-opening-times,
  .main-content .node-offer .field-name-field-atoc-telephone,
  .main-content .node-offer .field-name-field-atoc-closest-station {
    width: 98%;
  }
}
.main-content .node-offer .field-name-field-atoc-opening-times,
.main-content .node-offer .field-name-field-location,
.main-content .node-offer .field-name-field-atoc-telephone,
.main-content .node-offer .field-name-field-atoc-closest-station {
  float: left;
  padding: 11px 15px;
  background: #f4f4f4;
  margin-right: 3%;
  margin-bottom: 19px;
}
.main-content .node-offer .field-name-field-atoc-opening-times h2,
.main-content .node-offer .field-name-field-location h2,
.main-content .node-offer .field-name-field-atoc-telephone h2,
.main-content .node-offer .field-name-field-atoc-closest-station h2 {
  font-size: 24px;
  background: #ffffff;
  display: inline-block;
  padding: 2px 7px;
  color: #1e3861;
  text-shadow: none;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 6px;
  border: 1px solid #eee;
}
.main-content .vert-scroller-wrapper.twitter {
  height: 150px;
}
.main-content .vert-scroller-wrapper.twitter div.lazy-loading {
  padding: 15px 40px 0px 20px;
}
.main-content .vert-scroller-wrapper.twitter ul {
  padding: 0px 40px 0px 20px;
}
.main-content .vert-scroller-wrapper.twitter ul li {
  height: 139px;
  padding: 15px 0;
}
.main-content .vert-scroller-wrapper.twitter ul li a {
  color: #177cda;
}
.main-content .vert-scroller-wrapper.twitter ul li .time {
  color: #898989;
  font-style: italic;
  margin-right: 7px;
  font-family: 'open_sanslight', arial, sans-serif;
  display: block;
}
.main-content .vert-scroller-wrapper.twitter ul li .time:before {
  content: "\f017";
  font-family: "FontAwesome";
  vertical-align: top;
  margin-top: 3px;
  margin-right: 2px;
  line-height: 1;
  display: inline-block;
  font-style: normal;
}
.blockspoof a {
  background-image: url(/sites/all/themes/scotrail/images/adblock-message.png);
  background-size: cover;
}
/*promotions zone*/
.promotions-zone {
  padding: 25px 0 34px 0px;
  background-image: url(/sites/all/themes/scotrail/images/promo-bg-left.png), url(/sites/all/themes/scotrail/images/promo-bg-right.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
.field.field-type-getlocations-fields .location .adr .street-address {
  display: block;
}
.field.field-type-getlocations-fields .location .adr .street-address .extended-address:before {
  content: ", ";
}
.field.field-type-getlocations-fields .location .adr .postal-code:before {
  content: " ";
}
.field.field-type-getlocations-fields .location .adr .country-name {
  display: block;
}
.getlocations_map_wrapper_inner .fullscreen .gm-style div[title="Normal screen"] {
  top: 260px;
  position: absolute;
  right: 38px;
}
.getlocations_map_wrapper_inner .fullscreen .gm-style > .gmnoprint[style] {
  top: 240px !important;
}
.getlocations_map_wrapper_inner .fullscreen .gm-style > .gmnoprint[style] > .gm-style-cc {
  bottom: 0px;
  position: absolute;
}
.getlocations_map_wrapper_inner .fullscreen .gm-style > .gm-style-cc[style] {
  top: auto !important;
}
.touch .getlocations_map_wrapper_inner div[title="Full screen"] {
  display: none !important;
}
.station-title {
  background: #566e95;
}
.map {
  background: #566e95;
  border-bottom: 6px solid #566e95;
}
.map .field.field-type-getlocations-fields .showDynamicMapButton .btn,
.map .field.field-type-getlocations-fields .showDeferredMapButton .btn {
  background-color: #566e95;
}
.map .field.field-type-getlocations-fields .showDynamicMapButton .btn:hover,
.map .field.field-type-getlocations-fields .showDeferredMapButton .btn:hover {
  background-color: #566e95 !important;
}
.live-boards .live-boards-auto-update {
  float: right;
  background: #fff;
  color: #177cda;
}
.live-boards #nre-live-boards {
  margin-top: 15px;
}
.live-boards #nre-live-boards.has-spinner {
  margin-top: 0;
  color: #fff;
}
.live-boards #nre-live-boards h4 {
  color: #fff;
  display: block;
  background: #115a9e;
  padding: 5px 10px;
  margin-bottom: 0;
}
.live-boards #nre-live-boards th {
  background: #e8f2fd;
  border-bottom: 0;
}
.live-boards #nre-live-boards tr {
  cursor: pointer;
}
.live-boards #nre-live-boards tr td:last-child {
  padding-right: 40px;
}
.live-boards #nre-live-boards tr td:last-child:after {
  color: #177cda;
  float: right;
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 100%;
  margin-top: 4px;
  vertical-align: middle;
  line-height: 15px;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
}
.live-boards #nre-live-boards tr.open td:last-child {
  content: "\f068";
}
.live-boards #nre-live-boards tr.details {
  cursor: inherit;
}
.live-boards #nre-live-boards tr:hover td:last-child:after {
  -ms-transform: scale(1.4, 1.4);
  /* IE 9 */
  -webkit-transform: scale(1.4, 1.4);
  /* Chrome, Safari, Opera */
  transform: scale(1.4, 1.4);
}
.live-boards #nre-live-boards tr.open td {
  background: #fffeee;
}
.live-boards #nre-live-boards tr.open td:last-child:after {
  content: "\f068";
}
.live-boards #nre-live-boards tr.details td {
  background: #fffddc;
  padding-top: 17px;
}
.live-boards #nre-live-boards tr.details td:after {
  content: "";
}
/* --------------------------------------------FOOTER
-------------------------------------------------- */
footer .footer-top {
  background: #002664 url(/sites/all/themes/scotrail/images/footer-bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
footer .footer-top #webform-client-form-74423 {
  margin-bottom: 25px;
}
footer .footer-top #webform-client-form-74423 fieldset {
  border: none;
  background: none;
  margin: 0;
}
footer .footer-top #webform-client-form-74423 fieldset .panel-body {
  padding: 0;
}
footer .footer-top #webform-client-form-74423 fieldset .panel-body .col-sm-9 {
  margin-left: 0;
  padding: 0;
  width: 100%;
  color: #FFFFFF;
}
footer .footer-top #webform-client-form-74423 fieldset .panel-body .col-sm-9 label {
  color: #FFFFFF;
  text-shadow: none;
}
footer .footer-top #webform-client-form-74423 fieldset .panel-body .col-sm-9.help-block {
  margin-bottom: 0;
  margin-top: 0;
}
footer .footer-top #webform-client-form-74423 button.btn {
  margin: 0;
  float: none;
  border-color: #cccccc;
  background: #FFFFFF;
}
footer .footer-top #webform-client-form-74423 a,
footer .footer-top #webform-client-form-74423 a:hover,
footer .footer-top #webform-client-form-74423 a:visited {
  color: #7dc0ff;
}
footer .footer-top #webform-client-form-74423 a:hover {
  text-decoration: underline;
}
footer .footer-top .webform-confirmation {
  color: #FFFFFF;
}
.lt-ie9 footer .footer-top .col-md-3 {
  width: 25%;
  float: left;
}
/*********** views **************/
.view .bef-select-as-checkboxes,
.view .bef-select-as-radios {
  height: inherit;
  border: none;
  box-shadow: 0px 11px 9px -10px #aaaaaa;
  margin-bottom: 15px;
  padding-bottom: 11px;
}
.view .bef-select-as-checkboxes:before,
.view .bef-select-as-radios:before {
  content: "\f02c";
  font-family: "FontAwesome";
  margin-right: 7px;
  margin-top: -3px;
  float: left;
  font-size: 154%;
  color: #177cda;
}
.view .bef-select-as-checkboxes .form-type-bef-checkbox input[type=checkbox]:checked + label:after,
.view .bef-select-as-radios .form-type-bef-checkbox input[type=checkbox]:checked + label:after,
.view .bef-select-as-checkboxes .form-type-radio input[type=checkbox]:checked + label:after,
.view .bef-select-as-radios .form-type-radio input[type=checkbox]:checked + label:after,
.view .bef-select-as-checkboxes .form-type-bef-checkbox input[type=radio]:checked + label:after,
.view .bef-select-as-radios .form-type-bef-checkbox input[type=radio]:checked + label:after,
.view .bef-select-as-checkboxes .form-type-radio input[type=radio]:checked + label:after,
.view .bef-select-as-radios .form-type-radio input[type=radio]:checked + label:after {
  content: " \f057";
  font-family: "FontAwesome";
  vertical-align: 0%;
  -webkit-transition: all 0.3s ease-out 0;
  -moz-transition: all 0.3s ease-out 0;
  -o-transition: all 0.3s ease-out 0;
  transition: all 0.3s ease-out 0;
  color: #177cda;
}
/**************** Page specific ******************/
.view-winchburgh-affected-routes .form-inline {
  padding-bottom: 10px;
}
.view-winchburgh-affected-routes .form-inline select {
  width: 100%;
}
.view-winchburgh-affected-routes .content {
  margin-top: 10px;
}
/******** SIDEBAR + NAV *********************/
/*off canvas*/
.node-type-competition-feature #site-wrapper {
  margin-top: 0;
  padding-top: 213px;
}
@media (max-width: 991px) {
  .node-type-competition-feature #site-wrapper {
    padding-top: 0;
  }
}
.node-type-competition-feature.toolbar #site-wrapper {
  padding-top: 137px;
}
@media (max-width: 991px) {
  .node-type-competition-feature.toolbar #site-wrapper {
    padding-top: -77px;
  }
}
@media (max-width: 991px) {
  #site-wrapper #site-canvas {
    margin-top: 128px;
  }
}
.navbar-collapse-mob ul.menu > li > a.my-scotrail:before {
  content: "\f007";
}
.top-level-page #leftCol {
  display: none;
}
#leftCol #block-abellio-scotrail-on-page-menu {
  margin-bottom: 0;
}
.top-level-page #contentCol {
  width: 100%;
}
/*croppic*/
#edit-submitted-photo-upload-photograph-ajax-wrapper {
  background: #eee;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 3px 15px 15px 15px;
  position: relative;
}
@media (max-width: 767px) {
  #edit-submitted-photo-upload-photograph-ajax-wrapper {
    padding: 7px;
  }
}
#edit-submitted-photo-upload-photograph-ajax-wrapper label {
  position: absolute;
  top: -31px;
  height: 35px;
  left: -1px;
  background: #eee;
  border: 1px solid #dddddd;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 14px;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper h2 {
  top: 15px;
  left: auto;
  display: block;
  font-size: 35px;
  padding-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  #edit-submitted-photo-upload-photograph-ajax-wrapper h2 {
    font-size: 28px;
  }
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions {
  position: relative;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions .instructions-inner {
  height: 225px;
  min-height: 225px;
  display: block;
  visibility: visible;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dddddd;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions .instructions-inner .instructions-wrapper {
  padding: 15px 15px 60px 15px;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions .instructions-inner:after {
  content: "";
  position: absolute;
  width: 101%;
  padding: 0 15px;
  height: 130px;
  bottom: 0px;
  border-bottom: 30px solid #fff;
  left: -5px;
  margin-left: -5px;
  box-shadow: inset 0px -31px 45px 3px #ffffff;
  -webkit-transition: box-shadow 0.5s ease-out 0s;
  -moz-transition: box-shadow 0.5s ease-out 0s;
  -o-transition: box-shadow 0.5s ease-out 0s;
  transition: box-shadow 0.5s ease-out 0s;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions .instructions-inner.collapse.in {
  height: auto;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions .instructions-inner ol {
  padding-left: 23px;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions .instructions-inner ol li {
  line-height: 22px;
  margin-top: 9px;
  margin-bottom: 11px !important;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions .instructions-inner ol li:before {
  top: 0;
}
.mobile #edit-submitted-photo-upload-photograph-ajax-wrapper .instructions .instructions-inner ol li.desktop {
  display: none;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions h3 {
  margin-bottom: 15px !important;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 100%;
  font-family: 'open_sansregular', arial, sans-serif;
  padding: 1px;
  text-shadow: none;
  text-align: center;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions button .less {
  display: inline-block;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions button .more {
  display: none;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions button.collapsed .more {
  display: inline-block;
}
#edit-submitted-photo-upload-photograph-ajax-wrapper .instructions button.collapsed .less {
  display: none;
}
/* webform preview alts */
.webform-client-form.preview .form-item.webform-component--photo-upload--photograph {
  width: 100%;
  text-align: center;
  margin-left: 0;
}
.webform-client-form.preview .form-item.webform-component--photo-upload--photograph label {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
}
.webform-client-form.preview .form-item.webform-component--photo-upload--photograph div {
  margin: 0;
  width: 100%;
  padding-bottom: 30px;
}
.webform-client-form.preview .form-item.webform-component--photo-upload--photograph div img {
  border: 1px solid #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.webform-client-form button {
  border-radius: 2px !important;
}
.full-width {
  width: 100%;
}
/* My ScotRail */
.node-type-my-scotrail #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) {
  height: 450px;
}
.node-type-my-scotrail #heroCarousel .carousel:not(.vanilla-bootstrap-carousel) .carousel-inner > .item > div > img {
  top: -98px;
}
.node-type-my-scotrail #heroCarousel .small-hero .carousel .carousel-inner > .item > div > img {
  top: -24px;
}
.node-type-my-scotrail #leftCol {
  padding-top: 62px;
}
.node-type-my-scotrail .main-content article {
  margin-top: -73px;
}
@media (max-width: 991px) {
  .node-type-my-scotrail .main-content article {
    margin-top: -58px;
  }
}
@media (min-width: 1822px) {
  .node-type-my-scotrail .main-content article {
    margin-top: -52px;
  }
}
@media (max-width: 370px) {
  .node-type-my-scotrail .main-content article .nav-tabs > li a {
    padding: 5px;
    font-size: 16px;
  }
}
.node-type-my-scotrail .main-content article a.btn.btn-form {
  margin-bottom: 0;
  margin: 0 2px;
}
@media (max-width: 430px) {
  .node-type-my-scotrail .main-content article a.btn.btn-form {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-submit,
.node-type-my-scotrail #site-wrapper form.stripe-form button.btn.form-submit,
.node-type-my-scotrail #site-wrapper form.order-form button.btn.form-submit,
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-next,
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-previous,
.node-type-my-scotrail #site-wrapper form a.btn.btn-form-action.back-button,
.node-type-my-scotrail #site-wrapper form a.btn.btn-form-action.skip-button {
  padding: 3px 8px;
  font-family: 'open_sansregular', arial, sans-serif;
  margin: 0 4px;
}
@media (max-width: 430px) {
  .node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-submit,
  .node-type-my-scotrail #site-wrapper form.stripe-form button.btn.form-submit,
  .node-type-my-scotrail #site-wrapper form.order-form button.btn.form-submit,
  .node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-next,
  .node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-previous,
  .node-type-my-scotrail #site-wrapper form a.btn.btn-form-action.back-button,
  .node-type-my-scotrail #site-wrapper form a.btn.btn-form-action.skip-button {
    float: none !important;
    margin-left: 0;
    margin-right: 70px;
    margin-top: 10px;
  }
}
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-submit.btn-success,
.node-type-my-scotrail #site-wrapper form.stripe-form button.btn.form-submit.btn-success,
.node-type-my-scotrail #site-wrapper form.order-form button.btn.form-submit.btn-success,
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-next.btn-success,
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-previous.btn-success,
.node-type-my-scotrail #site-wrapper form a.btn.btn-form-action.back-button.btn-success,
.node-type-my-scotrail #site-wrapper form a.btn.btn-form-action.skip-button.btn-success {
  color: #fff;
  background: #34953f;
  border-color: #53c360;
}
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-submit.btn-success:hover,
.node-type-my-scotrail #site-wrapper form.stripe-form button.btn.form-submit.btn-success:hover,
.node-type-my-scotrail #site-wrapper form.order-form button.btn.form-submit.btn-success:hover,
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-next.btn-success:hover,
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.webform-previous.btn-success:hover,
.node-type-my-scotrail #site-wrapper form a.btn.btn-form-action.back-button.btn-success:hover,
.node-type-my-scotrail #site-wrapper form a.btn.btn-form-action.skip-button.btn-success:hover {
  color: #fff;
  background: #41bb4f;
  border-color: #53c360;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.btn-success {
  color: #fff;
  background: #34953f;
  border-color: #53c360;
}
.node-type-my-scotrail #site-wrapper form button.btn.form-submit.btn-success:hover {
  color: #fff;
  background: #41bb4f;
  border-color: #53c360;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.node-type-my-scotrail .info.well,
.node-type-my-scotrail .cardsection {
  margin-bottom: 40px;
}
@media (max-width: 690px) {
  .node-type-my-scotrail .info.well .btn.pull-right,
  .node-type-my-scotrail .cardsection .btn.pull-right {
    float: none !important;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.node-type-my-scotrail .info.well .alert,
.node-type-my-scotrail .cardsection .alert {
  clear: both;
}
.node-type-my-scotrail .mini-detail {
  margin-bottom: 15px;
}
.node-type-my-scotrail .cardsection {
  box-shadow: 0px 11px 9px -10px #dadada;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.node-type-my-scotrail .cardsection.nobutton {
  padding-bottom: 0;
}
.node-type-my-scotrail .cardsection.nobutton table {
  margin-bottom: 0;
  border-bottom: none;
}
.node-type-my-scotrail .main-content table td,
.node-type-my-scotrail .main-content table th {
  padding: 10px;
}
@media screen and (max-width: 690px) {
  .node-type-my-scotrail .main-content table {
    border: 0;
  }
  .node-type-my-scotrail .main-content table thead {
    display: none !important;
  }
  .node-type-my-scotrail .main-content table tr {
    margin-bottom: 10px;
    border-bottom: 2px solid #dddddd;
  }
  .node-type-my-scotrail .main-content table td {
    display: block;
    text-align: right;
    font-size: 13px;
  }
  .node-type-my-scotrail .main-content table td:last-child {
    border-bottom: 0;
  }
  .node-type-my-scotrail .main-content table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}
@media screen and (max-width: 690px) {
  .node-type-my-scotrail .nobutton table tr:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.node-type-my-scotrail a.full-width {
  text-align: center;
}
.node-type-my-scotrail #my-scotrail-order-products-form fieldset {
  position: relative;
  overflow: hidden;
  min-height: 299px;
}
.node-type-my-scotrail #my-scotrail-order-products-form h2 {
  margin-top: 0;
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 25px;
  color: #57ADFD;
  text-transform: uppercase;
  width: 53%;
}
@media (max-width: 690px) {
  .node-type-my-scotrail #my-scotrail-order-products-form h2 {
    width: 100%;
  }
}
.node-type-my-scotrail #my-scotrail-order-products-form .price {
  font-style: italic;
  color: #8E8E8E;
}
.node-type-my-scotrail #my-scotrail-order-products-form .blurb img {
  width: 40%;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 0 3px 3px 0;
}
@media (max-width: 690px) {
  .node-type-my-scotrail #my-scotrail-order-products-form .blurb img {
    position: static;
    float: right;
    margin: 5px 0 10px 15px;
    border-radius: 0;
  }
}
@media (max-width: 390px) {
  .node-type-my-scotrail #my-scotrail-order-products-form .blurb img {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}
.node-type-my-scotrail #my-scotrail-order-products-form .blurb .overlay {
  width: 53%;
}
.node-type-my-scotrail #my-scotrail-order-products-form .blurb .overlay p {
  margin-bottom: 0;
}
@media (max-width: 690px) {
  .node-type-my-scotrail #my-scotrail-order-products-form .blurb .overlay {
    width: 100%;
  }
}
.node-type-my-scotrail #my-scotrail-order-products-form .form-type-checkbox {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 7px;
  width: 53%;
}
.node-type-my-scotrail #my-scotrail-order-products-form .form-type-checkbox input[type="checkbox"] {
  margin-left: 0;
}
@media (max-width: 690px) {
  .node-type-my-scotrail #my-scotrail-order-products-form .form-type-checkbox {
    width: 100%;
  }
}
.node-type-my-scotrail .webform-component--name-and-address,
.node-type-my-scotrail .delivery_address,
.node-type-my-scotrail .billing_address,
.node-type-my-scotrail .renewal_details,
.node-type-my-scotrail .renewed_summary {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-color: #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.node-type-my-scotrail .webform-component--name-and-address address,
.node-type-my-scotrail .delivery_address address,
.node-type-my-scotrail .billing_address address,
.node-type-my-scotrail .renewal_details address,
.node-type-my-scotrail .renewed_summary address {
  margin-bottom: 0;
}
.node-type-my-scotrail .renewal_details,
.node-type-my-scotrail .renewed_summary {
  padding: 15px 25px 25px 25px;
  background: #f2f8ff;
  margin-bottom: 25px;
  border-color: #ccdaf0;
}
.node-type-my-scotrail .renewal_details dl,
.node-type-my-scotrail .renewed_summary dl {
  margin-bottom: 0;
  color: #5d6b81;
}
.node-type-my-scotrail .renewal_details dl dt,
.node-type-my-scotrail .renewed_summary dl dt {
  float: left;
  clear: left;
  width: 42%;
  font-weight: bold;
}
.node-type-my-scotrail .renewal_details dl dd,
.node-type-my-scotrail .renewed_summary dl dd {
  margin: 0 0 0 23%;
}
@media (max-width: 500px) {
  .node-type-my-scotrail .renewal_details dl dd,
  .node-type-my-scotrail .renewed_summary dl dd {
    margin-bottom: 5px !important;
    border: 0 !important;
  }
}
.node-type-my-scotrail .renewal_details dl dt,
.node-type-my-scotrail .renewed_summary dl dt,
.node-type-my-scotrail .renewal_details dl dd,
.node-type-my-scotrail .renewed_summary dl dd {
  border-bottom: 1px solid #ccdaf0;
  padding: 6px 2px;
}
@media (max-width: 500px) {
  .node-type-my-scotrail .renewal_details dl dt,
  .node-type-my-scotrail .renewed_summary dl dt,
  .node-type-my-scotrail .renewal_details dl dd,
  .node-type-my-scotrail .renewed_summary dl dd {
    display: block;
    margin: 4px 0 0 0;
    padding: 3px 1px;
    border-left: 0;
    float: none;
    width: auto;
  }
}
.node-type-my-scotrail #payment-form tfoot {
  background: #ffe;
}
.node-type-my-scotrail em.pending {
  color: #77818e;
}
.node-type-my-scotrail .webform-component--terms-conditions {
  margin-bottom: 15px;
}
.node-type-my-scotrail #edit-webform-ajax-previous-155573 {
  float: left;
}
.node-type-my-scotrail article .btn {
  white-space: normal;
}
.node-type-my-scotrail .months {
  margin-bottom: 25px;
}
.node-type-my-scotrail .months a.btn {
  padding: 0 6px;
  margin: 4px 3px;
}
.node-type-my-scotrail article .input-group .btn.ideal_postcodes_find {
  white-space: nowrap;
}
.node-type-my-scotrail .webform-client-form .webform-previous {
  float: none;
}
/* My ScotRail */
.block-my-scotrail,
.block-my-scotrail-giveaway {
  margin-bottom: 18px;
  clear: both;
}
#block-my-scotrail-my-scotrail-user-details {
  padding: 12px 10px 10px;
  border: 1px solid #dddddd;
}
#block-my-scotrail-my-scotrail-user-details .user-details div {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 3px;
  padding: 0px 3px 3px;
}
#block-my-scotrail-my-scotrail-user-details .user-details div.email {
  word-break: break-all;
}
#block-my-scotrail-my-scotrail-user-details .user-details div:last-child {
  border-bottom: none;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .info h2 {
  margin-right: 15px;
  margin-top: 0;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .info dl dt {
  display: inline;
  margin: 0 10px;
  padding-left: 10px;
  border-left: 1px solid #aaa;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .info dl dt:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
@media (max-width: 500px) {
  #block-my-scotrail-my-scotrail-ecebs-smartcard .info dl dt {
    display: block;
    margin: 4px 0 0 0;
    padding-left: 0;
    border-left: 0;
  }
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .info dl dd {
  display: inline;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers {
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px 20px 15px 80px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 120px;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers p {
  margin: 0;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers h2,
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers h3,
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers h4 {
  margin-top: 0;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers:before {
  content: "\f0a1";
  position: absolute;
  top: 0px;
  left: 20px;
  font-family: "FontAwesome";
  display: inline-block;
  color: #f26175;
  vertical-align: middle;
  margin-top: 4px;
  font-size: 300%;
  line-height: 1.4;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers:before {
  content: "\f06b";
  color: #8dc2f3;
  font-size: 700%;
  line-height: 1;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
  left: -7px;
  top: -10px;
}
.ie #block-my-scotrail-my-scotrail-ecebs-smartcard .offers:before {
  font-size: 107px;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers a {
  color: #59636f;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers a .offersheading:after {
  color: #177cda;
  content: " \f054";
  font-family: "FontAwesome";
  font-size: 200%;
  position: absolute;
  right: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers a:hover {
  color: #177cda;
  text-decoration: none;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers a:hover .offersheading {
  color: #177cda;
}
#block-my-scotrail-my-scotrail-ecebs-smartcard .offers a:hover .offersheading:after {
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Chrome, Safari, Opera */
  transform: scale(1.3, 1.3);
}
#block-my-scotrail-my-scotrail-ecebs-smartcard table.tickets {
  border-bottom: none;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table thead th .both .sort,
#block-my-scotrail-my-scotrail-ecebs-smartcard table thead th .both .sort {
  color: #949494;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table tr.expiry_warning td,
#block-my-scotrail-my-scotrail-ecebs-smartcard table tr.expiry_warning td {
  background-color: #f2dede;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table tr.expiry_warning td span.highlight,
#block-my-scotrail-my-scotrail-ecebs-smartcard table tr.expiry_warning td span.highlight {
  background-color: #fcf8e3;
  padding: 0 4px;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td span,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td span {
  display: inline-block;
  width: 100%;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td span span,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td span span {
  display: inline;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td span.expiration,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td span.expiration {
  color: #e7890d;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td span.expiration.expired,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td span.expiration.expired {
  color: #f04960;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td.isrn span,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td.isrn span {
  max-width: 75px;
  word-wrap: break-word;
}
@media (max-width: 690px) {
  #block-my-scotrail-my-scotrail-ecebs-smartcards table td.isrn span,
  #block-my-scotrail-my-scotrail-ecebs-smartcard table td.isrn span {
    word-wrap: normal;
    display: inline;
    max-width: none;
  }
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td.products .product,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td.products .product {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 3px 4px;
  margin-bottom: 8px;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td.products .product a,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td.products .product a {
  color: #59636f;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td.products .product a span.state,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td.products .product a span.state {
  display: none;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td.products .product.pending span.state,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td.products .product.pending span.state {
  display: inline-block;
  font-style: italic;
  color: #77818e;
}
@media (max-width: 690px) {
  #block-my-scotrail-my-scotrail-ecebs-smartcards table td.products .product,
  #block-my-scotrail-my-scotrail-ecebs-smartcard table td.products .product {
    display: inline-block;
    text-align: left;
  }
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table .expiry,
#block-my-scotrail-my-scotrail-ecebs-smartcard table .expiry {
  text-align: center;
  padding-top: 12px;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table .expiry span,
#block-my-scotrail-my-scotrail-ecebs-smartcard table .expiry span {
  line-height: 1em;
  height: 1em;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table .expiry span.startdate:after,
#block-my-scotrail-my-scotrail-ecebs-smartcard table .expiry span.startdate:after {
  display: inline-block;
  width: 100%;
  content: "\f078";
  font-family: 'FontAwesome';
  font-size: 50%;
  vertical-align: middle;
}
@media (max-width: 690px) {
  #block-my-scotrail-my-scotrail-ecebs-smartcards table .expiry,
  #block-my-scotrail-my-scotrail-ecebs-smartcard table .expiry {
    text-align: right;
  }
}
#block-my-scotrail-my-scotrail-ecebs-smartcards table td.actions .btn,
#block-my-scotrail-my-scotrail-ecebs-smartcard table td.actions .btn {
  white-space: nowrap;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #block-my-scotrail-my-scotrail-ecebs-smartcards table td.actions .btn,
  #block-my-scotrail-my-scotrail-ecebs-smartcard table td.actions .btn {
    white-space: normal;
  }
}
#block-my-scotrail-my-scotrail-ecebs-smartcards div.new-card,
#block-my-scotrail-my-scotrail-ecebs-smartcard div.new-card,
#block-my-scotrail-my-scotrail-ecebs-smartcards div.new-hce-card,
#block-my-scotrail-my-scotrail-ecebs-smartcard div.new-hce-card {
  float: left;
}
#block-my-scotrail-my-scotrail-ecebs-smartcards div.new-card,
#block-my-scotrail-my-scotrail-ecebs-smartcard div.new-card {
  margin-right: 1em;
}
#block-my-scotrail-my-scotrail-tickets-site-link a {
  text-align: center;
}
#block-my-scotrail-my-scotrail-tickets-site-link a i {
  font-size: 300%;
  line-height: inherit;
}
#block-my-scotrail-my-scotrail-tickets-site-link a .main-text {
  font-size: 150%;
}
#block-my-scotrail-my-scotrail-promotions,
#block-my-scotrail-giveaway-giveaways,
#block-my-scotrail-giveaway-giveaway {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008bfc+0,59b4fb+100 */
  background: #008bfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #008bfc 20%, #59b4fb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #008bfc 20%, #59b4fb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008bfc 20%, #59b4fb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bfc', endColorstr='#59b4fb', GradientType=0);
  /* IE6-9 */
  position: relative;
  color: #fff;
  float: left;
}
#block-my-scotrail-my-scotrail-promotions .block-title,
#block-my-scotrail-giveaway-giveaways .block-title,
#block-my-scotrail-giveaway-giveaway .block-title {
  padding: 16px 14px 14px 14px;
  margin: 0;
  color: #fff;
  text-shadow: none;
  position: absolute;
}
@media (max-width: 670px) {
  #block-my-scotrail-my-scotrail-promotions .block-title,
  #block-my-scotrail-giveaway-giveaways .block-title,
  #block-my-scotrail-giveaway-giveaway .block-title {
    position: static;
  }
}
#block-my-scotrail-my-scotrail-promotions .nav-tabs,
#block-my-scotrail-giveaway-giveaways .nav-tabs,
#block-my-scotrail-giveaway-giveaway .nav-tabs {
  margin-top: 0;
  padding: 24px 24px 0;
  border-bottom: 1px solid #fff;
}
#block-my-scotrail-my-scotrail-promotions .nav-tabs > li,
#block-my-scotrail-giveaway-giveaways .nav-tabs > li,
#block-my-scotrail-giveaway-giveaway .nav-tabs > li {
  float: right;
  margin-left: 8px;
}
#block-my-scotrail-my-scotrail-promotions .nav-tabs > li a,
#block-my-scotrail-giveaway-giveaways .nav-tabs > li a,
#block-my-scotrail-giveaway-giveaway .nav-tabs > li a {
  border-color: #fff !important;
  border-bottom: none;
  background: transparent;
  padding: 8px 20px;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 670px) {
  #block-my-scotrail-my-scotrail-promotions .nav-tabs > li a,
  #block-my-scotrail-giveaway-giveaways .nav-tabs > li a,
  #block-my-scotrail-giveaway-giveaway .nav-tabs > li a {
    padding: 8px 10px;
  }
}
#block-my-scotrail-my-scotrail-promotions .nav-tabs > li.active a,
#block-my-scotrail-giveaway-giveaways .nav-tabs > li.active a,
#block-my-scotrail-giveaway-giveaway .nav-tabs > li.active a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075d6+0,0091fe+100 */
  background: #0075d6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0075d6 0%, #058dfc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0075d6 0%, #058dfc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0075d6 0%, #058dfc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075d6', endColorstr='#058dfc', GradientType=0);
  /* IE6-9 */
}
.ie-edge #block-my-scotrail-my-scotrail-promotions .nav-tabs > li.active a,
.ie-edge #block-my-scotrail-giveaway-giveaways .nav-tabs > li.active a,
.ie-edge #block-my-scotrail-giveaway-giveaway .nav-tabs > li.active a {
  border-bottom: 1px solid #058dfc !important;
}
@media (max-width: 670px) {
  #block-my-scotrail-my-scotrail-promotions .nav-tabs > li,
  #block-my-scotrail-giveaway-giveaways .nav-tabs > li,
  #block-my-scotrail-giveaway-giveaway .nav-tabs > li {
    float: left;
  }
}
@media (max-width: 670px) {
  #block-my-scotrail-my-scotrail-promotions .nav-tabs,
  #block-my-scotrail-giveaway-giveaways .nav-tabs,
  #block-my-scotrail-giveaway-giveaway .nav-tabs {
    padding: 9px 9px 0;
  }
}
#block-my-scotrail-my-scotrail-promotions .tab-content,
#block-my-scotrail-giveaway-giveaways .tab-content,
#block-my-scotrail-giveaway-giveaway .tab-content {
  font-size: 22px;
  line-height: 31px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane {
  padding: 24px;
  float: left;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane a,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane a,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane a {
  color: #fff;
  text-decoration: underline;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane a:hover,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane a:hover,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane a:hover {
  text-decoration: none;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .row,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .row,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .row {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .row:last-child,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .row:last-child,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .row:last-child {
  border-bottom: none;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .video,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .video,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .video {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .video,
  #block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .video,
  #block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .video {
    float: none;
    margin: 10px auto 15px auto;
    text-align: center;
  }
}
@media (max-width: 460px) {
  #block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .video iframe,
  #block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .video iframe,
  #block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .video iframe {
    width: 100%;
  }
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .standfirst,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .standfirst,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .standfirst {
  color: #fff;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .main_text,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .main_text,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .main_text {
  letter-spacing: 0.5px;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions {
  border-radius: 4px;
  border-color: #1c75c9;
  width: 315px;
  padding: 38px 12px;
  margin-left: 30px;
  float: right;
  font-size: 16px;
  text-align: center;
  background: #0281ea;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions .pin_display,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions .pin_display,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions .pin_display {
  font-size: 20px;
  margin-bottom: 6px;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions .pin_display span,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions .pin_display span,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions .pin_display span {
  color: #94ffe4;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions .pin_display span::-moz-selection,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions .pin_display span::-moz-selection,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions .pin_display span::-moz-selection {
  color: white;
  background: black;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions .pin_display span::selection,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions .pin_display span::selection,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions .pin_display span::selection {
  color: white;
  background: black;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions .actions_btn,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions .actions_btn,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions .actions_btn {
  display: inline-block;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions .actions_btn .btn,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions .actions_btn .btn,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions .actions_btn .btn {
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 16px;
  padding: 8px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 0;
  text-decoration: none;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions .actions_btn .btn.btn-primary,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions .actions_btn .btn.btn-primary,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions .actions_btn .btn.btn-primary {
  background: #2e89de;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions .actions_btn .btn:hover,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions .actions_btn .btn:hover,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions .actions_btn .btn:hover {
  background: #fff;
  color: #1c75c9;
  border-color: #cccccc;
  text-shadow: none;
  text-decoration: none;
}
@media (max-width: 470px) {
  #block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions .actions_btn,
  #block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions .actions_btn,
  #block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions .actions_btn {
    display: block;
  }
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions i.separator,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions i.separator,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions i.separator {
  padding: 12px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
@media (max-width: 470px) {
  #block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions i.separator,
  #block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions i.separator,
  #block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions i.separator {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
}
@media (max-width: 1200px) {
  #block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .actions,
  #block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .actions,
  #block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .actions {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 25px;
  }
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane.haspin .actions,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane.haspin .actions,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane.haspin .actions {
  padding: 12px;
  text-align: left;
}
@media (max-width: 1200px) {
  #block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane.haspin .actions,
  #block-my-scotrail-giveaway-giveaways .tab-content .tab-pane.haspin .actions,
  #block-my-scotrail-giveaway-giveaway .tab-content .tab-pane.haspin .actions {
    text-align: center;
    padding: 17px 12px 22px 12px;
  }
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane.hasvideo .actions,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane.hasvideo .actions,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane.hasvideo .actions {
  margin-left: 0;
  float: left;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .tandc,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .tandc,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .tandc {
  clear: both;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .tandc a,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .tandc a,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .tandc a {
  font-size: 18px;
  text-decoration: none;
}
#block-my-scotrail-my-scotrail-promotions .tab-content .tab-pane .tandc a:hover,
#block-my-scotrail-giveaway-giveaways .tab-content .tab-pane .tandc a:hover,
#block-my-scotrail-giveaway-giveaway .tab-content .tab-pane .tandc a:hover {
  text-decoration: underline;
}
#block-my-scotrail-my-scotrail-order-products-form a.skip-button {
  float: right;
  margin-right: 8px;
}
table.ticket-history th {
  vertical-align: top;
}
table.ticket-history tr.odd td {
  background: #FFFFFF;
}
table.ticket-history tr.even td {
  background: #f9f9f9;
}
table.ticket-history tr.booking td,
table.ticket-history tr.transaction-total td {
  border-top: none;
}
table.ticket-history tr.booking td.travel-dates,
table.ticket-history tr.transaction-total td.travel-dates,
table.ticket-history tr.booking td.journey,
table.ticket-history tr.transaction-total td.journey,
table.ticket-history tr.booking td.ticket-type,
table.ticket-history tr.transaction-total td.ticket-type {
  border-top: 1px solid #dddddd;
}
table.ticket-history tr.in {
  border: 2px solid #aaa;
  border-top: 0;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}
table.ticket-history tr.details-open {
  border-color: #aaa;
  border: 2px solid #aaa;
  border-bottom: 0;
  border-top: 0;
  margin-bottom: -10px;
}
table.ticket-history tr.details-open td {
  background: #fffdd4;
}
table.ticket-history tr.details-open:first-child {
  border-top: 2px solid #aaa;
}
table.ticket-history tr .actions a {
  font-size: 22px;
}
table.ticket-history tr .actions a:before {
  content: "\f068";
  font-family: "FontAwesome";
  display: inline-block;
  width: 20px;
}
table.ticket-history tr .actions a.collapsed:before {
  content: "\f067";
}
table.ticket-history tr span.outward-date:before,
table.ticket-history tr span.return-date:before {
  content: "\f064";
  font-family: "FontAwesome";
  margin-right: 5px;
}
table.ticket-history tr span.return-date:before {
  content: "\f112";
}
table.ticket-history tr.transaction-details > td {
  padding: 20px;
  background: #fff;
}
table.ticket-history tr.transaction-details > td h4.panel-title {
  background: #5D5398;
  color: #fff;
  padding: 7px 10px;
  border-radius: 2px;
  text-shadow: none !important;
  text-align: left;
}
table.ticket-history tr.transaction-details > td h4.panel-title a {
  padding-top: 0 !important;
  color: #f3e6ff !important;
}
table.ticket-history tr.transaction-details > td h4.panel-title a span {
  float: right;
  font-size: 25px;
  color: #fff;
  margin-left: 30px;
}
table.ticket-history tr.transaction-details > td h4.panel-title a:after {
  top: 13px !important;
  color: #fff !important;
}
table.ticket-history tr.transaction-details > td h4.panel-title a.collapsed {
  color: #fff !important;
}
table.ticket-history tr.transaction-details h5 {
  font-size: 15px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 6px;
  margin-top: 28px;
  text-shadow: 2px 2px 1px #fff, 1px 1px 1px #fff;
  border-bottom: 1px solid #e6e6e6;
}
table.ticket-history tr.transaction-details .delivery-details .ref {
  display: inline-block;
  background: #fdffd0;
  border: 1px solid #e9dc7d;
  color: #74680d;
  padding: 13px 20px;
  font-size: 18px;
  margin: 10px 0;
}
@media screen and (max-width: 690px) {
  table.ticket-history tr.transaction-details .journey-details .seating ul li {
    float: right;
    margin-left: 9px;
  }
  table.ticket-history tr.transaction-details .journey-details .seating ul li:before {
    content: none;
  }
}
table.ticket-history tr.transaction-details .ticket-details span.ticket-type {
  font-weight: bold;
}
table.ticket-history tr.transaction-details .ticket-details span.ticket-price {
  float: right;
}
table.ticket-history tr.transaction-details .info {
  margin: 5px 0 0 0;
  font-style: italic;
}
table.ticket-history tr.transaction-details .payment-info .journey-title {
  font-weight: bold;
}
table.ticket-history tr.transaction-details .payment-info .journey-title span {
  font-weight: normal;
}
table.ticket-history tr.transaction-details .payment-info td.total {
  font-weight: bold;
  text-align: right;
}
table.ticket-history tr.transaction-details .payment-info tr.total td.total {
  font-size: 20px;
  color: #8272dc;
}
table.ticket-history tr .panel-group .panel .panel-collapse {
  padding-bottom: 15px;
}
@media screen and (max-width: 690px) {
  table.ticket-history tr .panel-group .panel .panel-collapse a.btn.pull-right {
    float: none !important;
  }
}
/* My ScotRail offers */
.main-content .my-scotrail-offer .field-type-image img {
  clear: both;
}
.main-content .my-scotrail-offer .field-type-image img.offer_logo {
  width: auto;
  max-width: 47%;
  max-height: 180px;
}
/*** live travel updates  ***/
.live-travel-updates .service-group.use-service-groups {
  padding-left: 40px;
}
@media (max-width: 550px) {
  .live-travel-updates .service-group.use-service-groups {
    padding-left: 20px;
  }
}
.live-travel-updates ul li .disruption-details ul.services li a.collapsed:hover:after,
.live-travel-updates .good-service li .disruption-details ul.services li a.collapsed:hover:after {
  vertical-align: -10%;
}
/******************* print an element *******************/
/*print styles */
@media print {
  .print-logo[style] {
    margin: 40px 0 20px 30px;
  }
  /*myscrotrail*/
  #block-my-scotrail-my-scotrail-dashboard-links,
  .node-type-my-scotrail table th.actions,
  .node-type-my-scotrail table td.actions,
  .node-type-my-scotrail table th.action,
  #block-my-scotrail-my-scotrail-user-details .details a,
  .node-type-my-scotrail #leftCol .block-menu-block,
  .node-type-my-scotrail #leftCol a,
  #block-my-scotrail-my-scotrail-ecebs-smartcard a,
  .node-type-my-scotrail button,
  .node-type-my-scotrail .webform-component--terms-conditions {
    display: none;
  }
  .node-type-my-scotrail.not-front .main-content article {
    margin-top: 0px !important;
  }
  .node-type-my-scotrail h1 {
    margin-bottom: 5px !important;
  }
  .node-type-my-scotrail #leftCol {
    padding-top: 0 !important;
  }
  .node-type-my-scotrail .main-content .article {
    padding-bottom: 10px !important;
  }
  #block-my-scotrail-my-scotrail-user-details {
    padding: 0  !important;
    border: none !important;
  }
  .node-type-my-scotrail .form-group {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 690px) {
  table.responsive td {
    /* add a new class to put the data-label at the top of the cell */
    /* make sure lists in the cell aren't right aligned */
  }
  table.responsive td.list-cell:before {
    float: none;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-bottom: 8px;
  }
  table.responsive td ul {
    text-align: left;
  }
  .live-boards #nre-live-boards tr {
    background-color: #fff;
  }
  .live-boards #nre-live-boards tr.details {
    margin-top: -12px;
  }
  .live-boards #nre-live-boards tr.details td {
    text-align: left;
  }
  .live-boards #nre-live-boards tr.service td:last-child {
    padding: 4px;
    margin-bottom: 28px;
    border-bottom: 1px solid #cccccc;
    position: relative;
  }
  .live-boards #nre-live-boards tr.service td:last-child:after {
    position: absolute;
    right: 50%;
    margin-right: -6px;
    bottom: -23px;
    font-size: 120%;
  }
}
/* call to action */
.calltoaction {
  background: black;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.calltoaction .calltoaction-heading {
  color: #fff;
  margin: 4px 0 22px;
  font-size: 34px;
  line-height: 41px;
  text-shadow: none;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
.calltoaction a {
  display: inline-block;
  background: #fff;
  padding: 15px 22px;
  border-radius: 4px;
  font-size: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  transform: scale(1, 1);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.calltoaction a:hover {
  text-decoration: none;
  transform: scale(1.15, 1.15) translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.calltoaction.type1 {
  background: #e8e8e8 url(/sites/all/themes/scotrail/images/small-banner-over.png) repeat 0 0;
  background-size: contain;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0px 8px #ffffff;
}
.calltoaction.type1 .calltoaction-heading {
  color: #1e3861;
  text-shadow: 2px 2px 1px #fff, 1px 1px 1px #fff;
}
.calltoaction.type1 a {
  box-shadow: none;
  background: #177cda;
  color: white !important;
}
.calltoaction.type2 {
  background: #002664 url(/sites/all/themes/scotrail/images/footer-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  box-shadow: inset 0 -1px 6px #8fc9ff;
  border: 1px solid #1e3861;
}
.calltoaction.custom {
  background-size: cover;
}
.calltoaction.custom .calltoaction-heading {
  text-shadow: none;
}
.main-content article ul.juicer-feed {
  padding-left: 0;
}
.journeyplanner-bar .nav-tabs li .mobile-link.top-button {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #177cda;
  border-radius: 0;
  padding-top: 7px;
  height: 36px;
  margin-top: 0;
  width: 100%;
}
.journeyplanner-bar .nav-tabs li .mobile-link.top-button:before {
  display: none;
}
@media (min-width: 768px) {
  .journeyplanner-bar .nav-tabs li .mobile-link.top-button {
    display: none !important;
  }
}
.mobile-link.side-button {
  position: fixed;
  bottom: 50px;
  right: -100px;
  color: #FFFFFF;
  background-color: #177cda;
  background-color: rgba(23, 124, 218, 0.95);
  text-align: right;
  padding: 12px;
  border: 2px solid #FFF;
  border-radius: 100px 0 0 100px;
  box-shadow: -3px 3px 20px 0px #000000;
  box-shadow: -3px 3px 20px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: right 0.25s ease-out 0s;
  -moz-transition: right 0.25s ease-out 0s;
  -o-transition: right 0.25s ease-out 0s;
  transition: right 0.25s ease-out 0s;
  z-index: 1;
}
.mobile-link.side-button:hover {
  text-decoration: none;
}
.mobile-link.side-button span {
  font-size: 20px;
}
.mobile-link.side-button i {
  transform: rotate(45deg);
  font-size: 35px;
}
.stick .mobile-link.side-button {
  right: -2px;
}
.bottom .mobile-link.side-button {
  right: -100px;
}
#white-label-availability-form {
  border-radius: 5px;
  padding: 20px 35px 35px;
  text-align: left;
  background: 0 124px / 217px 181px url(/sites/all/themes/scotrail/images/small-banner-over.png) repeat-x, 633px 6px / 217px 181px url(/sites/all/themes/scotrail/images/small-banner-over.png) no-repeat, #e8e8e8;
}
@media (max-width: 700px) {
  #white-label-availability-form {
    background: 0 124px / 217px 181px url(/sites/all/themes/scotrail/images/small-banner-over.png) repeat-x, 0 287px / 217px 181px url(/sites/all/themes/scotrail/images/small-banner-over.png) repeat-x, 633px 6px, #e8e8e8;
  }
}
#white-label-availability-form h2 {
  font-family: 'open_sansregular', arial, sans-serif;
  margin-top: 0px;
  font-size: 24px;
  color: #6d7580;
}
#white-label-availability-form form {
  margin-top: 10px;
}
#white-label-availability-form form .form-group {
  padding-left: 0px;
}
#white-label-availability-form form .form-group label {
  font-weight: bold;
  color: #59636f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#white-label-availability-form form .travellers-block-input {
  display: inline-block;
  margin-right: 45px;
}
#white-label-availability-form form .travellers-block-input .input-group {
  width: 100%;
}
#white-label-availability-form form .age-block-input {
  display: inline-block;
}
#white-label-availability-form form input.age {
  width: 40px;
  margin: 0px 5px 5px 0px;
}
#white-label-availability-form form .submit-container {
  padding-left: 0;
  text-align: center;
}
.panel-group-invisible {
  margin-bottom: 0;
}
.panel-group-invisible .panel {
  background-color: inherit;
  border: none;
  box-shadow: none;
}
.btn-go-colourway {
  color: #ffffff;
  background: #298b3a;
  border: 1px solid #298b3a;
  border-radius: 3px;
}
.btn-go-colourway:hover {
  color: #177cda;
  background: #ffffff;
  border-color: #cccccc;
}
.btn-disabled-colourway {
  background: #cccccc;
  cursor: default;
  opacity: 0.5;
}
body {
  min-width: 320px;
}
/*iphone Safari fixes*/
@media (max-width: 767px) {
  .sf form input.form-control {
    font-size: 16px;
  }
}
header {
  position: relative;
}
header .navbar-wrapper .navbar {
  background: #002664;
}
header .navbar-wrapper .navbar .container {
  height: 0;
}
@media (max-width: 991px) {
  #site-wrapper #site-canvas {
    margin-top: 0;
  }
}
/*main nav*/
.main-nav > li > a:after,
.main-nav > li > a:before {
  background: none !important;
}
.navbar-collapse-mob ul.menu > li > a.delayrepay:before,
.journeyplanner-bar .sec-nav li a.delayrepay:before {
  content: "\f09d";
}
.navbar-collapse-mob ul.menu > li > a.timetables:before,
.journeyplanner-bar .sec-nav li a.timetables:before {
  content: "\f0c9";
}
.navbar-collapse-mob ul.menu > li > a.journeycheck:before,
.journeyplanner-bar .sec-nav li a.journeycheck:before {
  content: "\f238";
  font-size: 14px;
}
.journeyplanner-bar {
  background: #FFFFFF;
  box-shadow: none;
}
.journeyplanner-bar .nav-tabs {
  margin-top: -66px;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .journeyplanner-bar .nav-tabs {
    margin-top: -67px;
  }
}
.journeyplanner-bar .nav-tabs li {
  margin-bottom: 0;
}
.journeyplanner-bar .nav-tabs li a.header-tab-abellio_franchise-buytickets_button_header_tab:before {
  content: "\f145";
}
.journeyplanner-bar .nav-tabs li a.header-tab-nre-live_boards_finder:before {
  content: "\f017";
}
.journeyplanner-bar .nav-tabs li.active {
  z-index: 2000;
}
.journeyplanner-bar .nav-tabs li a:hover {
  border-color: #1c75c9;
  color: #ffffff;
  background: #2e89de;
}
.journeyplanner-bar .nav-tabs li#header-tab-abellio_franchise-buytickets_button_header_tab-tab-btn {
  background: #177cda;
}
.journeyplanner-bar .nav-tabs li#header-tab-abellio_franchise-buytickets_button_header_tab-tab-btn:after,
.journeyplanner-bar .nav-tabs li#header-tab-abellio_franchise-buytickets_button_header_tab-tab-btn:before {
  content: none;
}
.journeyplanner-bar .nav-tabs li#header-tab-abellio_franchise-buytickets_button_header_tab-tab-btn:hover a,
.journeyplanner-bar .nav-tabs li#header-tab-abellio_franchise-buytickets_button_header_tab-tab-btn:active a {
  background-color: inherit;
}
.ie-9 .journeyplanner-bar .nav-tabs,
.ie-10 .journeyplanner-bar .nav-tabs,
.ie-11 .journeyplanner-bar .nav-tabs,
.ie-edge .journeyplanner-bar .nav-tabs,
.ff .journeyplanner-bar .nav-tabs {
  margin-top: -67px;
}
.ie-9.stick .journeyplanner-bar .nav-tabs,
.ie-10.stick .journeyplanner-bar .nav-tabs,
.ie-11.stick .journeyplanner-bar .nav-tabs,
.ie-edge.stick .journeyplanner-bar .nav-tabs,
.ff.stick .journeyplanner-bar .nav-tabs {
  margin-top: -54px;
}
.journeyplanner-bar .tab-content {
  padding: 0;
  z-index: 1000;
}
.journeyplanner-bar .tab-content .tab-pane {
  padding: 17px 15px;
}
.journeyplanner-bar .tab-content .tab-pane.active form button.btn.form-submit {
  position: relative;
  top: 2px;
}
.journeyplanner-bar .tab-content .tab-pane.active .panel-toggle {
  top: 23px;
  right: 15px;
  background: transparent;
  padding: 1px 5px;
  border: none;
  box-shadow: none;
  margin-top: -1px;
  margin-right: -6px;
}
.journeyplanner-bar .tab-content .tab-pane.active .panel-toggle .close-btn {
  display: block;
  font-size: 20px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .journeyplanner-bar .tab-content .tab-pane.active .panel-toggle .close-btn {
    background: transparent;
    border: none;
    box-shadow: none;
  }
}
.journeyplanner-bar .tab-content .tab-pane.active .panel-toggle .more-btn {
  display: none;
}
.journeyplanner-bar .tab-content.open .tab-pane .form-submit {
  right: 0;
}
.journeyplanner-bar .tab-content.open .tab-pane .panel-toggle {
  top: auto;
  bottom: 15px;
  right: 25px;
}
@media (max-width: 767px) {
  .journeyplanner-bar .tab-content.open .tab-pane .panel-toggle {
    left: 10px;
    right: auto;
  }
}
@media (max-width: 1199px) {
  .journeyplanner-bar .tab-content .background {
    height: 0;
  }
}
.journeyplanner-bar .tab-content #header-tab-abellio_franchise-buytickets_button_header_tab {
  display: none !important;
}
#block-journey-check-general-status {
  float: none;
  width: 100%;
  padding: 0;
  margin-top: 0;
  position: relative;
  box-shadow: none !important;
  height: 40px;
}
.fade-dark #block-journey-check-general-status {
  margin-top: 0;
}
#block-journey-check-general-status .content {
  position: absolute;
  left: 0;
  right: 0;
}
#block-journey-check-general-status .service-update-button {
  border: none;
  margin: 0;
  padding: 10px 7px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .ff #block-journey-check-general-status .service-update-button,
  .ie-11 #block-journey-check-general-status .service-update-button,
  .ie-edge #block-journey-check-general-status .service-update-button {
    background: transparent;
  }
}
#block-journey-check-general-status .service-update-button:before {
  position: absolute;
  left: 2px;
  right: 0;
  display: block;
  background-color: #cccccc;
  height: 1px;
  top: 26px;
  content: " " !important;
}
#block-journey-check-general-status .service-update-button span.text {
  display: inline-block;
  background-color: #FFFFFF;
  position: relative;
  padding: 0 20px;
  font-size: 20px;
  vertical-align: -14%;
  margin-right: 7px;
  color: #1e3861;
}
@media (max-width: 479px) {
  #block-journey-check-general-status .service-update-button span.text {
    font-size: 18px;
  }
}
#block-journey-check-general-status .service-update-button span.text:before {
  font-family: "FontAwesome";
  font-size: 150%;
  vertical-align: -14%;
  margin-right: 7px;
  line-height: 1;
}
#block-journey-check-general-status .service-update-button span.text:after {
  font-family: "FontAwesome";
  font-size: 100%;
  vertical-align: -5%;
  content: "\f067";
  color: #1e3861;
  margin-left: 10px;
}
#block-journey-check-general-status .service-update-button.major span.text:before {
  content: "\f071";
  color: #f26175;
}
.stick #block-journey-check-general-status .service-update-button.major span.text:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button.minor span.text:before {
  content: "\f06a";
  color: #f2951c;
}
.stick #block-journey-check-general-status .service-update-button.minor span.text:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button.amended span.text:before {
  content: "\f06a";
  color: #2278c0;
}
.stick #block-journey-check-general-status .service-update-button.amended span.text:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button.good span.text:before {
  content: "\f058";
  color: #53c360;
  margin-right: 11px;
}
.stick #block-journey-check-general-status .service-update-button.good span.text:before {
  height: 0px;
  line-height: 0;
  padding: 0;
}
#block-journey-check-general-status .service-update-button:after {
  display: none;
}
#block-journey-check-general-status.open {
  background: #fff;
  margin-top: 0;
  border-radius: 0;
}
#block-journey-check-general-status.open .service-update-button {
  background: #fff;
  color: #1e3861;
  text-shadow: none;
  margin: 0;
}
#block-journey-check-general-status.open .service-update-button span.text:after {
  content: "\f068";
}
@media (max-width: 991px) {
  #block-journey-check-general-status.open .service-update-button {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #block-journey-check-general-status.open {
    background: #fff;
    z-index: 3;
  }
}
#block-journey-check-general-status #journey-check-service-groups {
  background: #fff;
  padding: 15px;
  margin-top: -12px;
  border: 1px solid #999;
  border-top: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.fade-dark #block-journey-check-general-status #journey-check-service-groups {
  margin-left: 0;
  margin-right: 0;
  border-color: transparent;
}
#block-journey-check-general-status #journey-check-service-groups .service-update-anchor {
  width: 48%;
  margin: 5px 1%;
  float: left;
  border-radius: 4px;
}
@media (max-width: 420px) {
  #block-journey-check-general-status #journey-check-service-groups .service-update-anchor {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #block-journey-check-general-status #journey-check-service-groups {
    background: #fff;
    border-left: 0;
    border-right: 0;
  }
}
.trainline-booking-form.advanced ul.choices {
  padding: 5px 0 0;
  background-color: #2e89de;
  border-bottom: 3px solid #FFF;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.23);
  margin-bottom: 15px;
  border-radius: 3px 3px 0 0;
}
.trainline-booking-form.advanced ul.choices li {
  display: inline-block;
  width: 32%;
  text-align: center;
}
.trainline-booking-form.advanced ul.choices li a {
  color: #fff;
  border-bottom: 6px solid #2e89de;
  padding-bottom: 0;
  font-size: 20px;
  display: inline-block;
  letter-spacing: 0.4px;
}
.trainline-booking-form.advanced ul.choices li a.active,
.trainline-booking-form.advanced ul.choices li a:hover,
.trainline-booking-form.advanced ul.choices li a:active {
  border-bottom-color: #FFF;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.ie-edge .trainline-booking-form.advanced ul.choices li a.active,
.ie-edge .trainline-booking-form.advanced ul.choices li a:hover,
.ie-edge .trainline-booking-form.advanced ul.choices li a:active,
.sf .trainline-booking-form.advanced ul.choices li a.active,
.sf .trainline-booking-form.advanced ul.choices li a:hover,
.sf .trainline-booking-form.advanced ul.choices li a:active {
  padding-bottom: 5px;
  border-bottom-width: 5px;
}
@media (max-width: 340px) {
  .trainline-booking-form.advanced ul.choices li a {
    font-size: 18px;
  }
}
.sf .trainline-booking-form.advanced ul.choices {
  padding-top: 8px;
  padding-bottom: 5px;
}
.trainline-booking-form.advanced label,
.trainline-booking-form.advanced input,
.trainline-booking-form.advanced .form-group {
  font-family: Helvetica, arial, sans-serif !important;
}
.trainline-booking-form.advanced .form-group,
.trainline-booking-form.advanced .openreturn label {
  font-size: 15px;
}
.trainline-booking-form.advanced input {
  font-size: 16px;
}
.trainline-booking-form.advanced label,
.trainline-booking-form.advanced .col-label {
  font-size: 18px;
}
.trainline-booking-form.advanced label i,
.trainline-booking-form.advanced .col-label i {
  font-size: 14px;
}
.trainline-booking-form.advanced .form-group.inline {
  position: relative;
}
.trainline-booking-form.advanced .form-group.inline label {
  position: absolute;
  width: 40px;
  text-align: right;
  padding-top: 2px;
  line-height: 20px;
}
.trainline-booking-form.advanced .form-group.inline .inline {
  margin-left: 50px;
}
.trainline-booking-form.advanced .form-group.inline .iradio_line {
  display: inline-block;
  margin-right: 20px;
  background-color: #ffffff;
  color: #177cda;
  padding-left: 15px;
  font-size: 16px;
  border: 1px solid #177cda;
  transition: all 0.25s ease-out 0s;
}
.trainline-booking-form.advanced .form-group.inline .iradio_line .icheck_line-icon {
  width: 18px;
}
.trainline-booking-form.advanced .form-group.inline .iradio_line div:after {
  display: none;
}
.trainline-booking-form.advanced .form-group.inline .iradio_line.checked {
  padding-left: 38px;
  background-color: #177cda;
  color: #ffffff;
}
.trainline-booking-form.advanced .form-group.inline .iradio_line.checked div:after {
  display: block;
}
.trainline-booking-form.advanced .form-group.inline .iradio_line.disabled {
  background: #cccccc;
  cursor: default;
  opacity: 0.5;
}
.trainline-booking-form.advanced .form-group.inline .iradio_line.hover {
  background-color: #1262ac;
  border-color: #1262ac;
  color: #ffffff;
}
.trainline-booking-form.advanced .form-group.collapsible {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.trainline-booking-form.advanced .form-group.collapsible.via-avoid {
  position: relative;
  top: -10px;
  min-height: 20px;
  padding-bottom: 20px;
  padding-top: 2px;
}
.trainline-booking-form.advanced .form-group.collapsible.via-avoid a.button {
  position: absolute;
  right: 0;
  top: -4px;
  padding-right: 20px;
  color: #59636f;
}
.trainline-booking-form.advanced .form-group.collapsible.via-avoid a.button:after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-size: 15px;
  color: #177cda;
}
.trainline-booking-form.advanced .form-group.collapsible.via-avoid.collapsed a.button:after {
  content: "\f078";
}
.trainline-booking-form.advanced .form-group.collapsible.via-avoid .collapsible-inner {
  border: none;
  padding: 0;
  margin-top: 30px;
}
.trainline-booking-form.advanced .display-group {
  background-color: #ffffff;
  border: 1px solid #c0c7d2;
  border-radius: 3px;
  padding: 5px 10px;
}
.trainline-booking-form.advanced .display-group a.button {
  color: #59636f;
}
.trainline-booking-form.advanced .display-group a.button i {
  margin-left: 0.6em;
  color: #177cda;
}
.trainline-booking-form.advanced .display-group a.button i:first-child {
  margin-left: 0;
}
.trainline-booking-form.advanced .display-group a.button span {
  color: #59636f;
}
.trainline-booking-form.advanced .outbound,
.trainline-booking-form.advanced .return,
.trainline-booking-form.advanced .passengers {
  position: relative;
  top: -17px;
}
.trainline-booking-form.advanced .return {
  position: relative;
}
.trainline-booking-form.advanced .return.disabled .fade-content {
  opacity: 0.5;
}
.trainline-booking-form.advanced .return.disabled a.button {
  cursor: default;
}
.trainline-booking-form.advanced .return .openreturn {
  position: absolute;
  top: 2px;
  right: 0;
}
.trainline-booking-form.advanced .passengers {
  margin-top: 15px;
}
.trainline-booking-form.advanced .passengers .display-group a.button i {
  margin-left: 0;
}
.trainline-booking-form.advanced .submit {
  width: 100%;
  display: inline-block;
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 22px;
  text-align: center;
  margin-top: -9px;
  padding: 9px;
  float: none;
  color: #ffffff;
  background: #298b3a;
  border: 1px solid #298b3a;
  border-radius: 3px;
}
.trainline-booking-form.advanced .submit:hover {
  color: #177cda;
  background: #ffffff;
  border-color: #cccccc;
}
.trainline-booking-form.advanced .submit:hover {
  box-shadow: none;
}
.trainline-booking-form.advanced .submit i {
  font-size: 22px;
}
.trainline-booking-form.advanced .seasons {
  margin-bottom: 40px;
}
.trainline-booking-form.advanced .seasons .form-group:nth-child(2) {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .trainline-booking-form.advanced {
    margin-bottom: 0;
  }
  .trainline-booking-form.advanced .form {
    margin-bottom: 0;
  }
}
.homepage-block {
  min-height: 624px;
  padding: 95px 0 45px;
  background-repeat: no-repeat;
  background-position: 50%  50%;
  background-size: cover;
  font-family: 'open_sanslight', arial, sans-serif;
}
.homepage-block .booking-form {
  background-color: rgba(255, 255, 255, 0.86);
}
@media (max-width: 1199px) {
  .homepage-block .booking-form {
    padding-bottom: 11px;
    min-height: 594px;
  }
}
@media (max-width: 991px) {
  .homepage-block .booking-form {
    margin-top: 28px;
    margin-bottom: 30px;
    padding-bottom: 0;
    min-height: 0;
  }
}
.homepage-block .booking-form .header {
  background-color: #002664;
  padding: 10px 20px;
  color: #FFF;
}
.homepage-block .booking-form .header h2 {
  margin: 0;
  font-size: 36px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
.homepage-block .booking-form .header h2 i {
  font-size: 36px;
}
@media (max-width: 767px) {
  .homepage-block .booking-form .header h2 i {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .homepage-block .booking-form .header h2 {
    font-size: 30px;
  }
  .homepage-block .booking-form .header h2 i {
    display: none;
  }
}
@media (max-width: 767px) {
  .homepage-block .booking-form .header {
    text-align: center;
  }
}
.homepage-block .booking-form .form form.trainline-booking-form.advanced {
  min-height: 497px;
  padding: 28px;
}
.ie-edge .homepage-block .booking-form .form form.trainline-booking-form.advanced,
.ie-11 .homepage-block .booking-form .form form.trainline-booking-form.advanced {
  padding-bottom: 23px;
  min-height: 495px;
}
@media (max-width: 991px) {
  .homepage-block .booking-form .form form.trainline-booking-form.advanced {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage-block .booking-form .form form.trainline-booking-form.advanced {
    padding: 15px;
    display: none;
  }
}
.homepage-block a:hover {
  text-decoration: none;
  color: #177cda;
}
@media (max-width: 480px) {
  .homepage-block .homepage-block-link > div {
    padding: 0;
  }
}
.homepage-block .homepage-block-link > div .link {
  background-color: #ffffff;
  margin-top: 30px;
  padding: 7px 20px 10px 20px;
  position: relative;
  font-size: 35px;
  height: 66px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
.homepage-block .homepage-block-link > div .link:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -7px;
  right: 15px;
  font-size: 59px;
  color: #002664;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.homepage-block .homepage-block-link > div .link:hover:after {
  right: 5px;
}
.homepage-block .homepage-block-link > div .link a {
  color: #002664;
}
.homepage-block .homepage-block-link > div .link i {
  font-size: 120%;
  position: relative;
  bottom: -5px;
}
@media (max-width: 1199px) {
  .homepage-block .homepage-block-link > div .link {
    height: auto;
    line-height: 40px;
  }
  .homepage-block .homepage-block-link > div .link:after {
    position: relative;
    bottom: -5px;
    font-size: 47px;
    right: 0;
  }
  .homepage-block .homepage-block-link > div .link:hover:after {
    right: -10px;
  }
}
@media (max-width: 580px) {
  .homepage-block .homepage-block-link > div .link {
    margin-bottom: 0;
    padding-right: 12vw;
  }
}
@media (max-width: 479px) {
  .homepage-block .homepage-block-link > div .link {
    font-size: 31px;
  }
}
@media (max-width: 991px) {
  .homepage-block {
    padding: 30px 0 65px 0;
    min-height: auto;
    position: relative;
    overflow: hidden;
  }
  .homepage-block:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: -10%;
    left: -10%;
    right: 10%;
    width: 120%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    background: inherit;
    background-size: inherit;
    border: 1px solid red;
  }
  .homepage-block > .container {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .homepage-block {
    padding-top: 12px;
    padding-bottom: 40px;
  }
  .homepage-block:after {
    filter: blur(13px);
    -webkit-filter: blur(13px);
  }
}
@media (max-width: 479px) {
  .homepage-block {
    padding-bottom: 0;
  }
}
@media (max-width: 580px) {
  .slide-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
#ipad-hero-slide-carousel {
  /*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  now override new styles for modern browsers & apply opacity
  */
}
.booking-widget #ipad-hero-slide-carousel .carousel-inner > .item {
  opacity: 1 !important;
  left: auto !important;
}
@media (min-width: 1200px) {
  .booking-widget #ipad-hero-slide-carousel .carousel-inner > .item {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .booking-widget #ipad-hero-slide-carousel .carousel-inner > .item.active {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .booking-widget #ipad-hero-slide-carousel .carousel-inner > .item {
    display: block !important;
  }
}
@media (max-width: 580px) {
  .booking-widget #ipad-hero-slide-carousel .carousel-inner > .item {
    height: auto !important;
    width: 100%;
  }
  .booking-widget #ipad-hero-slide-carousel .carousel-inner > .item + .item {
    margin-top: 25px;
  }
}
#ipad-hero-slide-carousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#ipad-hero-slide-carousel.carousel-fade .carousel-inner .active {
  opacity: 1;
}
#ipad-hero-slide-carousel.carousel-fade .carousel-inner .active.left,
#ipad-hero-slide-carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#ipad-hero-slide-carousel.carousel-fade .carousel-inner .next.left,
#ipad-hero-slide-carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  #ipad-hero-slide-carousel.carousel-fade .carousel-inner > .item.next,
  #ipad-hero-slide-carousel.carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #ipad-hero-slide-carousel.carousel-fade .carousel-inner > .item.prev,
  #ipad-hero-slide-carousel.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #ipad-hero-slide-carousel.carousel-fade .carousel-inner > .item.next.left,
  #ipad-hero-slide-carousel.carousel-fade .carousel-inner > .item.prev.right,
  #ipad-hero-slide-carousel.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#ipad-hero-slide-carousel .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 767px) {
  #ipad-hero-slide-carousel .carousel-indicators {
    display: none !important;
  }
}
#ipad-hero-slide-carousel .carousel-indicators li {
  background: #177cda;
  border-radius: 0;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: 2px solid #FFF;
  margin: 0 3px;
}
#ipad-hero-slide-carousel .carousel-indicators li.active {
  background: #fff;
  box-shadow: inset 0 0 0 2px #177cda;
}
.booking-widget #ipad-hero-slide-carousel .carousel-indicators {
  bottom: -27px;
}
@media (min-width: 1200px) {
  .booking-widget #ipad-hero-slide-carousel .carousel-indicators {
    display: none;
  }
}
@media (max-width: 991px) {
  .booking-widget #ipad-hero-slide-carousel .carousel-indicators {
    display: none;
  }
}
@media (max-width: 580px) {
  .booking-widget #ipad-hero-slide-carousel .carousel-indicators {
    display: block;
  }
}
.slide {
  background-color: #ffffff;
  position: relative;
}
#heroCarousel .carousel.slide,
#heroCarousel .carousel.slide .carousel-inner .item {
  height: 460px;
}
@media (max-width: 580px) {
  #heroCarousel .carousel.slide {
    height: auto;
  }
}
.slide.carousel-fade {
  background: transparent;
}
.slide.carousel-fade:after {
  content: none;
}
.homepage-block .slide .item > a,
.abellio_franchise-homepage_carousel_slide_block .slide .item > a,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a {
  background-color: #ffffff;
  display: block;
  height: 100%;
  color: #1e3861;
}
@media (max-width: 1199px) {
  .homepage-block .slide .item > a img,
  .abellio_franchise-homepage_carousel_slide_block .slide .item > a img,
  .abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a img {
    width: 100%;
  }
}
.homepage-block .slide .item > a:after,
.abellio_franchise-homepage_carousel_slide_block .slide .item > a:after,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a:after {
  display: block !important;
  line-height: inherit !important;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 0;
  right: 30px;
  font-size: 59px;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
@media (max-width: 479px) {
  .homepage-block .slide .item > a:after,
  .abellio_franchise-homepage_carousel_slide_block .slide .item > a:after,
  .abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a:after {
    font-size: 40px;
  }
}
.homepage-block .slide .item > a:hover,
.abellio_franchise-homepage_carousel_slide_block .slide .item > a:hover,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a:hover {
  text-decoration: none;
  color: #1e3861;
}
.homepage-block .slide .item > a:hover:after,
.abellio_franchise-homepage_carousel_slide_block .slide .item > a:hover:after,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a:hover:after {
  right: 20px;
}
.homepage-block .slide .item.has-colour a,
.abellio_franchise-homepage_carousel_slide_block .slide .item.has-colour a,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item.has-colour a {
  color: inherit;
}
.homepage-block .slide .item.has-colour a:after,
.abellio_franchise-homepage_carousel_slide_block .slide .item.has-colour a:after,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item.has-colour a:after,
.homepage-block .slide .item.has-colour a a:hover,
.abellio_franchise-homepage_carousel_slide_block .slide .item.has-colour a a:hover,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item.has-colour a a:hover,
.homepage-block .slide .item.has-colour a a:hover:after,
.abellio_franchise-homepage_carousel_slide_block .slide .item.has-colour a a:hover:after,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item.has-colour a a:hover:after {
  color: inherit;
}
.abellio_franchise-homepage_carousel_slide_block .slide .item > a:after,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a:after {
  right: 16px;
}
.abellio_franchise-homepage_carousel_slide_block .slide .item > a:hover:after,
.abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a:hover:after {
  right: 8px;
}
@media (max-width: 479px) {
  .abellio_franchise-homepage_carousel_slide_block .slide .item > a,
  .abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a {
    padding: 8px;
  }
  .abellio_franchise-homepage_carousel_slide_block .slide .item > a:after,
  .abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a:after {
    right: 16px;
    font-size: 35px;
  }
  .abellio_franchise-homepage_carousel_slide_block .slide .item > a .slide-text,
  .abellio_franchise-homepage_carousel_slide_block_1 .slide .item > a .slide-text {
    padding: 0 0 31px 0;
  }
}
.slide .slide-text {
  padding: 0 20px 25px;
  background: #FFF;
}
.slide .slide-text h2 {
  color: inherit;
  margin-top: 15px;
  font-size: 36px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
.slide .slide-text h2 i {
  color: #01173b;
}
.slide .slide-text p {
  padding-right: 40px;
  color: #59636f;
  font-size: 19px;
  margin-top: 20px;
  font-family: 'open_sanslight', arial, sans-serif;
}
@media (max-width: 767px) {
  .slide .slide-text {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .slide {
    height: auto;
    min-height: 420px;
  }
  .main-content .slide {
    min-height: 0;
  }
  .main-content .slide .slide-text {
    position: relative;
  }
}
@media (max-width: 479px) {
  .slide {
    min-height: initial;
  }
  .slide .slide-text h2 {
    font-size: 30px;
  }
  .slide .slide-text p {
    font-size: 18px;
  }
}
@media (max-width: 399px) {
  .slide .slide-text h2 {
    font-size: 28px;
  }
  .slide .slide-text p {
    font-size: 17px;
  }
}
#buytickets-modal .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #buytickets-modal .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#buytickets-modal .modal-body > form {
  padding-bottom: 40px;
}
#buytickets-modal hr {
  border-color: #aaa;
}
#buytickets-modal .modal-close {
  position: absolute;
  top: 10px;
  right: -54px;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  #buytickets-modal .modal-close {
    top: 3px;
    right: 2px;
  }
}
.sf #buytickets-modal .modal-close span {
  display: inline-block;
  position: relative;
  top: -5px;
}
#buytickets-modal h2 {
  font-family: 'alegreya_sanslight', arial, sans-serif;
  font-size: 28px;
  color: #1e3861;
  margin-bottom: 10px;
  margin-top: 11px;
}
#buytickets-modal .buttons button {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  font-family: 'open_sansregular', arial, sans-serif;
  font-size: 18px;
  background: #fff;
  color: #177cda;
}
#buytickets-modal button.set {
  float: right;
  width: auto;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #ffffff;
  background: #298b3a;
  border: 1px solid #298b3a;
  border-radius: 3px;
  margin-top: -15px;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
#buytickets-modal button.set:hover {
  color: #177cda;
  background: #ffffff;
  border-color: #cccccc;
}
#buytickets-modal .ui-datepicker-multi-2 {
  width: 100% !important;
  background: #1e3861;
  border: none;
  padding: 5px;
}
#buytickets-modal .ui-datepicker-multi-2 * {
  font-weight: normal;
}
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header {
  background: #177cda;
  color: #fff;
  border: none;
}
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-prev,
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-next {
  color: #fff;
  text-align: center;
  padding-top: 2px;
  margin: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  left: auto;
}
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-prev span,
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-prev:before,
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "FontAwesome";
  font-size: 100%;
  top: 6px;
  right: 8px;
  content: "\f054";
}
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev:before,
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-next.ui-datepicker-prev:before {
  content: "\f053";
}
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-prev:hover,
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-next:hover {
  text-decoration: none;
}
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  background: none;
  border-color: #fff;
  padding: inherit;
}
#buytickets-modal .ui-datepicker-multi-2 th {
  color: #fff;
}
#buytickets-modal .ui-datepicker-multi-2 .ui-state-default,
#buytickets-modal .ui-datepicker-multi-2 .ui-widget-content .ui-state-default,
#buytickets-modal .ui-datepicker-multi-2 .ui-widget-header .ui-state-default {
  border: none;
  background: #fff;
  font-weight: 400;
  color: #1e3861;
  text-align: center;
}
#buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-current-day a {
  background: #177cda;
  color: #fff;
}
@media (max-width: 540px) {
  #buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100%;
    float: none;
  }
  #buytickets-modal .ui-datepicker-multi-2 .ui-datepicker-header {
    border-radius: 3px;
  }
}
#buytickets-modal .adults {
  margin-bottom: 15px;
  margin-right: 15px;
}
#buytickets-modal .adults,
#buytickets-modal .children {
  float: left;
}
#buytickets-modal .railcards button.btn.btn-link {
  padding: 0;
}
#buytickets-modal .journey-type .chosen-drop,
#buytickets-modal .journey-time .chosen-drop {
  top: auto;
  bottom: 100%;
}
.main-content > div {
  padding-left: 0;
  padding-right: 0;
}
div.abellio_franchise-google_ads div.content {
  margin-top: 0;
  padding: 18px 30px;
}
div.abellio_franchise-google_ads div.content > div {
  width: 100%;
}
div.abellio_franchise-google_ads div.content > div div.iframe-container {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  div.abellio_franchise-google_ads div.content > div div.iframe-container {
    height: 178px;
  }
}
@media (max-width: 991px) {
  div.abellio_franchise-google_ads div.content > div div.iframe-container {
    height: auto;
  }
}
div.abellio_franchise-google_ads div.content > div.large div.iframe-container {
  height: 600px;
}
@media (max-width: 1199px) {
  div.abellio_franchise-google_ads div.content > div.large div.iframe-container {
    height: 600px;
  }
}
@media (max-width: 991px) {
  div.abellio_franchise-google_ads div.content > div.large div.iframe-container {
    height: auto;
  }
}
.main-content .journey-zone,
.cke_editable .journey-zone {
  padding-bottom: 20px;
}
@media (max-width: 479px) {
  .main-content .journey-zone,
  .cke_editable .journey-zone {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .main-content .journey-zone .abellio_franchise-best_fares_multi h2.block-title,
  .cke_editable .journey-zone .abellio_franchise-best_fares_multi h2.block-title {
    line-height: 1.0em;
  }
  .main-content .journey-zone .abellio_franchise-best_fares_multi h2.block-title i,
  .cke_editable .journey-zone .abellio_franchise-best_fares_multi h2.block-title i {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .main-content .journey-zone.top .abellio_franchise-plan_your_journey,
  .cke_editable .journey-zone.top .abellio_franchise-plan_your_journey {
    display: none;
  }
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks {
    margin-bottom: 10px;
  }
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col div.block,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col div.block {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col div.block,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col div.block {
    margin-bottom: 15px;
  }
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col div.block.abellio_franchise-best_fares_multi,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col div.block.abellio_franchise-best_fares_multi {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col {
    padding: 0;
  }
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col h2.block-title,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col h2.block-title {
    padding-left: 15px;
    font-size: 24px;
  }
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking {
  padding: 25px 21px 23px 21px;
  background-color: #002664;
  color: #FFF;
}
@media (max-width: 1199px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking {
    padding: 28px 21px 28px 21px;
  }
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 {
  font-family: 'open_sansregular', arial, sans-serif;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a {
  color: #FFF;
  text-shadow: none;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a:hover,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a:hover,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a:focus,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a:focus {
  text-decoration: none;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a:after,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a:after {
  content: " " "\f105";
  font-family: "FontAwesome";
  position: relative;
  right: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a:hover:after,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 a:hover:after {
  right: -8px;
}
@media (max-width: 1199px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking h2 {
    font-size: 18px;
    padding-left: 0;
  }
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking .content p,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking .content p {
  margin-bottom: 0;
  font-size: 17px;
}
@media (max-width: 479px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking .content p,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.advanced_booking .content p {
    font-size: 15px;
  }
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col div.abellio_franchise-google_ads div.content,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col div.abellio_franchise-google_ads div.content {
  margin-bottom: 0;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon {
  background-color: #ffffff;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto h2,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto h2,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder h2,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder h2,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news h2,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news h2,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller h2,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller h2,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon h2,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon h2 {
  background-color: #002664;
  color: #FFF;
  text-shadow: none;
  padding: 10px 15px 10px 15px;
  margin-bottom: 0;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto div.content,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto div.content,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content {
  padding: 15px 15px 10px 15px;
}
@media (min-width: 992px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto div.content,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto div.content,
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content,
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content,
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content,
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content {
    min-height: 322px;
  }
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto div.content .service-check,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto div.content .service-check,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content .service-check,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content .service-check,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .service-check,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .service-check,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .service-check,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .service-check,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .service-check,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .service-check {
  padding: 0;
  border: none;
  background: #ffffff;
  margin-bottom: 0;
  min-height: 0;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto div.content .service-check:after,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.journey_check-incident_check_auto div.content .service-check:after,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content .service-check:after,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content .service-check:after,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .service-check:after,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .service-check:after,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .service-check:after,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .service-check:after,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .service-check:after,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .service-check:after {
  content: "";
  display: table;
  clear: both;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content .message,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content .message {
  padding: 6px 10px;
  background: #e4f9ff;
  font-size: 20px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
  color: #377480;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content form,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content form,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content h3.quick_stations_heading,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content h3.quick_stations_heading {
  margin-bottom: 20px;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content ul.quick_stations_list,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content ul.quick_stations_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content ul.quick_stations_list li,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content ul.quick_stations_list li {
  display: inline-block;
  width: auto;
  padding: 4px 8px 8px 0;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content ul.quick_stations_list li a,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content ul.quick_stations_list li a {
  display: block;
  padding: 2px 8px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 20px;
  font-family: 'alegreya_sansregular', arial, sans-serif;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content ul.quick_stations_list li a:hover,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.nre-station_finder div.content ul.quick_stations_list li a:hover {
  border-color: #1c75c9;
  color: #ffffff;
  background: #2e89de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
  text-decoration: none;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content {
  height: 225px;
  min-height: unset;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper {
  box-shadow: none;
  height: 190px;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper ul,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper ul,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper ul,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper ul,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper ul,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper ul {
  padding: 0;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.up,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.up,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.up,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.up,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.up,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.up,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.prev,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.prev,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.prev,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.prev,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.prev,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.prev,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.down,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.down,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.down,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.down,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.down,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.down,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.next,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.next,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.next,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.next,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.next,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.next {
  top: 0;
  right: 0;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.down,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.down,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.down,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.down,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.down,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.down,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.next,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper .control.next,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.next,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper .control.next,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.next,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper .control.next {
  top: auto;
  bottom: 0;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper.engineering,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-news-service_news div.content .vert-scroller-wrapper.engineering,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper.engineering,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-engineering_works-scroller div.content .vert-scroller-wrapper.engineering,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper.engineering,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks .row .col .block.views-service_alterations-soon div.content .vert-scroller-wrapper.engineering {
  height: 160px;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information {
  background: #FFF;
}
@media (min-width: 992px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row {
  margin: 25px 0 0 0;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col {
  height: 120px;
  margin: 15px 0;
  border-right: 1px solid #cccccc;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col > div,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col > div,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col > div > div,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col > div > div,
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col > div > div > div,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col > div > div > div {
  height: 100%;
}
.main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col:last-child,
.cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col:last-child {
  border-right: none;
}
@media (max-width: 1199px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col {
    height: 136px;
  }
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .mynewsdesk-latest_news,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .mynewsdesk-latest_news {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col {
    border-right: none;
    height: auto;
    margin-bottom: 0;
  }
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col > div,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col > div {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col:first-child > div,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col:first-child > div,
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col:last-child > div,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col:last-child > div {
    border-bottom: none;
  }
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .journey_check-rainbow_board_split_status,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .journey_check-rainbow_board_split_status {
    height: 104px;
  }
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .abellio_franchise-latest_tweets,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .abellio_franchise-latest_tweets,
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .mynewsdesk-latest_news,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .mynewsdesk-latest_news {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .abellio_franchise-latest_tweets,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .abellio_franchise-latest_tweets,
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .mynewsdesk-latest_news,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .mynewsdesk-latest_news {
    height: 134px;
  }
}
@media (max-width: 479px) {
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .journey_check-rainbow_board_split_status,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .journey_check-rainbow_board_split_status {
    height: 84px;
  }
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .abellio_franchise-latest_tweets,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .abellio_franchise-latest_tweets,
  .main-content .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .mynewsdesk-latest_news,
  .cke_editable .journey-zone.top .abellio_franchise-columns_of_blocks.service-information .row .col .mynewsdesk-latest_news {
    height: 158px;
  }
}
.abellio_franchise-links {
  margin-top: 6px;
}
.abellio_franchise-links .link {
  height: auto !important;
  padding: 0 8px;
  margin-bottom: 12px;
  border: none;
}
.abellio_franchise-links .link:hover {
  border: none;
}
.abellio_franchise-links .link a {
  font-family: 'open_sansregular', arial, sans-serif;
  display: block;
  padding: 12px;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: #2e89de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e89de), color-stop(100%, #1c75c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2e89de 0%, #1c75c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2e89de 0%, #1c75c9 100%);
  /* W3C */
  color: #ffffff;
  border-radius: 3px;
}
.abellio_franchise-links .link a span.title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .abellio_franchise-links .link a {
    padding: 10px 12px;
  }
  .abellio_franchise-links .link:nth-child(2) a {
    padding: 22px 12px 22px 12px;
  }
}
.abellio_franchise-best_fares_multi {
  background-color: #FFF;
  padding: 0;
}
.abellio_franchise-best_fares_multi h2 {
  padding: 15px 15px 8px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .abellio_franchise-best_fares_multi h2 {
    line-height: 1.6em;
  }
}
.abellio_franchise-best_fares_multi .content .carousel {
  margin-bottom: 0;
  border-bottom: 0;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner {
  padding: 15px 0 20px;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item {
  margin-right: 40px;
  width: 95%;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div {
  padding: 11px 20px 20px 15px;
  border-left: 1px solid #cccccc;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div:first-child {
  border-left: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div .fare {
    font-size: 40px;
  }
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div .buy-tickets-btn {
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div {
    padding: 7px 15px 15px;
    margin-bottom: 4px;
  }
}
@media (max-width: 479px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div {
    padding: 0 15px 18px;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #cccccc;
  }
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div > div {
    float: left;
  }
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div > div.place {
    width: 65%;
    margin-bottom: 18px;
    padding-top: 10px;
    float: right;
  }
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div > div.fare {
    width: 35%;
  }
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item > div .buy-tickets-btn {
    text-align: center;
    width: 50%;
    margin: 0 10% 0 0;
  }
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .place {
  font-size: 23px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
  margin-bottom: 22px;
  color: #000;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .place span {
  display: block;
  font-size: 19px;
  margin-bottom: -4px;
}
@media (max-width: 767px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .place {
    font-size: 18px;
  }
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .place span {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .place span {
    display: inline;
  }
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .place span:after {
    content: " ";
  }
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .fare {
  font-size: 43px;
  color: #1e3861;
  font-family: 'open_sansregular', arial, sans-serif;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .fare {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .fare {
    font-size: 28px;
  }
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .fare span {
  display: block;
  font-size: 21px;
  color: #000;
  margin-top: -12px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .buy-tickets-btn,
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .best-fares-btn {
  text-transform: uppercase;
  padding: 7px 26px;
  font-size: 25px;
  font-family: 'open_sanslight', arial, sans-serif;
  margin-bottom: 0;
  color: #ffffff;
  background: #298b3a;
  border: 1px solid #298b3a;
  border-radius: 3px;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .buy-tickets-btn:hover,
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .best-fares-btn:hover {
  color: #177cda;
  background: #ffffff;
  border-color: #cccccc;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .buy-tickets-btn:hover,
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .best-fares-btn:hover {
  text-shadow: none;
}
@media (max-width: 1199px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .buy-tickets-btn,
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .best-fares-btn {
    padding: 8px 25px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .buy-tickets-btn,
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .best-fares-btn {
    padding: 8px 35px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .buy-tickets-btn,
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .best-fares-btn {
    padding: 8px 12px;
    font-size: 16px;
  }
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .buy-tickets-btn.not-display,
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item .best-fares-btn.not-display {
  display: none;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item.next,
.abellio_franchise-best_fares_multi .content .carousel .carousel-inner .item.prev {
  top: 15px;
}
@media (max-width: 991px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-inner {
    padding: 15px 0 10px;
  }
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-control {
  color: #177cda;
  opacity: 1;
  text-shadow: none;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-control.left {
  display: none;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-control.right {
  width: 40px;
  background: #f9fbfe;
  border-left: 1px solid #cccccc;
  font-size: 59px;
}
.abellio_franchise-best_fares_multi .content .carousel .carousel-control.right span:not(.sr-only) {
  position: relative;
  top: 33%;
}
@media (max-width: 479px) {
  .abellio_franchise-best_fares_multi .content .carousel .carousel-control.right span:not(.sr-only) {
    top: 40%;
  }
}
.abellio_franchise-best_fares_multi.mobile a.buy-tickets-btn {
  display: inline-block !important;
}
.abellio_franchise-best_fares_multi.mobile a.best-fares-btn {
  display: none !important;
}
.homepage-button.newsletter {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c45+0,00b066+50,004c45+100 */
  background: #0e2d6c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0e2d6c 0%, #053d98 45%, #0e2d6c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0e2d6c 0%, #053d98 45%, #0e2d6c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0e2d6c 0%, #053d98 45%, #0e2d6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e2d6c', endColorstr='#0e2d6c', GradientType=1);
  /* IE6-9 */
  padding: 16px 22px 8px 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 3px #dadada;
  border: 1px solid #FFF;
  height: 113px;
}
.homepage-button.newsletter p {
  padding-right: 68px;
  font-family: 'alegreya_sansregular', arial, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
}
.homepage-button.newsletter p a {
  display: block;
  color: #fff;
}
.homepage-button.newsletter p a:after {
  content: " " "\f105";
  font-family: "FontAwesome";
  position: relative;
  right: 0;
  top: 2px;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.homepage-button.newsletter p a:hover {
  text-decoration: none;
}
.homepage-button.newsletter p a:hover:after {
  right: -8px;
}
.homepage-button.newsletter p a span {
  color: #98cdff;
}
.homepage-button.newsletter p a i {
  color: #114c92;
  transform: rotate(36deg);
  /* Equal to rotateZ(45deg) */
  font-size: 112px;
  position: absolute;
  right: -20px;
  bottom: -16px;
}
@media (max-width: 1199px) {
  .homepage-button.newsletter {
    height: 107px;
  }
  .homepage-button.newsletter p {
    font-size: 28px;
    padding-right: 60px;
    margin-top: 3px;
    /*        padding-top: 11px;
        padding-bottom: 19px;*/
  }
  .homepage-button.newsletter p a i {
    font-size: 94px;
    bottom: -15px;
    right: -32px;
  }
}
@media (max-width: 991px) {
  .homepage-button.newsletter p {
    font-size: 38px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 60px;
    margin-top: 0;
  }
  .homepage-button.newsletter p a i {
    font-size: 105px;
    bottom: -20px;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .homepage-button.newsletter p {
    font-size: 5.5vw;
  }
}
@media (max-width: 479px) {
  .homepage-button.newsletter p {
    font-size: 26px;
    padding-right: 90px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #live-travel-status {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#live-travel-status .rainbow-board-status {
  height: 100%;
}
#live-travel-status .rainbow-board-status h2 {
  margin-left: 63px;
  padding-top: 7px;
  font-size: 31px;
}
@media (max-width: 767px) {
  #live-travel-status .rainbow-board-status h2 {
    margin-left: 46px;
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  #live-travel-status .rainbow-board-status h2 {
    font-size: 24px;
    margin-left: 34px;
  }
}
#live-travel-status .rainbow-board-status::before {
  font-size: 46px;
  top: -7px;
}
@media (max-width: 767px) {
  #live-travel-status .rainbow-board-status::before {
    font-size: 33px;
  }
}
@media (max-width: 479px) {
  #live-travel-status .rainbow-board-status::before {
    font-size: 26px;
    top: -3px;
  }
}
#live-travel-status .rainbow-board-status .latest-update .update {
  position: relative;
  right: 0;
  float: right;
}
@media (max-width: 1199px) {
  #live-travel-status .rainbow-board-status {
    height: 100%;
  }
}
@media (max-width: 991px) {
  #live-travel-status .rainbow-board-status {
    height: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
#live-travel {
  background-color: #ffffff;
  margin-bottom: 30px;
}
#live-travel .split-details {
  /*    @media (min-width: @screen-md-min)
    {
      margin-top: -40px;
    }*/
}
#live-travel .split-details.live-travel-updates {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #live-travel .split-details.live-travel-updates {
    padding: 15px;
  }
}
#live-travel .split-details.live-travel-updates:before,
#live-travel .split-details.live-travel-updates:after {
  content: " ";
  display: table;
}
#live-travel .split-details.live-travel-updates:after {
  clear: both;
}
#live-travel .split-details.live-travel-updates .jc-result > li {
  width: 49%;
  float: left;
}
@media (max-width: 992px) {
  #live-travel .split-details.live-travel-updates .jc-result > li {
    float: none;
    width: 100%;
  }
}
#live-travel .split-details.live-travel-updates .jc-result > li:nth-child(even) {
  float: right;
}
@media (max-width: 991px) {
  #live-travel .split-details.live-travel-updates {
    margin-bottom: 0;
  }
}
.main-content .vert-scroller-wrapper.horizontal {
  position: relative;
  width: 100%;
  box-shadow: none;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller {
  width: 5000px;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller .live-update:not(.block-updated) {
  padding: 0 20px 0 38px;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul {
  padding: 0;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li {
  position: relative;
  display: inline-block;
  width: 349px;
  padding: 0 20px 0 45px;
  border: none;
  vertical-align: top;
  line-height: 19px;
  height: 140px;
  overflow: hidden;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li .time {
  display: block;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li .time:before {
  margin-right: 4px;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li .date-display-single {
  color: #77818e;
  font-style: italic;
  margin-right: 7px;
  font-family: 'open_sanslight', arial, sans-serif;
  display: block;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li .date-display-single:before {
  content: "\f017";
  font-family: "FontAwesome";
  vertical-align: top;
  margin-top: 3px;
  margin-right: 4px;
  line-height: 1;
  display: inline-block;
  font-style: normal;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 23px;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li h3 a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #177cda;
  position: relative;
  left: 4px;
  transition: all 0.25s ease-out 0s;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li h3 a:hover:after {
  left: 8px;
}
.main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  left: 0;
}
@media (min-width: 1200px) {
  .main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li:after {
    bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li {
    width: 280px;
    height: 136px;
  }
}
@media (max-width: 991px) {
  .main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li {
    width: 326px;
    height: 136px;
  }
}
@media (max-width: 767px) {
  .main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li {
    width: 398px;
    height: 112px;
  }
}
@media (max-width: 479px) {
  .main-content .vert-scroller-wrapper.horizontal .vert-scroller ul li {
    width: 280px;
    height: 136px;
  }
}
.main-content .vert-scroller-wrapper.horizontal .prev {
  top: auto;
  bottom: 2px;
  right: auto;
  left: 0;
}
.main-content .vert-scroller-wrapper.horizontal .next {
  top: auto;
  bottom: 2px;
  right: 0;
}
.main-content .vert-scroller-wrapper.horizontal .control:hover,
.main-content .vert-scroller-wrapper.horizontal .control:active {
  text-decoration: none;
}
.main-content .vert-scroller-wrapper.horizontal:before,
.main-content .vert-scroller-wrapper.horizontal:after {
  position: absolute;
  width: 36px;
  background: #FFF;
  box-shadow: none;
  height: 100%;
}
.main-content .vert-scroller-wrapper.horizontal:after {
  width: 20px;
  right: 0;
  background: transparent;
  box-shadow: inset -10px 0 20px #ffffff;
}
.main-content .vert-scroller-wrapper.horizontal:before {
  background: transparent;
  box-shadow: inset 10px 0 20px #fff;
}
.main-content .vert-scroller-wrapper.twitter {
  height: 100%;
}
.main-content .vert-scroller-wrapper.twitter .prev,
.main-content .vert-scroller-wrapper.twitter .next {
  font-size: 170%;
}
.main-content .vert-scroller-wrapper.twitter .prev {
  right: 50px;
  left: auto;
}
.main-content .vert-scroller-wrapper.news li .views-field-created {
  color: #77818e;
  font-style: italic;
  margin-right: 7px;
  font-family: 'open_sanslight', arial, sans-serif;
  display: block;
}
.main-content .vert-scroller-wrapper.news li .views-field-changed {
  color: #77818e;
  font-style: italic;
  margin-right: 7px;
  font-family: 'open_sanslight', arial, sans-serif;
  display: block;
}
.main-content .mynewsdesk-latest_news .vert-scroller-wrapper:before {
  font-size: 32px;
  color: #59636f;
  z-index: 5;
  content: "\f0a1";
  font-family: "FontAwesome";
  box-shadow: none;
  top: -4px;
}
.main-content .block.abellio_franchise-latest_tweets .twitter-link {
  position: absolute;
  font-size: 32px;
  color: #002664;
  z-index: 5;
  top: -4px;
}
.item.homepage_carousel_slide {
  height: auto;
}
.item.homepage_carousel_slide > a:hover {
  text-decoration: none;
}
.item.homepage_carousel_slide > a .slide-text {
  padding: 8px 25px 31px 25px;
  min-height: 210px;
}
@media (max-width: 1199px) {
  .item.homepage_carousel_slide {
    padding-bottom: 0;
  }
  .item.homepage_carousel_slide .slide-text {
    min-height: 185px;
  }
  .item.homepage_carousel_slide .slide-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .item.homepage_carousel_slide {
    padding-bottom: 0;
  }
  .item.homepage_carousel_slide .slide-text {
    min-height: auto !important;
  }
  .item.homepage_carousel_slide .slide-text h2 {
    font-size: 32px;
  }
  .item.homepage_carousel_slide .slide-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item.homepage_carousel_slide .slide-text h2 {
    font-size: 29px;
  }
  .item.homepage_carousel_slide .slide-text p {
    font-size: 16px;
  }
}
.views-service_alterations-upcoming .content {
  height: 287px;
  padding: 0 15px;
}
.views-service_alterations-upcoming .content > .view-service-alterations {
  height: 100%;
  padding: 15px 0;
}
.views-service_alterations-upcoming .content > .view-service-alterations > div:first-child {
  padding-right: 15px;
  border-right: 1px solid #cccccc;
}
.views-service_alterations-upcoming .content > .view-service-alterations > div:last-child {
  padding-left: 15px;
}
.views-service_alterations-upcoming .content > .view-service-alterations > div {
  height: 100%;
  overflow: auto;
}
.views-service_alterations-upcoming .content > .view-service-alterations a:hover,
.views-service_alterations-upcoming .content > .view-service-alterations a:focus {
  text-decoration: none;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming h3,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div h3 {
  margin-top: 0;
  font-size: 24px;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming .view-empty,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div .view-empty {
  font-style: italic;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming .views-field-field-alt-dates,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div .views-field-field-alt-dates {
  font-size: 20px;
  font-family: 'alegreya_sanslight', arial, sans-serif;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming .views-field-title,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div .views-field-title {
  color: #59636f;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming .views-field-title:after,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div .views-field-title:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: relative;
  left: 4px;
  transition: all 0.25s ease-out 0s;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming .views-field-title:hover:after,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div .views-field-title:hover:after {
  left: 8px;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming > div:not(.view-empty),
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div div.view-content > div {
  margin-bottom: 15px;
  border-left: 3px solid #177cda;
  padding-left: 15px;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming > div:not(.view-empty):hover,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div div.view-content > div:hover,
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming > div:not(.view-empty):focus,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div div.view-content > div:focus {
  border-left: 3px solid #23527c;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming > div:not(.view-empty).view-header,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div div.view-content > div.view-header,
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming > div:not(.view-empty).more,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div div.view-content > div.more {
  border-left: none;
  padding-left: 0;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming > div:not(.view-empty).more,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div div.view-content > div.more {
  margin-bottom: 0;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming > div:not(.view-empty).more a:after,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div div.view-content > div.more a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: relative;
  left: 4px;
  transition: all 0.25s ease-out 0s;
}
.views-service_alterations-upcoming .content > .view-service-alterations .upcoming > div:not(.view-empty).more a:hover:after,
.views-service_alterations-upcoming .content > .view-service-alterations .attachment > div div.view-content > div.more a:hover:after {
  color: #23527c;
  left: 8px;
}
@media (max-width: 767px) {
  .views-service_alterations-upcoming .content {
    height: auto;
  }
  .views-service_alterations-upcoming .content > .view-service-alterations > div:first-child {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .views-service_alterations-upcoming .content > .view-service-alterations > div:last-child {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .views-service_alterations-upcoming .content > .view-service-alterations .upcoming,
  .views-service_alterations-upcoming .content > .view-service-alterations .attachment {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .views-service_alterations-upcoming .content > .view-service-alterations .upcoming h3,
  .views-service_alterations-upcoming .content > .view-service-alterations .attachment > div h3 {
    font-size: 18px;
  }
  .views-service_alterations-upcoming .content > .view-service-alterations .upcoming .views-field-field-alt-dates,
  .views-service_alterations-upcoming .content > .view-service-alterations .attachment > div .views-field-field-alt-dates {
    font-size: 17px;
  }
}
/*
 * Media rules
*/
@media (max-width: 991px) {
  .homepage-button p + p img {
    display: block;
    margin: 0 auto;
  }
  .view-id-news {
    margin-bottom: 30px;
  }
  .homepage-button img {
    display: none;
  }
  .abellio_franchise-links .link .title .text {
    max-width: none;
  }
}
@media (max-width: 1199px) {
  #inpage-anchor-popups {
    display: none;
  }
}
@media (max-width: 991px) {
  .view-service-announcements-.view-display-id-banner .view-header,
  .view-service-announcements-.view-display-id-above_banner .view-header {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .view-service-announcements-.view-display-id-banner .view-header,
  .view-service-announcements-.view-display-id-above_banner .view-header {
    margin-top: 20px;
  }
}
