/* Minification failed. Returning unminified contents.
(25292,40): run-time error CSS1046: Expect comma, found '0'
(25292,44): run-time error CSS1046: Expect comma, found '/'
(25302,44): run-time error CSS1046: Expect comma, found '0'
(25302,48): run-time error CSS1046: Expect comma, found '/'
(25311,40): run-time error CSS1046: Expect comma, found '0'
(25311,44): run-time error CSS1046: Expect comma, found '/'
 */


@charset "UTF-8";
/*
	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 {
    display: block;
    overflow: hidden;
    padding: 0;
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.7);
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

.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: 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;
        position: absolute;
        top: 0;
        z-index: 1;
        height: 60px;
    }

        .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;
            right: 0;
            bottom: 0;
            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 .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;
}

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);
    display: none;
}

.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: 0;
}

.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;
    right: 20px;
}

    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 + 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;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.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;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
    transform: translate3d(0, 100%, 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);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    transform: translate3d(0, 0, 0);
}

/*
	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;
                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: 0px !important;
    height: 42px !important;
}

    .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;
            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-radius: 4px;
    border: 0px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 38px !important;
    }

    .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: none !important;
    height: 38px;
}

.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;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
    border-radius: 4px;
}

.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: #fff !important;
    font-size: 14px;
}

.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;
    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
* http://jqueryui.com
* 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 http://jqueryui.com/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;
    width: 16px;
    height: 16px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa url(/Assets/css/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.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 {
    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: 520px;
    z-index: 2000 !important;
    padding: 0;
    display: none;
    overflow: hidden;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        padding: 18px 18px 0;
        background-color: #fff;
    }

    .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;
        margin: 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 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;
            text-align: right;
            text-decoration: none;
            padding: 6px;
            min-width: 32px;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        width: 100%;
        text-align: center;
        margin: 0 0 2.4rem;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            cursor: pointer;
            width: auto;
            overflow: visible;
            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-size: 14px;
            transition: all 0.3s ease-out ease-out;
            box-shadow: none;
            font-weight: bold !important;
            outline: none;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto !important;
    }

.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(/Assets/css/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(/Assets/css/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;
    color: #222222;
    background-image: none !important;
    background-position: 50% bottom;
    background-repeat: repeat-x;
    background-color: #fff !important;
}

    .ui-widget-content a, .ui-widget-content .expandable-panel-link {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #4297d7;
    background: #2191c0 url(/Assets/css/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(/Assets/css/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: #C7DAE7 url(/Assets/css/images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x !important;
        font-weight: normal;
        color: #000;
        border-radius: 0px !important;
    }

        .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(/Assets/css/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(/Assets/css/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(/Assets/css/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,
.ui-widget-content .ui-icon {
    background-image: url(/Assets/css/images/ui-icons_0078ae_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/Assets/css/images/ui-icons_d8e7f3_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(/Assets/css/images/ui-icons_e0fdff_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/Assets/css/images/ui-icons_056b93_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(/Assets/css/images/ui-icons_f5e175_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/Assets/css/images/ui-icons_f7a50d_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/Assets/css/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-shadow {
    margin: 5px 0 0 5px;
    padding: 0px;
    background: #999999 url(/Assets/css/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: "Weissenhof Grotesk", sans-serif;
    /* 1 */
    line-height: 1.5;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    font-size: 100%;
    letter-spacing: -0.1px;
    scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
    font-family: "Weissenhof Grotesk", sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    font-size: 62.5%;
}

/**
 * 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 {
    margin: 0;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.2px;
    padding: 10px 0;
    font-weight: 300;
}

/* 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: 1px;
    /* 1 */
    overflow: visible;
    /* 2 */
    background: #C7DAE7;
    width: 80%;
    border: 0;
}

/**
 * 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: "Weissenhof Grotesk", sans-serif;
    /* 1 */
    font-size: 1em;
    /* 2 */
    font-weight: 400;
}

/* 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 */
    color: #0357AB;
    text-decoration: none;
    font-weight: 500;
}

    /**
 * 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 */
}

/**
 * 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, sans-serif;
    /* 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;
    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;
    display: block;
}

/**
 * 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;
    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;
        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;
    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;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    outline: transparent !important
}

.offscreen {
    display: block;
    position: absolute;
    overflow: hidden;
    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 {
    overflow-x: hidden;
    overflow: visible !important
}

    #page::-webkit-scrollbar {
        display: none;
    }

.page-title {
    margin: 30px auto 35px;
}

    .page-title h1 {
        margin-bottom: 0px;
        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: 50px 0 0 !important
}

    .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;
}

@media print {
    * {
        background: transparent !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;
    }
}

h2 {
    font-size: 28px;
    line-height: 1;
    padding: 10px 0;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    margin: 0;
    line-height: 1;
    padding: 10px 0;
    font-weight: 500;
}

h4 {
    font-size: 22px;
    padding: 10px 0;
    line-height: 1;
}

h5 {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 0;
}

h6 {
    font-size: 14px;
    padding: 10px 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 {
    color: #061B2B;
}

h4, h5, h6 {
    letter-spacing: 0.1px;
    color: #061B2B;
    margin: 0;
    font-weight: normal;
}

    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;
    margin-bottom: 10px;
}

p.lead, #page .lead.expandable-panel, .lead.expandable-panel-link {
    color: #20234E;
    font-size: 2.4em;
    line-height: 30px;
    margin-top: 0;
    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;
}

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: 10px !important;
            left: -20px;
            width: 6px;
            height: 6px;
            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: #0357AB;
    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:hover, .expandable-panel-link:hover {
    text-decoration: underline;
}

@font-face {
    font-family: 'icons';
    font-display: swap;
    src: url(/Assets/fonts/icons.eot);
    /* IE9 Compat Modes */
    src: url(/Assets/fonts/icons.eot?#iefix) format("embedded-opentype"), url(/Assets/fonts/icons.woff) format("woff"), url(/Assets/fonts/icons.ttf) format("truetype"), url(/Assets/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', sans-serif;
    font-weight: 400;
}

.icon, *[class*='icon-'], .qtt-form-stations .station-switch .station-switch__icon {
    font-style: normal;
    font-weight: normal;
    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 */
}



/* '' */
.icon-attractions_sightseeing:before {
    content: '\e801';
}

/* '' */
.icon-beach:before {
    content: '\e802';
}

/* '' */
.icon-bike:before, .mapper-icon-cyclestorageavailability:before, .mapper-icon-cyclestoragesheltered:before, .mapper-icon-bikehire:before {
    content: '\e803';
}

/* '' */
.icon-book_tickets:before, .mapper-icon-ticketingoptions:before, .mapper-icon-ticketingaccess:before {
    content: '\e804';
}

/* '' */
.icon-bus:before, .mapper-icon-busservices:before, .mapper-icon-publictransport:before {
    content: '\e805';
}

/* '' */
.icon-business_direct:before, .mapper-icon-leftluggage:before {
    content: '\e806';
}

/* '' */
.icon-cafe:before {
    content: '\e807';
}

/* '' */
.icon-car:before, .mapper-icon-accessibletravellinks:before, .mapper-icon-personaltransport: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';
    color: #008A1C;
    font-size: 20px;
}

/* '' */
.icon-good_after:after {
    content: '\e80d';
}

/* '' */
.icon-help:before, .mapper-icon-customerhelppoints:before, .mapper-icon-helpline:before {
    content: '\e80f';
}

/* '' */
.icon-left_arrow:before {
    content: '\e811';
}

/* '' */
.icon-map_pin:before {
    content: '\e812';
}

/* '' */
.icon-media:before, .mapper-icon-closedcircuittelevision: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, .mapper-icon-shopscafésatm: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, .mapper-icon-staffing: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, .mapper-icon-telephones: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, .mapper-icon-communication:before {
    content: '\e82b';
}

/* '' */
.icon-delete_bin:before {
    content: '\e82c';
}

/* '' */
.icon-date_picker:after {
    content: '\e82d';
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 16px;
}

/* '' */


/* '' */
.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-atmmachine:before, .mapper-icon-ticketmachine:before {
    content: '\e840';
}

/* '' */
.icon-ticket_office:before, .mapper-icon-ticketoffice:before, .mapper-icon-touristinformationoffice:before {
    content: '\e842';
}

/* '' */
.icon-toilets:before, .mapper-icon-nationalkeytoilets:before, .mapper-icon-toilets:before, .mapper-icon-toiletfacilities:before {
    content: '\e843';
}

/* '' */
.icon-travel_refresh:before {
    content: '\e844';
}

/* '' */
.icon-waiting_room:before, .mapper-icon-seatingatthestation: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, .mapper-icon-trolleys: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, .mapper-icon-firstclasslounge:before {
    content: '\e850';
}

/* '' */
.icon-travel_updates:before, .mapper-icon-changehistory: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%;
}

@font-face {
    font-family: 'Weissenhof Grotesk';
    font-display: swap;
    src: url(/Assets/fonts/3420EC_7_0.eot);
    src: url(/Assets/fonts/3420EC_7_0.eot?#iefix) format("embedded-opentype"), url(/Assets/fonts/3420EC_7_0.woff2) format("woff2"), url(/Assets/fonts/3420EC_7_0.woff) format("woff"), url(/Assets/fonts/3420EC_7_0.ttf) format("truetype"), url(/Assets/fonts/3420EC_7_0.svg) format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Weissenhof Grotesk';
    font-display: swap;
    src: url(/Assets/fonts/3420EC_3_0.eot);
    src: url(/Assets/fonts/3420EC_3_0.eot?#iefix) format("embedded-opentype"), url(/Assets/fonts/3420EC_3_0.woff2) format("woff2"), url(/Assets/fonts/3420EC_3_0.woff) format("woff"), url(/Assets/fonts/3420EC_3_0.ttf) format("truetype"), url(/Assets/fonts/3420EC_3_0.svg) format("svg");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Weissenhof Grotesk';
    font-display: swap;
    src: url(/Assets/fonts/3420EC_5_0.eot);
    src: url(/Assets/fonts/3420EC_5_0.eot?#iefix) format("embedded-opentype"), url(/Assets/fonts/3420EC_5_0.woff2) format("woff2"), url(/Assets/fonts/3420EC_5_0.woff) format("woff"), url(/Assets/fonts/3420EC_5_0.ttf) format("truetype"), url(/Assets/fonts/3420EC_5_0.svg) format("svg");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Weissenhof Grotesk';
    font-display: swap;
    src: url(/Assets/fonts/3420EC_6_0.eot);
    src: url(/Assets/fonts/3420EC_6_0.eot?#iefix) format("embedded-opentype"), url(/Assets/fonts/3420EC_6_0.woff2) format("woff2"), url(/Assets/fonts/3420EC_6_0.woff) format("woff"), url(/Assets/fonts/3420EC_6_0.ttf) format("truetype"), url(/Assets/fonts/3420EC_6_0.svg) format("svg");
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Weissenhof Grotesk';
    font-display: swap;
    src: url(/Assets/fonts/3420EC_4_0.eot);
    src: url(/Assets/fonts/3420EC_4_0.eot?#iefix) format("embedded-opentype"), url(/Assets/fonts/3420EC_4_0.woff2) format("woff2"), url(/Assets/fonts/3420EC_4_0.woff) format("woff"), url(/Assets/fonts/3420EC_4_0.ttf) format("truetype"), url(/Assets/fonts/3420EC_4_0.svg) format("svg");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Weissenhof Grotesk';
    font-display: swap;
    src: url(/Assets/fonts/3420EC_2_0.eot);
    src: url(/Assets/fonts/3420EC_2_0.eot?#iefix) format("embedded-opentype"), url(/Assets/fonts/3420EC_2_0.woff2) format("woff2"), url(/Assets/fonts/3420EC_2_0.woff) format("woff"), url(/Assets/fonts/3420EC_2_0.ttf) format("truetype"), url(/Assets/fonts/3420EC_2_0.svg) format("svg");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'Weissenhof Grotesk';
    font-display: swap;
    src: url(/Assets/fonts/3420EC_0_0.eot);
    src: url(/Assets/fonts/3420EC_0_0.eot?#iefix) format("embedded-opentype"), url(/Assets/fonts/3420EC_0_0.woff2) format("woff2"), url(/Assets/fonts/3420EC_0_0.woff) format("woff"), url(/Assets/fonts/3420EC_0_0.ttf) format("truetype"), url(/Assets/fonts/3420EC_0_0.svg) format("svg");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Weissenhof Grotesk';
    font-display: swap;
    src: url(/Assets/fonts/3420EC_1_0.eot);
    src: url(/Assets/fonts/3420EC_1_0.eot?#iefix) format("embedded-opentype"), url(/Assets/fonts/3420EC_1_0.woff2) format("woff2"), url(/Assets/fonts/3420EC_1_0.woff) format("woff"), url(/Assets/fonts/3420EC_1_0.ttf) format("truetype"), url(/Assets/fonts/3420EC_1_0.svg) format("svg");
    font-style: italic;
    font-weight: 700;
}

.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;
    }

    .nav-sub-item ul {
        margin-top: -9px !important;
    }

    .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;
}

.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-color: 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; accessiblity issue fix*/
        margin-left: 0;
        max-width: 700px;
        padding: 15px 0;
    }
}

.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;
    }



@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;
    z-index: 20;
    left: 0;
    right: 0;
    background: white;
    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;
    line-height: 70px;
}

.account {
    overflow: hidden;
}

    .account .account-buy {
        float: left;
        margin-right: 105px;
        width: 100%;
        position: relative;
        z-index: 1;
        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);
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            left: 0;
            width: 2px;
        }

        .account .account-basket .account-basket__value {
            color: #00A6E6;
        }


.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-width: 800px) {
    .touch-device .mobile-menu.mm-menu {
        margin-left: 0%;
    }
}

.logo {
    max-width: 125px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    top: 14px;
    display: flex;
    align-items: center;
}

@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;
    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;
    }

.mobile-header .nav-top-wrap {
    background: #C7DAE7;
    height: 37px;
    line-height: 37px;
    padding-right: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    z-index: 99;
    position: relative;
}

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);
        }

.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 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2)
}

.sticky-wrapper.fixed > .column {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2)
}

@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: "Weissenhof Grotesk", 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;
            }
        /* new navbar style start*/
        #menu-thumb ul li {
            margin: 17px 11px;
        }

            #menu-thumb ul li a {
                padding: 10px 5px !important;
            }

                #menu-thumb ul li a:after {
                    background: none;
                }

        #menu-thumb a.active {
            background-color: #007cad;
            color: #fff;
        }

        #menu-thumb a:not([class="buy-tickets-link-a"]) {
            transition: all 0.2s ease-in;
        }

            #menu-thumb a:not([class="buy-tickets-link-a"]):hover,
            #menu-thumb a:not([class="buy-tickets-link-a"]):focus {
                background-color: #007cad;
                color: #fff;
                outline: 0 !important;
                border: 0 !important;
            }

    .nav-main-content ul li a:hover, .nav-main-content ul li a:focus {
        background: #007cad;
        color: #fff !important;
        outline: 0 !important;
        border: 0 !important;
    }

    .nav-main-content ul a {
        padding-left: 10px !important;
    }

    .nav-main-content ul li a:hover::after, .nav-main-content ul li a:focus::after {
        border-top: 3px solid #fff !important;
        border-right: 3px solid #fff !important;
    }

    .nav-main-content ul li a:hover::before {
        display: none;
    }
    /* new navbar style end*/
    #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: flex;
            max-width: 125px;
            position: relative;
            top: 17px;
        }

    .nav-top-wrap {
        background: #C7DAE7;
        height: 37px;
        line-height: 32px;
        text-align: right;
    }

        .nav-top-wrap .container {
            height: 37px;
            line-height: 0px;
        }

        .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: "Weissenhof Grotesk", 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.1s ease;
            opacity: 0;
        }

        .nav-main-content .menu-content-sub {
            width: 50%;
            float: left;
            padding-right: 13px;
            padding-top: 22px;
            padding-bottom: 30px;
            margin-top: 0;
        }

        .nav-main-content .nav-sub-content {
            width: 50%;
            float: left;
            padding-left: 13px;
            padding-top: 22px;
            padding-bottom: 30px;
        }

        .nav-main-content ul.sub-item {
            margin: 0;
            margin-top: -29px;
        }

            .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: 10px;
                            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;
    }

    .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;
    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;
    clear: both;
}

    .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 li {
        display: inline-block;
        margin: 0;
    }

        .footer-social ul li a, .footer-social ul li .expandable-panel-link {
            background: url(/Assets/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;
            position: absolute;
            bottom: 1em;
            left: 0;
            right: 100%;
            transition: right 0.4s ease;
            background: 0 none;
        }


@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: "Weissenhof Grotesk", 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;
}

.column.opning-hrs-info .btn-red {
    background: #da2121;
}

.column.opning-hrs-info .btn-green {
    background: #008A1C;
}

.btn-tertiary {
    background: #fff;
}

.btn-tertiary-blue {
    background: transparent;
    border: 2px solid #0357AB;
    color: #0357AB;
    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;
    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, sans-serif;
    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: "Weissenhof Grotesk", sans-serif;
        font-weight: 400;
        border-radius: 4px;
    }

        div.fancy-select div.trigger:after {
            content: '\e900';
            font-family: icons, sans-serif;
            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, sans-serif;
            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;
            opacity: 1;
            top: 43px;
        }

        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, sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: 13px;
    right: 9px;
    color: #061B2B;
    box-sizing: border-box;
}

.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;
    font-size: 14px !important;
}

    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 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;
        outline: none;
        font-size: 14px;
        color: #061B2B;
        padding: 10px;
    }

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;
    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;
    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;
    line-height: 15px;
    font-weight: 500;
    color: #f00 !important;
    font-size: 13px !important;
    text-align: left !important
}

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: "Weissenhof Grotesk", sans-serif;
    font-weight: 400;
    background: #fff !important;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    padding-left: 9px;
    min-height: 42px;
    line-height: 1.5 !important;
    font-size: 16px !important;
    font-style: normal;
    font-variant: normal;
    width: 100%;
    color: #061B2B !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group .input-wrapper textarea {
    line-height: 1.5 !important;
}
    .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: "Weissenhof Grotesk", 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, sans-serif;
        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, sans-serif;
    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, sans-serif;
                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 {
        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;
        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: none;
            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: none;
        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: 0;
    border: 0;
}

.radio-wrapper input + label {
    -webkit-appearance: none;
    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: none;
    left: 5px;
}

table {
    max-width: 100%;
    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;
}

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 {
    margin-bottom: 15px;
    border-top: 3px #0092CC solid
}

    .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;
                    transform: rotate(0deg);
                    transition: 300ms ease;
                }

                .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, sans-serif;
                    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-x: hidden;
    overflow-y: scroll !important;
    padding-right: 0 !important;
}

.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-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);
        z-index: 0 !important;
        opacity: 0 !important
    }

.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 {
        margin: 30px auto !important;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px !important;
    }
}

@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;
        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 textarea.form-control {
    border: 0;
    resize: none;
    overflow: auto;
    height: 200px;
}

.form-group {
    margin-bottom: 15px;
}

.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%;
    float: none;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
}

.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: 26%;
    padding-left: 14% !important
}

.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: 999;
    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%;
    padding-right: 5px;
}

.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;
}

.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%;
    width: 36px;
}

    .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;
    }

@media (max-width: 570px) {
    .live-results .results-table .column--time {
        width: 10%;
        width: 24.866666%;
    }
}

.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: 16px;
    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;
        border-color: #eee
    }

        .live-results .results-table .body .journey:nth-last-child(2) {
            border-bottom: none;
        }

        .live-results .results-table .body .journey .column {
            color: #061B2B;
            position: relative;
        }

            .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 !important;
        }

        .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;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 320px;
}

    .component-live-departures-results .nav .tabs .tab-thumb {
        width: 50%;
        float: left;
        display: block;
        height: 100%;
        border: 0px !important;
        background: #fff;
    }

    .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: 16px;
        color: #061B2B;
        display: block;
        text-align: center;
        height: 100%;
        line-height: 40px;
    }

    .component-live-departures-results .nav .tabs .tab-thumb.active {
        background-color: #0092CB;
    }

.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: block !important;
    right: 30px;
    position: absolute !important;
    left: auto !important;
}

.sidebar .component-live-departures-results .results-table .column--time {
    padding-left: 10%;
    width: 33.29966%;
}

    .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.2%;
}

    .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%;
    display: none !important
}

    .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 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;
    display: flex;
}

    .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;
    border-bottom: 0px;
}

.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: 3px 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;
    margin-top: 0px
}

    .component-jumbotron:before {
        content: '';
        background-color: transparent;
        position: absolute;
        top: 0;
        left: -40px;
        bottom: 0;
        z-index: -1;
        right: 48%;
        display: block;
    }

    .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: 0px 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 !important;
    padding: 10px 0;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.2px;
    font-weight: 300;
}

@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;
    margin: 0;
}

    .component-jumbotron .jumbotron__subtitle * {
        color: #fff;
    }

@media (min-width: 48em) {
    .component-jumbotron .jumbotron__subtitle {
        font-size: 23px;
        line-height: 1;
        margin: 0;
        padding: 10px 0;
    }
}

@media (max-width: 47.9375em) {
    .component-jumbotron .jumbotron__subtitle {
        font-size: 17px;
        padding: 10px 0;
    }
}

.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: 0px;
        left: -40px;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1
    }

.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: "Weissenhof Grotesk", 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: 0;
    margin-bottom: 12px;
}

    .promo-crd .promo-crd__wrap-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .promo-crd .promo-crd__wrapper {
        padding: 15px;
        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: 25px !important; /*accesibility change*/
        }

    .promo-crd h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: -0.1px;
    }

    .promo-crd h4 {
        margin-top: 0px;
        margin-bottom: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -0.2px;
        padding: 10px 0;
        font-size: 18px !important
    }

    .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 15px 10px 15px;
        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', sans-serif;
            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;
        left: 0;
        z-index: -1;
        bottom: 100%;
        transition: bottom 0.3s ease-in-out;
        background-color: #061B2B;
    }

    .promo-crd--dark-blue .promo-crd__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
        background-color: #061B2B;
        transition: background-color 0.1s ease-in-out;
    }

    .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;
    height: 210px;
}

    .promo-crd--light-blue .promo-crd__wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: -1;
        bottom: 100%;
        transition: bottom 0.3s ease-in-out;
        background-color: #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:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
        background-color: #E9F0F5;
        transition: background-color 0.1s ease-in-out;
    }

    .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: #0092cc !important;
}

    .promo-crd--light-blue .promo-crd__arrow-link:after {
        color: #0357AB;
    }

.promo-crd--light-blue:hover .promo-crd__wrapper:before, .promo-crd--light-blue:active .promo-crd__wrapper:before {
    bottom: 0;
}

.promo-crd--white .promo-crd__wrapper {
    position: relative;
    overflow: hidden;
    border-color: #0092CB;
    height: 210px;
    transition: border-color 0.2s ease-in-out;
}

    .promo-crd--white .promo-crd__wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: -1;
        background-color: #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: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .promo-crd--white .promo-crd__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
        background-color: #fff;
        transition: background-color 0.1s 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 {
        color: #061B2B;
        transition: color 0.2s ease-in-out;
    }

.promo-crd--white .promo-crd__arrow-link {
    color: #0357AB !important;
}

    .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;
    opacity: 1;
}

.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 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;
    padding-bottom: 90px;
    height: 220px;
}

    .promo-crd--transparent .promo-crd__wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: -1;
        bottom: 100%;
        transition: bottom 0.3s ease-in-out;
        background-color: #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:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
        background-color: #fff;
        transition: background-color 0.1s ease-in-out;
    }



    .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 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;
        margin-top: 0px;
    }

@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: 1px;
        }
}

.promo-crd--h-4-8 h3 {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.4;
    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: 20px;
    line-height: 28px;
    font-weight: 500;
}

.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', sans-serif;
    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: " ";
        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 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 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-image: 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-image: 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;
    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', sans-serif;
        color: #F5D83C;
        position: absolute;
        right: 25px;
    }

.promo-card--ticket {
    background: #061B2B;
    background-image: url(/Assets/img/ticket-pattern.png);
    background-position: top right;
    color: #fff;
    background-repeat: no-repeat;
}

    .promo-card--ticket.promo-card--nectar-icon {
        background-image: url(/Assets/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: 0;
        }

    .promo-card--ticket .btn-secondary {
        color: #fff;
        height: 32px;
        line-height: 32px;
        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: "Weissenhof Grotesk", sans-serif;
        font-weight: 300;
        font-size: 5.2em;
        line-height: 50px;
        letter-spacing: -2px;
    }

    .promo-card--ticket .price-amount {
        font-family: "Weissenhof Grotesk", sans-serif;
        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: "Weissenhof Grotesk", 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: "Weissenhof Grotesk", 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: 18px;
    line-height: 1;
    margin: 0px auto 0px;
    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;
    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 {
    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: #fff;
    color: #fff;
    font-size: 14px;
    min-height: 30px;
    position: relative;
    display: block !important
}

    .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;
        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;
    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 {
            list-style: none;
            padding: 0;
            margin: 0;
            -webkit-column-count: 3;
            column-count: 3;
        }

            .component-station-at-glance .inner ul li {
                position: relative;
                border: 1px #0092CB solid;
                margin-bottom: 10px;
                border-radius: 5px;
                min-height: 40px;
                overflow: visible;
                display: inline-block;
                width: 100%;
                padding: 0 !important;
            }

                .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: "Weissenhof Grotesk", 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;
                        overflow: hidden;
                        left: 10px;
                    }

                .component-station-at-glance .inner ul li.unavailable {
                    opacity: 1.0;
                }

                    .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 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;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.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;
                font-size: 16px !important;
            }

            .component-station-details .accordion .accordion-header .content-wrap .title-wrap {
                display: table;
                height: 100%;
                width: 100%;
                min-height: 60px;
                padding-top: 23px;
                padding-bottom: 20px;
                padding-left: 20px !important;
                padding-right: 55px !important;
            }

            .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-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;
                color: #061B2B;
                padding: 10px 10px 5px 0px;
                font-size: 16px;
                border: 0px
            }

                .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, sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        display: inline-block;
                        text-decoration: none;
                        width: 30px;
                        width: 3rem;
                        text-align: center;
                        padding-right: 10px;
                        position: absolute;
                        left: 0px;
                        color: inherit;
                        font-size: 100%;
                        margin-top: 1px;
                    }

                .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: 25px;
        text-decoration: none;
        background: rgba(199, 218, 231, 0.4);
        color: #061B2B;
        font-weight: 500;
        font-size: 14px;
        transition: 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;
        vertical-align: middle;
    }

        .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 {
    position: relative;
    background-repeat: no-repeat;
    min-height: 595px;
    transition: margin-bottom 1.3s;
    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: 0px;
    }
}

.qtt-tabbed .title h2 {
    line-height: 1;
    margin: 0;
    padding: 10px 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: 23px;
    transition: all 0.8s ease-in-out;
    color: #061B2B;
    font-weight: 700;
    line-height: 1.3;
    margin: 0px 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: 19px;
    }
}

@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.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;
    z-index: 1051;
}

    .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;
    }

    .hasQTTwithImage .qtt-tabbed {
        padding-top: 0px;
    }
}

@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: 20px;
        }
}

.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% !important;
    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: 0px !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: 28px;
    margin: 0;
    padding: 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: 28px;
    }
}

@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 {
    margin-bottom: -45px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    height: 42.0560747664%;
    top: 0;
    padding: 10px 12px 75px 12px;
}

@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;
    height: 57.9439252336%;
}

@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: 1170px;
    }
}

@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: 1170px;
    }
}

@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;
    }
}


@media (max-width: 35.5em) {
    .qtt-tabbed .qtt__search-top {
        padding: 10px 12px 35px 12px;
    }

    .hasQTTwithImage .qtt-tabbed .qtt__search-bottom {
        padding-top: 30px;
    }
}

@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: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;
    }
}

.qtt-form-stations .station-switch {
    position: absolute;
    right: -39px;
    top: 50%;
    width: 40px;
    text-align: center;
    margin-top: -13px;
    z-index: 1;
    cursor: pointer;
}

@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;
    }

    .hasQTTwithImage .qtt-form-date-select--container .column.submit {
        width: 100%;
        float: left;
    }
}

@media (min-width: 64.0625em) {
    .qtt-form-date-select {
        max-width: 386px;
        float: left;
        width: 100%;
    }

    .component-journey-check-form .qtt-form-date-select {
        min-width: 470px;
        max-width: 500px;
        width: auto;
        margin: auto;
        display: inline-block;
    }

    .form-row-return .qtt-form-date-select {
        float: right;
        max-width: 383px;
    }

    .qtt-form-date-select--container .qtt-form-date-select {
        float: left;
    }

        .qtt-form-date-select--container .qtt-form-date-select + div {
            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;
            }
}

.qtt-form-date-select .datepickerwrap {
    margin: 0;
    position: relative;
    z-index: 1;
    height: 42px;
}

.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;
        font-size: 22px;
        cursor: pointer;
        z-index: 1;
        opacity: 0;
        height: 22px;
        width: 22px;
        display: block;
    }

@media (min-width: 48em) and (max-width: 64em) {
    .qtt-form-close .icon-close_no_circle {
        top: -20px;
        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: 385px;
}

    .qtt-form-passengers .adultno {
        width: 40%;
        float: left;
    }

    .qtt-form-passengers .childno {
        float: left;
        width: 59%;
        margin-left: 1%;
    }

.qtt-form-railcards {
    margin-left: 389px;
    display: block;
    position: relative;
}

    .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, sans-serif;
        font-weight: 400;
        font-size: 11px;
        position: absolute;
        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, sans-serif;
        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 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,
.component-qtt-form .nav__tabs.nav__tabs--three-items {
    margin: 0;
    float: right;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
}

    .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;
            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: 0px;
        left: 0;
        right: 0;
    }

    .hasQTTwithImage .qtt-tabbed .form-row--tabs {
        top: 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%;
    background: #fff !important;
    cursor: pointer;
    border: none !important;
    height: 42px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: unset;
}

    .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: auto;
}

.component-qtt-form--simple .form-row-secondary {
    margin-top: 19px;
    text-align: center;
    position: relative;
    z-index: 0;
}

@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: 38px;
    }

    .hasQTTwithImage .qtt__search-bottom .component-qtt-form {
        padding-top: 38px;
    }
}

.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, sans-serif;
        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: "Weissenhof Grotesk", sans-serif;
        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 {
    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, sans-serif;
        font-weight: 400;
        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;
    }

    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 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 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.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 .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;
    z-index: 100;
    border-color: #061B2B;
    color: #061B2B;
    cursor: pointer;
}

    .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', sans-serif;
        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;
        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: "Weissenhof Grotesk", 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: inherit;
            font-weight: 500;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .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: inherit;
            font-weight: 500;
        }

    .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default {
        color: #979797;
    }

.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, .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 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;
    }

@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: 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;
}

    .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 {
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        line-height: 46px;
    }

        .railcards a i, .railcards .expandable-panel-link i {
            font-style: normal;
        }

    .railcards div {
        margin-bottom: 0;
    }



.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;
            margin-top: 6px;
        }

            .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;
    height: 320px;
    position: relative;
}

    .component-live-information-board .loading-icon {
        padding: 70px 0 0 0;
    }

    .component-live-information-board h2 {
        font-size: 24px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -0.1px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 0;
    }

    .component-live-information-board .live-information-refresh-button {
        font-size: 16px;
        color: #0357AB !important;
    }

        .component-live-information-board .live-information-refresh-button i,
        .component-live-information-board .live-information-refresh-button em {
            font-weight: 700;
            font-size: 0.6em;
            margin-left: 10px;
            text-decoration: none;
        }

            .component-live-information-board .live-information-refresh-button i svg,
            .component-live-information-board .live-information-refresh-button em 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: -15px;
        margin-right: -15px;
        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 15px 10px 15px;
        color: #0357AB !important;
    }

        .component-live-information-board .live-information-cta:after {
            content: '\e84d';
            font-family: 'icons', sans-serif;
            position: absolute;
            right: 20px;
            color: #0092cc !important;
        }

.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: 22px;
    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: "Weissenhof Grotesk", 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: 0px 15px 15px 15px;
    margin: 0px;
    font-family: "Weissenhof Grotesk", 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;
    position: absolute;
    z-index: 2;
    bottom: 16px !important;
    width: auto;
    height: 44px;
    left: 125px;
    border-radius: 25px;
    padding: 3px;
    border: 1px solid #aaa;
    top: 0px;
}

    .component-social-sharing .outer:after, .component-social-sharing .outer:before {
        content: '';
        position: absolute;
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        display: none !important;
    }

    .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: "Weissenhof Grotesk", 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: 0px;
        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;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        font-size: 10px;
        text-align: center;
        padding-top: 6px;
        position: relative;
        top: 30px;
        z-index: 1;
    }

#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: "Weissenhof Grotesk", 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;
    }
}

.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 .error-content {
    width: 100%;
    padding: 30px 30px 30px 0px !important
}

.component-newsletter-form .validation-error .validation-error-message {
    font-size: 12px;
    color: #CC0701;
    margin-bottom: 0;
    font-weight: 500;
    clear: both;
}


.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;
    border: 1px #000 solid;
}

@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, sans-serif;
    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-seat-availability-results .column--seat-capacity p.column-text.color:after, .component-seat-availability-results .column--seat-capacity #page .column-text.color.expandable-panel:after, #page .component-seat-availability-results .column--seat-capacity .column-text.color.expandable-panel:after, .component-seat-availability-results .column--seat-capacity .column-text.color.expandable-panel-link:after {
    content: 'No Service';
    position: relative;
    left: 20px;
}
.component-seat-availability-results .column--seat-capacity p.column-text.color:before, .component-seat-availability-results .column--seat-capacity #page .column-text.color.expandable-panel:before, #page .component-seat-availability-results .column--seat-capacity .column-text.color.expandable-panel:before, .component-seat-availability-results .column--seat-capacity .column-text.color.expandable-panel-link:before {
    visibility:hidden;
    opacity:0;
}
.component-seat-availability-results .column--seat-capacity p.column-text.colorVeryRed:before, 
.component-seat-availability-results .column--seat-capacity #page .column-text.colorVeryRed.expandable-panel:before, 
#page .component-seat-availability-results .column--seat-capacity .column-text.colorVeryRed.expandable-panel:before, 
.component-seat-availability-results .column--seat-capacity .column-text.colorVeryRed.expandable-panel-link:before {
    color: #961B1E;
    opacity:1;
}

.component-seat-availability-results .column--seat-capacity p.column-text.colorVeryRed:after, 
.component-seat-availability-results .column--seat-capacity #page .column-text.colorVeryRed.expandable-panel:after, 
#page .component-seat-availability-results .column--seat-capacity .column-text.colorVeryRed.expandable-panel:after, 
.component-seat-availability-results .column--seat-capacity .column-text.colorVeryRed.expandable-panel-link:after {
    content: 'Full to capacity';
}

.component-smart-app-banner {
    position: absolute;
    left: 0;
    top: -4.85em;
    border-bottom: 0.1em solid #e8e8e8;
    width: 100%;
    height: 4.85em;
    font-size: 16px;
    text-align: left;
    background-image: linear-gradient(to bottom, #f4f4f4 0%, #cdcdcd 100%);
    background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
    border: none;
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    display: block !important;
}

    .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: 20px;
        display: block !important;
    }

@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 {
        text-align: left !important;
        padding-top: 3px;
        margin-top: 0px !important;
        line-height: 16px;
        display: block;
        font-size: 12px;
        margin-bottom: 0;
    }

@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;
    display: none !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;
}


.map-svg-container .modal-dialog .modal-header .modal-bg button.close {
    position: absolute;
    right: 10px;
    z-index: 99999999999999 !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: 0 !important;
        width: 100% !important;
        top: 0px !important;
        position: relative !important;
        margin: 10px auto 0;
    }

    .map-legends h4 {
        font-size: 14px !important;
        font-weight: 500;
        border-bottom: 0px
    }

    .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;
        left: 0;
        border-bottom: 0.1em solid #e8e8e8;
        width: 100%;
        height: 4.85em;
        font-size: 16px;
        text-align: left;
        background-image: linear-gradient(to bottom, #f4f4f4 0%, #cdcdcd 100%);
        background-image: -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 !important;
    border-radius: 5px;
    float: left;
}

.scfForm .field-title {
    width: 100% !important;
    font-size: 14px;
    padding: 10px 0 8px 0 !important;
}

.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% !important;
}

.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, sans-serif;
    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;
    cursor: pointer;
}

.scfForm .forms-contener {
    background: #061B2B;
    padding: 0px;
}

.scfForm h1 {
    text-align: center;
    font-size: 64px !important;
    font-weight: 300 !important;
    font-family: "Weissenhof Grotesk", sans-serif !important;
    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;
}

.scfForm .field-content {
    padding-right: 0px !important;
}

.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 > ul.hidden-xs {
    display: flex;
    justify-content: end;
    align-items: center;
}
.nav-top-wrap .component-basket-status li {
    padding-right: 10px;
    display: inline-block;
    top: 0px !important;
}

    .nav-top-wrap .component-basket-status li ul.cntrynav li {
        display: none;
    }

    .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
        }

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-minor:before, .icon-status_minor:before {
    color: #323333;
}

.icon-major:before, .icon-status_major:before {
    color: #da2121;
}
.notification :not(.minor) .icon-major:before, .notification :not(.minor) .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: "Weissenhof Grotesk", 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: "Weissenhof Grotesk", 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
} .easyPaginateNav {
    float: left;
    padding-bottom: 10px;
    margin: 20px 0;
} .easyPaginateNav a {
        padding: 10px 0px !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 ul {
        display: inline-block;
        margin: 0px;
    } .mobile-header ul li {
            list-style: none;
            font-family: "Weissenhof Grotesk", sans-serif !important;
        } .mobile-header ul li a {
                font-size: 15px;
                line-height: 37px;
                margin-top: -5px;
                font-family: "Weissenhof Grotesk", 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: center;
    margin: 0px !important;
    padding-top: 10px;
} 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, .card a:focus .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: "Weissenhof Grotesk", sans-serif !important
            } @media (max-width:1024px) {

    .scfForm .display-section-border {
        width: 100% !important;
        padding: 20px !important;
    }

    .scfForm h1 {
        font-size: 36px;
    }



    .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;
    }
}
/****** CSS Start Here ****/
.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: 0.5% !important;
    list-style-type: none !important;
} .station-list-group li {
        float: left;
        width: 93% !important;
        border-bottom: 1px solid;
        margin: 6px 28px 3px 0px !important;
        padding: 6px 2px 5px !important;
        border-color: #ccc;
        font-size: 14px !important;
        font-weight: 600 !important;
        -webkit-column-break-inside: avoid;
        break-inside: avoid
    } .station-listing {
    padding-left: 0%;
} .pagination-list {
    display: inline-block;
} .pagination-list a {
        color: #0092CB;
        float: left;
        text-decoration: none;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        padding: 7px 13px !important;
        margin: 0 4px !important;
        width: 35px;
        text-align: center;
    } .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, sans-serif;
        font-weight: 400;
        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%;
    float: left;
    width: 100%;
} .component-news-letter-signup {
    margin-left: 28%;
    float: left;
    width: 100%;
}
/*Mobile view QTT*/
@media (max-width: 1024px) {
    .component-fault-report-form {
        margin-left: 0% !important;
    }

    .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;
        float: left;
        margin: 0px 60px !important;
        width: 81% !important;
        padding: 10px 0 0px;
    }

    .qtt-form-date-select {
        width: 78.5%;
        float: left;
        margin: 0px 70px 12px 70px;
    }

    .component-qtt-form .form-row {
        margin-bottom: 12px;
        position: relative;
        clear: both;
    }

    .component-qtt-form .passenger-children-select-qtt {
        width: 93.5%;
        margin: 0px 20px;
        padding-top: 10px;
    }

    .promo-content .container {
        margin-top: 0px;
    }

    .qtt-form-passengers {
        float: none;
        width: 92%;
        margin: 0px 50px;
    }

    .mobile-qtt-button {
        margin-top: 4% !important;
        margin-left: 37% !important;
    }

    .qtt-form-passengers .childno {
        float: left;
        width: 45%;
        margin-left: 1%;
    }

    .qtt-form-passengers .adultno {
        width: 45%;
        float: left;
    }

    .component-qtt-form .form-row--hidden {
        display: block;
        overflow: visible;
        opacity: 1
    }

    .qtt-form-railcards {
        margin-left: inherit;
        display: none;
        position: relative;
        float: right;
        margin-right: 8%;
    }

    .qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
        float: left;
        width: 78%;
        max-width: 100%;
        padding-left: 0px;
        margin: 0px 70px 12px 70px;
    }

    .qtt-form--depart .trigger:after {
        left: 86.2px;
    }
} @media (max-width:767px) {
    .modal-backdrop.in {
        display: none !important;
    }

    #mobile-legend-collapse {
        display: none;
        padding-bottom: 0px !important;
    }

    .mobile-qtt-button {
        margin-bottom: 60px;
        margin-top: 4% !important;
    }

    .hasQTTwithImage .mobile-qtt-button {
        margin-bottom: 0px;
    }

    .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, sans-serif;
        font-weight: 400;
        font-size: 11px;
        position: absolute;
        top: 1px;
        right: 5px !important;
        color: #0092CB !important;
        box-sizing: border-box;
    }

    .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-date-select {
        width: 91.5%;
        float: left;
        margin: 0px 40px 12px 20px;
    }

    .qtt-form-passengers {
        float: left;
        width: 345px;
        margin-left: 0%;
    }

    .qtt-form-railcards {
        display: none !important;
    }

    .component-qtt-form .form-row {
        margin-bottom: 12px;
        position: relative;
        clear: both;
    }
    .component-qtt-form .passenger-children-select-qtt {
        width: 92.5%;
        margin: 0px 20px;
        padding-top: 10px;
    }

    .qtt-form-railcards-mobile {
        float: left;
        margin: 12px 10px !important;
        width: 95.5% !important;
        padding: 0px;
    }

    .qtt-form-passengers .childno {
        float: left;
        width: 35%;
        margin-left: 1%;
    }

    .qtt-form-passengers .adultno {
        width: 34%;
        float: left;
    }

    .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: left;
        width: 92%;
        max-width: 100%;
        padding-left: 0px;
        margin: -12px 10px 0px 20px;
    }

    .qtt-form--depart .trigger:after {
        left: 86.2px;
    }
} @media (max-width:640px) {
    .qtt-form-date-select {
        width: 92%;
        float: left;
        margin: 0px 0px 12px 20px;
    }

    .mobile-qtt-button {
        margin-bottom: 60px
    }
} @media (max-width:480px) {
    .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: 98%;
        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;
    }

    .qtt-form-railcards-mobile {
        float: left;
        margin: 10px 10px !important;
        width: 91.5% !important;
        padding: 10px 0 0px;
    }

    .qtt-form-date-select {
        width: 83%;
        float: left;
        margin-bottom: 0px;
    }
    .component-qtt-form .passenger-children-select-qtt {
        width: 85%;
    }

    .mobile-qtt-button {
        margin-top: 14% !important;
        margin-bottom: 60px;
        margin-left: 19% !important
    }

    .hasQTTwithImage .mobile-qtt-button {
        margin-bottom: 0px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: auto !important;
    }

    .qtt-form-passengers .childno {
        float: left;
        width: 35%;
        margin-left: 1%;
    }

    .qtt-form-passengers .adultno {
        width: 34%;
        float: left;
    }

    .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 {
        margin-top: 0px;
        width: 85%;
        padding-left: 0px;
        margin-right: 0%;
    }

    .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-date-select {
        width: 86%;
        float: left;
        margin-bottom: 0px;
    }

    .qtt-form-railcards-mobile {
        width: 99.5% !important;
        margin-left: 0px !important;
    }
} .live-results .journey .column--status span.icon-status_minor:before {
    color: #FFAA03
}
/*Sprint-9*/
.accordion .accordion-default-open {
    display: block !important
} .accordion-default-open {
    border: 2px solid #0092CB !important
} .custom-layout-signup .forms-wrapper .signup-text {
    width: 50%;
    float: left;
    margin: 0px;
} .custom-layout-signup .forms-wrapper .signup-text h3 {
        color: #fff;
        margin: 0px;
        font-size: 21px;
        margin-bottom: 10px;
    } .custom-layout-signup .forms-wrapper .signup-text div {
        color: #fff;
        font-size: 14px;
    } .custom-layout-signup .email-signup {
    width: 50%;
    float: left;
    padding-top: 30px;
} .custom-layout-signup .input-wrapper {
    width: 66%;
    float: left;
} .custom-layout-signup .btn-submit {
    margin: 0;
    width: 32%;
    min-width: 32% !important;
    float: right;
    margin-left: 0;
} .border-bottom-footer {
    border-bottom: 1px solid #fff;
    padding-top: 30px;
    width: 75%;
    margin: 0 auto;
} .border-top-footer {
    border-top: 1px solid #fff;
    padding-bottom: 30px;
    width: 75%;
    margin: 0 auto;
} @media screen and (max-width: 767px) {

    .component-qtt-form .btn-secondary {
        margin-left: 19% !important;
        float: left;
        margin-top: 13px;
    }


    .modal-backdrop.in {
        display: none !important;
    }

    .component-news-letter-signup {
        margin-left: 0% !important
    }

    .custom-layout-signup .forms-wrapper .signup-text {
        width: 100%;
        float: none;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .custom-layout-signup .email-signup {
        width: 100%;
        float: none;
    }

    .custom-layout-signup .input-wrapper {
        width: 60%;
        float: left;
    }

    .custom-layout-signup a.btn.btn-secondary.btn-submit {
        min-width: 120px;
    }
} .hide-offers {
    display: none
} .loading-icon-offers li {
    height: 87px;
    width: 7px;
    margin: 0 0 0 0;
    background-color: #82D0F5;
    display: inline-block;
    padding: 0;
    animation: stretchdelay 1.2s infinite ease-in-out;
    margin-right: 3px;
    margin-top: 29px;
} .mobile-qtt-button {
    margin-left: 40%
} .mobile-qtt-button a {
        color: black;
        font-weight: 700;
        text-decoration-line: none;
    } .btn-revenue-custom a {
    color: black;
    font-weight: 700;
    text-decoration-line: none;
} .live-departures-form-javascriptDisabled a {
    color: white !important;
    font-weight: 700;
    text-decoration-line: none;
} #live-departures-form-javascriptDisabled {
    margin-left: 24% !important;
} .plan-my-journey-check-form a {
    color: white !important;
    font-weight: 700;
    text-decoration-line: none;
} .javascript-disabled {
    margin-left: 0% !important;
}
/*Sprint-9*/
/*Spring-10*/
#accessible-wheelchair {
    display: none
} .swr-station-button {
    background: #0092CB;
    height: 71px;
    float: left;
    width: 12%;
    border-radius: 20px;
    padding-left: 3%;
    padding-top: 1.5%;
    color: white;
    font-size: 17px;
    cursor: pointer;
    margin-left: 17%;
    margin-bottom: 3%;
    font-weight: bold;
} .all-station-button {
    background: #0092CB;
    height: 71px;
    float: left;
    width: 13%;
    border-radius: 20px;
    padding-left: 4%;
    padding-top: 1.5%;
    color: white;
    font-size: 17px;
    cursor: pointer;
    margin-left: 5%;
    font-weight: bold;
} #svg_4099, #svg_4118, #svg_4194, #svg_4396, #svg_4377, #svg_4358, #svg_4339, #svg_4320, #svg_4301, #svg_4282, #svg_4263, #svg_4244, #svg_4225, #svg_4206, #svg_4187, #svg_4168, #svg_4149, #svg_4130, #svg_4175, #svg_4156, #svg_4195, #svg_4119, #svg_4138, #svg_4157, #svg_4176, #svg_4101, #svg_4122, #svg_4125, #svg_4128, #svg_4131, #svg_4134, #svg_4137 {
    display: none
} .swr-bottom-logo ul {
    margin: 0px;
} .swr-bottom-logo ul li {
        list-style: none;
        padding: 0px;
        display: inline-block;
        margin: 10px 7px !important;
    } .swr-bottom-logo ul li a {
            display: block;
        } .swr-bottom-logo {
    background: #fff;
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: right;
} .svg-image-accordingly {
    width: 70px;
    float: left;
    display: none;
    margin-right: 20px;
} .station-image {
    margin-bottom: 20px;
} .station-name {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
} .link-station-detail {
    text-align: right;
} .primary.card.card--yellow-top-dark h1 {
    color: #fff !important;
    font-size: 32px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
} .component-cheap-ticket-form {
    margin-left: 28%;
    float: left;
    width: 100%;
} .sidebar .component-qtt-form--simple .javascript-disabled {
    margin-left: 0%;
} @media screen and (max-width: 1024px) {

    .modal-backdrop.in {
        display: none !important;
    }

    .component-cheap-ticket-form {
        margin-left: 0% !important;
    }

    .component-qtt-form .btn-secondary {
        margin-left: 37%;
    }

    .hasQTTwithImage .component-qtt-form .btn-secondary {
        margin-left: auto !important;
        margin-right: auto;
        float: none !important;
    }
} @media (max-width: 767px) {
    .map-markers {
        z-index: 999 !important;
    }

    .swr-bottom-logo ul li {
        margin: 8px 0px !important;
    }
} @media screen and (max-width: 1024px) {
    .news-letter-submit-form {
        min-width: 107px !important;
    }
} .layout--8-4.promo-list--bordered .component-qtt-form .btn {
    margin-left: 0%;
} @media(max-width:768px) {
    .all-alphabets {
        margin-left: 6%;
    }

    .usabilla_live_button_container {
        left: inherit !important;
        right: 80px;
    }
} .usabilla_live_button_container {
    z-index: 9999; /*Newly added 19Aug19*/
} #k2cWidgetHolder {
    height: 200px;
    z-index: 99 !important; /*Newly added 19Aug19*/
    top: 205px !important;
} #k2claunchWidget {
    /*Sprint-11 bug fix for live chat control start*/
    height: 45% !important;
} #stationAddress p {
    color: white;
    font-size: 14px !important;
}
/*Spring-10*/
/*Sprint-11 Start your css here*/
div.mm-dropdown {
    width: 100%;
    border-radius: 3px;
    position: relative;
} div.mm-dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border: 0;
        box-shadow: 0 3px 3px #b9b9b9;
    } .basket-status.component-basket-status {
    display: flex;
    align-items: center;
    z-index: 98;
} div.mm-dropdown ul li, div.mm-dropdown div.textfirst {
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 0px 7px;
    float: none !important;
} div.mm-dropdown ul li:last-child {
        border-bottom: 0;
    } div.mm-dropdown ul li {
    display: none;
    padding-left: 7px;
    min-width: 120px;
} div.mm-dropdown ul li.main {
        display: block;
    } div.textfirst img, .input-option.lang img {
    width: 20px;
    height: 14px;
    margin-bottom: -2px;
} .cntrynav {
    background: #fff;
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
} .mm-dropdown, .mm-dropdown li {
    font-size: 14px;
    text-align: left;
} .dropiconlang {
    height: auto !important;
    width: 8px !important;
    position: absolute;
    top: 8px;
    right: 8px;
} #autoSuggest-desktopBtn {
    cursor: pointer
} @media screen and (max-width: 768px) {

    .map-svg-container {
        width: 100% !important;
        height: 100% !important;
    }

    .railway-container {
        width: 100% !important;
        height: 612px !important;
    }
} .f_width {
    width: 100%;
} .nav-main-content .nav-sub-content {
    vertical-align: top !important;
    width: 50%;
    float: right !important;
    padding-left: 13px;
    padding-top: 22px;
    padding-bottom: 30px;
} .container h2:not(.section-title) {
    margin-bottom: 0;
    margin-top: 15px !important;
} .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 {
    position: relative !important;
    margin: 0px 0px 0px 0px !important;
    vertical-align: top !important;
} @media (min-width: 64.0625em) {
    #menu-thumb a, #menu-thumb .expandable-panel-link {
        font-family: "Weissenhof Grotesk", sans-serif;
        font-weight: 500;
        font-size: 16px !important;
        text-decoration: none;
        color: #20234E;
        padding: 10px 0px !important;
        display: inline-block;
        position: relative;
        margin: -4px 3px !important;
    }
} .account-buy {
    padding-top: 7px !important;
} .btnstylenew:after {
    background: none !important;
} .pageHeadingchanged {
    margin-bottom: 19px !important;
} @media only screen and (max-width: 320px) {
    .all-alphabets {
        margin-left: 9%;
    }

    .custom-layout-signup .forms-wrapper .signup-text {
        margin-bottom: 40px;
    }

    .news-letter-submit-form {
        min-width: 106px !important;
    }
} .read-more-target li {
    margin-left: 14px;
} .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 0.25em;
    background: #F5D83C;
    margin-top: 21px;
    font-weight: 500;
    font-size: 14px;
} @media (min-width: 64.0625em) {
    #menu-thumb {
        display: block;
        float: left;
    }
} @media only screen and (min-width: 1200px) {
    .nav-main-wrapper .logo {
        max-width: 143px !important;
        top: 15px;
        position: relative;
    }
} @media only screen and (min-width: 1200px) {
    .menu-items-wrapper {
        padding-left: 160px;
    }
}

.col-qtt-cen {
    text-align: initial !important;
    float: none !important;
} @media (min-width: 64.0625em) {
    .basket-status {
        right: 28px !important;
        top: 0;
    }
} .bold-nav {
    font-weight: 700 !important;
} @media screen and (min-width: 320px) and (max-width: 480px) {
    .ex3 .hide3 {
        left: 0 !important;
    }

    .hide-span {
        font-size: 14px !important;
        padding: 0px 0px !important;
    }

    .icon-close_no_circle {
        margin: 7px 10px !important;
    }

    .javascript-disabled-banner-text {
        margin-top: 17px !important;
    }
} .car-parking-charges-station {
    margin-bottom: 25px;
} span.parking-spaces-value {
    clear: both;
    display: block;
    margin-top: 2px;
    padding: 7px 0 !important;
} strong.station-park-charges-heading {
    line-height: 2;
} .station-park-charges {
    margin-top: 13px;
} .enggwrks {
    list-style: none;
} .enggwrks li {
        position: relative;
    }
    .enggwrks li:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 8px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #0092CB;
    } .buy-tickets-link {
    padding: 0px 18px !important;
    background-color: #f5d83c !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
} .buy-tickets-link-a {
    padding: 1px 18px !important;
    background: none !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
} a.buy-tickets-link-a:after {
    background: none !important;
}
/*Sprint-11*/
/*Sprint-11 bug fix for live chat control end*/
/*Sprint-12*/
.top_btn {
    display: none;
    background-color: #002855;
    position: absolute;
    right: 10px;
    padding: 0px 15px 8px 15px;
    border-radius: 11px;
    color: white;
    font-size: 13px;
    text-align: center;
    margin-top: -110px;
} input#search-all-station {
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px #ccc solid;
    width: 325px;
    margin-bottom: 28px;
} .indexed-station-list .swr-globalSearch {
    width: 100%;
    margin-left: 10px;
} .indexed-station-list .swr-station-button {
    background: #0092CB;
    float: left;
    width: auto;
    border-radius: 6px !important;
    color: white;
    font-size: 17px !important;
    cursor: pointer;
    margin-left: 41%;
    margin-bottom: 3%;
    margin-top: 2%;
    font-weight: bold;
    padding: 12px 30px !important;
    height: 48px !important;
} .indexed-station-list .swr-station-button a {
        color: white
    } .station-list-group li a {
    color: #1d1d1d !important;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 400;
} .change::-webkit-input-placeholder {
    color: #000;
    font-weight: 500;
} .change {
    font-size: 14px;
    font-weight: 400;
} .bold-chang {
    font-weight: 500 !important;
} .loading-for-stations {
    margin-left: 44%
} .loading-for-stations li {
        width: 7px !important;
        margin: 0 5px 0 0 !important;
        float: none;
    } @media only screen and (min-width:320px) and (max-width:480px) {
    .container h2:not(.section-title) {
        margin-top: -5px !important;
    }

    .station-index-active {
        background-color: white;
        color: #0092CB !important;
    }

    .loading-for-stations {
        margin-left: 31% !important
    }

    #AllStationsLoad ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-break-inside: avoid;
    }

    .station-list-group li {
        width: 100% !important;
    }

    .station-list-group {
        padding-left: 1% !important;
    }

    .loading-for-stations li {
        width: 7px !important;
        margin: 0 5px 0 0 !important;
    }
} .station-list-group li a:hover {
    text-decoration: none;
} .stations-feature-section {
    margin-top: 40px
} @media only screen and (max-width:768px) {
    .hide-top-btn {
        display: none;
    }

    .h2-stat {
        font-size: 21px;
        font-weight: 400;
    }

    .container h2:not(.section-title) {
        margin-top: -5px !important;
    }

    .station-index-active {
        background-color: #0092cb;
        color: #fff !important;
    }

    .station-listing.pagination-list a {
        color: #0092CB;
    }

    .component-news-letter-signup {
        margin-left: 0% !important
    }

    .top_btn {
        display: block
    }

    .featured-stations {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
        -webkit-column-break-inside: avoid;
    }

    .indexed-station-list .swr-globalSearch {
        width: 100%;
        margin-left: 9px;
    }

    .swr-station-search {
        margin-top: -20px
    }

    .stations-feature-section {
        margin-top: 29px;
    }

    .station-listing {
        background-color: #fff;
        border: 1px solid #0092cb;
        border-top: 0;
        padding: 8px 0px 8px 0 !important;
    }

    .pagination-list a {
        color: white;
        padding: 7px 13px !important;
        margin: 0 4px !important;
        width: 40px !important;
        text-align: center;
    }

        .pagination-list a.pag-li-item:hover {
            background-color: #0092CB;
            color: #fff !important;
            cursor: pointer;
        }

    .indexed-station-list .all-stations .station-row {
        height: 38px;
        width: 100%;
        border: 1px #0092CB solid;
        display: block !important
    }

    .station-row span {
        font-size: 14px;
        padding: 6px 23px 9px 27px;
        position: absolute;
    }

    .indexed-station-list .swr-station-button {
        margin-left: 10% !important;
        padding: 10px 14px 6px 13px !important;
    }

    .h2title {
        font-weight: 500 !important;
        font-size: 2em;
    }


    input#search-all-station {
        width: 78%;
    }

    .station-list span {
        font-size: 18px;
        padding-left: 30%;
    }

    .no-results-stationPage {
        margin-left: 31% !important;
        margin-top: 6%;
        float: left;
    }
} .station-list span {
    font-size: 20px;
    padding-left: 30%;
} .toggle-btn {
    float: right;
    margin: 10px 13px;
    font-size: 11px;
    color: #0092cb;
    font-weight: 600;
} .swr-station-button a:hover {
    text-decoration: none;
} .toggle-btn-i {
    font-size: 39px;
} .station-list .no-result {
    margin-left: 42%;
    float: left;
    margin-top: 5%;
} .no-results-stationPage {
    margin-left: 40%;
    margin-top: 6%;
    float: left;
}
/*Map css Sprint-12 start*/
.st48, .st49, .st50 {
    cursor: pointer;
}
/*Map css Sprint-12 end*/
/*Recaptcha Sprint-12*/
.grecaptcha-badge {
    bottom: 130px !important;
    z-index: 9;
} .form_builder_recaptcha_popup_model {
    padding-top: 8%;
    z-index: 9999;
} .recaptcha_max_width {
    width: 850px;
} .form_builder_recaptcha_popup_colour {
    color: black;
}
/*Recaptcha Sprint-12 end*/
.searchdrop-down, .previousSearchdrop-down {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
    width: 91%;
} .searchdrop-down ul, .previousSearchdrop-down ul {
        list-style: none;
        padding: 0px 0;
        margin: 0;
        width: 100%;
        max-height: 255px;
        overflow-y: auto;
        background: #fff;
        display: block;
    } .searchdrop-down ul li, .previousSearchdrop-down ul li {
            list-style: none;
            padding: 0 !important;
            margin: 0;
            float: none !important;
            width: 100%;
            line-height: 0px
        } .searchdrop-down ul li a, .previousSearchdrop-down ul li a {
                padding: 7px 10px;
                background: #fff;
                text-align: left;
                color: #333;
                width: 100%;
                display: inline-table;
                line-height: 15px;
                height: auto;
                border: 1px transparent solid;
            } .searchdrop-down ul li a:hover, .previousSearchdrop-down ul li a:hover {
                    background: #C7DAE7;
                    border: 1px #b7c9d4 solid;
                } .form-submission-error {
    margin-top: 18%;
} .form-submission-error-text {
    font-size: 12px;
    font-weight: 500;
} .pattern.pattern--dark-blue-pattern, .pattern--dark-blue-pattern.light-stripes, .dark-stripes-with-border-bottom {
    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));
    border-bottom: 5px #f5d83c solid;
} @-moz-document url-prefix() {
    .loading-for-stations {
        margin-left: 44% !important;
    }

    .no-results-stationPage {
        margin-left: 48%;
        margin-top: 6%;
        float: left;
    }
} @media only screen and (min-width: 320px) and (max-width: 480px) {
    .hide-top-btn {
        display: none;
    }

    .h2-stat {
        font-size: 21px;
        font-weight: 400;
    }

    .indexed-station-list .swr-station-button {
        margin-left: 7% !important;
        padding: 10px 14px 6px 13px !important;
        font-size: 15px !important;
    }

    .download-link .btn.btn-secondary {
        font-size: 16px !important;
    }

    .fa-search {
        position: absolute;
        transform: translate(2px, 8px);
    }

    .station-row span {
        font-weight: 500;
        font-size: 14px;
        padding: 9px 23px 9px 27px;
        position: absolute;
    }


    .btn-secondary {
        background: #0092CB;
        font-size: 16px;
    }

    .column.opning-hrs-info .btn-red {
        background: #da2121;
    }

    .column.opning-hrs-info .btn-green {
        background: #008A1C;
    }

    .component-jumbotron .jumbotron__title {
        line-height: 1;
        font-size: 33px !important;
        padding: 10px 0px;
        margin: 0;
    }
} .station-list-group-featured li {
    border-bottom: 1px solid;
    color: #061B2B;
    border-color: #ccc;
} .station-list-group-featured {
    list-style: none;
} .mini_icon {
    font-size: 17px;
    margin: -3px 2px;
} .plus_icon {
    font-size: 17px;
    margin: 1px 2px;
} @media only screen and (min-width: 768px) and (max-width: 1920px) {
    .btn_blow {
        width: 285px;
    }
} .btn_blow {
    background-color: #0092CB;
    border-radius: 7px;
    padding: 14px 19px;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    margin: 0px auto;
    width: 290px;
    clear: both;
} .div_blow_btn {
    text-align: -moz-center;
    text-align: -webkit-center;
    padding: 27px 10px;
} .btn_blow a {
    color: #fff;
    font-weight: 500;
    text-decoration: none
} .no_station {
    text-align: center;
    font-size: 20px;
    padding: 10px 0 0 0;
} #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
} #myBtn:hover {
        background-color: #555;
    } .station-list-group .total-bind-items {
    float: left;
    width: 33.3%;
} .box::-webkit-input-placeholder {
    color: #525252;
    font-weight: 600;
    font-size: 13px
} .box:-moz-placeholder {
    color: #525252;
    font-weight: 600;
    font-size: 13px
} .box::-moz-placeholder {
    color: #525252;
    font-weight: 600;
    font-size: 13px
} :-ms-input-placeholder {
    color: #525252;
    font-weight: 600;
    font-size: 13px
} .span-height {
    height: 30px;
} .station-list__item p {
    font-size: 15px !important;
    margin: 0 0 !important;
    font-weight: 400 !important;
}
/*Sprint 12 bug MAP fix start*/
.st110_main_station {
    stroke-width: 0.5px;
    stroke: black;
} .st110_sub_station {
    fill: #2f2424;
} .st133_bule_line {
    fill: none;
    stroke: #29abe2;
    stroke-width: 6px;
    stroke-miterlimit: 10;
} .st135_green_line {
    fill: none;
    stroke: #228a33;
    stroke-width: 2;
    stroke-miterlimit: 10;
} .st53_green_circle {
    fill: #228a33;
    stroke: #228a33;
    stroke-width: 2;
    stroke-miterlimit: 10;
} .st26_green_text {
    fill: #228a33;
} .st26_green_text_stroke {
    stroke-width: 0.5px;
    stroke: #228a33;
} .hide-all-these-items {
    display: none
}
/*Sprint 12 bug MAP fix end*/
/*Sprint-12*/
/*Sprint 13 start*/
#autoSuggest-desktop {
    font-size: 14px !important;
} .qtt_popular_station {
    display: none;
    position: absolute;
    background: white;
    width: 93%;
    list-style: none;
    font-size: 10px;
    margin: -3px 0px;
    padding: 8px 0px 0px 0px;
    z-index: 999 !important;
    font-family: "Weissenhof Grotesk", sans-serif;
    overflow-y: scroll;
    height: 196px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
} .popular-stations-li-head {
    padding: 2% 0% 0% 4%;
} .qtt_popular_station_li {
    padding: 3% 0% 3% 4%;
    margin-bottom: 0px !important;
    cursor: pointer;
} .qtt_popular_station_li:hover {
        background-color: #C7DAE7 !important;
    } .Qtt-erormsg {
    padding: 0px;
    margin-top: -27px;
    font-size: 14px;
    margin-bottom: -8px;
    float: right;
    color: #fff;
    font-weight: 500;
    margin-right: 114px;
} .kill-h1-margin {
    margin: 0px !important;
} @media(max-width: 1024px) {
    .qtt_popular_station {
        width: 100%;
    }

    .Qtt-erormsg {
        float: left !important;
        font-weight: 500;
        margin-left: 74px !important;
        margin-top: -19px;
    }

    #journey-depart-popular-station, #journey-arrival-popular-station, #depart-popular-station, #arrival-popular-station {
        width: 100% !important;
    }
} @media (max-width: 768px) {
    .qtt_popular_station {
        width: 100%;
    }

    .Qtt-erormsg {
        padding: 0px;
        margin-top: -27px;
        font-size: 14px;
        margin-bottom: -8px;
        float: right;
        color: #fff;
        font-weight: 500;
        margin-right: 114px;
    }

    #journey-depart-popular-station, #journey-arrival-popular-station, #depart-popular-station, #arrival-popular-station {
        width: 100% !important;
    }
} @media (max-width: 480px) {
    .Qtt-erormsg {
        padding: 0px;
        margin: -8px 4px 0 24px !important;
    }



    .qtt_popular_station {
        width: 100%;
    }

    .qtt-form-stations {
        margin: 10px 32px 0px 20px !important;
    }

    #journey-depart-popular-station, #journey-arrival-popular-station, #depart-popular-station, #arrival-popular-station {
        width: 100% !important;
    }
} #journey-depart-popular-station {
    width: 46.5%;
} #journey-arrival-popular-station {
    width: 46.3%;
} .input-option.lang span {
    display: inline-block;
    width: auto !important;
    margin-left: 3px;
    vertical-align: middle;
} .textfirst .dropiconlang {
    transform: rotate(0deg);
} .textfirst.showcntry .dropiconlang {
    transform: rotate(180deg);
} .seperator {
    margin-left: 10px;
    font-weight: 300;
} #depart-popular-station {
    width: 93.7%;
} #arrival-popular-station {
    width: 93.2%;
}
/*Sprint 13 end*/
/*Sprint 13 bug fix start*/
@media screen and (max-width: 480px) {
    .qtt-tabbed .title .title__sub {
        margin: 0px auto 0 !important;
        font-size: 16px;
    }

    .title__main h1 {
        font-size: 38px !important;
    }
} @media (max-width: 21.25em) {
    .qtt-tabbed .title .title__sub {
        font-size: 14px !important;
    }

    .title-tab__qtt h1 {
        font-size: 31px !important;
    }
} @media (max-width: 480px) {
    .qtt-tabbed .title .title__sub {
        font-size: 14px !important;
    }

    .title-tab__qtt h1 {
        font-size: 32px !important;
    }
} #selectedFlag {
    margin-bottom: -2px;
} @media only screen and (max-width: 480px) and (min-width: 320px) {
    .fa-search {
        position: absolute;
        transform: translate(2px, 1px) !important;
    }
} .qtt-tabbed.active .title h1 {
    color: #fff;
    -webkit-transition: color 0.8s ease-out;
    -moz-transition: color 0.8s ease-out;
    -o-transition: color 0.8s ease-out;
    transition: color 0.8s ease-out;
} .forms-wrapper input {
    font-weight: 200;
} #Id_en {
    margin-left: 6px;
} div.mm-dropdown ul li:hover {
    background: #dedddd;
} .column .sidebar .component-qtt-form--simple .form-row-secondary {
    margin-top: 19px;
    text-align: center;
    position: relative;
    z-index: 0 !important;
} @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .component-qtt-form--simple .form-row-secondary {
        margin-top: 19px;
        text-align: center;
        position: relative;
        z-index: 0 !important;
    }
}
/*Sprint 13 bug fix end*/
/*Sprint 14 start*/
.mod_bg {
    transition: bottom 0.3s ease-in-out;
    background: #E9F0F5 !important;
    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)) !important;
    width: 93%;
    margin-left: 4%;
} .mod-content {
    border-top: 6px solid #0099D5 !important;
    top: 156px;
    border-radius: 0px !important;
} .modal-content p {
    font-size: 14px !important;
    margin: 1em 0;
    padding: 20px 18px 10px 18px;
    font-weight: 400;
    text-align: center;
} .btn-yes {
    display: block !important;
    margin: -13px auto !important;
    color: #fff !important;
    background-color: #0099d5 !important;
} .btn-no {
    background-color: #A2A2A2 !important;
    color: #fff !important;
} .modal-content .btn {
    min-width: 60px !important;
    font-weight: 100 !important;
    padding: 8px 1px !important;
} #confirmBoxid {
    overflow-x: hidden !important;
} div#confirmBoxid {
    background-color: #1414159e;
    background-color: rgba(20, 20, 21, 0.62);
} .modal-open #Xclose {
    border: 1px;
    background: none;
    color: #0f1010;
    width: 18px;
    font-size: 16pt;
    font-family: tahoma, sans-serif;
    position: absolute;
    right: 10px;
    opacity: 10 !important;
    font-weight: 400 !important;
} .print-logo {
    display: none;
}
/*Sprint 14 end*/
/*Sprint 14 Bug fix start*/
.mobile-header .header-wrapper {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
} div form ul [role=main] {
    overflow: initial;
} @keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.swr-rich-text .animate-lazy-loading {
    height: 100% !important;
    width: 100% !important;
    text-indent: -9999px;
} @media (max-width: 425px) {
    .modal-content.mod-content.mod_bg {
        width: fit-content !important;
        margin: 0 auto !important;
    }

    .modal-dialog {
        margin: 0px !important;
    }
} button#Yes {
    line-height: 1 !important;
    font-size: 18px !important;
} .modal-open #Xclose span {
    cursor: pointer;
}
/*Sprint 14 Bug fix end*/
/*Sprint 15 start*/
@media (max-width: 420px) {
    .destination .promo-crd__zooming-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -10;
        background-size: cover;
        transform: none !important;
    }

    .destination:hover .promo-crd__zooming-image {
        transform: none !important;
    }
} @media screen and (min-width: 775px) and (max-width: 1024px) {
    .promo-crd--h-4-8 {
        background-size: 492px 280px !important;
        background-position: 134% !important;
        background-repeat: no-repeat;
    }
} div[role="main"] .swr-rich-text .footer-social li {
    position: static;
} div[role="main"] .swr-rich-text .footer-list li {
    position: static;
} div[role="main"] .swr-rich-text .footer-links li {
    position: static;
} .modal-content div {
    padding: 7px 13px 9px 13px;
} .modal-dialog-map {
    position: relative;
    width: auto;
    margin: 56px 10px !important;
} .modal-open #OnClose {
    border: 1px;
    background: none;
    color: #0f1010;
    width: 18px;
    font-size: 16pt;
    font-family: tahoma, sans-serif;
    position: absolute;
    right: 10px;
    opacity: 10 !important;
} .modal-content img {
    outline: none;
    border: 2px;
    margin-left: 23%;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 16px;
} @media (max-width:425px) {
    .swr-globalSearch .fa-search:before {
        top: 10px;
    }
}
/*Sprint 15 end*/
/*Sprint 15 Bug fix start*/
@media (max-width:736px) and (min-width:640px) {
    .map-markers {
        font-size: 13px;
        background: #e2e2e2;
        border-radius: 4px;
        padding: 0px 7px;
        margin-top: -90px;
        margin-bottom: 1em !important;
        position: initial;
        margin-right: -307%;
    }

        .map-markers a {
            padding: 10px;
            border-bottom: none;
            color: #000;
            line-height: 22px;
            display: block;
            text-align: center;
            width: inherit;
            transform: rotate(90deg);
        }

    a#accessible-wheelchair-botton {
        font-size: inherit;
    }

    i#reset {
        font-size: 17px;
        margin-left: 0px;
        margin-top: 8px;
    }
} .margin-map_btn {
    margin-top: 7px;
} #searchmarkers {
    cursor: pointer;
}
/*Change for FGSUP-456*/
@media (min-width: 321px) and (max-width:480px) {

    .promo-crd.promo-crd--dark-blue.promo-crd--h-4-8 {
        background-repeat: no-repeat;
        background-position: left bottom -4% !important;
        background-size: contain;
    }

    .promo-crd--h-4-8 .promo-crd__wrapper {
        margin-bottom: 33.5% !important;
    }
} @media(max-width: 320px) {
    .promo-crd--h-4-8 .promo-crd__wrapper {
        margin-bottom: 37% !important;
    }

    .promo-crd.promo-crd--dark-blue.promo-crd--h-4-8 {
        background-repeat: no-repeat;
        background-position: left bottom 0% !important;
        background-size: contain;
    }
}
/*Change for FGSUP-763*/
span.select2-dropdown.select2-dropdown--above {
    z-index: 9999;
}
/*Sprint 15 Bug fix end*/
/*Sprint 16 start*/
.season-ticket-url {
    color: rgb(255, 255, 255);
    display: block;
    padding: 10px 0px;
    font-size: 15px;
} .column.season-tickets-button a {
    color: rgb(255, 255, 255);
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 0px;
    width: fit-content;
    margin: 0 auto;
    max-width: 110px;
    font-size: 16px;
    font-weight: 500;
} .column.season-tickets-button a::after {
        content: "";
        height: 2px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 100%;
        background: #F5D83C;
        transition: right 0.4s ease 0s;
    } .season-tickets-button a:hover::after {
    right: 0px;
} .column.season-tickets-button button.mobile-qtt-button {
    margin: 5px auto 0 !important;
} .qtt__search-bottom {
    height: 60.943925% !important;
} @media (min-width: 767px) and (max-width:1025px) {
    .column.season-tickets-button button.mobile-qtt-button {
        margin: 0 auto !important;
        margin-top: 25px !important;
    }
} .finder-img-mob {
    position: absolute;
    right: 6px;
    top: 16px;
} .finder-btn-mob {
    position: absolute;
    right: 19px;
    top: 26px;
    height: 24px;
    width: 26px;
    background-color: #faebd705;
    border: 0px solid;
    background-image: url(/Assets/img/mob-search-icon.png);
    background-repeat: no-repeat;
} .finder-btn-global-mob {
    position: absolute;
    left: 276px;
    margin-top: 10px;
    background-image: url(/Assets/img/mob-search-icon.png);
    height: 30px;
    width: 20px;
    background-color: #f0f8ff00;
    border: 0px solid;
    background-repeat: no-repeat;
} @media (max-width:320px) {

    .finder-btn-global-mob {
        margin-top: -48px;
    }
} @media (min-width: 1024px) {
    .finder-btn-global-mob {
        left: 437px;
    }

    .finder-btn-mob {
        right: 45px;
    }
} @media (min-width: 768px) and (max-width:1023px) {
    .finder-btn-global-mob {
        left: 330px;
    }

    .finder-btn-mob {
        right: 29px;
    }
} @media (min-width: 1025px)and (max-width: 1365px) {
    .finder-btn-global-mob {
        left: 491px;
    }
} @media (min-width: 1366px) {
    .finder-btn-global-mob {
        left: 383px;
    }
} @media (min-width: 1440px) {
    .finder-btn-global-mob {
        left: 418px;
    }
} @media (min-width: 1600px) {
    .finder-btn-global-mob {
        left: 485px;
    }
}
/*Keyword search*/
.searchbutton_custom {
    border: 0px;
    background-color: transparent;
} @media only screen and (max-width: 320px) {
    .swr-globalSearch .fa-search:before {
        top: -60px !important;
        right: -240px !important;
        cursor: pointer;
    }
} @media only screen and (min-width: 321px) and (max-width: 475px) {
    .swr-globalSearch .fa-search:before {
        top: -14px !important;
        right: 42px !important;
        cursor: pointer;
    }
} @media only screen and (min-width:476px) {
    .swr-globalSearch .fa-search::before {
        right: 42px !important;
        cursor: pointer;
    }
}
/*Sprint 16 end*/
/*Sprint 17 start*/
.scfForm input[type="radio"] {
    margin-right: 7px !important;
}
/*Sprint 17 end*/
/*Sprint 18 start*/
.qtt-tabbed.active p.title__sub {
    margin-top: 0px !important;
} .hasQTTwithImage .qtt-tabbed .title .title__sub {
    padding: 0px;
} @media(max-width:1024px) and (min-width:768px) {
    .hasShardBackgroundComponent .bg-stripes.dark-stripes {
        min-height: 500px;
    }

    .hasShardBackgroundComponent.hasBreadcrumb .qtt-tabbed .qtt__search-bottom {
        padding-bottom: 70px;
    }

    .hasQTTwithImage .qtt-tabbed .qtt__search-bottom {
        padding-top: 30px;
    }
} @media(max-width:767px) {
    h1 {
        font-size: 32px;
        line-height: 1;
    }

    .title-tab__qtt h1 {
        font-size: 32px !important;
    }

    .component-jumbotron .jumbotron__title {
        font-size: 32px !important;
        line-height: 1;
    }

    .qtt-tabbed.active .title {
        margin-bottom: 0px;
    }
} @media (max-width: 767px) {
    .indexed-station-list .swr-globalSearch input#search-all-station {
        width: 100%;
    }

    .indexed-station-list .swr-globalSearch i.fa.fa-search {
        position: absolute;
        right: 0;
        bottom: 43px;
    }

    .indexed-station-list .swr-globalSearch {
        position: relative;
        width: 100%;
        margin-left: 0px !important;
        padding: 0 14px;
    }

        .indexed-station-list .swr-globalSearch i:before {
            top: 0px !important;
            right: 30px !important;
        }
} @media (max-width: 574px) {
    .indexed-station-list .swr-globalSearch i:before {
        right: 25px !important;
    }

    .indexed-station-list .swr-globalSearch {
        padding: 0 9px;
    }
} .uploadImage input[type="text"]:hover {
    cursor: auto !important;
} .uploadImage .input-group-file:hover {
    cursor: pointer !important;
} .uploadImage .input-group-file input[type="file"] {
    padding-left: 85.06px;
}
/*FGSUP-792 start*/
.swr-AZ-Stations {
    margin-top: 30px;
} .stations-feature-section li.station-list__item:last-child {
    margin-bottom: 30px !important;
}
/*FGSUP-792 end*/
/*FGSUP 571 start */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
    height: 54px;
    background-color: #007cad;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 999;
    color: #fff;
    width: 54px !important;
    border-radius: 50% !important;
    font-weight: 600;
} #scroll span:nth-child(2) {
        position: absolute;
        bottom: 7px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        text-transform: uppercase;
    } #scroll span.arrow {
        top: 50%;
        left: 50%;
        display: block;
        position: static !important;
        width: 100% !important;
        float: left;
        transform: none !important;
        margin: 0 !important;
        padding: 0px !important;
        border: 0px !important;
        height: auto !important;
    } #scroll:hover {
        background-color: #007cad;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    } #scroll:hover span.arrow::before {
            -webkit-text-stroke: 3px #007cad;
        } #scroll span.arrow::before {
        color: #fff;
        content: "\f062";
        font-family: 'FontAwesome', sans-serif;
        font-size: 43px;
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translate(-50%, 0px);
        -webkit-text-stroke: 3px #007cad;
    }
/*FGSUP 571 end */
.station-list-group li.station-list__item a:hover {
    text-decoration: underline;
    color: #0357AB !important;
} .station-list-group li.station-list__item a:hover p {
        color: #0357AB;
    }

.component-jumbotron .jumbotron__subtitle p {
    margin: 0 !important;
} #select2-nameLinkQTT-container > span.select2-selection__placeholder {
    padding-left: 12px;
}
/*Sprint 18 End*/
/*Sprint 19 Start*/
/*FGSUP 760 start */
.imap-ledend-container .col-sm-6 {
    width: 100%;
    text-align: center;
} .imap-ledend-container .col-sm-6 .pull-right {
        float: none !important;
        margin: 0 0 10px 0 !important;
    } .imap-ledend-container .map-markers {
    background: transparent;
} .imap-ledend-container .map-markers a {
        background: #e5e5e5;
        margin: 0 0px;
        border: 0px;
        padding: 15px;
        border-radius: 10px;
    } @media (max-width:767px) {
    .imap-ledend-container .map-markers a {
        display: inline;
        padding: 8px 10px;
    }

    .imap-ledend-container .col-sm-6 .pull-right {
        position: static !important;
    }

    .map-legends h3, .map-connections h4 {
        border: 0px !important;
        color: #20234E !important;
        font-weight: 500 !important;
        font-size: 18px !important
    }

    .stations-list div {
        width: 50%;
        font-weight: 500;
    }

        .stations-list div p, .connect-too .connections-to p, .connect-too .metro-icons li {
            font-size: 14px !important;
            margin-top: 5px;
            text-align: left;
        }

    .map-legends-mobile {
        padding-top: 0px
    }

        .map-legends-mobile h4 {
            font-size: 16px !important;
            text-align: left;
        }

    .connect-too {
        font-weight: 500;
        text-align: left;
    }

    .map-legends-mobile .map-legends {
        max-height: none;
        overflow: hidden;
    }

    .map-legends {
        margin-bottom: 0px;
        padding: 10px 10px 0px 10px !important;
    }

    .imap-ledend-container .map-markers .legend-close a {
        background: transparent !important;
        color: #fff;
        font-size: 26px !important;
        padding: 0px !important;
        line-height: 24px !important;
        display: block !important;
        width: auto !important;
        text-decoration: none;
        transform: none;
    }

    .legend-close {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        background: #061B2B !important;
        border-radius: 5px;
    }

    .legend-scrl {
        width: 100%;
        float: left;
    }

        .legend-scrl .legend-scrl-inner a p {
            color: #fff;
            font-size: 15px;
            margin: 0px;
        }

        .legend-scrl .legend-scrl-inner a {
            background: 0 none;
            width: 100%;
            display: block;
            padding: 10px 0 !important;
            text-align: center;
            transform: rotate(0deg);
        }

        .legend-scrl .legend-scrl-inner {
            background: #0084b1;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 3px #fff solid;
            margin: auto;
        }
}
/*FGSUP 760 end */
/*FGSUP 520 start */
.hasJumboImage .jumbo-image h1, .hasJumboImage .jumbo-image .jumbotron__title, .hasJumboImage .jumbo-image h4, .hasJumboImage .jumbo-image .jumbotron__subtitle, .component-jumbotron h1, .component-jumbotron h4, .component-jumbotron .jumbotron__subtitle, .component-jumbotron .jumbotron__title {
    text-align: left;
} .hasJumboImage .swr-rich-text p, .swr-rich-text p, .layout--12 .swr-rich-text p, .swr-col12-center-align .swr-rich-text p {
    text-align: left;
} @media (min-width:1025px) {
    body .swr-col12-center-align .container {
        max-width: 800px;
    }

        body .swr-col12-center-align .container .column {
            width: 100% !important;
        }

        body .swr-col12-center-align .container img {
            width: auto;
        }

        body .swr-col12-center-align .container .layout--4-4-4 .column {
            width: 33.3333333333% !important;
        }

        body .swr-col12-center-align .container .swr-rte-two-Column .column {
            width: 50% !important;
        }

        body .swr-col12-center-align .container .swr-rte-three-Column .column {
            width: 33.3333333333% !important;
        }

        body .swr-col12-center-align .container .swr-rte-four-Column .column {
            width: 25% !important;
        }

        body .swr-col12-center-align .container .layout--4-4-4 .column .promo-crd h3 {
            font-size: 16px;
            line-height: 20px;
            padding-top: 0px;
        }
} @media (max-width:1024px) {
    .layout--12 .swr-rich-text img {
        width: 100% !important
    }
} .swr-col12-center-align iframe {
    width: 100%;
}
/*FGSUP 520 end */
/*FGSUP 588 start*/
span.englishFlag {
    background-image: url(/Assets/img/flag/allflags.png);
    width: 20px !important;
    height: 14px;
    background-size: 50px;
    display: inline-block;
} .input-option.lang span.englishFlag {
    background-image: url(/Assets/img/flag/allflags.png);
    width: 20px !important;
    height: 14px;
    background-size: 50px;
    padding-left: 0;
    margin-left: 0;
    float: left;
    top: 6px;
    position: relative;
} span.englishFlag.zh {
    background-position-y: -19px;
} span.englishFlag.fr {
    background-position-y: -37px;
} span.englishFlag.nl {
    background-position-y: -54px;
} span.englishFlag.de {
    background-position-y: -69px;
} span.englishFlag.it {
    background-position-y: -88px;
} span.englishFlag.es {
    background-position-y: -105px;
} span.englishFlag.ps {
    background-position-y: -122px;
} span.englishFlag.pt {
    background-position-y: -139px;
    background-size: 27px 77px !important;
}
/*FGSUP-588 end*/
.i-yellow-btn {
    background: #b1b1b1 !important;
} div#sticky-scroll-div {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    background: #e9f0f5;
    padding-bottom: 1px;
} .up-scrl-btn, .sticky-legend-down .dwn-scrl-btn {
    display: none
} .sticky-legend-down .up-scrl-btn {
    display: block;
    margin: auto;
} @media only screen and (min-width: 320px) and (max-width: 767px) {
    .indexed-station-list .swr-globalSearch input#search-all-station {
        -webkit-appearance: none;
        appearance: none;
        display: inline-block;
        line-height: 23px !important;
    }
} @media (max-width:767px) {
    .map-markers .map-legends-mobile {
        top: 0px !important
    }

    .connect-too .connections-to p {
        padding-bottom: 15px
    }

    .connect-too .metro-icons li, .connect-too .metro-icons {
        margin-top: 0px !important;
    }

        .connect-too .metro-icons li {
            padding-bottom: 5px;
            padding-right: 0px;
            margin-right: 0px !important;
        }

    .imap-ledend-container {
        padding-top: 0px !important;
    }

    .map-legends-mobile {
        box-shadow: 0 0 0 !important
    }
} @media (max-width: 736px) and (min-width: 640px) {
    .map-markers .map-legends-mobile {
        transform: rotate(0deg);
        right: 0px !important;
        top: 0px !important;
    }
}
/*FGSUP 803 starts */
@media (max-width:1024px) {
    .metro-icons {
        text-align: left !important
    }
}
/*FGSUP 803 ends */
/*Sprint 19 End*/
/*Sprint 20 Start*/
/*FGSUP 768 start*/
.seat-availability-checker-select-component {
    max-width: 470px;
    margin: 10px auto 85px auto;
    text-align: left;
} .form-group.seat-availability-submit-btn {
    text-align: center;
}
/*FGSUP 768 end*/
.globalsearch-no-result {
    font-size: 15px;
    padding: 15px 18px;
} .select-seat-availabilty-form .select2-selection::after {
    content: '\e900';
    font-family: icons, sans-serif;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 9px;
    color: #0092CB;
    box-sizing: border-box;
} .select-wrapper.select-seat-availabilty-form:after {
    display: none;
}
/*FGSUP 768 end*/
/*Sprint 20 end*/
/*Sprint 21 Start*/
/*FGSUP 753 start*/
.promo-crd__wrapper p {
    margin: 0;
} .destination .promo-crd__wrapper p {
    line-height: 19px;
}
/*FGSUP 753 end*/
/*FGSUP 814 starts */
.promo-crd-img .promo-crd__wrapper, .promo-crd__wrapper {
    z-index: 99;
} .promo-crd-img img, .sidebar .promo-crd-img .promo-crd__wrap-link-main img {
    width: 100%
} .layout--12 .promo-crd-img .promo-crd__wrap-link-main img, .promo-crd-img .promo-crd__wrap-link-main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    object-fit: cover;
    height: 100%;
    object-position: top;
} .component-jumbotron img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
} @media (max-width:1024px) {
    .layout--4-4-4 .promo-crd-img .promo-crd__wrap-link-main img, .sidebar .promo-crd-img .promo-crd__wrap-link-main img,
    .promo-crd-img .promo-crd__wrap-link-main img {
        object-fit: inherit;
        height: auto
    }
} @media (max-width:767px) {
    .layout--12 .promo-crd-img .promo-crd__wrap-link-main img {
        bottom: 0 !important;
        top: auto;
        object-fit: inherit;
        height: auto;
    }

    .layout--4-4-4 .promo-crd-img .promo-crd__wrap-link-main img, .sidebar .promo-crd-img .promo-crd__wrap-link-main img {
        bottom: auto !important;
        top: 0px !important;
    }

    .sidebar .promo-crd-img .promo-crd__wrap-link-main {
        top: 0px !important;
    }
}
/*FGSUP 814 ends */
/*FileUpload FGSUP-819*/
.file-upload-label i {
    padding-left: 5px
} .file-upload-label {
    position: relative;
} .file-upload-label .file-details {
        display: block;
        background: #f3f3f3;
        width: 250px;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3)
    } .file-upload-label .file-details p {
            margin: 0px;
        } .uploaded-files-section {
    background: #fff;
    border-radius: 6px;
    padding: 0px !important;
    min-height: 44px;
    float: left;
    width: 100%;
} #progressBar {
    width: 85%;
    background-color: transparent;
    height: 8px;
    border: 1px #36a8d6 solid;
    border-radius: 5px;
    float: left;
    position: relative;
} #myBar {
    width: 10%;
    height: 8px;
    background-color: #29779f;
    text-align: center;
    line-height: 30px;
    color: #36a8d6;
    position: relative;
    border-radius: 5px
} #myProgress span {
    position: absolute;
    right: 0;
    top: -20px;
    color: #36a8d6;
} .uploaded-files-left {
    width: 50%;
    padding-right: 15px;
    display: flex;
} .uploaded-files-right {
    width: 45%;
    position: relative;
    padding-top: 10px;
} .uploaded-files {
    display: flex;
    padding: 10px 0;
} .progress-cancel-btn {
    float: right;
    margin-top: -7px;
} .uploaded-files-left img {
    float: left;
    padding-right: 10px;
} .uploaded-file-name {
    padding: 6px;
    color: black;
    margin: 0px 0 8px 0;
} .progress-cancel-btn button {
    background: #36a8d6;
    border: 0px;
    border-radius: 5px;
    padding: 4px 8px;
    color: #fff;
} .file-remove-btn button {
    border: 0px;
    background: #f00;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
} .RemoveField {
    /* .file-remove-btn { */
    top: 4px;
    position: relative;
    left: 15px;
    display: inline-block;
    border: 0px;
    background: #f00;
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
} .uploaded-files.error {
    display: block;
} .file-error-msg {
    color: #f00;
    padding-top: 10px;
} .file-details p {
    font-size: 11px;
    color: white;
    margin: 3px 0px 0px 0px;
} .status_label {
    color: black;
} .file_dynamic {
    color: black;
    display: inline;
    width: 77% !important;
} .dynamicFile {
    color: black;
} .addcontent {
    display: inline-block;
    width: 72%;
} #RemoveAnchor {
    background: #cc0701;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 8px;
    float: right;
    margin: 5px;
} .upload-browse-btn .input-group-addon {
    padding: 1px 4px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    float: left;
} .upload-component {
    clear: both;
} .upload-browse-btn .addcontent {
    font-size: 13px;
    top: 6px;
    position: relative;
    float: left;
    width: 80%;
} .upload-browse-btn .addcontent img, .upload-browse-btn .addcontent .uploaded-file-name {
        float: left;
    } .attach_file {
    background: #0092CB;
    display: inline-block;
    font-size: 13px;
    padding: 8px;
    margin-top: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.attach_file::before {
        content: "\f067";
        font-family: fontawesome, sans-serif;
        padding-right: 5px;
    } .upload-browse-btn {
    margin: 0px 0px;
    padding-top: 1px;
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px #eee solid;
} .upload-error-msg {
    color: #cc0701;
    clear: both;
    padding-top: 0px;
} span.field-title {
    position: relative;
} .field-title .file-details {
    background: #f5f5f5;
    border-radius: 4px;
    position: absolute;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    padding: 10px;
    z-index: 1;
    width: max-content;
} .field-title .file-details p {
        color: #000;
        font-size: 13px;
    } @media (max-width:1199px) {
    .addcontent {
        width: 65%;
    }
} @media (max-width:767px) {
    #RemoveAnchor {
        position: absolute;
        right: 3px;
        top: 2px;
    }

    .upload-browse-btn {
        position: relative;
        border-bottom: 1px #eee solid;
        padding-top: 1px;
        padding-bottom: 4px;
    }

        .upload-browse-btn .addcontent {
            width: 100%;
            padding: 0 5px;
            top: 2px;
        }
} .prog-mobile-remove {
    display: inline-block;
} @media (max-width: 767px) {
    .prog-mobile-remove {
        display: none;
    }
} i#contact-info-hide.fa, i#fault-info-hide.fa, i#refund-info-hide.fa {
    font-size: 14px;
} #contactus-formgroup .form-group, #fault-formgroup .form-group, #refund-formgroup .form-group {
    display: inline-block;
    width: 100%;
} .attach_file:hover, .fa-exclamation-circle:hover, .dRemoveField:hover {
    cursor: pointer;
} .upload-browse-btn:last-child {
    border: 0px;
} .image-name-uploaded-section {
    width: 60%;
    float: left;
} .progress-uploaded-section {
    width: 40%;
    float: left;
    position: relative;
    top: 7px;
} .progress-uploaded-section progress {
        width: 80% !important;
        float: left;
    } .upload-browse-btn .status_label {
    float: right;
    color: #0092CB;
} .upload-browse-btn #RemoveAnchor i {
    padding-right: 5px;
} .upload-browse-btn span.uploaded-file-name.file-error-msg {
    color: #cc0701;
    padding-top: 0px;
} @media (max-width:767px) {
    #RemoveAnchor {
        font-size: 0px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        padding: 9px 5px;
    }

        #RemoveAnchor i {
            font-size: 16px;
            line-height: 0px;
        }

    .image-name-uploaded-section {
        width: 100%
    }
} .image-name-uploaded-section.file-uploaded-eror {
    width: 100%;
} #file-placeholder {
    color: gray;
    padding: 14px 0px 0px 15px;
    font-size: 13px;
    display: block;
} .swr-form-popup-error-msg {
    font-size: 11px;
    font-weight: bold;
} .promo-crd--transparent .promo-crd__wrapper h3, .promo-crd--ticket-fare-promo .promo-crd__wrapper h3, .component-qtt-form--simple .form-title h3, .destination .promo-crd__wrapper h3, .promo-crd--light-blue .promo-crd__wrapper h3, .promo-crd--h-8-4 h3, .promo-crd--h-4-8 h3, .promo-crd h3, .component-live-information-board h3 {
    font-size: 20px !important;
    font-weight: 500 !important;
} .promo-crd--h-8-4 h3, .promo-crd--h-4-8 h3 {
    margin-bottom: 0px !important;
    line-height: 24px !important
} @media (max-width:1024px) {
    .component-qtt-form--simple .form-title h3 {
        font-size: 20px !important;
    }
} @media (max-width:767px) {
    .component-qtt-form--simple .form-title h3 {
        font-size: 20px !important;
    }
} .offers-promo img {
    margin-bottom: 10px;
} .offers-promo .offers-title h3 {
    font-size: 18px !important;
    font-weight: 500;
}
/*Sprint 21 Ends*/
/*Sprint 22 start*/
/*FGSUP-173 start*/
.color-opt-theme-popup ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 6px;
} .color-opt-theme-popup ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
} .color-opt-theme-popup ::-webkit-scrollbar-thumb {
    background: #C9C9C9;
    border-radius: 6px;
} .color-opt-theme-popup ::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 6px;
    } .color-opt-theme-popup .modal-content div {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
} .color-opt-theme-popup {
    padding: 0px;
    z-index: 9999
} .color-opt-theme-popup .modal-dialog {
        transform: translate(0, -50%) !important;
        top: 50%;
        margin: 0px auto !important;
    } .pop-right-top .modal-dialog {
    transform: translate(-50%, 0%) !important;
    top: 80px;
    left: 50%;
} .color-opt-theme-popup.pop-right-top .modal-inner-section {
    max-width: 450px;
} .color-opt-theme-popup.pop-right-top .layout--8-4 .column {
    padding: 10px 5px;
} .color-opt-theme-popup.pop-right-top .layout--8-4 .column .signup-now-email {
        font-size: 16px;
    } .color-opt-theme-popup .modal-inner-section {
    max-width: 600px;
    width: 95%;
} .color-opt-theme-popup .modal-inner-section .modal-content {
        border: 3px #fff solid
    } .light-theme-popup .modal-inner-section .modal-content {
    background: #b1c8d8;
    max-height: 350px;
    overflow-y: auto;
} .dark-theme-popup .modal-inner-section .modal-content {
    background: #001a2a;
} .color-opt-theme-popup .modal-inner-section .modal-content .modal-header {
    padding: 10px;
    margin: 0;
} .color-opt-theme-popup .modal-inner-section .modal-content .modal-header .close {
        background: 0 none;
        border: 0px;
        font-size: 30px;
        right: 10px;
        position: absolute;
        z-index: 9;
        cursor: pointer;
    } .color-opt-theme-popup .modal-inner-section .modal-body {
    text-align: left
} .color-opt-theme-popup .modal-inner-section .modal-body img {
        width: 100%;
        margin: 0px;
    } .color-opt-theme-popup .modal-inner-section .modal-body h2 {
        margin: 0px;
        padding: 5px 0 0 0;
    } .color-opt-theme-popup .modal-inner-section .modal-body p {
        color: #001a2a;
        font-size: 16px !important;
        text-align: left;
        padding: 5px 0 !important;
        margin: 0px;
        line-height: 22px;
        clear: both;
    } .color-opt-theme-popup .modal-content p {
    padding: 5px 0 !important;
    margin: 0px !important;
    font-size: 16px !important;
    text-align: left;
    line-height: 18px;
} .color-opt-theme-popup.fade {
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden !important;
} body.modal-open {
    overflow: hidden !important;
} .color-opt-theme-popup.dark-theme-popup .modal-inner-section .modal-body h2, .color-opt-theme-popup.dark-theme-popup .modal-inner-section .modal-body p, .color-opt-theme-popup.dark-theme-popup .modal-inner-section .modal-content .modal-header .close {
    color: #fff;
} .padding-0, .email-chkbox-section-inner {
    padding: 0px !important;
} .email-signup-popup input[type="text"] {
    padding: 12px;
    width: 100%;
    font-size: 14px;
} .email-signup-popup input::placeholder {
    color: #ccc;
    font-size: 16px;
    text-align: center;
} .color-opt-theme-popup .layout--8-4 > .column {
    width: 33.33333333%;
    float: left;
} .signup-now-email {
    width: 100% !important;
    min-width: 100% !important;
} .email-chkbox-section, .email-chkbox-section-inner {
    float: left;
    width: 100%;
} .email-chkbox-section-inner p {
        float: left;
    } .email-chkbox-section-inner input {
        float: right;
        width: 25px;
        height: 25px;
        margin-top: 4px;
    } @media (max-width: 1024px) {
    .color-opt-theme-popup .modal-inner-section .modal-body p {
        clear: both;
    }

    .email-chkbox-section p {
        width: 80%;
    }
} @media (max-width: 767px) {
    .color-opt-theme-popup .modal-dialog {
        top: 50%;
        left: 0px;
        right: 0px;
        margin: auto;
        transform: translate(0, -50%) !important;
    }

    .color-opt-theme-popup .layout--8-4 .column {
        width: 50%;
        float: left;
        padding: 10px 5px;
    }

    .signup-now-email, .email-signup-popup input::placeholder {
        font-size: 13px !important;
    }

    .email-signup-popup input {
        padding: 12px 5px !important;
    }

    .color-opt-theme-popup .modal-inner-section .modal-content .modal-header .close {
        right: 3px;
    }
} @media (max-width:600px) {
    .color-opt-theme-popup .modal-inner-section {
        margin: 0 auto !important;
    }
} .show-after-signup {
    display: none;
} .email-error-msg {
    color: #f35423;
    font-size: 12px;
    font-weight: bold;
    display: none;
} #generalMsgModalCenter .modal-inner-section, #defaultMsgModalCenter .modal-inner-section {
    max-width: 450px;
} .color-opt-theme-popup .layout--8-4 > .column:first-child {
    width: 66.666667%
} @media (max-width:767px) {
    .color-opt-theme-popup .layout--8-4 > .column:first-child {
        width: 50%
    }
} .color-opt-theme-popup button {
    opacity: 1 !important;
} .color-opt-theme-popup h2 {
    font-size: 28px !important;
    font-weight: 500 !important
} .color-opt-theme-popup .modal-content {
    padding-bottom: 10px;
} .email-signup-popup input[type="text"], .email-signup-popup .signup-now-email {
    height: 44px;
    border: 0px;
} .email-thank-u, .email-footer-popup {
    padding: 0px !important;
}
/*FGSUP-173 end*/
@media (max-width:767px) {
    .swr-rich-text iframe {
        width: 100% !important;
    }
}
/*Sprint 22 ends*/
/*Sprint 23 start*/
/*FGSUP-831 start*/
.advance-lookUp-message, .adv-success-message {
    display: block;
    color: white;
} div.advance-lookUp-message a, div.advance-lookUp-message span {
    font-size: 16px;
} .advance-lookUp-component {
    background-image: none;
    padding: 0 15px 30px 15px;
    border-radius: 3px;
    border-top: 5px #ffd901 solid;
} .advance-lookUp-message {
    text-align: center;
    margin-top: 10px;
} .advance-lookUp-component h3 {
    font-weight: normal !important;
} .advance-lookUp-component label {
    color: #fff;
    font-size: 16px;
} .advance-lookUp-component .form-row {
    padding: 0 12px 10px 12px !important;
} .advance-lookUp-component .qtt-form-stations .station-switch {
    top: 20px
} .advance-lookup-btn {
    margin-top: 22px !important
}

.advance-lookUp-message span, .advance-lookUp-message span a {
    font-size: 17px !important;
    font-weight: bold;
    color: white;
} .validation-lookup-error span a {
    color: #0092CB;
    text-decoration: underline
} .btn-advance-lookUp-signUp {
    margin-top: 10px !important;
} @media (max-width:1024px) {
    .advance-lookUp-component .qtt-form-stations {
        margin: 0px 20px 0 0 !important;
    }

        .advance-lookUp-component .qtt-form-stations .station-switch {
            top: 85px
        }

    .validation-lookup-error {
        border-top: 0px;
        padding-top: 10px !important
    }

    .advance-lookUp-component h3 {
        font-size: 18px !important;
        padding-bottom: 0px !important;
        line-height: 20px;
    }

    @media (max-width:340px) {
        .advance-lookUp-component .form-title {
            padding-left: 0px !important;
            padding-right: 0px !important
        }
    }
}
/*FGSUP-751 end*/
/*FGSUP-843 start*/
.errorPage {
    min-height: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-top: 50px;
} .errorPage .container, .error404-page-content {
        width: 95%;
        margin: auto !important;
        max-width: 1170px;
    } .error404-page-content p {
            margin: 10px 0 !important;
        } .error404-page-content ul li, .error404-page-content ul li a {
            color: #0563c1 !important;
        } .error404-page-content ul li a {
                text-decoration: underline;
            } .layout--404error {
    padding-top: 0px !important;
    margin-top: 0px !important;
} .error404-page-content {
    padding: 0 30px;
} @media (max-width:1024px) {
    .errorPage .container, .error404-page-content {
        max-width: 750px;
    }

    .error404-page-content {
        padding: 0 20px;
    }
} .errorPage h4 {
    font-size: 23px;
    font-weight: 500
} @media (max-width:767px) {
    .errorPage h4 {
        font-size: 17px;
    }

    .error404-page-content {
        padding: 0 10px;
    }

    .errorPage, .errorPage .error-content {
        padding-top: 0px !important;
    }
}
/*FGSUP-843 end*/
/*Sprint 23 end*/
/*Sprint 24 start*/
/*FGSUP-845 start*/
.component-jumbotron.jumbo-image.banner-gradient-none:before {
    background-color: rgba(0, 0, 0, 0);
} .jumbo-image {
    text-shadow: none;
} .component-jumbotron.jumbo-image.banner-gradient-veryLight:before {
    background-color: rgba(0, 0, 0, 0.1);
} .component-jumbotron.jumbo-image.banner-gradient-light:before {
    background-color: rgba(0, 0, 0, 0.2);
} .component-jumbotron.jumbo-image.banner-gradient-medium:before {
    background-color: rgba(0, 0, 0, 0.4);
} .component-jumbotron.jumbo-image.banner-gradient-dark:before {
    background-color: rgba(0, 0, 0, 0.6);
} .component-jumbotron.jumbo-image.banner-gradient-veryDark:before {
    background-color: rgba(0, 0, 0, 0.8);
}
/*FGSUP-845 end*/
/*FGSUP-518_519 start*/
.journey-check-results-box .jc-line {
    border-bottom: 1px #C7DAE7 solid !important;
} .journey-check-results-box .jc-line .train-heading .icon-bus {
        display: none;
    } .journey-check-results-box .jc-line .train-heading {
        text-align: left;
        background: #061B2B;
        color: #fff;
        border-radius: 5px;
        display: inline-block;
        padding: 10px 15px !important;
        margin-left: 45px;
        margin-bottom: 15px;
        margin-right: 50px;
    } span.deptarture-mobplatform {
    font-size: 14px;
} .head .departure-deskStatus p, .head .departure-mobStatus p {
    background: 0 none !important;
} .head .departure-deskStatus {
    padding-left: 5%;
} .column--station p.column-text {
    line-height: 20px !important;
    padding-bottom: 0px !important;
    padding-top: 20px !important;
} .column--station p.column-text span {
        font-weight: 500 !important;
    } .departure-mobStatus, .journey-platform {
    display: none !important;
} a.station-link {
    position: relative;
    z-index: 1
} .column--name a:hover, .column--name a:hover p, .station-link:hover p {
    color: #0357AB !important;
    cursor: pointer;
} @media (max-width: 1024px) {
    .live-results .results-table .column--time {
        padding-left: 14% !important;
    }

    .journey-check-results-box .jc-line .train-heading {
        margin-left: 30px;
        margin-right: 10px;
        font-size: 20px;
    }
} @media (max-width: 767px) {
    .head .departure-mobStatus {
        display: block !important;
        left: auto !important;
        right: 10px !important;
    }

    .journey-check-results-box .jc-line .train-heading {
        margin-left: 12%;
        font-size: 16px;
        line-height: 20px;
    }

    .head .departure-mobStatus, .journey .column--status {
        display: block !important;
        left: auto !important;
        right: 30px !important;
    }

    .head .departure-deskStatus {
        display: none !important;
    }

    .journey-platform {
        display: block !important;
    }



    .mob-status p {
        padding-top: 0px !important;
    }

    .component-journey-check-results .body .column--ScheduledArrivalDate p {
        line-height: 20px !important
    }
} @media (max-width: 570px) {
    .live-results .results-table .column--time {
        padding-left: 12% !important;
    }

        .live-results .results-table .column--time p {
            text-align: left !important;
        }
} @media (max-width: 440px) {
    .component-live-departures-results .results-table .column--status {
        display: block !important;
    }

    .component-journey-check-results .head .mob-status {
        left: -10px !important
    }

    .component-journey-check-results .body .mob-status {
        right: 8px !important
    }

    .component-journey-check-results .column--arrives {
        left: 8px !important;
        position: relative;
    }
} .sidebar .results-table .head .departure-deskStatus {
    right: 30px;
    left: auto;
    width: auto;
} .sidebar .component-live-departures-results .results-table .body .column--time {
    padding-left: 6% !important;
} @media (max-width:1024px) {
    .sidebar .component-live-departures-results .results-table .body .column--time {
        padding-left: 0% !important;
    }
} @media (max-width:570px) {
    .sidebar .component-live-departures-results .results-table .body .column--time {
        padding-left: 12% !important;
    }
}
/*FGSUP-518_519 end*/
/*FGSUP-813 start*/
.clear-previoussearch-icon {
    padding-left: 5px;
    font-size: 18px;
    color: #0092CB;
    top: 2px;
    position: relative;
    cursor: pointer;
} .recent-search-title {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: black
}
/*FGSUP-813 end*/
/*FGSUP-857 starts*/
.popular-search-section {
    max-width: 750px;
    width: 95%;
    margin: 0 auto 20px;
    background: #c3dae9;
    padding: 15px;
    text-align: center;
    display: table;
    border-top: 5px #0093d0 solid;
} .popular-search-section h4 {
        font-weight: 500
    } .popular-search-section a {
        width: 50%;
        float: left;
    } .popular-search-section a, .popular-search-section a p {
            color: #0093d0;
            text-decoration: underline;
        } .popular-search-section a p {
                margin: 5px 0
            } .globl-search-heading h1 {
    font-weight: 300;
    font-size: 4.6em;
    color: #001b2c;
    display: inline;
    padding-left: 10px;
} .globl-search-heading {
    text-align: center;
    padding-bottom: 30px;
} .globl-search-heading img {
        display: inline;
        position: relative;
        top: 6px;
        width: 48px;
    } .new-glb-search {
    text-align: center;
} .new-glb-search #autoSuggest-desktop-globalSearchPage {
        border-radius: 0px;
        margin: auto;
        width: 100%;
        max-width: 280px;
        position: relative;
        z-index: 10;
    } .new-glb-search .searchbutton_custom {
        padding: 0px;
        width: 20px;
        right: 15px;
    }
    .swr-globalSearch .fa-search::before {
    right: 35px !important;
} .glb-input-field {
    max-width: 280px;
    width: 100%;
    margin: auto;
    position: relative;
    padding-bottom: 12px;
} .glb-search-recent h4 {
    font-weight: 600
} .glb-search-recent ul {
    padding: 0;
    margin-bottom: 0px !important;
    margin-top: 0px;
} .glb-search-recent ul li {
        list-style: none;
    } .glb-search-recent {
    text-align: left;
    padding: 0 15px;
    border: 1px #ccc solid;
    border-top: 0px;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 9;
    margin-top: -5px;
} .glb-input-field button {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 11;
} .glb-search-recent ul li span {
    padding-left: 5px;
    color: #0093d0;
} .glb-search-recent ul li, .glb-search-recent ul li a {
    color: #000
} @media (max-width: 767px) {
    .globl-search-heading h1 {
        font-size: 3.6em;
    }

    .globl-search-heading img {
        top: 15px;
    }

    .swr-globalSearch .glb-input-field .fa-search::before {
        top: 0px !important;
    }

    .popular-search-section a {
        width: 100%;
    }
} .global-popular-search {
    display: none;
    padding-top: 0px !important;
} #sorryResults {
    display: none;
}
/*FGSUP-857 ends*/
/*FGSUP 846 start*/
a.component-smart-app-banner--nothanks {
    float: left;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    left: 0 !important;
}
 .component-smart-app-banner--heading {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    padding-top: 0px;
} .component-smart-app-banner--content {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    float: left;
    width: 57%;
    padding-left: 10px;
    padding-right: 10px;
} .component-smart-app-banner--actions {
    padding-right: 10px;
    padding-top: 0px;
    float: right;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: fit-content;
} a.component-smart-app-banner--download.btn {
    margin-right: 0px;
    font-size: 16px;
    min-width: auto;
    white-space: nowrap;
    font-weight: 500;
    border: none;
    background: #F5D83C;
    color: #061B2B;
} @media (max-width: 355px) {
    .component-smart-app-banner--content {
        width: 55%
    }
} @media (max-width: 340px) {
    .component-smart-app-banner .component-smart-app-banner--icon {
        width: 40px;
        height: 40px;
        margin-top: 18px;
    }

    .component-smart-app-banner--heading {
        font-size: 12px;
    }

    .component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--info {
        line-height: 14px;
        font-size: 11px;
    }

    a.component-smart-app-banner--download.btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}
/*FGSUP 846 end*/
/*Bug fixed*/
#sorryResultsFound {
    display: none;
}
/*FGSUP 813 start*/
input#autoSuggest-desktop, .new-glb-search #autoSuggest-desktop-globalSearchPage, .glb-search-recent {
    border-radius: 5px !important
} .easyPaginatess.swr-search-col {
    max-width: 768px;
    margin: auto;
    float: none;
} .easyPaginateNav a.page, .easyPaginateNav a.prev, .easyPaginateNav a.next {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
    text-align: center;
    background: #E9F0F5 !important
} .easyPaginateNav a.prev, .easyPaginateNav a.next {
    font-size: 0px;
    display: inline-block !important;
} .easyPaginateNav a.prev:hover, .easyPaginateNav a.next:hover, .easyPaginateNav a:hover {
        text-decoration: none;
    }

.easyPaginateNav a.page.current {
    background: #001b2c !important;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
} .easyPaginateNav a.first, .easyPaginateNav a.last {
    background: #fff;
    border-radius: 5px;
    border: 1px #000 solid;
    font-size: 14px;
    min-height: 40px !important;
    top: -2px;
    position: relative;
    min-width: 100px;
    display: inline-block !important;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
    width: 100%
} .easyPaginateNav a.prev::before, .easyPaginateNav a.next::before {
    content: "\f177";
    color: #0092CB !important;
    font-size: 14px;
    font-weight: 500;
    top: 0px;
    position: relative;
    font-family: fontawesome, sans-serif;
    line-height: 20px;
} .page-hide {
    display: none !important;
} .easyPaginateNav a.next::before {
    content: "\f178";
} .glb-search-recent .clear-previoussearch-icon {
    top: 0px;
} .sidebar .journey .journey-platform {
    display: block !important;
} @media (max-width:1024px) {
    .easyPaginateNav a {
        padding: 10px 0px !important;
        float: none !important
    }
} @media (max-width:767px) {
    .globl-search-heading h1 {
        font-size: 25px !important;
    }

    .easyPaginateNav a.first, .easyPaginateNav a.last {
        display: none !important;
    }

    .easyPaginatess .easyPaginateNav {
        text-align: left;
        width: 100% !important;
    }

    .easyPaginateNav a.page {
        float: none;
    }
}
/*FGSUP 813 end*/
@media (max-width:767px) {
    .swr-col12-center-align .layout--12 .promo-crd-img .promo-crd__wrap-link-main img {
        bottom: auto !important;
    }
} .globl-search-heading #sorryResults {
    margin-bottom: 0px;
} .previousSearchdrop-down a {
    padding: 7px 10px;
} .previousSearchdrop-down ul.response-data {
    text-align: left;
} .glb-search-recent li, .previousSearchdrop-down ul li {
    position: relative;
} .previousSearchdrop-down ul li span {
        position: absolute;
        right: 5px;
        top: 8px;
    } .glb-search-recent li span {
        position: absolute;
        right: -8px;
        top: 0;
    } .glb-search-recent li {
    padding-right: 10px;
} .previousSearchdrop-down ul li a {
    padding-right: 15px !important;
} .nav-top-wrap .previousSearchdrop-down, .nav-top-wrap .searchdrop-down {
    border: 1px #ccc solid;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 0 !important;
    overflow: hidden;
    top: 26px;
    left: 2px;
    width: 90%;
    z-index: -1;
} @media (max-width:1024px) {
    input#autoSuggest-mobile {
        border-radius: 5px;
    }

    .finder-btn-mob {
        right: 30px !important
    }
}
/*For IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .component-journey-check .live-results .results-table .body .route-overview .station .dot {
        position: relative;
        top: 0px;
        height: 62px;
    }
}
/*Sprint 24 end*/
/*Sprint 25 start*/
/*FGSUP-748 starts*/
.qtt-tabbed .nav__tabs {
    max-width: 540px !important;
} .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice {
    top: 140px !important;
    right: 45% !important;
} .qtt-tabbed--without-image .component-qtt-form {
    padding-top: 0px;
} @media (max-width: 767px) {
    .tab-qtt-tabs {
        width: 50% !important;
    }

        .tab-qtt-tabs.last-tab-qtt {
            width: 100% !important;
        }

        .tab-qtt-tabs a {
            border-radius: 5px 5px 0 0 !important;
        }

        .tab-qtt-tabs.last-tab-qtt a {
            border-radius: 0 0 5px 5px !important;
            border-top: 0px !important;
            border-left: 1px solid #C7DAE7 !important;
        }

        .tab-qtt-tabs:nth-child(1) a {
            border-radius: 5px 0px 0 0 !important;
        }

        .tab-qtt-tabs:nth-child(2) a {
            border-radius: 0 5px 0 0 !important;
        }
}
/*FGSUP-748 ends*/
/*FGSUP-766 start*/
.component-alt-route-finder .validation-error-message {
    padding-left: 16px;
}
/*FGSUP-766 end*/
/*FGSUP-852 starts*/
.benefits-banner-inner-desk {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    text-align: center;
    align-items: flex-start;
} .benefits-banner-inner-desk .b-banner {
        flex: 1 0 auto;
        width: 20%;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        align-items: center;
    } .desktop-benefits-banner {
        max-width: none;
    margin: 0 auto;
} .benefits-banner-inner-desk::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 6px
} .benefits-banner-inner-desk::-webkit-scrollbar-track {
    background: #e2f4fb;
    border-radius: 6px
} .benefits-banner-inner-desk::-webkit-scrollbar-thumb {
    background: #8bd4f3;
    border-radius: 6px
} .benefits-banner-inner-desk::-webkit-scrollbar-thumb:hover {
        background: #0098d8;
        border-radius: 6px
    } .b-banner-img {
    height: 60px;
    width: 60px;
    padding-bottom: 0px;
} .b-banner-img img {
        width: 60px;
    } .b-banner h4 {
    font-weight: 500;
    font-size: 18px;
    border-bottom: 2px #e2f4fb solid;
    color: #000;
    text-decoration: none;
    padding-bottom: 12px
} .b-banner:hover {
    text-decoration: none;
} .b-banner p {
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px
} .mobile-benefits-banner {
    display: none;
} @media (max-width: 1024px) {
    .b-banner h4 {
        font-size: 16px;
    }
} @media (max-width: 767px) {
    .mobile-benefits-banner {
        display: block;
    }

    .desktop-benefits-banner {
        display: none;
    }

    .benefits-banner-inner-mob {
        width: 300px;
        margin: auto;
        text-align: center;
    }

        .benefits-banner-inner-mob .carousel-control.left, .benefits-banner-inner-mob .carousel-control.right {
            background: 0 none;
        }

        .benefits-banner-inner-mob .carousel-control {
            opacity: 1;
            top: auto;
            bottom: -20px;
        }

        .benefits-banner-inner-mob .carousel-indicators li {
            background: #e6e6e6;
            width: 15px;
            height: 15px;
            border: 0px;
        }

            .benefits-banner-inner-mob .carousel-indicators li.active {
                background: #9d9d9d;
                width: 15px;
                height: 15px;
                border: 0px;
                margin: 1px;
            }

        .benefits-banner-inner-mob .carousel-indicators {
            bottom: -30px;
        }



    .b-banner p {
        font-size: 16px;
    }

    .b-banner.item {
        min-height: 220px;
    }

    .benefits-banner-inner-mob button.owl-prev {
        float: left;
        margin-left: 15px !important;
    }

    .benefits-banner-inner-mob button.owl-next {
        float: right;
        margin-right: 15px !important;
    }

    .benefits-banner-inner-mob .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 10px;
    }

    .benefits-banner-inner-mob .owl-dots {
        margin-top: 12px;
    }
    .benefits-banner-inner-mob .b-banner-img,
    .benefits-banner-inner-mob .owl-carousel .owl-item img {
        display: none !important;
    }
    .b-banner {
        text-align: center;
    }
} .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background: 0 none !important;
}
/*FGSUP-852 ends*/
/*banner image starts*/
@media (max-width: 767px) {
    .mob-image.component-jumbotron.jumbo-image:before {
        margin-bottom: 4px;
    }
}
/*banner images ends*/
/*FGSUP-847 start*/
.component-image figcaption .share-image {
    left: 300px;
} .component-social-sharing2 .outer {
    background-color: #fff;
    width: 126px;
    height: 182px;
    padding: 6px;
    position: absolute;
    border: 1px solid #D8D8D8;
    z-index: 2;
    bottom: 90px;
} .component-social-sharing2 .outer:after, .component-social-sharing2 .outer:before {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
    } .component-social-sharing2 .outer:after {
        left: 40px;
        bottom: -40px;
        border-color: #fff transparent transparent transparent;
        border-width: 20px;
    } .component-social-sharing2 .outer:before {
        left: 40px;
        bottom: -41px;
        border-color: #D8D8D8 transparent transparent transparent;
        border-width: 20px;
    } .component-social-sharing2 .outer .inner {
        margin: 0;
        padding: 0;
        width: 100%;
    } .component-social-sharing2 .outer .inner .item {
            background-color: grey;
            width: 56px;
            height: 56px;
            display: block;
            float: left;
        } .component-social-sharing2 .outer .inner .item--mail {
            background-color: #626583;
        } .component-social-sharing2 .outer .inner .item--close {
            background-color: #F1F6F7;
        } .component-social-sharing2 .outer .inner .item--linkedin {
            background-color: #008CC9;
        } .component-social-sharing2 .outer .inner .item--google {
            background-color: #D73D32;
        } .component-social-sharing2 .outer .inner .item--twitter {
            background-color: #1DA1F2;
        } .component-social-sharing2 .outer .inner .item--facebook {
            background-color: #547BBD;
        } .component-social-sharing2 .outer .inner .item .close-x {
            stroke: #003668;
            fill: transparent;
            stroke-linecap: round;
            stroke-width: 4;
        } .component-social-sharing2 .outer .inner .item .icon, .component-social-sharing2 .outer .inner .item *[class*='icon-'], .component-social-sharing2 .outer .inner .item .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-social-sharing2 .outer .inner .item .station-switch__icon {
            display: block;
            padding: 12px;
        } .component-social-sharing2 .share-button2 .btn, .component-social-sharing2 .share-button2 .btn-primary, .component-social-sharing2 .share-button2 .btn-secondary, .component-social-sharing2 .share-button2 .btn-tertiary, .component-social-sharing2 .share-button2 .btn-tertiary-blue, .component-social-sharing2 .share-button2 .btn-primary-invert, .component-social-sharing2 .share-button2 .btn-secondary-invert, .component-social-sharing2 .share-button2 .btn-tertiary-invert {
    font-family: "Weissenhof Grotesk", 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-sharing2 .share-button2 .icon-share:before {
    margin-right: 10px;
} .component-social-sharing .outer .inner a {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    margin: 0px 2px;
    background: none !important
} .component-social-sharing .outer .inner a span.icon {
        padding: 0px !important;
        overflow: hidden;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        cursor: pointer;
    } .component-social-sharing .outer .inner a span.icon img {
            width: 100%;
        } .component-social-sharing {
    position: relative;
    padding-bottom: 15px;
} @media (max-width: 991px) {
    .component-social-sharing .copylinkanchordivalert {
        left: 100%;
        right: auto;
        margin-left: 10px;
        margin-right: 0;
    }

        .component-social-sharing .copylinkanchordivalert::before {
            content: "\f0d9";
            left: -5px;
            right: auto;
        }
} @media (max-width: 480px) {
    .component-social-sharing .outer .inner a, .component-social-sharing .outer .inner a span.icon {
        width: 26px !important;
        height: 26px !important
    }

    .component-social-sharing .share-button .icon-share {
        padding: 13px;
    }

    .component-social-sharing .outer .inner a span.icon {
        margin: 0px !important;
    }

    .column .component-social-sharing .outer {
        bottom: 8px !important;
        height: 35px !important;
        left: 115px;
        top: auto;
    }

    .component-social-sharing {
        padding-bottom: 8px;
    }

        .component-social-sharing .copylinkanchordivalert {
            left: auto;
            right: -30px;
            top: -30px;
            bottom: auto;
        }

            .component-social-sharing .copylinkanchordivalert::before {
                content: "\f0d7";
                left: 0;
                bottom: -16px;
                right: 0;
                top: auto;
            }
}
/* image share tool starts*/
.component-image figcaption.img-share-tool {
    right: 0 !important;
    padding: 0;
    background: #fff;
    left: auto;
    margin: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
} .component-image figcaption.img-share-tool:hover, figcaption.img-share-tool:hover {
        cursor: pointer;
    } figcaption.img-share-tool {
    position: relative;
    width: 40px !important;
    height: 40px !important;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 50%;
} figcaption.img-share-tool::before {
        content: "\f1e0";
        font-family: fontawesome, sans-serif;
        color: #000;
        font-size: 16px;
        position: relative;
        top: 7px;
    } .component-image .socialsharingimagediv {
    position: absolute;
    right: 55px;
    bottom: 7px;
} .socialsharingimagediv {
    position: relative;
    right: 0px;
    bottom: -5px;
} .socialsharingimagediv .component-social-sharing2 .outer {
        top: 0;
        width: 49px;
        height: auto;
        bottom: auto;
        border-radius: 25px;
    } .socialsharingimagediv .component-social-sharing2 .outer .inner .item {
            background: 0 none !important;
            width: auto;
            height: auto;
            margin: 1px 0;
        } .socialsharingimagediv .component-social-sharing2 .outer .inner .item .icon {
                padding: 0px;
                width: 36px;
                height: 36px !important;
                border-radius: 50%;
                overflow: hidden;
            } .socialsharingimagediv .component-social-sharing2 .outer:after, .socialsharingimagediv .component-social-sharing2 .outer:before {
            display: none;
        } .socialsharingimagediv .component-social-sharing2 .outer .inner .item .icon img {
            width: 100%;
        } @media (max-width: 480px) {
    .socialsharingimagediv .component-social-sharing2 .outer {
        width: 40px;
    }

        .socialsharingimagediv .component-social-sharing2 .outer .inner .item .icon {
            width: 26px !important;
            height: 26px !important;
        }

    .component-image .socialsharingimagediv {
        right: 50px;
    }
}
/* image share tool ends*/
.copylinkanchor {
    cursor: pointer;
} .copylinkanchordivalert {
    position: absolute;
    top: auto;
    left: 100%;
    width: auto;
    height: auto;
    background-color: #000;
    color: #fff;
    text-align: center;
    display: none;
    bottom: 10px;
    text-transform: none;
    padding: 2px 10px;
    white-space: nowrap;
    font-size: 13px;
    border-radius: 5px;
    margin-left: 15px;
} .copylinkanchordivalert::before {
        content: "\f0d9";
        font-family: fontawesome, sans-serif;
        position: absolute;
        left: -6px;
        font-size: 20px;
        color: #000;
        top: -3px;
    } @media (max-width: 991px) {
    .copylinkanchordivalert {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }

        .copylinkanchordivalert::before {
            content: "\f0da";
            left: auto;
            right: -6px;
        }
} #altRouteFinderModal {
    z-index: 9999;
} @media (max-width:1024px) {
    .component-alt-route-finder fieldset .qtt-form-date-select {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
} @media (max-width:852px) {
    #altRouteFinderModal .modal-body {
        padding-top: 25px !important;
    }
} @media (max-width:767px) {
    .component-alt-route-finder fieldset .select2-container .select2-selection--single .select2-selection__rendered {
        width: 270px;
    }
}
/*Sprint 25 end*/
/*FGSUP-849 starts*/
.component-station-details .accordion .accordion-content ul li h4::before {
    font-size: 30px;
    width: auto;
    display: inline-block;
    text-align: left;
    padding-right: 15px;
    top: 3px;
    position: relative;
} .component-station-details .accordion .accordion-content ul li h4 {
    font-weight: 700;
    border-bottom: 2px #0092CB solid;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Weissenhof Grotesk", sans-serif;
    font-size: 20px;
} .acordian-question, .acordian-anwser, .accordain-heading-feature, .accordian-heading-answer {
    width: 46%;
    display: inline-block !important;
    padding: 5px 0 10px 0;
    vertical-align: top !important;
} .acordian-question, .accordain-heading-feature {
    padding-right: 15px;
    font-weight: 700;
} .acordian-anwser.answer-no::before {
    content: "\f00d";
    font-family: fontawesome, sans-serif;
    color: #f30017;
    padding-right: 0;
    position: absolute;
    left: 0;
} .acordian-anwser.answer-yes::before {
    content: "\f00c";
    font-family: fontawesome, sans-serif;
    color: #12b358;
    padding-right: 0;
    position: absolute;
    left: 0;
} .acordian-anwser.answer-yes, .acordian-anwser.answer-no {
    padding-left: 22px;
    position: relative;
} .acordian-question, .acordian-anwser {
    padding-bottom: 20px;
} .accordain-heading-feature {
    width: 100%
}
@media (max-width:767px) {
    .acordian-question, .acordian-anwser, .accordain-heading-feature, .accordian-heading-answer {
        width: 100%;
    }

    .acordian-question, .accordain-heading-feature {
        padding-bottom: 5px;
    }

    .acordian-anwser {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .component-station-details .accordion .accordion-content ul li h4::before {
        padding-bottom: 3px;
    }
} .acordian-anwser p {
    margin: 0px;
} .icon-accessibility:before, .mapper-icon-stationaccess: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-information:before, .mapper-icon-stationdetails:before, .mapper-icon:before, .mapper-icon-railreplacementservices:before {
    content: '\e82e';
} .mapper-icon-stationsecurity::before {
    content: "\f132";
    font-family: fontawesome, sans-serif;
} .mapper-icon-touristfacilities::before {
    content: "";
    width: 40px !important;
    height: 35px;
    padding-right: 10px;
    background: url(/Assets/img/tourist-facilities.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 6px;
} .mapper-icon-accessiblestationfacilities:before {
    content: "";
    width: 36px !important;
    height: 20px;
    margin-right: 0px;
    background: url(/Assets/img/accessible-station-facility.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 15px;
} li h4.mapper-icon-ticketingaccess::before {
    content: "\f145";
    font-family: fontawesome, sans-serif;
} .mapper-icon-bikestorage:before {
    content: "";
    width: 40px !important;
    height: 35px;
    padding-right: 10px;
    background: url(/Assets/img/bike-storage.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 6px;
} .mapper-icon-bikestorage {
    padding-bottom: 15px;
} @media (max-width:767px) {
    .mapper-icon-bikestorage:before, .mapper-icon-touristfacilities::before {
        top: 13px;
        padding-right: 0px;
        margin-right: 10px;
    }

    .mapper-icon-accessiblestationfacilities:before {
        top: 25px;
    }
} @media (max-width:480px) {
    li.station-feature h4 {
        float: left;
    }

    accordion-group li.station-feature h4::before {
        float: none;
    }

    .accordion-group li.station-feature h4 {
        width: 100%
    }

    .mapper-icon-accessiblestationfacilities:before, .mapper-icon-bikestorage:before, .mapper-icon-touristfacilities::before {
        top: 0px;
        height: 20px;
    }
} .mapper-icon-ticketinginformation::before {
    content: "\f129";
    font-family: fontawesome, sans-serif;
} icon-toilets:before, .mapper-icon-nationalkeytoilets:before, .mapper-icon-toilets:before, .mapper-icon-toiletfacilities:before {
    content: '\e843';
} .icon-shop_retail:before, .mapper-icon-shopscafesandcashmachines:before {
    content: '\e81a';
} .mapper-icon-carparking:before {
    content: '\e818';
} @media (max-width:480px) {
    .component-station-details .accordion .accordion-content ul li h4::before {
        position: relative;
        top: -5px
    }
}
/*FGSUP-849 ends*/
/*FGSUP-876 start station Map*/
.new-station-information {
    padding-top: 15px;
}
.new-station-information-inner h5 {
    font-weight: 500
} .new-station-information-inner {
    background: #e8f0f6;
    border-top: 3px #0093d0 solid;
    margin-top: 10px;
    padding: 10px 20px 20px;
} .new-station-information-inner a.btn-primary .get-direction-btn {
        font-size: 18px;
        font-weight: 500;
    } .new-station-information-inner pre {
        margin-top: 0px;
        color: #061B2B;
        font-size: 16px;
    } .new-station-information-inner .btn-primary {
        margin-top: 10px;
        margin-bottom: 20px;
    } .new-station-information-inner .btn-secondary {
        margin-bottom: 15px;
    } .new-station-information-inner span {
        color: #061B2B;
        font-size: 16px;
        padding: 5px 0;
        display: block;
    } .new-station-information-map, .swr-dynamicmap {
    width: 100%;
    margin: 10px auto 0px;
    height: 400px;
    padding: 0px;
} .swr-dynamicmap {
    border: 5px #fff solid;
} .swr-col12-component .container {
    max-width: 800px
} span.vew-in-map-btn {
    font-size: 18px;
    padding: 20px 0px 0px;
    display: block;
    color: #0357ab !important;
} .mobile-dynamicmap, .mobile-at-glance {
    display: none !important
} @media (max-width: 1024px) {
    .new-station-information-inner .layout--8-4 > .column:first-of-type {
        width: 66.66666667%;
        float: left;
    }

    .new-station-information-inner .layout--8-4 > .column:last-of-type {
        width: 33.33333333%;
        float: left;
    }
} @media (max-width: 767px) {
    .desktop-dynamicmap, .desktop-at-glance {
        display: none
    }

    .mobile-dynamicmap {
        padding: 0 12px;
        border-top: 0px;
        display: block !important;
        margin-top: 20px;
    }

    .mobile-at-glance {
        border-top: 0px;
        display: block !important;
    }

        .mobile-dynamicmap .accordion-header h3, .mobile-at-glance h3 {
            font-size: 16px !important;
            font-weight: normal;
        }

    .accordion .accordion-header .content-wrap .planned-works-title {
        width: 90% !important;
    }

    .accordion .accordion-header .content-wrap .with-caret .accordion-icon:before {
        font-size: 15px
    }

    .mobile-dynamicmap .new-station-information-inner {
        margin-top: 0px;
        border-top: 0px;
    }

    .mobile-dynamicmap .accordion-header.open, .mobile-dynamicmap .accordion-content.open,
    .mobile-at-glance .accordion-header.open, .mobile-at-glance .accordion-content.open {
        border-left: 0px;
        border-right: 0px;
    }

    .mobile-dynamicmap .accordion-content.open, .mobile-at-glance .accordion-content.open {
        border-bottom: 0px
    }

    .mobile-dynamicmap .new-station-information {
        padding-top: 0px;
    }

        .mobile-dynamicmap .new-station-information .column {
            padding: 0 18px;
        }

    .mobile-dynamicmap .accordion-header, .mobile-at-glance .accordion-header {
        border-top: solid 5px #0092CB;
        padding: 10px 20px;
    }

    .mobile-dynamicmap .accordion-header {
        padding-bottom: 0;
    }

    .mobile-dynamicmap .accordion-content, .mobile-at-glance .accordion-content {
        padding: 0px !important;
    }

    .mobile-at-glance .component-station-at-glance {
        border-top: 0px
    }

    .new-station-information-inner .layout--8-4 > .column:first-of-type, .new-station-information-inner .layout--8-4 > .column:last-of-type {
        width: 100%
    }

    span.vew-in-map-btn {
        padding: 20px 10px 10px;
        font-size: 16px;
    }

    .new-station-information-inner a.btn-primary .get-direction-btn {
        font-size: 16px;
    }

    .new-station-information-map, .swr-dynamicmap {
        width: 100%;
        margin: 10px auto 0px;
        height: 250px;
        padding: 0px;
    }

    .swr-dynamicmap {
        border: 1px #ccc solid;
    }

    .new-station-information-inner {
        padding: 0px;
    }


        .new-station-information-inner .btn-primary {
            margin-bottom: 0px;
        }
}
/*FGSUP-876 end station Map*/
/*FGSUP-876 LiveTime start*/
.live-component-changetime-nav {
    text-align: center;
    margin-left: 0px !important
} .live-component-select-caret {
    display: inline-block;
    position: relative;
} .live-component-select-caret::after {
        display: none;
    } select#timeMinute {
    border-left: 1px #0092CB solid;
    margin: 0 5px;
    border-radius: 0px;
} select#timeMinute1 {
    border-left: 1px #0092CB solid;
    margin: 0 5px;
    border-radius: 0px;
} .live-component-changetime {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-left: 0px !important
}
.live-component-dropdown {
    border: 1px #0092CB solid;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    border-right: 0px;
    background: #fff;
} select#timeHour {
    margin: 0 5px;
} select#timeHour1 {
    margin: 0 5px;
} .live-component-dropdown select {
    border: 0px;
    padding: 10px 10px 9px 10px;
    width: 100px;
    background: 0 no-repeat;
    font-size: 16px;
    border-radius: 8px;
    z-index: -1
} button.btn-changetme {
    position: relative;
    border-radius: 0 5px 5px 0;
    top: -3px;
    left: -2px;
    min-width: 135px;
    width: 135px;
} .live-component-changetime-nav .fancy-select {
    width: 110px;
    text-align: left;
} button.btn-refrsh {
    background: #0092CB;
    border: 0px;
    border-radius: 5px;
    padding: 5px 10px 6px;
    font-size: 28px;
    top: 57px;
    color: #fff;
    right: 2px;
    cursor: pointer;
    position: static;
    float: right;
    margin-left: 5px;
} .live-component-changetime-nav .fancy-select ul.options {
    min-width: auto !important;
    width: 100%;
    border: 1px #eee solid;
} .live-component-changetime-nav .fancy-select ul.options li {
        margin-bottom: 0px;
    } @media (max-width: 767px) {
    .live-component-changetime-nav-main .nav .tabs {
        max-width: 280px;
        margin: 0px auto;
    }

    .live-component-dropdown select {
        padding: 8px 0px 7px 0px;
        width: 100%;
        font-size: 14px;
    }

    button.btn-changetme {
        top: -3px;
        left: -3px;
        min-width: 50px !important;
        padding: 14px 5px 14px;
        font-size: 14px;
    }

    button.btn-refrsh {
        top: 4px;
        position: relative;
        padding: 6px 10px;
    }

    .live-component-select-caret::after {
        top: 17px;
    }

    select#timeHour, .live-component-dropdown select {
        width: 100% !important;
    }
    select#timeHour1, .live-component-dropdown select {
        width: 100% !important;
    }

    select#timeMinute {
        margin-left: 0px;
    }
    select#timeMinute1 {
        margin-left: 0px;
    }

    .live-component-changetime {
        margin-left: 0px;
    }

    .live-component-changetime-nav .fancy-select {
        width: 70px;
    }

        .live-component-changetime-nav .fancy-select .trigger {
            padding-left: 7px !important
        }
}
/*FGSUP-876 LiveTime end*/
.component-live-departures-head h2 {
    padding-bottom: 35px;
} .component-live-departures-results .nav .tabs .tab-thumb.active a {
    color: #fff;
} .fa-repeat:before {
    content: '\e844' !important;
    font-family: 'icons', sans-serif;
} .swr-col12-component .live-results .results-table .column p, .swr-col12-component .live-results .results-table .column #page .expandable-panel, .swr-col12-component #page .live-results .results-table .column .expandable-panel, .swr-col12-component .live-results .results-table .column .expandable-panel-link {
    font-size: 16px;
} .new-station-information-inner .btn-secondary:hover {
    background: #0092CB;
    cursor: inherit;
} .new-station-information-inner .btn-red:hover {
    background: #da2121;
    cursor: inherit;
} .new-station-information-inner .btn-green:hover {
    background: #008A1C;
    cursor: inherit;
} .live-component-select-caret:nth-child(2) .fancy-select {
    border-left: 1px #0092CB solid;
    border-radius: 0;
}
.component-station-details h4 {
    padding-bottom: 40px;
} .div-view-all-trains .btn_blow {
    background: 0 none;
    width: auto;
    padding-top: 20px;
} .div-view-all-trains .btn_blow a {
        background: #0092CB;
        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;
    } .component-station-at-glance .inner ul li a:before {
    overflow: visible;
} .component-station-at-glance .inner ul li a {
    font-size: 14px !important;
    color: #061B2B;
    padding-right: 45px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
} @media (max-width:767px) {
    .div-view-all-trains .btn_blow, .div_blow_btn {
        padding-top: 0px;
        padding-bottom: 0;
    }

    .accordion.mobile-dynamicmap .accordion-header, .accordion.mobile-at-glance .accordion-header, .mobile-dynamicmap .accordion-content, .mobile-at-glance .accordion-content {
        border-left: 0px;
        border-right: 0px;
    }


        .accordion.mobile-dynamicmap .accordion-header .content-wrap .with-caret .accordion-icon, .accordion.mobile-at-glance .accordion-header .content-wrap .with-caret .accordion-icon {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .mobile-dynamicmap .accordion-header {
        padding-bottom: 10px !important;
    }

    .mobile-dynamicmap {
        width: 100% !important;
    }
} @media (max-width:480px) {
    .div-view-all-trains .btn_blow a {
        font-size: 16px;
    }
}
/*Sprint 25 end*/
/*FGSUP-851 starts*/
.ticket-fare-main h2 {
    text-align: center;
    padding-bottom: 25px;
} .ticket-fare-desk {
    margin: 0 auto;
    max-width: none !important;
} .ticket-fare-station a {
    color: #061B2B;
    cursor: pointer;
} .ticket-fare-station a:hover, .ticket-fare-station a:hover label {
        color: #0357AB;
        cursor: pointer;
        text-decoration: none;
    } .ticket-fare-banner {
    color: #061B2B;
    padding: 0;
    flex: 1 0 auto;
    margin: 0 10px;
    border-top: 3px #0295d6 solid;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 270px !important;
} .ticket-fare-nectar-img .ticket-fare-station label {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #061B2B;
} .ticket-fare-station-class {
    text-align: center;
    padding: 30px 10px 15px;
    background: #E9F0F5;
    background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #E9F0F5 30px, #E9F0F5 60px), linear-gradient(to bottom, rgba(244, 248, 250), rgba(244, 248, 250));
    min-height: 300px;
    border-top: 0px !important;
    border-left: 1px #c3dae9 solid;
    border-right: 1px #c3dae9 solid;
    border-bottom: 1px #c3dae9 solid;
} .ticket-fare-class {
    display: flex;
    font-size: 15px;
    padding-top: 15px;
} .ticket-fare-banner button {
    min-width: 100% !important
} .ticket-class {
    width: 50%;
    padding-bottom: 10px;
    flex: 1 0 auto;
} .ticket-class .ticket-fare-price {
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 5px;
    } .ticket-class span {
        font-size: 13px;
    } .ticket-fare-station-class button {
    min-width: 120px;
} .ticket-peak-offers {
    padding-top: 15px;
} .ticket-peak-offers p {
        font-size: 13px;
        margin: 2px 0;
        line-height: 16px;
    } .ticket-class .ticket-fare-price span {
    font-weight: 500;
    font-size: 25px;
} .ticket-fare-nectar {
    padding: 10px 15px 10px 10px;
    display: flex;
    text-align: left;
    border-bottom: 1px #c3dae9 solid;
    border-left: 1px #c3dae9 solid;
    border-right: 1px #c3dae9 solid;
    position: relative;
} .ticket-fare-nectar-img {
    width: 50px;
    line-height: 0px
} .ticket-fare-nectar-img img {
        width: 100%
    } .ticket-fare-nectar-content {
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    transform: translate(50px, -50%);
    top: 50%;
    width: 76%;
} .ticket-fare-inner-desk {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    text-align: center;
    padding-bottom: 10px;
} .ticket-fare-inner-desk::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        border-radius: 6px
    } .ticket-fare-inner-desk::-webkit-scrollbar-track {
        background: #e2f4fb;
        border-radius: 6px
    } .ticket-fare-inner-desk::-webkit-scrollbar-thumb {
        background: #8bd4f3;
        border-radius: 6px
    } .ticket-fare-inner-desk::-webkit-scrollbar-thumb:hover {
            background: #0098d8;
            border-radius: 6px
        } .ticket-fare-mob .ticket-fare-banner {
    width: 275px !important;
    margin: 0px !important;
} .ticket-fare-mob {
    display: none;
    width: 280px;
    margin: auto;
} @media (max-width: 1024px) {
    .ticket-fare-banner button {
        min-width: 100% !important
    }

    .ticket-fare-nectar {
        padding: 10px 8px
    }

    .ticket-fare-nectar-img {
        width: 40px;
    }

    .ticket-fare-station-class {
        padding-top: 15px
    }

    .ticket-class span, .ticket-peak-offers p {
        font-size: 14px;
    }
} @media (max-width: 767px) {
    .ticket-fare-mob {
        display: block;
    }

    .ticket-fare-desk {
        display: none;
    }

    .ticket-fare-mob button.owl-prev {
        float: left;
        margin-left: 0px !important;
        margin-top: 15px !important;
    }

    .ticket-fare-mob button.owl-next {
        float: right;
        margin-right: 0px !important;
        margin-top: 15px !important;
    }

    .ticket-fare-mob .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 3px;
    }

    .ticket-fare-mob .owl-dots {
        margin-top: 15px;
    }

    .ticket-fare-mob .item {
        width: 280px !important;
        margin: auto;
    }

    .ticket-fare-mob .owl-theme .owl-nav {
        margin: 10px auto;
        width: 290px;
    }
} @media (max-width:1024px) {
    .ticket-fare-station-class .btn-primary {
        min-width: 100%;
    }
}
/*FGSUP-851 end*/
/*new at-a-glance start*/
.feature-at-glance-available, .feature-at-glance-unavailable {
    width: 40px;
    background: #fff;
    right: 0;
    min-height: 45px;
    top: 0;
    position: absolute;
    text-align: center;
    border-radius: 0 5px 5px 0;
    padding-left: 0px !important;
} .feature-at-glance-available::before {
        content: "\f00c";
        font-family: 'FontAwesome', sans-serif;
        font-size: 18px;
        padding-top: 10px;
        display: block;
        color: #3caf47;
    } .feature-at-glance-unavailable::before {
        content: "\f00d";
        font-family: 'FontAwesome', sans-serif;
        font-size: 18px;
        padding-top: 10px;
        display: block;
        color: #e81f2d;
    } @media (max-width:767px) {
    .component-station-at-glance .inner ul {
        -webkit-column-count: 1;
        column-count: 1;
        padding-left: 0px;
    }

    .mobile-at-glance .component-station-at-glance {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*new at-a-glance start*/
.swr-col12-component .component-station-details h4 {
    padding-bottom: 10px;
} @media (max-width:767px) {
    .mobile-dynamicmap {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
/*sidebar change time start*/
.sidebar .live-component-changetime {
    margin-left: 0px;
} .sidebar button.btn-changetme {
    min-width: 130px
} .sidebar .live-component-changetime-nav .fancy-select {
    width: 110px;
} .sidebar .component-live-departures-results .nav .tabs {
    max-width: 310px;
    margin: 0px;
} @media (max-width: 1218px) {
    .sidebar button.btn-changetme {
        width: 100px;
        min-width: 130px
    }

    .sidebar .component-live-departures-results .nav .tabs {
        max-width: 300px
    }
} @media (max-width: 1199px) {
    .sidebar button.btn-changetme {
        min-width: auto;
        font-size: 14px;
        padding: 14px 0;
    }

    .sidebar .component-live-departures-results .nav .tabs {
        max-width: 82%;
    }
} @media (max-width: 1166px) {
    .sidebar .live-component-changetime {
        text-align: left;
        width: 100%;
    }

    .sidebar .live-component-dropdown {
        width: 70%;
    }

    .sidebar button.btn-changetme {
        width: 29%;
    }

    .sidebar .live-component-select-caret {
        width: 48%;
        padding-left: 5px;
    }

    .sidebar .live-component-changetime-nav .fancy-select {
        width: 100px;
    }
} @media (max-width: 1024px) {
    .sidebar .live-component-changetime {
        margin-left: 50px;
        width: 88%;
    }

    .sidebar .component-live-departures-results .nav .tabs {
        margin: auto;
        padding-right: 5px;
    }



    .sidebar .live-component-changetime-nav .fancy-select {
        width: 100%
    }
} @media (max-width: 767px) {
    .sidebar .live-component-changetime-nav {
        text-align: left;
    }

    .sidebar .live-component-changetime {
        width: 280px;
        margin: 0px auto !important;
        display: block;
    }

    .sidebar .live-component-dropdown {
        width: 54%;
    }

    .sidebar .component-live-departures-results .nav .tabs {
        max-width: 280px;
    }
}
/*sidebar change time end*/
@media (max-width:991px) {
    .ticket-fare-nectar-content {
        transform: translate(50px, -50%);
    }
} .component-live-departures h2:not(.section-title) {
    padding-top: 15px;
    padding-bottom: 35px;
}
/*Sprint 24 end*/
/*FGSUP-877 start*/
.travelWidget-datepickerwrap.live-component-select-caret input {
    min-height: 42px;
    border: 0px;
    background: 0 none;
    font-size: 16px;
    padding-left: 5px;
    width: 130px;
    cursor: pointer;
    z-index: 1;
    position: relative;
} .travelWidget-datepickerwrap.live-component-select-caret::before {
    content: '\e900';
    font-family: icons, sans-serif;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    top: 1px;
    right: 6px;
    color: #0092CB !important;
    box-sizing: border-box;
    line-height: 40px
} @media (max-width: 767px) {
    .travelWidget-datepickerwrap.live-component-select-caret input {
        width: 110px
    }

    button.trvel-chngetme {
        float: right;
        padding: 14px 20px;
        position: static !important;
    }
}
/*FGSUP-877 end*/
/*FGSUP-876 bug fix starts*/
.clear-light-stripe {
    background: #fff;
} .acordian-anwser {
    padding-left: 0;
} .ticket-note h6 {
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 15px;
} .ticket-note p {
    margin-top: 0px;
} @media (max-width:767px) {
    .live-component-changetime-nav {
        margin-left: 0px;
    }
} section.component-station-facilities-des.component-station-description, .swr-col12-component .component-station-at-glance {
    margin-bottom: 0;
} .swr-col12-component .new-station-information, .swr-col12-component .new-station-information h3, .swr-col12-component .swr-col12-component {
    padding-top: 0;
} .swr-col12-component .component-station-details .accordion .accordion-content ul li {
    padding-bottom: 0;
    margin-bottom: 0px;
    padding-top: 0;
} .ticket-fare-mob .owl-theme .owl-nav, .ticket-fare-mob .ticket-fare-banner {
    width: 280px;
    margin: auto;
} .ticket-fare-station a, .ticket-fare-banner, .ticket-fare-station label {
    color: #061B2B;
} .ticket-fare-mob .owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
} .ticket-fare-station label {
    font-size: 19px;
    font-weight: 600;
    width: 100%;
    display: block;
} .ticket-fare-station-class .btn-primary {
    min-width: 120px;
} @media (max-width: 1024px) {
    .ticket-class .ticket-fare-price, .ticket-class .ticket-fare-price span {
        font-size: 25px;
    }

    .ticket-fare-station-class {
        min-height: 260px
    }

    .ticket-fare-nectar-content {
        padding-left: 0px !important
    }

    .ticket-fare-nectar {
        margin-bottom: -6px
    }
} @media (max-width: 767px) {
    .ticket-fare-nectar {
        margin-bottom: 0px;
    }
}
/*FGSUP-851 end*/
.new-station-information-inner .layout--6-6 {
    display: flex;
} .opning-hrs-info {
    padding-left: 60px !important;
    border-left: 2px #9fadb6 solid !important;
} .column.station-address-info::before, .opning-hrs-info::before {
        content: "\f041";
        font-family: fontawesome, sans-serif;
        font-size: 30px;
        position: absolute;
        top: 0;
        left: 10px;
    } .station-address-info, .opning-hrs-info {
    position: relative;
    width: 50%;
} .station-address-info {
    padding-left: 40px !important;
} .opning-hrs-info::before {
    content: "\f017";
    left: 20px;
} @media (max-width:767px) {
    .mobile-dynamicmap .station-address-info, .mobile-dynamicmap .opning-hrs-info {
        width: 100%;
        padding-left: 40px !important;
    }

    .column.station-address-info::before, .column.opning-hrs-info::before {
        left: 0px;
    }

    .mobile-dynamicmap .opning-hrs-info {
        border-top: 2px #061B2B solid;
        border-left: 0px;
        padding-top: 10px !important;
        margin-top: 20px !important;
    }

    .opning-hrs-info::before {
        top: 10px;
    }

    .mobile-dynamicmap .new-station-information-inner .layout--12 {
        margin: 0px;
        padding: 0 15px !important;
    }
} .component-live-departures-results .nav {
    display: flex;
} .results-table {
    overflow: hidden;
    border-radius: 8px !important;
    border: 1px #061B2B solid;
} .component-live-departures-head {
    background: #E9F0F5;
    padding: 10px 15px 20px;
} .component-live-departures.component-live-departures-head h2 {
    margin-top: 0px !important;
    text-align: left;
} @media (max-width:1199px) {
    button.btn-changetme {
        min-width: 125px;
        width: 125px;
        padding: 12px 0;
        text-align: center;
    }

    .live-component-changetime-nav .fancy-select {
        width: 100px
    }

    .component-live-departures-results .nav {
        width: 355px
    }
} @media (max-width:1024px) {
    .component-live-departures-results .nav {
        width: 350px;
        margin: auto;
        padding-bottom: 20px;
    }
} @media (max-width:767px) {
    .live-component-changetime {
        margin-bottom: 0px !important
    }

    .live-component-changetime-nav .fancy-select {
        width: 80px !important;
    }

    button.btn-changetme.btn-secondary {
        width: 100px;
        min-width: 100px;
        height: 44px;
    }

    .live-component-changetime-nav-main .nav .tabs {
        width: 210px !important
    }

    .live-component-changetime-nav .column {
        width: 290px;
    }
} .results-table .head {
    border-radius: 7px 7px 0 0;
} .results-table .cap--bottom {
    border-radius: 0 0 7px 7px !important;
} .ticket-fare-mob .owl-item {
    margin-right: 5px !important;
    margin-left: 5px !important;
} .ticket-fare-mob .owl-nav button {
    margin-top: 5px !important;
} .results-table .cap, .results-table .head, .results-table .body {
    border: 0px !important;
    border-radius: 0px !important
} .component-station-selector-form .forms-wrapper .form-group {
    margin-bottom: 0px !important;
} .swr-col12-component .accordion-group ul, .swr-col12-component .accordion-group ul li:last-child, .accordion-group ul, .accordion-group ul li:last-child {
    margin-bottom: 0px !important;
} @media (max-width:1024px) {
    .ticket-fare-banner {
        width: 260px;
    }
} @media (max-width:767px) {
    .ticket-fare-mob .owl-carousel .owl-nav button.owl-next {
        margin-right: 12px !important;
    }
} @media (max-width: 767px) {
    .ticket-fare-nectar-content {
        transform: translate(50px, -50%);
    }

    .component-station-selector-form .forms-wrapper .form-group button {
        margin-top: 10px;
    }
} .remove-dark-strip {
    background: #fff;
} .swr-col12-component .component-station-description {
    word-break: break-word;
} .swr-col12-component .component-journey-check h2 {
    padding-top: 0px !important;
    margin-top: 0px !important;
} .swr-col12-component .train-info-section .layout--6-6 {
    margin-left: 0px;
    margin-right: 0px;
} .swr-col12-component .train-info-section .layout--6-6 .column h3 {
        width: 100%;
    } .swr-col12-component .train-info-section .layout--6-6 .column ul {
        padding-bottom: 0px;
        margin-bottom: 0px;
    } .swr-col12-component .live-results .results-table .body .journey .column.column--other .btn {
    padding-left: 15px;
    padding-right: 15px;
} .swr-col12-component .component-journey-check .live-results {
    padding-bottom: 0px;
} .swr-col12-component button.btn-changetme {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 600;
} .swr-col12-component .component-live-departures-results .nav .tabs li a {
    font-size: 16px !important;
    line-height: 45px;
} .swr-col12-component .component-live-departures-head {
    padding-top: 15px;
    border-radius: 8px;
} .swr-col12-component .component-live-departures-results .nav .tabs li.active a {
    font-weight: 600;
} .swr-col12-component .component-live-departures-results .nav {
    height: 44px;
} .swr-col12-component .acordian-anwser {
    word-break: break-word;
    width: 50%;
} .swr-col12-component .component-station-details .accordion .accordion-content {
    padding-right: 0px;
} @media (max-width: 1024px) {
    .swr-col12-component .live-results .results-table .body .journey .column.column--other .btn {
        padding-left: 10px;
        font-size: 14px;
        padding-right: 10px;
    }

    .swr-col12-component .component-live-departures-results .nav {
        height: auto;
    }

    .swr-col12-component .live-component-changetime-nav .layout--6-6 .column {
        width: 100%;
        display: flex !important;
    }

    .swr-col12-component .live-component-dropdown {
        width: 80%;
    }

    .swr-col12-component button.btn-changetme {
        width: 20%;
        top: 0;
        left: 0;
    }

    .swr-col12-component .live-component-select-caret {
        width: 50% !important;
        float: left;
    }

    .swr-col12-component .live-component-changetime-nav .fancy-select {
        width: 100% !important;
        margin: auto;
    }

    .component-live-departures-results .nav .tabs {
        width: 100%;
        max-width: none;
    }
} @media (max-width:767px) {
    .component-live-departures-results .nav .tabs {
        width: 100% !important;
    }
} @media (max-width:540px) {
    .swr-col12-component .live-component-dropdown {
        width: 65%;
    }

    .swr-col12-component button.btn-changetme {
        width: 35%;
        top: 0;
    }
} @media (max-width:340px) {
    .swr-col12-component button.btn-changetme, .swr-col12-component .component-live-departures-results .nav .tabs li a, .swr-col12-component .live-component-changetime-nav .fancy-select .trigger {
        font-size: 14px !important;
    }
} @media (max-width:767px) {
    .swr-col12-component .acordian-anwser {
        width: 100%;
        padding-left: 0px;
    }

        .swr-col12-component .acordian-anwser.answer-yes, .swr-col12-component .acordian-anwser.answer-no {
            padding-left: 22px;
        }
} .btn-refrsh .fa-repeat:before {
    font-size: 27px;
    vertical-align: top;
} @media (max-width: 480px) {
    .mapper-icon-touristfacilities::before, .mapper-icon-bikestorage:before {
        width: 30px !important;
        height: 28px !important;
        padding-bottom: 0px !important;
        margin-right: 0px !important
    }

    .mapper-icon-accessiblestationfacilities:before {
        padding-bottom: 0px !important;
    }
}
/*FGSUP-876 bug fix ends*/
/*Sprint 26 ends*/
/*train info starts*/
.train-info-section {
    padding: 20px 0;
    text-align: center;
} .train-info-section h3 {
    border-bottom: 2px #baddef solid;
    display: block;
    margin: 0 15px 5px;
    padding-bottom: 20px !important;
} .train-info-section-inner li a {
    color: #0357ab;
    font-size: 18px;
    font-weight: 500;
} .train-info-section-inner li {
    list-style: none;
    padding: 10px 0;
} .train-info-section-inner ul {
    padding-left: 0;
    padding-top: 10px;
    margin-bottom: 0px !important
} .train-info-section-icon {
    padding-bottom: 15px;
    padding-top: 10px;
} .train-info-section-icon img {
        width: 70px;
    }

@media (max-width:1024px) {
    .train-info-section-icon img {
        width: 70px;
        padding-top: 10px;
    }

    .train-info-section-inner ul {
        padding-bottom: 20px;
    }
}
/*train info ends*/
/*FGSUP-883 start station Map*/
.btn-Station-Address {
    cursor: default !important;
    pointer-events: none;
}
/*FGSUP-883 end station Map*/
.live-results.component-journey-check-results h2 {
    text-align: center;
} .station-list-group .popular-route-total-bind-items {
    float: left;
    width: 50%;
}
/*Journey check time start*/
.travelling-route {
    background: #E9F0F5;
    padding: 15px;
    border-radius: 8px;
} @media (max-width:1199px) {
    .swr-col12-component .live-results .results-table .body .journey .column.column--other .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
} @media (max-width:1024px) {
    .travelling-route .live-component-changetime {
        display: flex;
    }

    .swr-col12-component .live-results .results-table .body .journey .column.column--other .btn {
        padding-left: 10px;
        font-size: 14px;
        padding-right: 10px;
        white-space: nowrap;
    }
}
/*Journey check time ends*/
.easyPaginateNav .accordion-header a {
    background: 0 none
} .easyPaginateNav li#previous-page, .easyPaginateNav li#next-page {
    height: auto;
} .easyPaginateNav li#previous-page a, .easyPaginateNav li#next-page a, .easyPaginateNav li.current-page a {
        margin: 0px !important;
        top: 1px
    } .easyPaginateNav li#next-page {
    margin-left: 8px;
} .easyPaginateNav span#previous {
    margin-right: 8px;
} .easyPaginateNav span#previous a, .easyPaginateNav span#next a {
        height: 42px !important;
        width: 42px !important;
        top: -5px;
        position: relative;
    } .easyPaginateNav span#previous a::before, .easyPaginateNav span#next a::before {
            line-height: 22px;
        } @media (max-width:1024px) {
    .train-info-section ul {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
} @media (max-width:767px) {
    .train-info-section-inner li {
        padding: 5px 0;
    }

    .train-info-section h3 {
        font-size: 22px;
    }

    .easyPaginateNav li#previous-page, .easyPaginateNav li#next-page {
        display: none;
    }
} .swr-col12-component .component-live-departures-results .nav .tabs {
    overflow: hidden;
} .pagination a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 22px !important
} .easyPaginateNav .page-item a.next::before, .easyPaginateNav .page-item a.prev::before {
    content: "";
    background: url(/Assets/img/pagi-next-arrow.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    font-size: 0px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: 12px !important;
    display: none;
} .easyPaginateNav .page-item a.prev::before {
    content: "";
    background: url(/Assets/img/pagi-prev-arrow.png) no-repeat;
}
/*FGSUP-878 starts*/
.placeholder-heading {
    color: #fff;
} .new-qtt-journey-check-form .station-switch {
    top: 40px;
} .new-qtt-journey-check-form {
    max-width: none !important;
    padding-top: 15px;
} .new-qtt-journey-check-form div[class*="layout--"] div[class*="layout--"] {
        margin-left: 0px !important;
        margin-right: 0px !important;
    } .new-qtt-journey-check-form .new-qtt-column {
        width: 100%;
    } .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select {
            min-width: auto;
            max-width: none;
            width: 100%;
            display: flex;
            position: relative;
        } .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--date, .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--depart {
                width: 25%;
            } .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--time {
                width: 22%;
                margin-right: 15px;
            } .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .submit button {
                margin-top: 0px;
                display: block !important;
                height: 42px;
            } .new-qtt-journey-check-form .qtt-form-date-select--container {
        margin-top: 0px;
    } .new-qtt-station-dept-arrive .submit button {
    margin-top: 0px;
    width: 100%;
} .new-qtt-station-dept-arrive {
    border-left: 1px #666 solid;
} .new-qtt-journey-check-form .component-qtt-form {
    padding-top: 0px !important;
    margin-top: 10px;
} @media (max-width: 1199px) {
    .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--time {
        width: 20%;
    }
} @media (max-width: 1024px) {
    .new-qtt-journey-check-form .qtt-form-stations {
        margin: 0px !important;
    }

    .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select {
        display: block;
        margin: 0px;
    }

        .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--date, .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--depart, .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--time, .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .submit button {
            width: 100%;
            margin: 10px 0;
        }

        .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .submit {
            clear: both;
            float: left;
            width: 100%;
        }

        .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--depart {
            padding: 0px;
        }

    .new-qtt-station-dept-arrive {
        border-left: 0px;
        border-top: 1px #666 solid;
        margin-top: 0px !important;
        padding-top: 10px !important;
    }

        .new-qtt-station-dept-arrive .submit button {
            margin-left: 0px !important
        }

    .new-qtt-journey-check-form .station-switch {
        display: block !important;
        right: 0;
        top: 110px;
    }

    .new-qtt-journey-check-form .switch-group {
        width: 90%;
        position: relative;
    }
} @media (max-width: 767px) {
    .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .submit button {
        margin-left: 0px !important
    }

    .new-qtt-journey-check-form .component-qtt-form {
        margin-bottom: 0px !important
    }
} @media (max-width: 480px) {
    .new-qtt-journey-check-form .station-switch {
        right: -10px;
    }
} ul#journey-liveTrainTime-popular-station {
    width: 100%;
} .new-qtt-journey-check-form .component-qtt-form .column {
    padding: 0px;
} .new-qtt-journey-check-form .qtt-form-date-select--container .submit {
    position: absolute;
    right: 0px;
} .new-qtt-journey-check-form .Qtt-erormsg {
    margin-top: 10px !important;
    margin-right: 0px;
} @media (max-width: 1199px) {
    .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .submit button {
        min-width: 170px;
    }
} @media (max-width: 1024px) {
    .new-qtt-journey-check-form .qtt-form-date-select--container .submit {
        position: relative;
    }

    .new-qtt-journey-check-form .Qtt-erormsg {
        margin-left: 0px !important;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .qtt-tabbed.active .qtt__search-bottom {
        margin-top: -140px;
    }

    .new-qtt-station-dept-arrive {
        opacity: 0.99
    }

    .new-qtt-journey-check-form .trigger {
        max-width: 100% !important;
    }
} @media (max-width: 767px) {
    .new-qtt-station-dept-arrive .submit button {
        margin-top: 0px !important;
    }
} @media (max-width: 340px) {
    div.component-qtt-form div.fancy-select div.trigger:after, div.component-journey-check-form div.fancy-select div.trigger:after, .qtt-form-date-select .qtt-form--date.with-caret:after {
        display: block !important;
        content: '\e900';
        font-family: 'icons', sans-serif;
    }
}
/*FGSUP-878 ends*/
/*FGSUP - 882 starts */
/*FGSUP-882 starts*/
.blog-header-section {
    display: block;
    width: 100%;
    background: #e8f0f6;
    padding: 30px 0;
} .blog-tab-section a {
    background: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    color: #061B2B;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
} .blog-tab-section a:hover {
        text-decoration: none;
        background: #fff !important;
        color: #061B2B !important;
    } .blogs-filter-section-main {
    background: #061B2B;
    border-top: 2px #f5d83c solid;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 30px 20px 15px !important
} .select-blog-filter-section {
    position: relative;
} .select-blog-filter-inner-section {
    background: #fff;
    border-radius: 0 0 5px 5px;
    position: absolute;
    width: 100%;
    top: 33px;
    padding: 0 0 0 0;
    z-index: 3 !important;
    border: 0px;
    text-align: center;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.4);
} .select-blog-filter-inner-section ul {
        max-height: 200px;
        overflow-y: auto;
        padding: 0 10px 10px;
        color: #061B2B;
        margin-bottom: 0px !important;
        text-align: left;
        overflow-x: hidden;
    } .select-blog-filter-section::before {
    content: '\e900';
    font-family: icons, sans-serif;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    color: #0357AB !important;
    box-sizing: border-box;
    top: 10px;
    right: 9px;
    pointer-events: none;
} .select-blog-filter-inner-section ul button.add-btn-blog {
    min-width: 100%;
    padding: 10px 0;
    font-size: 14px;
} .select-blog-filter-inner-section input[type="checkbox"], .select-blog-filter-inner-section span {
    display: inline;
} .select-blog-filter-inner-section input[type="checkbox"] {
    margin-right: 10px;
    position: absolute;
    top: 0px !important;
    left: 0px;
} .blogs-filter-section-main input::placeholder {
    color: #061B2B
} .select-blog-filter-inner-section ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 6px
} .select-blog-filter-inner-section ul::-webkit-scrollbar-track {
    background: #e2f4fb;
    border-radius: 6px
} .select-blog-filter-inner-section ul::-webkit-scrollbar-thumb {
    background: #0092cc;
    border-radius: 6px
} .select-blog-filter-inner-section ul::-webkit-scrollbar-thumb:hover {
        background: #0098d8;
        border-radius: 6px
    } .select-blog-filter-inner-section ul li {
    list-style: none;
    position: relative;
} .blogs-filter-section-main select, .blogs-filter-section-main input[type="text"] {
    border: 0px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    position: relative;
    z-index: 1;
} .blog-clear-filters-section li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
} .blog-clear-filters-section li span, .blog-clear-filters-section li.clear a {
        padding: 1px 8px;
        border-radius: 5px;
        background: #fff;
    } .blog-clear-filters-section li span, .blog-clear-filters-section li a {
        color: #061B2B;
        padding-right: 5px;
    } .blog-clear-filters-section li span::after {
            content: "\f00d";
            font-family: 'FontAwesome', sans-serif;
            color: #0092CB;
            padding-left: 5px;
            display: none;
        } .blog-clear-filters-section li.clear::after {
        display: none;
    } .blog-clear-filters-section li.clear a {
        background: #0092CB;
        font-weight: 500;
        color: #fff;
    } .blog-clear-filters-section li.clear {
        background: 0 none;
    } .blog-filter-mob {
    display: none;
} @media (max-width: 1024px) {
    .blog-tab-section {
        margin: 5px 0;
    }

    .blog-filter-desk {
        display: none;
    }

    .blog-filter-mob {
        display: block;
        padding: 20px 5px;
    }
    .blog-filter-toggle-sa {
        position: relative;
        text-align: center;
    }

    .blog-filter-toggle {
        position: relative;
        text-align: center;
    }
        .blog-filter-toggle-sa::before {
            content: "\f036";
            color: #fff;
            font-family: 'FontAwesome', sans-serif;
            font-size: 19px;
        }
        .blog-filter-toggle::before {
            content: "\f036";
            color: #fff;
            font-family: 'FontAwesome', sans-serif;
            font-size: 19px;
        }

        .blog-filter-toggle-sa::after {
            content: "Show all filters";
            color: #fff;
            font-size: 18px;
            padding-left: 10px;
        }
        .blog-filter-toggle::after {
            content: "Show all filters";
            color: #fff;
            font-size: 18px;
            padding-left: 10px;
        }

    .blog-filter-toggle-sa-show.blog-filter-toggle-sa::after {
        content: "Hide all filters";
        color: #fff;
        font-size: 18px;
        padding-left: 10px;
    }
    .blog-filter-toggle-show.blog-filter-toggle::after {
        content: "Hide all filters";
        color: #fff;
        font-size: 18px;
        padding-left: 10px;
    }

    .blog-filter-mob-inner .column {
        padding-bottom: 10px;
        margin-bottom: 0px !important;
    }

    .blog-filter-mob-inner {
        padding-top: 15px;
    }

    .blog-clear-filters-section li.clear {
        display: block;
    }



    .select-blog-filter-inner-section {
        z-index: 2
    }
} .layout--4-8 > .column:first-of-type {
    width: 33.33333333%;
    float: left;
} .layout--4-8 > .column:last-of-type {
    width: 66.66666667%;
    float: left;
} .article-description-inner {
    background: #e8f0f6;
    border-top: 3px #0092CB solid;
    padding: 10px 20px 45px;
    color: #061B2B;
    position: relative;
    width: 100%
} .layout--4-8 .column {
    display: flex !important;
} .article-img {
    position: relative;
    overflow: hidden;
} .article-img img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: top;
    } .article-date {
    font-size: 16px;
} .article-description-inner a {
    position: absolute;
    bottom: 10px;
    color: #0092CB;
    font-size: 16px;
    font-weight: 500;
    z-index: 2;
    width: 100%;
} .article-description-inner a:after {
        content: '\e84d';
        font-family: 'icons', sans-serif;
        position: absolute;
        right: 50px;
    } .all-articles-per-section {
    padding-bottom: 10px !important;
    padding-top: 0px !important;
} @media (max-width: 767px) {
    .all-articles-section .layout--4-8 > .column {
        width: 100% !important;
        display: block !important;
        margin-bottom: 0px !important;
        padding: 0px !important;
        min-height: auto !important;
    }

    .article-img img {
        position: static;
    }

    .article-description-inner {
        margin-top: 10px;
    }
} .blog-clear-filters-section li span {
    background: 0 none;
} .blog-clear-filters-section li.filter, .blog-clear-filters-section li.mobfilter {
    background: #fff;
    border-radius: 5px;
    line-height: 20px;
} .blog-clear-filters-section li span:nth-child(2) {
    color: #0092CB;
    padding-left: 3px;
    font-weight: 700;
    font-size: 20px;
    line-height: 0px;
    position: relative;
    top: 3px;
    padding-right: 6px;
} .blog-clear-filters-section li span:nth-child(2):hover {
        cursor: pointer;
    } .read-more-articles {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border: 0px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    position: relative;
    background: #e8f0f6;
    color: #061B2B;
    font-family: "Weissenhof Grotesk", sans-serif;
    margin-bottom: 15px;
} .read-more-articles:after {
        content: '\e84d';
        font-family: 'icons', sans-serif;
        position: absolute;
        color: #0092CB;
        padding-left: 15px;
    } .blog-tab-section.tab-active a {
    background: #061B2B;
    color: #fff;
    text-decoration: none;
} .blog-clear-filters-section ul {
    padding-top: 20px;
    padding-left: 0px;
    margin-bottom: 0px !important
} .blogs-filter-section-main.blog-filter-mob {
    padding-top: 20px !important;
} .blog-clear-filters-section li.clearAllmobFilter button {
    font-weight: 500;
    color: #fff;
    background: #0092CB;
    padding: 1px 8px;
    border-radius: 5px;
    border: 1px #0092cb solid;
} .blog-clear-filters-section li.clearAllmobFilter {
    width: 100%;
} div#global-loading-bars {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
} div#global-loading-bars .loading-icon {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    } #next a.page-link, #previous a.page-link {
    position: relative;
    font-size: 0px;
    top: -5px;
}

#previous-page a, #next-page a {
    background: #fff;
    border-radius: 5px;
    border: 1px #000 solid;
    font-size: 14px;
    min-height: 40px !important;
    min-width: 100px;
    text-align: center;
    font-weight: 500;
} @media (max-width: 767px) {
    .article-description-inner {
        margin-top: -5px;
    }
} .more-about-tabs ul {
    padding-left: 0px;
} .more-about-tabs li {
    list-style: none;
    display: inline-block;
    padding: 0 15px 0 0;
    margin-bottom: 10px !important;
} .more-about-tabs li span {
        font-weight: 500;
        color: #061B2B;
    } .more-about-tabs li a {
        background: #061B2B;
        border-radius: 5px;
        padding: 3px 10px;
        min-width: 150px;
        display: inline-block;
        color: #fff;
        font-weight: 500;
        text-align: center;
    } @media (max-width: 1024px) {
    .more-about-text {
        width: 100%;
    }
}
/* FGSUP - 882 ends */
/*FGSUP 889 starts*/
.new-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));
}
/*FGSUP 889 ends*/
/*882 starts*/
.blog-input-toggle:hover {
    cursor: pointer;
} .blog-tab-section a:after {
    content: '';
    height: 2px;
    background: #0092CB;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: right 0.4s ease;
    opacity: 0
} .blog-tab-section a:hover:after {
    right: 0;
    opacity: 1
} button.blog-input-toggle {
    background: #fff;
    border: 0px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 18px;
}
/*882 ends*/
/*893 starts*/
.filter-table .btn-toolbar {
    margin-bottom: 20px !important
} .filter-table th {
    vertical-align: middle !important;
    border: 0 !important;
    font-weight: 600;
} .filter-table td, .filter-table tbody th {
    vertical-align: middle !important;
    border: 0 !important;
    background: #fff !important;
    color: #061B2B !important
} .filter-table tbody th {
    font-weight: 600;
} .filter-table .table-responsive {
    border: 0px !important;
    margin-bottom: 0px !important;
} .filter-table .dropdown-btn-group button.btn.btn-default {
    background: #061B2B;
    border: 1px #061B2B solid;
    padding: 12px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px 0 0 4px
} .filter-table .dropdown-btn-group button.dropdown-toggle {
    background: #fff !important;
    color: #061B2B !important;
    border-radius: 0 4px 4px 0 !important;
} .filter-table .focus-btn-group span {
    display: none;
} .filter-table .focus-btn-group button {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 10px;
    background: #061B2B;
    border: 1px #061B2B solid;
    color: #fff
} .filter-table .focus-btn-group button:hover, .filter-table .focus-btn-group button:focus {
        border: 1px #061B2B solid;
        background: #061B2B;
        color: #fff;
    } .filter-table .sub-operator-table-title {
    background: #061B2B;
    text-align: center;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
} .filter-table .dropdown-btn-group button.dropdown-toggle .caret {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
} .filter-table .dropdown-menu li.checkbox-row label {
    font-weight: normal;
    font-size: 14px;
    white-space: normal !important;
    padding-right: 10px;
    left: 22px;
    position: relative;
} .filter-table .dropdown-menu li.checkbox-row {
    margin-bottom: 0px;
    padding: 5px 10px;
    position: relative;
} .filter-table ul.dropdown-menu {
    max-width: 180px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    right: 0px;
    position: absolute;
    padding: 10px 5px;
    display: none;
    z-index: 99;
    margin-top: 0px;
} .filter-table .dropdown-menu li.checkbox-row input, .filter-table .dropdown-menu li.checkbox-row label {
    display: inline;
} .filter-table .unfocused.focused td, .filter-table .unfocused.focused th {
    background: #e8f0f6 !important;
} .filter-table .unfocused.focused {
    opacity: 1
} .filter-table .unfocused {
    opacity: 0.5
} .filter-table table thead, .filter-table table tbody {
    display: block;
} .filter-table table tr {
    display: table;
    width: 100%;
} @media (max-width: 767px) {
    .filter-table button.btn-default {
        min-width: 90px;
    }

    .filter-table .focus-btn-group {
        margin-top: 5px;
    }

    .filter-table th, .filter-table tbody td {
        font-size: 14px !important;
    }
} .filter-table .focus-btn-group {
    display: inline;
} .filter-table .dropdown-btn-group {
    position: relative;
} .filter-table .dropdown-btn-group button.dropdown-toggle .caret::before {
        content: '\e900';
        font-family: icons, sans-serif;
        color: #061B2B;
        font-size: 10px;
    } .filter-table .focus-btn-group btn-primary {
    background-color: #3ca8f5;
}
/*893 ends*/
/*893*/
.filter-table th, .filter-table td {
    font-size: 16px !important;
    text-align: center !important;
} .filter-table .focus-btn-group button:hover, .filter-table .focus-btn-group button.btn-primary {
    border: 1px #0092cc solid;
    background: #0092cc;
    color: #fff;
} @media (max-width: 767px) {
    .filter-table th, .filter-table td {
        font-size: 14px !important;
    }
}
/*893*/
.mob-drag-info {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.1px;
    font-weight: 500;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    display: block;
} .mob-drag-info::after {
        content: "\f07e";
        font-family: 'FontAwesome', sans-serif;
        padding-left: 10px;
        font-size: 18px;
        top: 2px;
        position: relative;
    } @media (max-width: 767px) {
    .mob-drag-info {
        text-align: center;
    }
} .filter-table table tbody tr {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
} .filter-table table::-webkit-scrollbar {
    width: 0px;
    height: 15px;
    border-radius: 4px;
} .filter-table table::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0px;
    border-top: 1px #061B2B solid
} .filter-table table::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
} .filter-table table::-webkit-scrollbar-thumb:hover {
        background: #ccc;
        border-radius: 4px;
    }
/* 893, 883, 882 css starts */
.select-blog-filter-section button.disabled:hover {
    cursor: not-allowed !important;
} .blog-clear-filters-section li span, .blog-clear-filters-section li.clear a, .blog-clear-filters-section li.filter, .blog-clear-filters-section li.mobfilter {
    border-radius: 4px !important;
} .all-articles-per-section .article-img img {
    left: 0px;
} .filter-table table th {
    min-width: 130px;
} .filter-table .dropdown-menu li.checkbox-row input[type="checkbox"] {
    margin-right: 6px;
    position: absolute;
    top: 8px;
} .filter-table .dropdown-menu li.checkbox-row input[type="checkbox"]:checked:after {
        content: "\f00c";
        width: 16px;
        height: 13px;
        z-index: 1;
        position: absolute;
        border-radius: 4px;
        left: -1px;
        top: -1px;
        color: #fff;
        font-family: fontawesome, sans-serif;
        font-size: 11px;
        text-align: center;
        padding-top: 3px;
        background: #0357AB !important;
    }
/* 893, 883, 882 css ends */
/*FGSUP-883 start*/
.opening-hrs-nrst-station {
    position: relative;
    left: -50px;
} .opening-hrs-nrst-station-inner::before {
    content: " ";
    background: url(/Assets/img/navi-icon.png) no-repeat;
    width: 38px;
    height: 35px;
    position: absolute;
    background-size: contain;
    top: 10px;
    left: 12px;
} .opening-hrs-nrst-station h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 0px;
} .opening-hrs-nrst-station a {
    font-size: 16px;
    font-weight: 500;
} .opening-hrs-nrst-station-inner h5, .opening-hrs-nrst-station-inner a {
    padding-left: 50px;
}
/*FGSUP-883 2nd*/
/*882*/
.filter-table .dropdown-menu li.checkbox-row input[type="checkbox"], .select-blog-filter-inner-section input[type="checkbox"] {
    height: 14px;
    width: 14px;
    top: 2px;
} .select-blog-filter-inner-section input[type="checkbox"]:checked:after {
        content: "\f00c";
        width: 16px;
        height: 13px;
        background: #0357AB !important;
        z-index: 1;
        position: absolute;
        border-radius: 4px;
        left: -1px;
        top: -1px;
        color: #fff;
        font-family: fontawesome, sans-serif;
        text-align: center;
        padding-top: 3px;
        font-size: 10px !important
    } .select-blog-filter-section.intro::before {
    transform: rotate(180deg)
} .select-blog-filter-section button.add-btn-blog {
    margin: 0 auto !important;
    float: none !important;
    padding: 10px 12px;
    font-size: 16px;
    margin-bottom: 10px !important;
    background: #0092cc !important;
    min-width: 90%;
    width: 90% !important;
} .component-email-signup-bottom .layout--12 {
    margin: 0px !important;
} .related-article .related-heading {
    padding-left: 12px;
    padding-bottom: 30px !important;
} .featured img, .swr-rich-text .featured p a img {
    width: auto !important;
} @media (max-width: 480px) {
    .easyPaginateNav span#previous, .pagination li {
        margin-right: 5px;
    }

        .easyPaginateNav span#previous a, .pagination li a, .easyPaginateNav span#next a {
            width: 35px !important;
            height: 35px !important;
        }

        .pagination li.current-page a {
            font-size: 14px;
            line-height: 17px !important;
        }

        .easyPaginateNav span#previous a, .easyPaginateNav span#next a {
            top: -2px;
        }

    .easyPaginateNav .page-item a.next::before, .easyPaginateNav .page-item a.prev::before {
        top: 12px;
    }
} .section-title {
    padding-bottom: 0px;
} .filter-table table td {
    min-width: 130px;
}
/*882*/
.blog-section-main {
    padding-bottom: 20px;
}
/*FGSUP-882 start*/
@media (max-width: 600px) {
    #previous-page {
        display: none;
    }
} @media (max-width: 600px) {
    #next-page {
        display: none;
    }
}
/*FGSUP-882 end*/
.featred-lft {
    text-align: left;
} .column.featured-mbl-img {
    text-align: right;
} .featured-mbl-img img {
    max-height: 380px;
    padding-right: 0px !important
} @media (max-width: 1024px) {
    .featured .featured-mbl-img img {
        padding-right: 0px;
        width: auto !important;
    }

    .column.featured-mbl-img {
        text-align: left;
    }

    .promo-crd-img img {
        object-fit: cover !important;
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
    }
}

 @media (max-width: 767px) {
    .all-articles-section h3 {
        padding-left: 12px;
    }

    .all-articles-section .article-description-inner h3 {
        padding-left: 0px;
    }
}
/*893*/
@media (max-width: 1024px) {
    .articleDetailRendering img {
        max-width: 100% !important;
        height: auto !important;
    }
} .all-articles-section h3 {
    padding-top: 15px;
    padding-bottom: 30px !important;
} .all-articles-section .article-description-inner h3 {
    padding-top: 10px;
    padding-bottom: 5px !important;
}
/*FGSUP-882,883 start*/
.select-blog-filter-section::before, .promo-crd--light-blue .promo-crd__arrow-link:after, .read-more-articles:after {
    color: #0092cc !important;
} .select-blog-filter-inner-section input[type="checkbox"]:checked:after, .filter-table .dropdown-menu li.checkbox-row input[type="checkbox"]:checked:after {
    background: #0092cc !important;
} .opning-hrs-closed::before {
    display: none;
} .opning-hrs-info h5 span, .station-address-info h5 span {
    font-size: 18px !important;
} @media (max-width:1024px) {
    .blogs-filter-section-main {
        margin-bottom: 15px
    }
}
/*FGSUP-882,883 end*/
/*Feedback on Pagination*/
@media (max-width: 480px) {
    .component-news .pagination li a {
        line-height: 15px !important
    }

    .easyPaginateNav .disabled a {
        top: 2px;
        position: relative;
        padding: 9px !important;
    }

    .article-paging #next a.page-link, .article-paging #previous a.page-link {
        top: -2px
    }
} @media (max-width: 1199px) {
    .live-results .results-table .body .route-overview:before {
        width: 36px !important;
    }
} @media (max-width: 1024px) {
    .live-results .results-table .body .route-overview:before {
        width: 36px !important;
    }

    .column.featured-mbl-img {
        text-align: center !important;
        padding-top: 10px;
    }

    .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--depart, .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--time {
        width: 50%;
    }

    .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--depart {
        padding-right: 5px;
    }

    .new-qtt-journey-check-form .new-qtt-column .qtt-form-date-select .qtt-form--time {
        padding-left: 5px;
    }

    .new-qtt-journey-check-form .component-qtt-form.new-qtt-station-dept-arrive {
        padding-top: 15px !important;
    }
} @media (max-width: 782px) {
    .live-results .results-table .body .route-overview:before {
        width: 36px !important;
    }
} @media (max-width: 767px) {
    .live-results .results-table .body .route-overview:before {
        width: 36px !important;
    }
} body .related-article .related-heading {
    margin-top: 0px !important;
} a.read-more-articles {
    margin-bottom: 30px !important;
} .blog-header-section .layout--12 .column {
    padding: 0px;
} .blog-header-section .layout--12 .layout--3-3-3-3 .column {
    padding: 0 12px;
    margin: 12px 0 !important;
} .all-articles-section #jar h2 {
    margin-left: 0px;
    font-size: 18px;
    padding-top: 0px;
    margin-top: 0px !important;
    padding-bottom: 30px;
} .all-articles-per-section .article-description {
    padding-left: 15px !important;
} .all-articles-section .all-articles-per-section {
    padding-bottom: 15px !important;
} .article-description .article-description-inner a, .article-description .article-description-inner a:after {
    color: #0092CC !important;
} @media (max-width:1024px) {
    .blog-header-section .layout--12 .layout--3-3-3-3 .column {
        margin: 12px 0 !important
    }

    .blog-tab-section.tab-active a {
        box-shadow: 0 0 0;
    }

    .blog-tab-section a:after {
        display: none;
    }

    .blog-filter-mob-inner .select-blog-filter-inner-section {
        box-shadow: 0 10px 8px rgba(0, 0, 0, 0.3);
    }

        .blog-filter-mob-inner .select-blog-filter-inner-section li span {
            position: relative;
            top: 1px;
        }

    a.read-more-articles {
        text-align: left;
    }

        a.read-more-articles:after {
            padding-left: 10px;
            right: 20px;
            font-size: 16px;
        }
} @media (max-width:767px) {
    .blog-header-section .layout--12 .column {
        padding: 0px 12px;
    }

    .all-articles-section .all-articles-per-section .article-img {
        margin-bottom: 8px !important;
    }
} .journey-chk-error, .experince-issue {
    padding: 10px 0 10px 0;
    font-weight: 500;
    text-align: left;
    display: block;
    font-size: 14px;
}
/*FGSUP-883 17 Feb Start*/
.opening-hrs-nrst-station-inner h5 {
    font-weight: 500;
    font-size: 18px;
} .opening-hrs-nrst-station-inner a {
    font-size: 16px;
    padding-top: 10px;
    display: block;
}
/*FGSUP-882 17 Febn*/
.promo-crd.all-article-promo-card {
    background: transparent;
    margin-bottom: 0px;
}
/*FGSUP-882 17 Feb*/
.promo-crd.all-article-promo-card .column {
        min-height: 250px !important;
    } .all-articles-section .layout--12 .column {
    padding: 0px;
} @media (max-width: 820px) {
    .all-articles-section h3 {
        padding-left: 12px;
    }

    .all-articles-section .layout--12 .column {
        padding: 0px 12px;
    }
} @media (max-width: 767px) {
    .promo-crd.all-article-promo-card .column {
        min-height: auto !important;
    }

    .all-articles-section .all-articles-per-section {
        padding-bottom: 20px !important;
    }

    .select-blog-filter-section button.add-btn-blog {
        width: 93% !important;
    }
} @media (max-width:575px) {
    .component-journey-check-results .column--ScheduledArrivalDate {
        padding-right: 12px !important;
    }
} .article-description:hover .article-description-inner {
    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));
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .easyPaginateNav span#previous a, .easyPaginateNav span#next a {
        top: -15px
    }

    .article-description .article-description-inner {
        min-height: 250px;
    }
} @media (max-width: 1024px) {
    .promo-crd.destination .promo-crd__wrapper {
        margin-top: 160px;
    }
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .all-articles-per-section .layout--4-8 .column {
        height: 250px
    }

    .article-paging #next a.page-link, .article-paging #previous a.page-link {
        top: -15px
    }
} .train-info-section.swr-col12-component {
    padding-bottom: 20px;
} .component-journey-check .component-journey-check-results h2 {
    text-align: left;
} .benefits-banner-outer {
    padding-top: 20px;
} .all-article-promo-card:hover .article-description .article-description-inner {
    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));
} .item-date {
    padding-bottom: 20px;
} @media only screen and (min-width: 320px) and (max-width: 828px) and (-webkit-min-device-pixel-ratio: 2) {
    .select-blog-filter-inner-section input[type="checkbox"] {
        top: 0px;
    }

        .select-blog-filter-inner-section input[type="checkbox"]:checked:after {
            padding-top: 2px;
        }

    .select-blog-filter-inner-section ul {
        overflow-y: scroll;
    }
} @media (max-width: 1024px) {
    .blog-header-section .layout--12 .column {
        padding: 0 12px
    }
} @media (max-width: 820px) {
    .article-description-inner a:after {
        right: 50px
    }
} @media (max-width: 767px) {
    .blogs-filter-section-main {
        margin-left: 12px;
        margin-right: 12px;
    }
} @media (max-width: 480px) {
    .item-date {
        padding-bottom: 10px;
    }
}
/*893*/
/* FGSUP - 882 ends */
/*calender start*/
.calender-summary .clndrtask-dtl li.engineering-odd {
    background: #f5f5f5;
} .calender-summary .clndrtask-dtl li.engineering-even {
    background: #e8f0f6;
} @media only screen and (min-width: 768px) {
    .custom-calender .table-scroll-wrapper div[class*="layout--"] > .column {
        margin-bottom: 1px !important;
    }
} .custom-calender .table-scroll-wrapper div[class*="layout--"] {
    margin: 0px 3px !important;
} .calender-summary .clndrtask-dtl li {
    border-bottom: 1px #ccc solid;
    background: #f5f5f5;
} .custom-calender {
    padding: 20px 0;
} .custom-calender .column {
        padding: 0px !important;
        min-height: auto !important;
    } .custom-calender a.prevmonth, .custom-calender a.nextmonth {
        width: 266px;
        display: block;
        text-align: center;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #fff;
        position: relative;
        background: #0093D0;
    } .custom-calender a.prevmonth:hover, .custom-calender a.nextmonth:hover {
            width: 266px;
            display: block;
            text-align: center;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 22px;
            font-weight: 500;
            background: #0093D0;
            color: #fff;
            text-decoration: none;
        } .custom-calender a.nextmonth {
        float: right;
    } .custom-calender p.currentmonth {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        line-height: 2px !important;
        top: -2px;
        position: relative;
    } .custom-calender .clndrtable th {
        width: 14.28%;
        border: 1px solid #fff;
        padding: 8px 5px;
        font-size: 16px !important;
        min-width: auto !important;
    } .custom-calender table, .custom-calender table tr {
        border: 0px;
    } .custom-calender table {
        display: table;
        table-layout: fixed;
    } .custom-calender td.empty-clndr {
        height: 110px;
        background: #E6F0F7;
        border: 3px #fff solid;
        vertical-align: top;
    } .custom-calender td.blank-clndr {
        height: 110px;
        background: #F4F4F4;
        border: 3px #fff solid;
    } .custom-calender td {
        position: relative;
        vertical-align: middle;
        padding: 0;
    } .custom-calender table th {
        border: 3px #fff solid;
        padding-left: 10px;
    } .custom-calender .clndrbx-2 {
        font-weight: bold;
        font-size: 18px;
        padding: 0;
        position: absolute;
        right: 8px;
        top: 8px;
    } .Calender.custom-calender .calender-icon.icon-city_break {
    margin: 0;
    padding: 0;
} .custom-calender .filled-clndr {
    background: #e6f0f7 !important;
    color: #061B2B !important
} .custom-calender .filled-clndr:hover {
        cursor: pointer;
        color: #fff !important;
        background: #061B2B !important;
    } .custom-calender span.arrowbtn {
    width: 20px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
} .custom-calender table tr td {
    position: relative;
} .custom-calender span.arrowbtn img {
    width: 100%;
    height: 100%;
} .custom-calender span.calender-icon {
    text-align: center !important;
    display: block;
    float: left;
    margin: 20px 0 0 40px !important;
} @-moz-document url-prefix() {
    .custom-calender td.empty-clndr, .custom-calender td.blank-clndr {
        box-shadow: 0 0 0 2px #fff;
        border: 0px;
    }
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-calender td.empty-clndr, .custom-calender td.blank-clndr {
        box-shadow: 0 0 0 1px #fff inset;
        border: 0px;
    }

    .custom-calender td.empty-clndr {
        overflow: hidden
    }
} .custom-calender span.calender-icon::before {
    content: ' ';
    font-family: 'FontAwesome', sans-serif;
    width: 80px;
    height: 80px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/Assets/img/engineering-icon.svg);
    font-size: 40px;
    text-align: center;
} .custom-calender td.empty-clndr:hover span.calender-icon::before {
    background-image: url(/Assets/img/engineering-icon-hover.svg)
} .calender-summary .clndrtask-dtl .dtlbx-1 {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
} .clndrtask-dtl .dtlbx-2 {
    width: 65%;
    float: right;
    padding: 10px;
    box-sizing: border-box;
} .calender-summary ul {
    padding-left: 0px;
} .calender-summary li {
    list-style: none;
} .calender-summary li, .calender-summary li span, .calender-summary li p, .calender-summary li strong, .calender-summary li a {
        font-size: 16px;
        margin: 0 0 0px 0 !important;
    } .nextmonth span::after {
    color: #fff;
    font-size: 20px;
    content: "\f178";
    font-family: 'FontAwesome', sans-serif;
    margin-left: 10px;
    top: 1px;
    position: relative;
    padding-left: 10px;
} .prevmonth span::before {
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    content: "\f177";
    font-family: 'FontAwesome', sans-serif;
    padding-right: 10px;
    top: 1px;
    position: relative;
} .custom-calender .nextmonth span::after, .custom-calender .prevmonth span::before {
    content: '\e84d';
    font-family: 'icons', sans-serif;
    font-size: 16px;
    top: -1px;
    margin-left: 15px;
    color: #fff;
    position: absolute;
} .custom-calender .nextmonth:hover span::after, .custom-calender .prevmonth:hover span::before {
    color: #fff;
} .custom-calender .prevmonth span::before {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
    left: 15px;
    top: 8px !important;
    padding-right: 0px;
} @media(max-width:1199px) {
    .custom-calender span.calender-icon::before {
        font-size: 60px;
    }
} @media (max-width: 1024px) {
    .custom-calender a.prevmonth, .custom-calender a.nextmonth, .custom-calender a.prevmonth:hover, .custom-calender a.nextmonth:hover {
        width: 100% !important;
    }

    .custom-calender table {
        margin-top: 20px !important;
        display: none;
    }

    .custom-calender td, .custom-calender th {
        padding: 5px 10px;
    }

        .custom-calender td.empty-clndr {
            height: 90px;
        }
    .custom-calender a.prevmonth, .custom-calender a.nextmonth {
        border-radius: 4px !important;
        padding: 15px 10px !important;
        font-size: 20px !important;
    }

    .custom-calender .nextmonth span::after, .custom-calender .prevmonth span::before {
        font-size: 15px;
    }

    .currentmonth {
        font-size: 20px !important;
        padding: 25px 0;
    }

    .calender-summary h3 {
        text-align: left !important;
    }

    .custom-calender, #AllAltercations {
        padding: 0 12px;
    }
} @media (max-width: 767px) {
    .custom-calender {
        width: 100%;
        margin: auto;
    }


        .custom-calender calender-summary {
            display: block;
        }

    .calender-summary .clndrtask-dtl .dtlbx-1, .calender-summary .clndrtask-dtl .dtlbx-2 {
        width: 100%;
        text-align: left;
    }
}
/*calender end*/
.custom-calender .clndr-active {
    background: #061B2B !important;
    color: #fff !important
} .calender-summary-event ul {
    padding-left: 0px;
} .clndr-event-lft span {
    font-weight: 500;
    font-size: 20px;
    float: left;
    width: 100%;
} .clndr-event-lft img {
    width: 100%;
    clear: both;
    float: left;
    padding-top: 10px;
} .clndr-event .layout--4-8 .column {
    display: block !important;
} .clndr-event-lft {
    padding-left: 40px !important;
    border-right: 2px #000 solid;
    padding-right: 30px !important;
} .clndr-event-rit {
    padding-left: 30px !important;
    position: static;
} .clnder-evnt-rite-inner {
    padding-bottom: 20px;
} .clnder-evnt-rite-inner h5 {
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 0px;
    } .clnder-evnt-rite-inner p {
        margin: 0px;
        font-size: 16px;
    } .clndr-event-rit a {
    position: absolute;
    padding-right: 50px;
    font-weight: 500;
    color: #0093D0;
    right: 20px;
    bottom: 15px;
} .clndr-event-rit a:after {
        content: '\e84d';
        font-family: 'icons', sans-serif;
        position: absolute;
        right: 20px;
    }
/*FGSUP - 904 starts*/
.user-type-basket li a {
    color: #061B2B;
} @media (max-width:1024px) {
    .custom-calender a.prevmonth, .custom-calender a.nextmonth {
        margin-bottom: 0px;
    }
}
/*FGSUP - 904 ends*/
.easyPaginateNav .savePreviousSearchClass a {
    color: #0357AB !important;
    display: contents;
} .select-blog-filter-section .select-blog-filter-inner-section ul li:last-child {
    margin-bottom: 0px;
} #btn-clearThingFilter a:hover {
    cursor: pointer;
    text-decoration: none;
}
/*Local filter clear button*/
#btn-clearLocalFilter a:hover {
    cursor: pointer;
    text-decoration: none;
}
/*Business filter clear button*/
#btn-clearBusinessFilter a:hover {
    cursor: pointer;
    text-decoration: none;
} #previous-page a:hover, #next-page a:hover {
    background: #ebf2f6 !important;
    transition: all 0.4s !important;
} @media(max-width:767px) {
    .select-blog-filter-inner-section label {
        display: flex;
        align-items: center;
    }
} #btn-clearDayFilter a:hover {
    cursor: pointer;
    text-decoration: none;
} .live-results .results-table .body .journey .column p {
    line-height: normal !important;
    padding: 5px 0 !important;
} .select-blog-filter-inner-section span {
    left: 22px;
    position: relative;
    display: block;
    padding-right: 15px;
    line-height: 14px !important;
    float: left;
} @media (max-width: 767px) {
    .live-results .results-table .body .journey .column.schedule, .live-results .results-table .body .journey .column.column--ScheduledArrivalDate {
        padding-right: 10px;
    }
} span.clear-blogFilter {
    position: absolute !important;
    width: 100%;
    top: 3px !important;
    line-height: 14px !important;
    right: 0;
    z-index: 1;
    text-align: right;
} li.filter {
    position: relative;
    padding-right: 20px;
} @media (max-width: 480px) {
    .component-news .pagination li.arrow a {
        line-height: 12px !important;
    }

    .easyPaginateNav span#previous a, .easyPaginateNav span#next a, .article-paging #next a.page-link, .article-paging #previous a.page-link {
        top: -5px !important;
        line-height: 17px !important;
    }
} li.mobfilter {
    position: relative;
    padding-right: 18px;
} @media (max-width: 480px) {
    .component-news .pagination li.arrow a {
        top: -1px;
        position: relative;
    }
} @media only screen and (min-width: 320px) and (max-width: 828px) and (-webkit-min-device-pixel-ratio: 2) {
    .select-blog-filter-inner-section ul::-webkit-scrollbar {
        -webkit-appearance: none;
        appearance: none;
    }
}
/*27-02*/
.filter-table .dropdown-btn-group .displayallbuttonrwd.btn-primary {
    background: #0092CC !important;
    color: #fff !important;
    border: 1px #0092CC solid !important;
} .select-blog-filter-inner-section li label:hover, .select-blog-filter-inner-section li label input:hover {
    cursor: pointer;
} @media (max-width: 1024px) {
    .blog-filter-toggle-sa::before {
        background: url(/Assets/img/mob-filter-icn.png) no-repeat;
        width: 30px;
        height: 30px;
        content: " " !important;
        position: absolute;
        top: 1px;
        left: 0;
    }
    .blog-filter-toggle::before {
        background: url(/Assets/img/mob-filter-icn.png) no-repeat;
        width: 30px;
        height: 30px;
        content: " " !important;
        position: absolute;
        top: 1px;
        left: 0;
    }

    .blog-filter-toggle-sa {
        width: 160px;
        margin: auto;
    }
    .blog-filter-toggle {
        width: 160px;
        margin: auto;
    }
}
/*01-03*/
@media (max-width: 1024px) {
    .ticket-fare-nectar-content {
        width: 58%;
        word-break: break-word
    }
} @media (max-width: 767px) {
    .ticket-fare-mob .owl-carousel .owl-nav button.owl-prev, .ticket-fare-mob .owl-carousel .owl-nav button.owl-next {
        top: 10px;
        position: relative;
    }

    .ticket-fare-mob .owl-carousel .owl-nav button.owl-prev {
        margin-left: 15px !important;
    }
} @media (max-width: 1024px) {
    .ticket-fare-station-class {
        min-height: 280px !important;
    }
} .live-results.live-component-changetime-nav-main .results-table .body .journey .column p.column-text {
    padding-top: 20px !important;
    line-height: 20px !important;
    padding-bottom: 0px !important;
} .live-results.live-component-changetime-nav-main .results-table .body .journey .column p {
    line-height: 40px !important;
    padding: 10px 0 !important;
} .live-results.live-component-changetime-nav-main .results-table .body .journey .column.departure-deskStatus p {
    padding-top: 10px !important;
} .live-results.live-component-changetime-nav-main .results-table .body .route-overview:before {
    width: 36px !important;
} @media (max-width: 1024px) {
    .blog-filter-toggle-sa::before {
        background-size: contain;
    }
    .blog-filter-toggle::before {
        background-size: contain;
    }
} @media (max-width: 480px) {
    .live-results.live-component-changetime-nav-main .results-table .body .route-overview:before {
        width: 8.2% !important;
    }
} @media (max-width:767px) {
    .live-results.live-component-changetime-nav-main .results-table .body .journey .column.column--status {
        top: 20px;
    }
}
/*calender end*/
.station-switch__icon {
    cursor: pointer
} .clndr-event-lft-img {
    min-height: 230px;
    position: relative;
    clear: both;
} .clndr-event-lft-img img {
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }
/*FGSUP - 999 generic calendar starts*/
.blank-calendar .calender-summary-event li {
    background: 0 none !important;
    border: 0px;
    list-style: none;
    margin-bottom: 0px
} .blank-calendar .clndr-event-lft {
    padding-left: 12px !important;
    border-right: 0px;
    padding-right: 12px !important;
} .blank-calendar .clndr-event-lft img {
        padding-top: 0px;
    } .blank-calendar .clndr-event-rit {
    background: #E6F0F7;
    min-height: 230px !important;
    padding-top: 15px;
    border-top: 3px #0092CC solid;
    padding-left: 20px !important;
    padding-right: 20px !important;
    position: relative;
} .blank-calendar .clnder-evnt-rite-date, .blank-calendar .clnder-evnt-name {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
} .blank-calendar .clnder-evnt-rite-inner {
    padding-bottom: 0;
} .blank-calendar .clndr-event-rit p, .blank-calendar .clndr-event-rit .nearest-station {
    line-height: 20px;
    padding-bottom: 10px;
} .blank-calendar .event-date, .blank-calendar .clndr-event-rit .nearest-station {
    font-weight: 500;
} .custom-calender .nextmonth span::after {
    top: 8px !important;
    right: 15px;
} @media (max-width: 1024px) {
    .clndr-event-lft-img, .blank-calendar .clndr-event-rit {
        min-height: 260px !important;
    }

    .custom-calender .nextmonth span::after, .custom-calender .prevmonth span::before {
        top: 18px !important
    }
} @media (max-width: 767px) {
    .blank-calendar .clndr-event-lft, .blank-calendar .clndr-event-rite {
        width: 100% !important;
    }

    .blank-calendar .clndr-event-rit a {
        padding-bottom: 15px;
        display: block;
    }
}
/*FGSUP - 999 generic calendar ends*/
.custom-calender span.sample-icon-1::before {
    background-image: url(/Assets/img/sample-icon.svg);
} .custom-calender td.empty-clndr:hover span.sample-icon-1::before {
    background-image: url(/Assets/img/sample-icon-hover.svg);
} .custom-calender span.sample-icon-2::before {
    background-image: url(/Assets/img/sample-icon-2.svg);
} .custom-calender td.empty-clndr:hover span.sample-icon-2::before {
    background-image: url(/Assets/img/sample-icon-2-hover.svg);
} @media (max-width: 1024px) {
    .blank-calendar .calender-summary-event h3 {
        display: none
    }
}
/*992calender ends*/
/*calender end*/
/*carbon calculator starts*/
.carbon-calculator {
    background: #c3dae9;
    padding: 5px 20px 15px;
    width: 500px;
    margin: 20px auto;
} .carbon-calculator h5 {
        text-align: center;
        color: #3d556d;
        font-size: 23px;
        margin: 10px 0;
        font-weight: 600;
    } .carbon-calculator select, .carbon-calculator input {
        background: #fff;
        border-radius: 4px;
        padding: 10px;
        border: 0px;
        font-size: 15px;
        width: 100%;
        height: 38px;
        appearance: none;
        color: #15273a;
        font-weight: 500;
    } .carbon-calculator .station-input {
        margin-bottom: 10px;
    } .carbon-calculator .station-input, .carbon-calculator .station-input label {
            width: 100%;
            padding: 0px;
        } .carbon-calculator .station-input label {
                font-size: 14px;
                font-weight: 600;
                display: block;
                color: #46617d;
                margin-bottom: 0;
            } .carbon-calculator-qtt-inner {
    position: relative;
    width: 100%;
} .carbon-calculator-travel-section .column {
    padding-bottom: 10px;
} .carbon-calculator-travel-label span, .carbon-calculator-travel-id span {
    background: #fff;
    text-align: center;
    display: block;
    border-radius: 4px;
    padding: 8px;
    font-size: 16px;
} .carbon-calculator-travel-label span {
    color: #45688e;
    font-weight: 600;
} .travel-id-yellow {
    background: #f5d83c !important;
    color: #131E29 !important;
    font-weight: 500;
} .travel-id-yellow::placeholder {
        color: #000
    } .station-switch {
    background: transparent;
} .carbon-calculator .qtt-form-stations .station-switch__icon {
    background: #0092cc;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    position: absolute;
    right: 20px;
    top: 60px;
    z-index: 1;
    background-image: url(/Assets/img/exchange.png) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
} .carbon-calculator-qtt .select2-container {
    max-width: 100% !important;
} .carbon-calculator-qtt .select2-container--default .select2-selection--single {
    height: 38px;
    border: none;
} .carbon-calculator-qtt .select2-container--default .select2-selection--single :focus {
        outline: none;
    } .carbon-calculator-qtt .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none;
    } .select2-dropdown.select2-dropdown--below {
    margin-top: -38px;
    border: none;
} .select2-container--default .select2-results > .select2-results__options .select2-results__option {
    color: #061B2B;
    margin: 0px !important;
    padding: 9px !important;
    line-height: 24px !important;
    font-size: 14px;
} input:focus, select:focus {
    outline: none;
} .layout--4-8 {
    margin-bottom: 10px;
} .layout--4-8:after {
        content: "";
        display: block;
        width: 100%;
        clear: both;
    } .layout--4-8 .carbon-calculator-via {
        width: 29% !important;
        float: left;
        margin-right: 1%;
        position: relative;
    } .layout--4-8 .carbon-calculator-via:after {
            content: '';
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #0092CB;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
        } .layout--4-8 .carbon-calculator-enter-station {
        width: 70%;
        float: left;
    } .layout--6-6.carbon-calculator-travel-section {
    display: flex;
    flex-wrap: wrap;
} .layout--6-6.carbon-calculator-travel-section .column {
        width: 49%;
    } .layout--6-6.carbon-calculator-travel-section .carbon-calculator-travel-label {
        margin-right: 1%;
    } .layout--6-6.carbon-calculator-travel-section .carbon-calculator-travel-id {
        margin-left: 1%;
    } .layout--6-6.carbon-calculator-travel-section .carbon-calculator-travel-id span {
            color: rgba(0, 0, 0, 0.4);
        } #btnCalculateCarbon {
    width: 100%;
    height: 38px;
    background: #f5d83c;
    color: #000;
    display: block;
    border: none;
    outline: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    margin: 10px 0;
} button#btnCalculateCarbon:disabled {
    opacity: 0.8;
    cursor: not-allowed;
} button#btnCalculateCarbon:disabled:hover {
        cursor: not-allowed;
    } .save-amount {
    color: #0e1925;
    text-align: center;
    font-weight: 500;
} .select2-search.select2-search--dropdown:focus, .select2-selection.select2-selection--single:focus {
    outline: none !important;
} .select2-selection__clear {
    display: none;
} @media (max-width: 1024px) {
    .carbon-calculator .qtt-form-stations {
        margin: 0px !important;
    }
} @media (max-width: 767px) {


    .carbon-calculator-travel-label span {
        font-size: 13px;
    }

    .carbon-calculator-travel-section {
        padding-top: 0px;
    }

    .carbon-calculator .column {
        margin-bottom: 0px !important;
    }

    .carbon-calculator {
        width: 100%;
    }
}
/*carbon calculator ends*/
/*blank calendar changes starts*/
.blank-calendar .clndr-event-rit a {
    width: 100%;
    right: 0px;
    padding-left: 20px;
} @media (max-width: 767px) {
    .blank-calendar .clndr-event-rit a {
        position: static;
        padding-left: 0px;
        padding-top: 10px;
    }

    .blank-calendar .clndr-event-rit {
        min-height: auto !important;
    }
}
/*blank calendar changes ends*/
/*FGSUP-880 starts*/
.accordion .content-heading {
    color: #0092cc;
    font-weight: 400;
    font-size: 15px;
}
/*FGSUP-880 ends*/
.blank-calendar .calender-summary-event li .row {
    padding: 12px 0;
} .more-about-tabs {
    float: left;
    width: 100%;
} .map-svg-container .modal-dialog {
    width: 800px !important;
    padding-top: 7% !important;
} .map-svg-container .modal-dialog .station-image {
        max-height: 250px;
        overflow-y: auto
    } .map-svg-container .modal-dialog .station-image::-webkit-scrollbar {
            width: 8px;
            height: 8px;
            border-radius: 6px;
        } .map-svg-container .modal-dialog .station-image::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 6px;
        } .map-svg-container .modal-dialog .station-image::-webkit-scrollbar-thumb {
            background: #C9C9C9;
            border-radius: 6px;
        } .map-svg-container .modal-dialog .station-image::-webkit-scrollbar-thumb:hover {
                background: #555;
                border-radius: 6px;
            } @media (max-width:800px) {
    .map-svg-container .modal-dialog {
        width: 95% !important;
        margin: auto !important;
        padding-top: 7% !important;
    }

    .map-svg-container .modal {
        padding-right: 0px !important
    }
} .map-svg-container .station-image img {
    float: left;
    margin-left: 0;
} .map-svg-container .station-image .modal-title {
    float: left;
    width: 85%;
} .map-svg-container .station-image .modal-title div, .map-svg-container .station-image .modal-title div p {
        width: 100%;
        text-align: left;
        padding: 10px !important;
    } .map-svg-container .station-image .modal-title div p, .map-svg-container .station-image .modal-title div div {
            padding: 0px !important;
        } @media (max-width: 800px) {
    .map-svg-container .station-image .modal-title {
        width: 100%;
    }
}
/*FGSUP-877 starts*/
.promo-crd-no-img .promo-crd__wrap-link-main {
    height: 0px;
}
/*FGSUP-877 ends*/
.ticket-fare-main {
    padding-bottom: 15px;
} @media (max-width: 767px) {
    .clndr-event-lft {
        margin-bottom: 0px !important;
    }
} .blank-calendar span.calender-icon::before {
    width: 70px;
    height: 70px;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0px);
} .blank-calendar .calender-summary-event h3 {
    padding-bottom: 0px;
} @media (max-width: 1024px) {
    .custom-calender a.prevmonth, .custom-calender a.nextmonth {
        border-radius: 4px !important;
    }
} .live-results .results-table .column--button p span.icon-carat_down_soft {
    top: 18px;
} .component-journey-check-results .results-table .column--status .icon {
    font-size: 20px !important
} .featred-lft p {
    text-align: left !important;
} .row.swr-col12-component h4 {
    line-height: 30px;
} @media (max-width: 1024px) {
    .featred-lft p {
        text-align: center !important;
    }
}
/*893 starts*/
.filter-table th:nth-child(1), .filter-table td:nth-child(1) {
    text-align: left !important;
} .filter-table tbody th:nth-child(1) {
    padding-left: 10px;
}
/*893 ends*/
/*878 starts*/
.new-qtt-journey-check-form .qtt-form-date-select input, .new-qtt-journey-check-form .qtt-form-date-select .fancy-select .trigger {
    font-size: 16px !important;
    font-weight: 400;
} .new-qtt-journey-check-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
} @media (max-width: 1024px) {
    .new-qtt-journey-check-form .qtt-form-stations .arrival-station .placeholder-heading, .new-qtt-journey-check-form .qtt-form-stations .departure-station .placeholder-heading {
        display: none;
    }

    .new-qtt-journey-check-form .switch-group {
        width: 100%;
    }

    .new-qtt-journey-check-form .qtt-form-stations .arrival-station {
        padding-top: 10px;
    }

    .new-qtt-journey-check-form .station-switch {
        top: 85px;
        background: #0092cc;
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }

        .new-qtt-journey-check-form .station-switch .station-switch__icon {
            padding-top: 5px;
        }

            .new-qtt-journey-check-form .station-switch .station-switch__icon::before {
                font-size: 25px;
            }
}
/*878 ends*/
.custom-calender span.city-breaks::before {
    background-image: url(/Assets/img/city-breaks.svg);
} .custom-calender td.empty-clndr:hover span.city-breaks::before {
    background-image: url(/Assets/img/city-breaks-hover.svg);
} .blank-calendar .calender-summary-event .layout--4-8 > .column:first-of-type {
    padding-left: 0px !important
} @media (max-width: 767px) {
    .blank-calendar .calender-summary-event .layout--4-8 > .column:first-of-type {
        padding-left: 12px !important
    }
} .component-detailed-network-status .alerts-service .alerts-service-title em {
    font-size: 25px;
    float: left;
    margin-right: 15px;
    margin-top: 6px;
} .promo-crd--light-blue .promo-crd__arrow-link, .promo-crd--white .promo-crd__arrow-link {
    color: #0357AB !important;
} .promo-crd--white .promo-crd__arrow-link:after, .promo-crd--light-blue .promo-crd__arrow-link:after {
        color: #0092cc !important;
    }
/*994 starts*/
.new-footer .footer-social {
    text-align: center;
} .new-footer .footer-custom-layout .column {
    width: 20%;
} .new-footer .footer-custom-layout .swr-bottom-logo {
    margin-bottom: 0px;
    background: transparent;
} .new-footer .new-footer-links {
    background: #fff;
    padding-bottom: 0px;
} .new-footer .footer-custom-layout a, .new-footer .footer-custom-layout a:hover {
    color: #061B2B;
    font-weight: 400;
} .new-footer .footer-custom-layout li {
    margin-bottom: 0px;
} .new-footer .footer-custom-layout .swr-bottom-logo ul li {
    margin-bottom: 0px !important;
    text-align: left;
} .new-footer .footer-common-links .column {
    width: 100%;
    height: 100%;
    object-fit: contain;
} .new-footer .footer-common-links li a, .new-footer .footer-common-links li a::after {
    color: #061B2B !important;
    font-weight: 400;
} .new-footer .footer-common-links li {
    float: none;
    display: inline;
} .new-footer .footer-common-links ul {
    text-align: center
} .new-footer .new-footer-policy {
    background: #061B2B;
    padding: 20px 0;
} .new-footer {
    padding-bottom: 0px;
} .new-footer .footer-common-links ul.footer-links {
        margin-bottom: 10px;
        margin-top: 10px;
    } .new-footer .new-footer-payment-gateway li {
        display: inline-block;
        width: auto;
        height: 44px !important;
    } .new-footer .new-footer-payment-gateway li img {
            padding: 0 5px;
            position: relative;
            vertical-align: top;
            object-fit: contain;
            width: auto;
            height: auto;
            max-width: 100%;
        } .new-footer .footer-common-links, .new-footer .new-footer-payment-gateway {
        background: #fff
    } .new-footer .new-footer-payment-gateway .container ul {
            display: inline-block;
        } .new-footer .footer-social ul {
        text-align: center
    } @media (max-width: 1024px) {
    .new-footer .swr-bottom-logo.column {
        width: 100% !important;
    }

        .new-footer .swr-bottom-logo.column li {
            width: 50%;
            margin: 10px 0 !important;
            float: left;
            padding: 0 12px;
        }

    .new-footer .new-footer-payment-gateway li {
        width: 20%
    }

    .new-footer .swr-bottom-logo.column li:nth-child(2n+1) {
        clear: both;
    }

    .new-footer .footer-custom-layout .column {
        width: 50%;
        float: left;
    }
} @media (max-width: 767px) {
    .new-footer .footer-common-links ul {
        text-align: left;
    }

    .new-footer .footer-common-links li a {
        padding-bottom: 0px;
        font-size: 14px;
    }
} .new-footer .footer-social ul li {
    margin: 0 5px;
} .new-footer .footer-social ul li a:focus {
        border: 0 !important;
        outline-color: #007cad !important;
    } .new-footer .footer-social .footer-social-facebook {
    background-position-x: -45px;
} .new-footer .footer-social .footer-social-instagram {
    background-position-x: -87px;
} .new-footer .footer-social .footer-social-youtube {
    background-position-x: -130px;
    width: 47px;
} .new-footer .footer-social .footer-social-linkedin {
    background-position-x: -190px;
}
/*994 ends*/
.promo-crd--light-blue .promo-crd__arrow-link, .promo-crd--white .promo-crd__arrow-link, .promo-crd--white .promo-crd__arrow-link:after, .promo-crd--light-blue .promo-crd__arrow-link:after {
    color: #0357AB !important;
} .swr-col12-component .component-detailed-network-status .alerts-service {
    padding: 15px 30px;
} .swr-col12-component .component-detailed-network-status {
    margin-bottom: 0px;
    padding-top: 20px;
} .new-footer .footer-common-links li a {
    font-weight: 500
} .holds-the-iframe a.close {
    top: -45px !important;
} .new-footer .swr-bottom-logo img {
    width: auto !important;
    max-width: 100%;
} body .sticky-menu-bar a {
    background: #0092CC !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
} .sticky-menu-bar {
    left: -140px;
    right: auto !important;
} @media (max-width: 1024px) {
    .new-footer .new-footer-payment-gateway li {
        width: 19%;
    }

    .new-footer .footer-custom-layout .column {
        width: 20%;
        float: left;
    }

    .new-footer .swr-bottom-logo.column {
        width: 20% !important;
    }

        .new-footer .swr-bottom-logo.column li {
            width: 100%;
        }
} @media (max-width: 767px) {
    .new-footer .footer-custom-layout .column {
        width: 50%;
        float: left;
    }

    .new-footer .swr-bottom-logo.column {
        width: 100% !important;
    }

        .new-footer .swr-bottom-logo.column li {
            width: 50%;
        }

    .new-footer .footer-custom-layout ul.footer-list {
        margin-bottom: 0px;
    }

    .new-footer .footer-custom-layout .swr-bottom-logo {
        margin-top: 0px;
    }
} @media (max-width:767px) {
    .custom-layout-signup .email-signup {
        padding-top: 0px;
    }

    .sticky-menu-bar {
        right: auto;
        top: 50%;
        left: -120px;
    }

        .sticky-menu-bar a {
            padding: 5px !important;
            background: #0092CC !important;
            width: 150px;
        }
} @media (max-width: 767px) {
    .new-footer .footer-custom-layout ul.footer-list, .new-footer .footer-common-links ul.footer-links, .new-footer .new-footer-policy .footer-text {
        padding: 0 12px;
    }

    .new-footer .new-footer-payment-gateway .container ul {
        padding: 0 7px;
    }
}
/*css for no train text*/
.no-trains-running {
    text-align: center;
} @media (max-width: 1024px) {
    .new-footer .new-footer-payment-gateway li {
        margin-top: 10px;
    }
} .column.opning-hrs-info .btn-secondary {
    font-size: 16px;
    font-weight: 400;
    min-width: auto;
    line-height: 16px;
    border-radius: 0px;
    padding: 5px 13px !important
} .live-component-changetime-nav-main .live-component-dropdown {
    float: left;
    height: 44px;
} .live-component-changetime-nav-main button.btn-changetme {
    top: 0px;
    font-size: 16px;
} .accordion.mobile-dynamicmap, .accordion.mobile-at-glance {
    border: 0px;
} .nonClickableAnchor {
    pointer-events: none;
} .live-component-changetime-nav-main .live-component-select-caret {
    float: left
}
/*css for mobile navigation*/
@media (max-width:1024px) {
    .mobile-header .nav-top-wrap li {
        display: inline;
    }

    .mobile-header .nav-top-wrap li a {
        color: #000;
        margin-right: 5px;
        font-size: 14px;
        margin-top: 0px;
    }
    .more-submenu{
        line-height: 37px;
        position: relative;
    }
    .more-submenu .more-links-toggle-btn {
        color: #061B2B;
        border: 0px !important;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0px;
        font-family: "Weissenhof Grotesk", sans-serif !important;
        font-weight: 500;
        padding: 0 15px 0 5px;
        display: inline;
        background-color: transparent;
    }
    li.more-submenu.open-more-links .more-links-toggle-btn {
        color: #fff;
    }
    .more-submenu .more-links-toggle-btn::after {
        content: '\e900';
        font-family: icons, sans-serif;
        font-weight: 400;
        position: absolute;
        top: 50%;
        right: 0px;
        left: auto;
        color: #061B2B;
        box-sizing: border-box;
        font-size: 10px;
        transform: translateY(-50%);
    }
    li.more-submenu.open-more-links .more-links-toggle-btn::after {
        color: #fff;
        transform: translateY(-50%) rotate(180deg);
    }
    .more-submenu .more-submenu-links{
        display: none;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 37px;
        right: -15px;
        background: #fff;
        width: 200px;
        border-radius: 5px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
        z-index: 9;
    }
    .more-submenu.open-more-links .more-submenu-links {
        display: flex;
    }
    .more-submenu .more-submenu-links li {
        flex: 1 1 100%;
        width: 100% !important;
        padding: 0;
    }
    .more-submenu .more-submenu-links li:not(:last-child) {
        border-bottom: 1px solid #c2d4e0;
    }
    .mobile-header .nav-top-wrap .more-submenu .more-submenu-links li a{
        border: 0 !important;
        display: block !important;
        line-height: 1 !important;
        height: auto !important;
        padding: 10px;
    }
    .mobile-header li.more-submenu::before {
        content: "";
        position: absolute;
        left: -2px;
        top: 0;
        width: calc(100% + 22px);
        height: 100%;
        background-color: transparent;
        z-index: -1;
        float: unset;
        font-size: 0;
        margin: 0;
    }
    .mobile-header li.more-submenu.open-more-links::before {
        background-color: #007cad;
    }
    .mobile-header .nav-top-wrap li.item:first-child {
        padding-left: 0;
    }
    .mobile-header .nav-top-wrap li.item:first-child a.icon-my_account {
        padding-left: 23px;
    }

    .bg-stripes {
        min-width: 100% !important
    }

} .new-station-information-inner .new-station-information-map span {
    padding-top: 0px;
} 
@media (max-width: 767px) {
    .mobile-dynamicmap .opning-hrs-info {
        border-left: 0px !important;
        border-top: 2px #9fadb6 solid !important;
    }
}
@media (max-width: 350px) {
    .mobile-header .nav-top-wrap li a{
        padding: 0 5px;
    }
    .mobile-header .nav-top-wrap li a,
    .more-submenu .more-links-toggle-btn {
        font-size: 13px;
    }
    .more-submenu .more-submenu-links{
        right: 0px;
    }
    .mobile-header li.more-submenu::before {
        width: calc(100% + 2px);
    }
    .more-submenu .more-links-toggle-btn::after{
        right: 2px;
    }

}
/*start Calender-Paging css*/
.calender-pagination {
    padding: 0;
    text-align: center;
    margin: 40px 0 30px;
} .calender-pagination li {
        display: inline-block;
        margin: 0 8px 0 0;
        font-size: 1.4em;
        height: 44px;
    } .calender-pagination a, .calender-pagination .expandable-panel-link {
        display: inline-block;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        text-align: center;
        line-height: 25px;
        text-decoration: none;
        background: rgba(199, 218, 231, 0.4);
        color: #000;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.4s;
    } .calender-pagination a:hover, .calender-pagination .expandable-panel-link:hover {
            background: rgba(204, 204, 204, 0.6);
            text-decoration: none !important;
        } .calender-pagination a:hover polygon, .calender-pagination .expandable-panel-link:hover polygon {
                fill: #004965;
            } .calender-pagination svg {
        position: relative;
        vertical-align: middle;
    } .calender-pagination svg polygon {
            fill: #000;
        } .calender-pagination .active a, .calender-pagination .active .expandable-panel-link {
        background: #000;
        color: white;
        cursor: default;
    } .calender-pagination .arrow a, .calender-pagination .arrow .expandable-panel-link {
        background: rgba(199, 218, 231, 0.4);
    } .calender-pagination .label-first, .calender-pagination .label-last {
        margin: 0 10px 0 0;
        display: none;
        border: solid 1px #000;
        border-radius: 4px;
    } @media (min-width: 48em) {
    .calender-pagination .label-first,
    .calender-pagination .label-last {
        display: inline-block;
    }
} .calender-pagination .label-first a, .calender-pagination .label-first .expandable-panel-link, .calender-pagination .label-last a, .calender-pagination .label-last .expandable-panel-link {
    padding: 0 18px;
    min-width: 94.8px;
    border-radius: 4px;
    color: #000;
    background: white;
    position: relative;
    font-weight: 500;
} .calender-pagination .label-first a:hover, .calender-pagination .label-first .expandable-panel-link:hover, .calender-pagination .label-last a:hover, .calender-pagination .label-last .expandable-panel-link:hover {
        background: #ebf2f6 !important;
        transition: all 0.4s !important;
        text-decoration: none;
    } .calender-pagination .label-first a:after, .calender-pagination .label-first .expandable-panel-link:after, .calender-pagination .label-last a:after, .calender-pagination .label-last .expandable-panel-link:after {
        right: auto;
        left: -20px;
    } .calender-pagination .label-last {
    margin: 0;
} .calender-pagination a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 22px !important
} @media (max-width: 480px) {
    .calender-pagination li {
        margin-right: 5px;
    }

        .calender-pagination li a {
            width: 35px !important;
            height: 35px !important;
        }

        .calender-pagination li.current-calender-page a {
            font-size: 14px;
            line-height: 17px !important;
        }
} @media (max-width: 480px) {
    .calender-event-paging #next-calender a.page-link, .calender-event-paging #previous-calender a.page-link {
        top: -2px
    }
} @media (max-width: 480px) {
    .calender-event-paging #next-calender a.page-link, .calender-event-paging #previous-calender a.page-link {
        top: -5px !important;
        line-height: 17px !important;
    }
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .calender-event-paging #next-calender a.page-link, .calender-event-paging #previous-calender a.page-link {
        top: -15px
    }
} #previous-calender-page a, #next-calender-page a {
    background: #fff;
    border-radius: 5px;
    border: 1px #000 solid;
    font-size: 14px;
    min-height: 40px !important;
    min-width: 100px;
    text-align: center;
    font-weight: 500;
} @media (max-width: 600px) {
    #previous-calender-page {
        display: none;
    }

    #next-calender-page {
        display: none;
    }
} #previous-calender-page a:hover, #next-calender-page a:hover {
    background: #ebf2f6 !important;
    transition: all 0.4s !important;
} #next-calender a.page-link, #previous-calender a.page-link {
    position: relative;
    font-size: 0px;
    top: -5px;
}
/*end Calender-Paging css*/
@media (max-width: 767px) {
    .ui-datepicker table tbody tr td {
        padding: 2px 1px;
    }
} .container #AllAltercations h2 {
    margin-left: 0px;
    font-size: 18px;
    padding-top: 0px;
    margin-top: 0px !important;
    padding-bottom: 30px;
} .nav-top-wrap li a .seperator {
    display: none;
} .nav-top-wrap li {
    padding-right: 0px !important;
} .nav-top-wrap li a {
        padding: 0 8px;
        line-height: 37px !important;
        height: 28px !important;
        display: inline;
    } @media (max-width: 1024px) {
    .nav-top-wrap li a {
        margin-right: 0px !important;
        font-weight: 500;
        padding: 0 5px;
    }

        .nav-top-wrap li a.icon-my_account {
            position: relative;
            top: 0px;
        }
} .select-blog-filter-section.select-blog-filter-open::before {
    content: '\e901';
} .select-blog-filter-inner-section label {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    margin-top: 2px;
} .blog-clear-filters-section li.clear a:hover {
    cursor: pointer;
} .live-component-changetime-nav-main .body .column--platform p {
    margin-left: 50% !important;
    transform: translate(-100%, 0px);
    text-align: center;
} .mobile-header ul li.item.icon-my_account::before {
    margin-top: 9px;
} .mobile-header .nav-top-wrap ul {
    padding-left: 0;
} .calender-filter-toggle {
    position: relative;
    text-align: center;
} .calender-filter-toggle::before {
        content: "\f036";
        color: #fff;
        font-family: 'FontAwesome', sans-serif;
        font-size: 19px;
    } .calender-filter-toggle::after {
        content: "Show all filters";
        color: #fff;
        font-size: 18px;
        padding-left: 10px;
    } .blog-filter-toggle-show.calender-filter-toggle::after {
    content: "Hide all filters";
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
} @media (max-width: 1024px) {
    .calender-filter-toggle::before {
        background: url(/Assets/img/mob-filter-icn.png) no-repeat;
        width: 30px;
        height: 30px;
        content: " " !important;
        position: absolute;
        top: 1px;
        left: 0;
    }

    .calender-filter-toggle {
        width: 160px;
        margin: auto;
    }
} @media (max-width: 1024px) {
    .calender-filter-toggle::before {
        background-size: contain;
    }
} .mobile-header .nav-top-wrap li {
    vertical-align: middle;
    display: inline-block;
    padding: 0 0px;
    font-size: 14px;
} .nav-top-wrap .previousSearchdrop-down ul a, .nav-top-wrap .searchdrop-down ul a {
    border: 0px !important;
} .nav-top-wrap .previousSearchdrop-down ul li a, .nav-top-wrap .searchdrop-down ul li a {
    line-height: 15px !important;
}
/*1118*/
.display-non {
    display: none
} @media (max-width: 767px) {
    .display-non {
        display: block
    }

    .component-journey-check-results .results-table .body .column--other {
        display: block !important;
        width: 40%;
        padding: 10px 0;
    }

    .component-journey-check-results .results-table .body .column--duration {
        display: block !important;
        width: 59%;
        padding: 10px 0;
        padding-left: 45px;
    }

    .component-journey-check-results .results-table .body .column--other p {
        text-align: right;
        margin-right: 10px;
    }

    .component-journey-check-results .results-table .body .journey {
        display: block;
    }

    .component-journey-check-results .results-table .body .column--button p {
        width: 30px;
    }

    .component-journey-check-results .results-table .body .column--button .content-cell {
        position: absolute;
        height: 100%;
        display: block !important;
    }

    .component-journey-check-results .results-table .body .column--status.mob-status {
        margin-left: 45px;
        margin-top: 5px;
    }

    .component-journey-check-results .results-table .body .column--duration p {
        font-size: 16px !important;
        top: 9px !important;
        display: inline !important;
        text-align: left !important;
        position: relative;
    }
} @media (max-width: 767px) {
    .live-results .results-table .body .journey .column .content-table > .content-cell p:nth-child(2) {
        padding-top: 0px !important;
        line-height: 21px !important;
    }

    .component-journey-check-results .results-table .column--button {
        width: 10% !important;
    }

    .component-journey-check-results .results-table .body .column--status.mob-status {
        margin-left: 10% !important;
    }

    .live-results .results-table .body .route-overview .station .dot circle {
        stroke: #061b2b !important;
        opacity: 1 !important;
    }

    .live-results .results-table .body .route-overview .station .dot:after {
        background-color: #061b2b !important;
        opacity: 1 !important;
    }
    .component-journey-check-results .results-table .route-overview {
        padding-left: 30px;
    }
    .live-results.component-journey-check-results .results-table {
        display: block;
    }
}
/*1097 start*/
.new-map .container {
    background: #e9f0f5;
    border-top: 5px #0092CC solid;
    padding: 15px 0;
    position: relative;
    min-height: 300px;
} .map-search-station {
    background: #c7dae7;
    padding: 10px;
    border-radius: 3px;
} .map-search-station p {
        margin: 0px 0px 10px;
        font-size: 16px;
    } .map-search-station h3, .map-station-information h3, .station-map-key-new h3 {
        padding: 5px 0;
        font-size: 20px;
    } .map-search-station input {
        border: 0px;
        width: 100%;
        border-radius: 3px;
        padding: 14px 10px;
        margin-bottom: 10px;
    } .map-search-station button {
        min-width: 100%;
    } .map-station-information, .station-map-key-new {
    background: #fff;
    border-radius: 3px;
    margin: 15px 0;
    padding: 10px;
} .map-station-information .station-info {
        width: 100%;
        font-family: "Weissenhof Grotesk", sans-serif;
        text-align: left;
        position: relative;
        margin: 20px 0 10px 0;
        padding-left: 50px !important;
    } .map-station-information .station-address-info::before {
        left: 0px;
    } .map-station-information p {
        margin: 0px;
    } .map-station-information h5 {
        font-weight: 500;
        padding: 0px;
    } .map-station-information .station-info::before {
        position: absolute;
        font-size: 30px;
        line-height: normal;
        left: 20px;
        top: -5px;
    } .map-station-information .station-info a {
        font-size: 16px;
        padding-top: 10px;
        display: block;
        text-decoration: underline;
        color: #0357AB;
        font-weight: 500;
    } .station-map-key-new h3 {
        border-bottom: 0px;
        position: relative;
    } .station-map-key-new h3.active {
            border-bottom: 2px #0092CC solid;
        } .station-map-key-info {
    padding-left: 0px;
    padding-top: 15px;
    margin-bottom: 10px !important;
} .station-map-key-info li {
        width: 45%;
        list-style: none;
        display: inline-block;
        padding: 10px 0 0;
        height: 60px;
        position: relative;
    } .station-map-key-info li p, .map-connection-to-new li p {
            font-size: 16px;
            margin: 0px;
            font-weight: 500;
            line-height: 16px;
        } .station-map-key-info li img, .map-connection-to-new li img {
            width: 100%;
        } .station-map-key-info li:nth-child(2n) {
            float: right;
        } .map-connection-to-new h3 {
    border: 0px;
} .map-connection-to-new li {
    list-style: none;
    padding: 10px 15px 0 0;
    display: table-cell;
    width: 34%;
    vertical-align: bottom;
} .map-connection-to-new ul {
    padding-left: 0 !important;
    padding-top: 10px;
    margin-bottom: 10px !important;
    display: table;
} .map-connection-to-new li:nth-child(1) {
    padding-left: 0px;
} .map-connection-to-new li:nth-child(3) {
    padding-right: 0;
} .map-connection-to-routes li img {
    width: 22px;
    margin-right: 15px;
} .map-connection-to-routes li {
    list-style: none;
} .map-connection-to-routes ul {
    padding-left: 0px;
} .map-connection-to-routes li span {
    top: 2px;
    position: relative;
} .download-map-btn {
    min-width: 100%;
    width: 100%;
    padding: 0px;
} .map-station-information-mob {
    display: none;
} section.new-map .railway-container {
    padding: 0px !important;
    border: 0px !important;
    height: 670px !important;
    position: relative;
} @media (max-width: 1024px) {
    .map-connection-to-new ul {
        display: block
    }

    .map-connection-to-new li {
        padding: 10px 0;
        width: 100%;
    }

    .map-connection-to-routes ul {
        margin-bottom: 0px !important;
    }

    .download-map-btn {
        font-size: 16px;
        padding: 12px 0;
    }
} @media (max-width: 991px) {
    .map-station-information, .download-map-btn {
        display: block;
    }

    .map-station-information-mob .map-station-information, .map-station-information-mob {
        display: block
    }

        .map-station-information-mob ul.tabs-nav {
            margin-bottom: 0px;
            padding-left: 0px;
            display: flex;
            padding-top: 15px;
        }

            .map-station-information-mob ul.tabs-nav li {
                list-style: none;
                text-align: center;
                width: 50%;
                display: block;
                background: #fff;
                border-radius: 4px;
                margin: 0 5px 0 0;
            }

                .map-station-information-mob ul.tabs-nav li:nth-child(2) {
                    margin-right: 0;
                }

                .map-station-information-mob ul.tabs-nav li a {
                    color: #061B2B;
                    padding: 12px 0;
                    display: block;
                    text-decoration: none;
                }

                .map-station-information-mob ul.tabs-nav li.tab-active {
                    background: #0092CC;
                }

                    .map-station-information-mob ul.tabs-nav li.tab-active a {
                        color: #fff;
                    }

    .mob-map-view {
        background: #fff;
        border-radius: 3px;
        margin: 15px 0;
        padding: 10px;
    }

    section.new-map .railway-container {
        height: 300px !important;
    }
} .map-zoom {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 30px;
} .map-zoom .margin-map_btn {
        background: #061B2B;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 25px;
        height: 25px;
        margin-top: 1px;
        line-height: 27px;
        color: #fff;
    } .map-zoom .margin-map_btn:nth-child(2) {
            border-radius: 0 0 4px 4px;
        } .map-zoom .margin-map_btn:nth-child(1) {
            border-radius: 4px 4px 0 0;
        } .map-zoom .margin-map_btn:hover {
            text-decoration: none
        } @media (max-width: 991px) {
    .new-map .col-lg-4 {
        width: 100%;
    }
} .map-search-station button:hover, .map-search-station button:focus, .map-search-station button:active {
    background: #F5D83C !important;
    color: #061B2B;
    border: 1px #f5d83c solid;
} .download-map-btn:hover, .download-map-btn:focus, .download-map-btn:active {
    background: #0092CC;
    color: #fff;
} .download-map-btn button {
    background: #0092CC !important;
    border: 0px;
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 3px;
} .station-map-key-info li img {
    position: absolute;
    bottom: 0;
} .map-station-information .acordian-question, .map-station-information .acordian-anwser {
    width: 100%;
    padding-bottom: 10px
} .map-station-information .acordian-anwser {
    padding-left: 0px !important;
} .map-station-information .acordian-anwser p {
        font-size: 16px;
    } @media (max-width: 1024px) {
    .map-connection-to-new li {
        padding: 10px 5px
    }

        .station-map-key-info li p, .map-connection-to-new li p, .map-connection-to-routes li span {
            font-size: 14px;
        }

    .map-search-station h3, .map-station-information h3, .station-map-key-new h3 {
        font-size: 18px;
    }
} .station-map-key-new h3:hover {
    cursor: pointer
} .station-map-key-new h3::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 6px;
} .station-map-key-new h3.active::after {
    content: '\e80c';
    font-family: 'icons', sans-serif;
    font-size: 10px;
    top: 10px;
    transform: rotate( -0deg) !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} .station-search-map {
    max-height: 200px;
    overflow-y: auto !important;
    padding: 0px;
    border-radius: 0 0 6px 6px;
} .station-search-map li {
        font-size: 15px;
        line-height: 24px;
        padding: 10px !important;
    } .station-search-map li:hover {
            background-color: #c7dae7 !important;
        } @media (max-width: 767px) {
    .live-results .results-table .body .journey .column .content-table > .content-cell p:nth-child(2) {
        padding-top: 0px !important;
        line-height: 21px !important;
    }

    .component-journey-check-results .results-table .column--button {
        width: 10% !important;
    }

    .component-journey-check-results .results-table .body .column--status.mob-status {
        margin-left: 10% !important;
    }

    .live-results .results-table .body .route-overview .station .dot circle {
        stroke: #061b2b !important;
        opacity: 1 !important;
    }

    .live-results .results-table .body .route-overview .station .dot:after {
        background-color: #061b2b !important;
        opacity: 1 !important;
    }

    body .live-results .results-table .body .route-overview:before {
        width: 30px !important;
    }

    .live-results.component-journey-check-results .results-table {
        display: block;
    }
} @media (max-width: 767px) {
    .component-journey-check-results .results-table .body .column--other p {
        text-align: center
    }

    .component-journey-check-results .results-table .body .column--duration {
        padding-left: 10%;
        text-align: left;
    }
} @media (max-width: 440px) {
    .component-journey-check-results .results-table .body .column--duration {
        padding-left: 13%
    }

    .component-journey-check-results .results-table .column--status {
        width: 20%;
    }

    .component-journey-check-results .head .mob-status {
        left: 2% !important;
    }

    .component-journey-check-results .results-table .body .column--status.mob-status {
        margin-left: 9% !important;
    }
} .live-results.component-journey-check-results .cap--bottom {
    margin-top: -1px;
} .live-results.component-journey-check-results .cap--top {
    border-top: 1px #061b2b solid !important
} .live-results.component-journey-check-results .results-table {
    border-top: 0px !important
} .map-connection-to-new h3::after {
    display: none;
} .map-search-station input.btn:hover, .map-search-station input.btn:focus, .map-search-station input.btn:active, .map-search-station input.btn:not(.disabled):hover, .map-search-station input.btn:not(.disabled):focus {
    background: #F5D83C !important;
    color: #061B2B;
    border: 0px;
    box-shadow: 0 0 0;
} .new-map {
    padding-bottom: 30px;
} .map-zoom .margin-map_btn:hover, .map-zoom .margin-map_btn:focus, .map-zoom .margin-map_btn:active {
    text-decoration: none;
} @media (max-width: 767px) {
    .new-footer .footer-custom-layout .column:nth-child(3) {
        clear: both;
    }
} .map-search-station .btn-primary.disabled, .map-search-station .btn-primary.disabled:hover, .map-search-station .btn-primary.disabled:focus, .map-search-station .btn-primary.disabled:active {
    background: #f5d83c !important;
    opacity: 0.8;
    cursor: not-allowed;
} .new-map div#global-loading-bars .loading-icon {
    position: absolute;
} .new-map div#global-loading-bars {
    z-index: 1;
} @media (max-width: 991px) {
    .new-map .container {
        position: relative;
        min-height: 150px;
    }
} @media (max-width: 767px) {
    .component-journey-check-results .results-table .body .column--icon, .component-journey-check-results .results-table .body .column--changes {
        min-height: 0px;
        height: 0px !important;
    }

    .component-journey-check-results .results-table .body .column {
        height: 50px;
        max-height: 100px;
    }

        .component-journey-check-results .results-table .body .column.column--departs.schedule,
        .component-journey-check-results .results-table .body .column.column--arrives.schedule {
            height: auto;
        }

    .component-journey-check-results .results-table .body .column--duration, .component-journey-check-results .results-table .body .column--other {
        height: auto;
    }

    .component-journey-check-results .results-table .body .column--duration {
        clear: both;
    }
} .map-search-station input[type="text"] {
    padding: 0px 10px;
} @media (max-width: 440px) {
    .component-journey-check-results .results-table .body .column--status.mob-status {
        margin-left: 12% !important;
    }
} @media (max-width: 767px) {
    .component-journey-check-results .results-table .body .column--status.mob-status {
        margin-left: 12% !important;
        margin-right: -2%;
    }


    .component-journey-check-results .column--arrives .content-cell, .component-journey-check-results .column--departs .content-cell {
        vertical-align: top !important;
    }

        .component-journey-check-results .column--arrives .content-cell p, .component-journey-check-results .column--departs .content-cell p {
            padding-top: 2px !important;
        }

    .live-results .cap--bottom .icon-right_arrow, .live-results .cap--top .icon-left_arrow {
        margin-top: 2px;
    }

    .component-journey-check-results .results-table .body .row .column {
        height: auto;
    }

    .component-journey-check-results .results-table .body .route-overview .station .dot:after {
        height: 1000px !important
    }
} .station-map-key-new h3.active::after, .station-map-key-new h3::after {
    content: '\e80c' !important;
    transform: rotate(-45deg);
    font-family: 'icons', sans-serif;
    font-size: 10px;
    top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} .station-map-key-new {
    border-radius: 0 0 3px 3px;
    border-top: 3px #0092CC solid;
} .new-map .col-lg-8 {
    padding-left: 0px;
} .stn-address {
    font-size: 1.6em;
    color: #000;
    background: #fff;
    border: none;
    padding: 10px 0px 0px;
} .component-fault-report-form .uploadImage {
    float: none;
} div#teconsent {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    padding: 2px 6px 2px 6px;
    border-radius: 5px;
    background-color: #778690;
    border: 1px solid #778690;
    font-size: 14px;
} div#teconsent a {
        color: #fff;
        text-decoration: none;
        cursor: pointer !important;
    } .captcha-cookies-emsg .recaptcha-alert, .map-placeholder {
    background: #c7dae7;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    display: flex;
    text-align: left;
} .captcha-cookies-emsg .recaptcha-alert i {
        margin-top: 3px;
        padding-right: 10px;
    } .swr-rich-text a.download-link {
    clear: none;
    display: table;
    margin-top: 10px;
} @media (max-width: 1024px) {
    .scfForm .captcha-cookies-emsg {
        width: 100% !important;
    }

    .featured {
        margin: 10px 0 0 !important;
    }
} @media (max-width: 767px) {
    .component-qtt-form #adult-children-div div.fancy-select ul.options {
        position: relative;
        display: none;
    }

        .component-qtt-form #adult-children-div div.fancy-select ul.options.open {
            display: block;
        }
} .select-seat-availabilty-form-input-checkbox-main {
    text-align: center;
} .select-seat-availabilty-form-input-checkbox {
    display: inline-block;
    padding-right: 10px;
    font-size: 15px;
} .select-seat-availabilty-form-input-checkbox input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-right: 2px;
        position: relative;
        top: 2px;
    } .seat-capacity-via-day-main {
    display: inline-block;
    padding-right: 12px;
    min-width: 155px;
} .seat-capacity-via-day-inner {
    background: #061b2b;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 110px;
}
/*1328 starts*/
.live-results-outer p, .live-results-outer th, .live-results-outer td {
    margin: 0;
    padding: 0;
    font-size: 16px;
} .input-wrapper input[type="tel"], .input-wrapper input[type="email"] {
    font-family: "Weissenhof Grotesk",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;
    appearance: none;
    border-radius: 4px
} .form-new-checkbox-section label {
    font-size: 14px;
    display: inline-block;
    color: #fff !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 400;
    border-radius: 4px
} .form-new-checkbox-section input[type="checkbox"] {
    display: inline-block;
} .form-new-checkbox-section label.check-box-label {
    padding-left: 5px;
    display: inline-block;
    color: #061b2b !important;
} .inner-check-box-section {
    background: #f1f3f3;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
} .live-results-outer th p {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400;
    white-space: nowrap;
} .live-results-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
} .live-results-outer thead, .live-results-outer thead tr {
    background: #000 !important;
} .live-results-outer th {
    width: 20% !important;
    padding: 10px 20px;
    text-align: left;
} .live-results-inner tbody tr {
    background: #fff;
    border-color: #ccc;
    border-left: 0;
    border-right: 0px;
} .live-results-inner tbody tr td {
        padding: 15px 20px;
    } .live-results-inner tbody tr td p {
            font-weight: 500;
            white-space: nowrap;
        } .live-results-inner table tr:first-of-type > th, .live-results-inner table tr:first-of-type > td {
    background: transparent;
} .live-results-inner table, .live-results-inner .table-scroll-wrapper {
    margin-bottom: 0px;
} .seat-capacity-via-day-outer {
    display: flex;
} .seat-capacity-via-day-outer p:after {
        font-weight: 400;
    } @media (max-width: 1024px) {

    .component-jumbotron .component-journey-check-form h4 {
        padding: 10px 0 2px;
    }

    .component-jumbotron .new-qtt-journey-check-form .switch-group {
        width: 100%;
        display: inline-block;
    }

    .component-jumbotron .new-qtt-journey-check-form .station-switch {
        width: 45px;
        height: 45px;
        top: 80px
    }
} span.no-weekdays-selected {
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #CC0701;
} span.no-station-selected {
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #CC0701;
} .component-seat-availability-results .results-table.results-loaded, .component-seat-availability-results .seat-availability-no-results, .component-seat-availability-results .seat-availability-no-results p, .component-seat-availability-results .seat-availability-on-weekend, .component-seat-availability-results .seat-availability-on-weekend p {
    background: 0 none;
    border: 0px;
    text-align: center;
    font-weight: 500;
    padding: 0;
    margin: 0px;
} .live-results-outer td {
    text-align: left;
    width: 30% !important
} .live-results-inner table {
    border: 0px !important
}
/*accessibility phase 2 start*/
a:focus, input:focus, textarea:focus, button:focus, select:focus, img:focus, input[type=radio]:focus + span, .close_railcard_icon:focus, .calendar-month-navigation .fa-angle-left:focus, .calendar-month-navigation .fa-angle-right:focus, .switch-page:focus, .checkbox input[type="checkbox"]:focus + .cr, .textfirst:focus {
    border: 0px #000 solid !important;
    outline: 2px solid #000 !important;
} .banner-home .home-qtt-bx .tabs .tab-nav li:focus {
    border: 2px solid #000 !important;
} #menu-thumb li.buy-tickets-link a {
    display: block;
    padding: 8px 18px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 40px;
} #menu-thumb li.buy-tickets-link {
    padding: 0px !important;
} .nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper a.recent-search-title {
    border: 0px;
} .nav-top-wrap .previousSearchdrop-down ul a:focus, .nav-top-wrap .searchdrop-down ul a:focus {
    outline: 0px !important;
    border: 2px #000 solid !important;
} .nav-top-wrap ul .icon-my_account:before {
    top: 1px;
    font-size: 18px;
    line-height: 1;
}
@media screen and (max-width:1023.98px) {
    .nav-top-wrap ul .icon-my_account:before{
        top: 0px;
        position: absolute;
        line-height: 1;
        left: 0;
    }
}
/*accessibility phase 2 end*/

/*1327*/
.notifyoverlay-yellow {
    background: #fef2b6;
} .notifyoverlay-red {
    background: #CC0701;
    color: #fff
} .notifyoverlay-red span {
        color: #fff
    } .top-header, .top-header span {
    font-size: 16px !important;
} .top-header span {
        line-height: 24px !important;
        display: inline;
    } .top-header-left {
    width: 100%;
} .notifyoverlay-btn {
    margin: auto 0px auto 24px;
    text-align: right;
    padding-left: 20px;
} .notifyoverlay-btn a {
        border: 1px solid #000;
        padding: 8px 15px;
        color: #000;
        border-radius: 5px;
        white-space: nowrap;
    } .notifyoverlay-red .notifyoverlay-btn a {
    border: 1px solid #fff;
    color: #fff;
} .top-header .row {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
} .mobile-top-header {
    display: none;
} @media (max-width: 1024px) {
    .mm-menu-active .mobile-menu {
        position: absolute;
        height: 80vh;
    }
} @media (max-width: 767px) {
    .top-header {
        display: none;
    }

    .mobile-top-header {
        display: block;
        z-index: 9;
        position: relative;
        padding: 15px 0
    }

    .top-header-left {
        width: 100%;
        padding: 0 30px 0 15px;
        font-size: 16px
    }

    .notifyoverlay-btn a {
        display: inline-block;
        text-align: center;
        font-weight: 500;
        margin-top: 15px;
    }

    .notifyoverlay-btn {
        margin: 0px;
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .top-header-left p, .top-header-left strong {
        margin: 0px;
        font-size: 16px
    }
}
/*1327*/
.component-smart-app-banner i {
    font-size: 15px;
}
/*promos with hover -- start*/
.pch-hover .promo-crd__wrap-link-main img {
    position: relative !important;
    display: block;
    min-height: 200px !important;
} .pch-hover .promo-crd__wrapper {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
    opacity: 0;
    transition: all 300ms ease;
} .pch-hover:hover .promo-crd__wrapper {
    opacity: 1;
} .pch-hover .promo-crd__wrapper::before {
    opacity: 0;
} @media screen and (max-width: 1024px) {
    .pch-hover .promo-crd__wrap-link-main {
        height: auto;
    }
}
/*promos with hover -- end*/
/* FGSUP-1415 Start */
div#sticky-wrapper.fixed .column {
    z-index: 999999 !important;
}
/* FGSUP-1415 End */
@media screen and (max-width: 766px) {
    div#ui-datepicker-div {
        z-index: 9999 !important;
    }
}
/* Start - FGSUP-1448 - The “Filter offers” functionality is broken and has UI defects */
@media screen and (max-width:767px) {
    .offer-filters .modal-content .btn.btn-primary.filter-inner-collapse-btn.sel_field {
        padding: 10px !important;
        background: #fff;
        border: 0;
        width: 100%;
        border-radius: 4px;
        text-align: left;
        color: #000000;
        line-height: 1.3;
        display: block;
    }

    .offer-filters .modal-content .applied-filters-regions,
    .offer-filters .modal-content .applied-filters-attraction {
        padding: 5px 18px;
        margin: 0 auto;
        white-space: nowrap;
        text-align: left;
        color: #000;
        width: 90%;
        margin-left: 0;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .offer-filters .modal-content label.filter-checkbox p {
        padding: 0 0 0 35px;
        margin: 0;
    }

    .offer-filters .clear-all-filters-filterSection-mobile {
        font-size: 16px;
    }

    /* 13-2-2023 */
    .offer-filters .modal-content.all_side_padd {
        border-top: 2px #f5d83c solid;
        background-color: #061b2b;
    }

        .offer-filters .modal-content.all_side_padd .filterby {
            text-align: center;
            color: #fff;
            margin-bottom: 20px;
            padding-bottom: 0;
        }

    .offer-filters .filter-inner-collapse-btn::before {
        color: #0092cc !important;
        transform: rotate(0deg);
        transition: all 300ms ease;
    }

    .offer-filters .filter-inner-collapse-btn.turn-arrow::before {
        transform: rotate(180deg);
    }

    div#LocationFilter,
    div#RegionFilter {
        padding: 0;
    }

        div#LocationFilter .well,
        div#RegionFilter .well {
            background-color: #fff;
        }

    .offer-filters .checkmark {
        background-color: #fff;
        border: 1px solid #061b2b;
        border-radius: 4px;
    }

    .offer-filters .sel_field:not(.disabled):hover, .offer-filters .btn_apply:not(.disabled):focus {
        background: #fff !important;
        color: #000;
        outline: 2px solid #007cad !important;
    }

    .offer-filters .modal-content .btn {
        border-radius: 4px;
    }
}
/* End - FGSUP-1448 - The “Filter offers” functionality is broken and has UI defects */
/*FG-995-start*/
figure.rte-captions {
    position: relative;
    margin: 0;
} figure.rte-captions figcaption {
        position: static;
        width: 100%;
        opacity: 0.8;
        display: block;
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.1px;
        z-index: 1;
        padding: 5px 0;
        background: transparent;
        color: #000;
    } figure.rte-captions label.iwc-figcaption-check-btn, figure.rte-captions label.iwc-figcaption-check-btn + input[type="checkbox"] {
        position: absolute;
        right: 5px;
        width: 32px;
        height: 32px;
        background-color: rgba(18, 18, 18, 0.6);
        border-radius: 50%;
        bottom: 5px;
        border: none;
        cursor: pointer;
        z-index: 9;
        display: none;
    } figure.rte-captions label.iwc-figcaption-check-btn + input[type="checkbox"] {
            width: 20px;
            height: 20px;
            opacity: 0 !important;
            right: 10px;
            bottom: 10px;
        } figure.rte-captions label.iwc-figcaption-check-btn svg {
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            position: absolute;
            fill: white;
        } figure.rte-captions figcaption svg {
        font-size: 14px;
        margin-right: 5px;
    } @media screen and (max-width: 991px) {
    figure.rte-captions figcaption {
        font-size: 15px;
    }
} @media screen and (max-width: 767px) {
    figure.rte-captions figcaption {
        font-size: 14px;
        padding: 10px 40px 10px 10px;
        display: none;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        background: rgba(18, 18, 18, 0.8);
    }

    figure.rte-captions label.iwc-figcaption-check-btn,
    figure.rte-captions label.iwc-figcaption-check-btn + input[type="checkbox"],
    figure.rte-captions label.iwc-figcaption-check-btn + input[type="checkbox"]:checked + figcaption {
        display: block;
    }

    figure.rte-captions figcaption svg {
        fill: #fff;
    }
}
/*FG-995-End*/
.offers-section div#sidebar.dekstop-filter.hidden-xs {
    width: auto !important;
} .offers-section div#sidebar > h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*footer social Icon start*/
.footer-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
} .footer-social ul li a {
        background-image: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
    } .footer-social ul li a img {
            display: block;
            float: none;
            width: 100%;
            height: auto;
        }
/*footer social Icon end*/
/* FGSUP-839 Horizontal promos start*/
/* Slick Dots Style*/
.promo-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
} .promo-slider ul.slick-dots li {
        list-style-type: none;
        margin: 0 5px;
        font-size: 0;
        line-height: 1;
    } .promo-slider ul.slick-dots li button {
            font-size: 0;
            height: 15px;
            width: 15px;
            border-radius: 100%;
            background: #0357ab;
            border: 0;
            cursor: pointer;
            opacity: 0.5;
        } .promo-slider ul.slick-dots .slick-active button {
        opacity: 1;
    }
/* Slick Button For Previous and Next */
.promo-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    font-size: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid transparent !important;
    outline: none !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
} .promo-slider button.slick-arrow:focus, .promo-slider button.slick-arrow:hover {
        border: 1px solid #061B2B !important;
    } .promo-slider .slick-prev {
    left: -15px;
} .promo-slider .slick-next {
    right: -15px;
} .promo-slider .slick-prev:before, .promo-slider .slick-next:before {
        content: "";
        font-size: 0px;
        line-height: 1;
        opacity: 1;
        position: absolute;
        left: 18px;
        top: 50%;
        display: block;
        padding: 7px;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
        border-width: 0px 0px 2px 2px;
        border-style: solid;
        border-color: #061B2B;
    } .promo-slider .slick-next:before {
        border-width: 2px 2px 0px 0px;
        left: 13px;
    } .promo-slider button.slick-arrow.slick-disabled {
    opacity: 0;
} .promo-slider {
    display: flex;
    flex-wrap: nowrap;
    transform: translateX(0%);
} .promo-wrapper .single-promo-slide {
    display: flex !important;
} .promo-wrapper .single-promo-slide .promo-crd {
        margin: 5px 12px 10px;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    } .promo-wrapper .single-promo-slide .promo-crd:hover {
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        } div#component-jumbotron-d1c4a787-e152-487e-9571-b80b0d7af277 {
    margin-top: 0 !important;
} @media screen and (max-width:1024px) {
    .promo-wrapper .single-promo-slide .promo-crd .promo-crd__wrap-link-main {
        height: 150px !important;
    }
}
/*start-1446*/
.live-results .results-table .head .column.column--arrives, .live-results .results-table .head .column.column--departs, .live-results .results-table .head .column.column--ScheduledArrivalDate, .live-results .results-table .head .column.column--status.mob-status, .live-results .results-table .head .column.column--changes.hidden-xs.hidden-sm, .live-results .results-table .head .column.column--duration.hidden-xs.hidden-sm, .live-results .results-table .head .column.column--button, .live-results .results-table .head .column.column--other {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*1446-end*/
@media screen and (max-width:767px) {
    .promo-wrapper {
        overflow-x: scroll;
        position: relative;
        padding: 2px;
    }

        .promo-wrapper .single-promo-slide {
            flex-basis: 85%;
        }
} .mt-0 {
    margin-top: 0 !important;
}
/* FGSUP-839 Horizontal promos end*/
/* FGSWRSMIG-360 - Global search || Accessibility Issue start*/
@media screen and (min-width: 1024px) {
    .nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper a#autoSuggest-desktopBtn {
        position: absolute;
        top: 50%;
        transform: translate(0px, -50%);
        right: 10px;
        border-width: 1px !important;
        margin: 0;
        border: 0px #E9F0F5 solid !important;
        outline: 2px solid transparent;
    }

        .nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper a#autoSuggest-desktopBtn::before {
            right: 0px !important;
        }
}
/* FGSWRSMIG-360 - Global search || Accessibility Issue end*/
/*1299 -start*/
.article-byline span:first-child {
    border: 0px;
    padding-left: 0px;
} .article-byline span {
    border-left: 1px solid #000;
    padding: 0 5px;
} .article-byline {
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 500;
} .article-byline a {
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }
/*1299 -end*/
/* FGSUP-1298 - Where Next Article Table of Contents - Start */
.articleDetailRendering div#toc-article {
    background-color: #e8f0f6;
    border: 2px solid #e8f0f6;
    border-radius: 4px;
    padding: 15px 20px;
} .articleDetailRendering div#toc-article ul.article-heading {
        list-style-type: disc;
        margin-bottom: 0;
        padding-left: 25px;
    } .articleDetailRendering div#toc-article ul.article-heading li {
            margin-bottom: 5px;
        } .articleDetailRendering div#toc-article ul.article-heading li:last-child {
                margin-bottom: 0;
            } .articleDetailRendering div#toc-article ul.article-heading a {
            text-decoration: underline;
            padding-left: 0;
            color: #000;
            font-weight: 400;
            display: inline-block;
        } .articleDetailRendering div#toc-article ul.article-heading a::before, .articleDetailRendering div#toc-article ul.article-heading a::after {
                visibility: hidden;
            } .articleDetailRendering div#toc-article .article-top {
        font-size: 16px;
        font-weight: 500;
    }
/* FGSUP-1298 - Where Next Article Table of Contents - End */
/*1302 -start*/
.slider-section .card-img {
    height: 180px;
} .slider-section .card-img img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    } .slider-section .card-text {
    background: #fff;
    padding: 15px;
    flex: 1 1 auto;
} .slider-section .card-text p {
        color: #061b2b;
        font-size: 14px;
        margin: 0;
    } .slider-section .px-12 {
    padding-left: 0px;
    padding-right: 0px;
} .slider-section .slick-slider {
    margin-left: -12px;
    margin-right: -12px;
} .slider-section .slick-track {
    display: flex;
} .slider-section .card-body-link.slick-slide {
    color: #061b2b;
    margin: 5px 12px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    transition: all 300ms ease;
    height: auto;
    display: flex;
    flex-direction: column;
} .slider-section .card-body-link.slick-slide .card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    } .slider-section .card-body-link.slick-slide:hover {
        box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 15%);
    } .slider-section .card-body-link.slick-slide:hover .card-text p {
            text-decoration: underline;
        } .slider-section .slick-arrow {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
} .slider-section .slick-arrow:hover, .slider-section .slick-arrow:focus {
        border: 1px solid #061b2b;
    } .slider-section .slick-arrow.slick-prev {
        left: -55px;
    } .slider-section .slick-arrow.slick-next {
        right: -55px;
    } .slider-section .slick-arrow::before {
        color: #061b2b;
        font-size: 0px;
        height: 0;
        width: 0;
        border-color: #061b2b;
        border-style: solid;
        border-width: 2px 2px 0 0;
        padding: 5px;
        display: inline-block;
    } .slider-section .slick-arrow.slick-prev::before {
        transform: rotate(-135deg);
        position: relative;
        left: 2px;
        top: 0;
    } .slider-section .slick-arrow.slick-next::before {
        transform: rotate(45deg);
        position: relative;
        left: -2px;
        top: 0;
    }
/*1302 -end*/
/* Be Inspired Newsletter */
.component-email-signup-bottom .email-signup-bottom.newsletter {
    text-align: left;
} .newsletter-heading {
    max-width: 80%;
    margin-right: auto;
    padding: 10px 50px;
} .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form input {
    margin-right: 12px;
}
/*GoogleDiscover changes*/
.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
} .newsletter-heading .validation-error-message {
    color: #f00;
} .slider-section ul.slick-dots {
    margin-bottom: 0;
    bottom: 0px;
    position: relative;
    margin-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
} .slider-section ul.slick-dots li {
        width: 15px;
        height: 15px;
    } .slider-section ul.slick-dots li button {
            display: block;
            background: #0092CB;
            border-radius: 100%;
            opacity: 0.35;
            width: 15px;
            height: 15px;
        } .slider-section ul.slick-dots li.slick-active button {
            opacity: 1;
        } .slider-section .slick-dots li.slick-active button:before, .slider-section .slick-dots li button:before {
    color: transparent;
} @media screen and (min-width:768px) {
    .newsletter-heading button#newsletter-sign-up {
        white-space: nowrap;
    }
} @media screen and (max-width:1365px) {
    .slider-section .slick-arrow.slick-prev {
        left: -40px;
    }

    .slider-section .slick-arrow.slick-next {
        right: -40px;
    }
} @media screen and (max-width:1279px) {
    .slider-section .slick-prev, .slider-section .slick-next {
        top: 100%;
    }

    .slider-section ul.slick-dots {
        margin-top: 30px;
    }

    .slider-section .slick-arrow.slick-prev {
        left: 15px;
        margin-top: -9px;
    }

    .slider-section .slick-arrow.slick-next {
        right: 15px;
        margin-top: -9px;
    }
} @media screen and (max-width:767px) {
    .article-byline span.article-date-published {
        border-right: 1px solid #000;
    }

    .article-byline span.article-reading-time {
        display: inline-block;
        border-left: 0;
        padding: 0;
    }

    #toc-article ul.article-subHeadings li a::before {
        top: 6px;
        margin-top: 0px;
    }

    #toc-article ul.article-subHeadings li a {
        display: inline-block;
    }

    .newsletter-heading {
        max-width: 500px;
        width: 100%;
        padding: 10px 20px;
    }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form {
        max-width: 360px;
    }

    .newsletter-heading button#newsletter-sign-up {
        margin-top: 15px;
    }

    .slider-section .slick-arrow {
        height: 30px;
        width: 30px;
    }

    .slider-section ul.slick-dots {
        margin-top: 20px;
    }
} @media screen and (min-width: 1025px) {
    .related-article .promo-crd--v-50-50 .promo-crd__wrapper {
        min-height: 235px !important;
        padding-bottom: 40px;
    }

        .related-article .promo-crd--v-50-50 .promo-crd__wrapper h3 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            padding-bottom: 0;
            margin-bottom: 10px;
        }

        .related-article .promo-crd--v-50-50 .promo-crd__wrapper p {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
} @media screen and (max-width: 1024px) {
    .related-article .promo-crd--v-50-50 .promo-crd__wrapper {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 40px;
    }

        .related-article .promo-crd--v-50-50 .promo-crd__wrapper p {
            margin-bottom: 15px;
            min-height: auto !important;
        }
}
/* Email SignUp Newsletter Start */
.email-signup-bottom.newsletter {
    background-color: #c7dae7;
    background-repeat: no-repeat;
    background-position: right bottom 0px;
    background-size: contain;
    padding: 30px 240px 40px 40px !important;
    border-top: 7px solid #0092CB !important;
} .email-signup-bottom.newsletter .newsletter-heading {
        margin: 0;
        padding: 0;
        max-width: 500px;
    } .email-signup-bottom.newsletter h2 {
        color: #0092CB;
        font-weight: 700;
        margin: 0 !important;
        padding: 0 0 15px;
        font-size: 32px;
    } .email-signup-bottom.newsletter .newsletter-subheading {
        font-size: 21px;
        font-weight: 500;
        color: #000;
        padding-right: 40px;
        margin: 0px;
    } .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form {
    max-width: 450px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 45px 0 0;
    gap: 6px;
} .email-signup-bottom.newsletter .newsletter-heading input {
    width: calc(50% - 3px);
    margin: 0 !important;
    font-size: 15px;
    font-weight: 700;
    color: #9d9d9c;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
} .email-signup-bottom.newsletter .newsletter-heading input::placeholder {
        font-size: 15px;
        font-weight: 700;
        color: #9d9d9c;
        text-align: center;
    } .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form aside {
    width: calc(50% - 3px);
    display: flex;
} .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form button#newsletter-sign-up {
    width: 100%;
    background-color: #0092CB !important;
    min-width: auto;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
} @media screen and (max-width: 1199px) {
    .email-signup-bottom.newsletter {
        padding: 30px 300px 40px 40px !important;
        background-position: right bottom;
    }

        .email-signup-bottom.newsletter h2 {
            font-size: 45px;
        }

        .email-signup-bottom.newsletter .newsletter-subheading {
            line-height: 1.25 !important;
            font-size: 20px;
            padding-right: 60px;
        }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form {
        max-width: 250px;
        flex-direction: column;
        padding: 20px 0 0;
    }

    .email-signup-bottom.newsletter .newsletter-heading input {
        flex: 1 1 100%;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

        .email-signup-bottom.newsletter .newsletter-heading input::placeholder {
            font-size: 14px;
        }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form aside {
        flex: 1 1 100%;
        width: 100%;
    }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form button#newsletter-sign-up {
        font-size: 16px;
    }
} @media screen and (max-width: 767px) {
    .email-signup-bottom.newsletter {
        padding: 30px 60px 40px 40px !important;
    }

        .email-signup-bottom.newsletter h2 {
            font-size: 72px;
        }

        .email-signup-bottom.newsletter .newsletter-subheading {
            font-size: 34px;
            padding-right: 80px;
        }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form {
        max-width: 360px;
        padding: 70px 0 0;
    }

    .email-signup-bottom.newsletter .newsletter-heading input {
        padding: 15px;
        font-size: 16px;
        line-height: 1.5;
    }

        .email-signup-bottom.newsletter .newsletter-heading input::placeholder {
            font-size: 16px;
            line-height: 1.5;
        }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form button#newsletter-sign-up {
        font-size: 20px;
        margin: 0;
        padding: 15px;
    }
} @media screen and (max-width: 715px) {
    .email-signup-bottom.newsletter {
        padding: 30px 110px 40px 40px !important;
    }

        .email-signup-bottom.newsletter h2 {
            font-size: 60px;
        }

        .email-signup-bottom.newsletter .newsletter-subheading {
            font-size: 26px;
            padding-right: 65px;
        }
} @media screen and (max-width: 660px) {
    .email-signup-bottom.newsletter {
        padding: 30px 80px 40px 40px !important;
    }

        .email-signup-bottom.newsletter h2 {
            font-size: 48px;
        }

        .email-signup-bottom.newsletter .newsletter-subheading {
            font-size: 22px;
            padding-right: 120px;
        }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form {
        max-width: 68%;
    }
} @media screen and (max-width: 560px) {
    .email-signup-bottom.newsletter {
        padding: 30px 50px 40px 40px !important;
    }

        .email-signup-bottom.newsletter h2 {
            font-size: 40px;
        }

        .email-signup-bottom.newsletter .newsletter-subheading {
            font-size: 20px;
            padding-right: 30px;
        }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form {
        padding: 40px 0 0;
    }
} @media screen and (max-width: 450px) {
    .email-signup-bottom.newsletter {
        padding: 30px 40px 30px 30px !important;
    }

        .email-signup-bottom.newsletter h2 {
            font-size: 36px;
        }

        .email-signup-bottom.newsletter .newsletter-subheading {
            font-size: 18px;
            padding-right: 30px;
        }

        .email-signup-bottom.newsletter .newsletter-heading input {
            padding: 12px;
            font-size: 14px;
            line-height: 1;
        }

            .email-signup-bottom.newsletter .newsletter-heading input::placeholder {
                font-size: 14px;
            }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form button#newsletter-sign-up {
        font-size: 16px;
        padding: 12px;
    }
} @media screen and (max-width: 399px) {
    .email-signup-bottom.newsletter {
        padding: 25px 35px 30px 25px !important;
    }

        .email-signup-bottom.newsletter h2 {
            font-size: 32px;
        }

    .component-email-signup-bottom .email-signup-bottom.newsletter.email-signup-bottom form {
        padding: 30px 0 0;
    }
}
/* Email SignUp Newsletter End */
/* FGSUP-1456 - Social media footer - Start */
.footer .footer-social {
    border-top: 5px solid #0092CB;
    background-color: #061B2B;
    position: relative;
    margin-bottom: 15px;
} .footer .footer-social::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 100%;
        height: 15px;
        background: rgba(255, 255, 255, 0.1);
        background-image: repeating-linear-gradient(-225deg, transparent, transparent 30px, #061B2B 30px, #061B2B 60px);
    } .footer .footer-social ul {
        list-style-type: bibe;
        display: flex;
        justify-content: flex-end;
        align-items: initial;
        margin: 16px 0;
        width: auto;
    } .footer .footer-social ul li {
            padding: 0 25px;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        } .footer .footer-social ul li:first-child {
                padding-left: 0;
            } .footer .footer-social ul li:last-child {
                padding-right: 0;
            } .footer .footer-social ul li:not(:last-child) {
                border-right: 1px solid #fff;
            } .footer .footer-social ul li a {
                line-height: 1;
                background-image: none !important;
                display: flex;
                justify-content: center;
                align-items: center;
                height: auto !important;
                width: auto !important;
            } .footer .footer-social ul li a:hover img {
                    opacity: 0.8;
                } .footer .footer-social ul li a img {
                    max-width: 30px;
                    transition: all 300ms ease;
                } .footer .footer-social .inner-container {
        display: flex;
        justify-content: center;
        align-items: center;
    } .footer .footer-social h2.follow-us-heading {
        color: #fff;
        display: inline-block;
        margin: 0 30px 0 0 !important;
        padding: 0 !important;
    } @media screen and (max-width: 1023px) {
    .footer .footer-social ul li {
        padding: 0 15px;
    }

        .footer .footer-social ul li a img {
            max-width: 25px;
        }
} @media screen and (max-width: 767px) {
    .footer .footer-social ul li a img {
        max-width: 20px;
    }

    .footer .footer-social .inner-container {
        flex-wrap: wrap;
    }

    .footer .footer-social ul {
        justify-content: center;
        width: 100%;
    }

    .footer .footer-social h2.follow-us-heading {
        width: auto;
        display: inline-block;
        padding: 15px 0 10px !important;
        border-bottom: 2px solid #fff;
        margin: 0 auto 10px !important;
        font-size: 24px;
    }
}
/* FGSUP-1456 - Social media footer - Ends */
/* FGSUP-1468 - Merge Planned Engineering Calendar Pages start*/
#AllAltercations .clndrtask-dtl li {
    margin-bottom: 5px !important;
} #AllAltercations .clndrtask-dtl li .accordion .accordion-header::after {
        content: '\e900';
        font-family: icons, sans-serif;
        font-weight: 400;
        position: absolute;
        right: 20px;
        top: 50%;
        color: #061B2B;
        font-size: 22px;
        line-height: 1;
        margin-top: -11px;
    } #AllAltercations .clndrtask-dtl li .accordion .accordion-header.open::after {
        transform: rotate(-180deg);
    } #AllAltercations .clndrtask-dtl li .accordion .accordion-header {
        background-color: transparent;
        padding: 0 50px 0 0;
        position: relative;
        line-height: 24px !important;
    } #AllAltercations .clndrtask-dtl li .accordion {
        border: 0px #0092CC solid;
        margin-bottom: 0px;
    } #AllAltercations .clndrtask-dtl li .accordion .accordion-header.open, #AllAltercations .clndrtask-dtl li .accordion .accordion-content.open {
            border-color: #0092CB;
        } #AllAltercations .clndrtask-dtl li .accordion .accordion-header.open {
            border: 2px #0092CC solid;
        } #AllAltercations .clndrtask-dtl li .accordion .accordion-header .content-wrap p {
            color: #061B2B;
            font-weight: 400;
            line-height: 1.5 !important;
        }
/* FGSUP-1468 - Merge Planned Engineering Calendar Pages end*/
/* Youtube Icon height increased - FGSWRMIG-799 Start */
.footer .footer-social ul li a.footer-social-youtube img {
    height: 26px;
} @media screen and (max-width: 767px) {
    .footer .footer-social ul li a.footer-social-youtube img {
        height: 18px;
    }
}
/* Youtube Icon height increased - FGSWRMIG-799 End */
.live-results .results-table .head .column, .live-results .results-table .head .column p {
    display: flex;
    align-items: center;
}
/* Reset the Padding - FGSWRMIG-803 Start */
@media screen and (max-width: 350px) {
    .mobile-header .nav-top-wrap {
        padding-right: 0px !important;
    }

    .nav-top-wrap li a {
        padding: 0 6px;
    }
}
@media screen and (min-width:1023.99px) {
    .nav-top-wrap li:not(:first-child) a {
        border-left: 1px solid black;
    }
    .nav-top-wrap li:not(:first-child) a.reciteme {
        border-right: 1px solid black;
    }
    .nav-top-wrap ul li a{
        vertical-align: middle !important;
    }
}
@media screen and (max-width:1023.98px) {
    .mobile-header .nav-top-wrap li.more-submenu{
        line-height: 18px;
    }
    .mobile-header .nav-top-wrap li a {
        border-right: 1px solid #000;
        vertical-align: middle !important;
    } 
    .mobile-header .nav-top-wrap > ul {
        display: flex;
        justify-content: end;
        align-items: center;
    }   
}
/* Reset the Padding - FGSWRMIG-803 End */
/* On Homepagen search result options Sart. */
.nav-top-wrap .component-basket-status .searchdrop-down li {
    position: static !important;
}
/* On Homepagen search result options End. */
/* FGSWRSMIG-837 - Planned engineering works page Button On Click - Start */
.custom-calender .table-scroll-wrapper a.prevmonth, .custom-calender .table-scroll-wrapper a.nextmonth {
    margin-top: 5px;
}
/* FGSWRSMIG-837 - Planned engineering works page Button On Click - End */
/* FGSWRSMIG-826 - Portable QTT BG Color Fix - Start */
.portable-qtt-body .portable-qtt .portable-qtt-inner .qtt-form-stations .station-switch, .portable-qtt-inner .qtt-form-stations .station-switch {
    background-color: #0092cc !important;
}
/* FGSWRSMIG-826 - Portable QTT BG Color Fix - End */
@media screen and (max-width: 896px) {

    /* FGSWRSMIG-824 - Home page on mobile Buy Ticket Button Hide - Start */
    div#menu.mobile-menu .mm-panel li.account .account-buy {
        display: none;
    }
    /* FGSWRSMIG-824 - Home page on mobile Buy Ticket Button Hide - End */

    /* FGSWRSMIG-834 - Plan my journey page Switch Button Position - Start */
    .component-journey-check-form .component-qtt-form .qtt-form-stations .station-switch {
        top: 43px;
    }
    /* FGSWRSMIG-834 - Plan my journey page Switch Button Position - End */
} .nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper {
    top: 0 !important;
} @media screen and (min-width:1025px) {
    .departure-station.station-input ul#journey-depart-popular-station {
        top: 86px;
    }
} .component-journey-check .live-results .travelling-route .journey-check-results-box .results-table .head {
    display: flex;
    align-items: center;
}

/* legend style*/
.form-new-checkbox-section legend {
    font-size: 14px;
    display: inline-block;
    color: #fff !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 400;
    border-radius: 4px;
}

div#contactus-formgroup .attach_file {
    float: left;
    width: auto;
}


/*Default Style*/
.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.border-0 {
    border: 0 !important;
}
/* FGSWRSMIG-868 - Start */
.form-new-checkbox-section fieldset legend {
    font-size: 14px;
    display: inline-block;
    color: #fff !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 400;
    border-radius: 4px;
}

/* FGSWRSMIG-868 - End */

/* FGSWRSMIG-885 - Contact us form page Checkbox - Start */
div#contactus-formgroup .inner-check-box-section.contact-pg {
    display: flex;
    align-items: flex-start;
}

    div#contactus-formgroup .inner-check-box-section.contact-pg input[type="checkbox"] {
        margin-top: 8px;
    }
/* FGSWRSMIG-885 - Contact us form page Checkbox - End */


/* FGSUP-1532 - Start */
.on-time {
    color: #008A1C;
    display: inline-block;
}
/* FGSUP-1532 - End */

/* FGSWRSMIG-925 start */
.component-news .news-list .promo-crd.promo-crd--dark-blue.promo-crd--h-8-4 {
    background-position: right bottom !important;
}

.component-news .news-list .promo-crd.promo-crd--dark-blue .promo-crd__wrapper p {
    min-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*FGSWRSMIG-925 end*/

/* FGSUP-1565 - New Price Point Promos - Start */
.single-new-price-promo-crd {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    flex: 1 0 auto;
}
.single-new-price-promo-crd .new-price-promo-crd{
    max-width: 360px;
}
.new-price-promo-crd {
    border-radius: 5px;
    background-color: transparent;
    max-width: none;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.new-price-promo-crd .promo-crd__wrapper {
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
}

.promo-crd--ticket-fare-promo.new-price-promo-crd .price-promo-heading,
.new-price-promo-crd .price-promo-heading {
    margin: 0 !important;
    padding: 13px 13px 11px;
    background-color: #0092cb;
    color: #fff;
    font-weight: 600 !important;
    font-size: 21.6px !important;
    line-height: 1.2 !important;
    border-radius: 5px 5px 0 0;
    text-align: left;
    height: 76px;
}
.promo-crd--ticket-fare-promo.new-price-promo-crd .price-promo-heading a,
.new-price-promo-crd .price-promo-heading a {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.promo-crd--ticket-fare-promo.new-price-promo-crd .price-promo-heading .tl-limit {
    height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.font-weight-300 {
    font-weight: 300 !important;
}
.w-100 {
    width: 100%;
}
.d-block {
    display: block;
}
.new-price-promo-crd p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: inherit;
    line-height: inherit;
}
.new-price-promo-crd .currency-amount-wrapper {
    margin: 0;
    white-space: nowrap;
}

.new-price-promo-crd .price-from-book-btn {
    padding: 15px 15px 10px 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #071b2c;
    color: #fff;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.new-price-promo-crd .price-from-text {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: -22px;
    top: 0px;
}
.promo-crd--ticket-fare-promo.new-price-promo-crd .price-currency-icon,
.new-price-promo-crd .price-currency-icon{
    position: relative;
}
.promo-crd--ticket-fare-promo.new-price-promo-crd .price-currency-icon, 
.promo-crd--ticket-fare-promo.new-price-promo-crd .price-amount, 
.new-price-promo-crd .price-currency-icon, 
.new-price-promo-crd .price-amount {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}
.promo-crd--ticket-fare-promo.new-price-promo-crd .journey-type,
.new-price-promo-crd .journey-type {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
}

.book-now-btn-wrapper .book-now-btn.btn {
    min-width: auto;
    font-weight: 700;
    font-size: 20px;
    margin-top: 6px;
    padding: 13px 15px;
}

.promo-crd--ticket-fare-promo.new-price-promo-crd:hover .book-now-btn.btn,
.new-price-promo-crd:hover .book-now-btn.btn,
.book-now-btn-wrapper .book-now-btn.btn:hover {
    background-color: #c1a40a;
}
.ticket-fare-mob .item.w-100{
    width: 100% !important;
}
.new-price-promo-crd-wrapper {
    margin: 0 auto;
    padding: 0 5px;
}
.new-price-promo-crd-wrapper .owl-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.new-price-promo-crd-wrapper .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-price-promo-crd-wrapper .owl-nav button:focus,
.new-price-promo-crd-wrapper .owl-dots .owl-dot:focus{
    border: 0 !important;
}
.new-price-promo-crd-wrapper .owl-dots {
    position: absolute;
    left: 50%;
    top: auto;
    transform: translate(-50%, -50%);
    bottom: -5px;
}
.new-price-promo-crd-wrapper .owl-dots .owl-dot{
    margin: 5px;
}
.new-price-promo-crd-wrapper .owl-dots .owl-dot span{
    margin: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
small.font-50 {
    font-size: 50%;
    vertical-align: super;
}
@media screen and (min-width:1024px){
    .new-price-promo-crd.promo-crd {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1199.98px) {
    .new-price-promo-crd-wrapper {
        max-width: 750px;
    }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
    .new-price-promo-crd
    .promo-crd.promo-crd--ticket-fare-promo.new-price-promo-crd {
        margin-bottom: 16px !important;
    }
    .new-price-promo-crd.promo-crd {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767.98px) {
    .single-new-price-promo-crd {
        margin: 0 auto;
        max-width: 360px;
    }
    .new-price-promo-crd.promo-crd {
        margin-bottom: 12px;
    }
}
/* FGSUP-1565 - New Price Point Promos - End */
/* FGSUP-1571 - Banner Component Image Break Point Issue - Start */
@media screen and (max-width:1024.98px) {
    .component-jumbotron img {
        left: 0;
        top: 0;
    }
}
/* FGSUP-1571 - Banner Component Image Break Point Issue - End */


.new-map-desk .map-station-information .station-info a.map-view-station-info:focus {
    display: inline-block;
    padding: 0;
    margin-top: 10px;
    outline-offset: 2px;
}
.map-svg-container #stationInfo .modal-dialog .modal-header .modal-bg button.close:focus {
    border: 0 !important;
    outline-color: #fff !important;
}
.modal-title.link-station-detail #LinkStationPage{
    color: #fff;
    text-decoration: none;
}
.modal-title.link-station-detail #LinkStationPage:focus {
    border: 0 !important;
    outline-offset: 2px;
    outline: 2px solid #fff !important;
}
.swr-globalSearch.new-glb-search .fa-search::before {
    right: 0px !important;
}
@media screen and (max-width:767.98px) {
    .field-title .file-details {
        width: calc(100% - 65px);
        max-width: max-content;
    }
}

div#stationInfo.modal {
    z-index: 999999;
}
.d-none {
    display: none;
}
/* FGSWRSMIG-926 end */

/*Change Request Live Car Parking*/

.inner-contaienr {
    display: flex;
    flex-wrap: wrap;
}
.text-uppercase {
    text-transform: uppercase;
}

@media screen and (min-width:1024px) {
    .w-lg-40 {
        width: 40%;
    }

    .w-lg-60 {
        width: 60%;
    }
}

.space-available-section {
    padding: 40px 0;
}

.space-available-column,
.map-column,
.parking-charges-col {
    padding: 0 8px;
}
.space-available-column{
    margin-bottom: 0;
}
.bays-space-available-wrapper {
    padding: 15px 15px 05px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}

.parking-chart {
    width: 100%;
    max-width: 280px;
    margin: 5px auto;
    position: relative;
    z-index: 1;
}

.station-info-heading{
    font-size: 24px;
    font-weight: 500;
    height: 70px;
    overflow: hidden;
}

.bays-space-total-available-heading {
    padding: 0;
    opacity: 0.8;
    font-size: initial;
    margin-top: -110px;
    margin-bottom: 15px;
}

    .bays-space-total-available-heading .strong {
        font-size: 30px;
        font-weight: 700;
        color: #007cad;
        line-height: 100%;
    }

    .bays-space-total-available-heading .small {
        font-size: 13px;
        font-weight: 700;
        margin-top: 5px;
    }

.horizontal-separator {
    height: 5px;
    border-radius: 5px;
    width: 100%;
    display: block;
    background-color: #E9F0F5;
    margin: 0 auto;
    max-width: 190px;
}

ul.bay-type {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 !important;
    display: flex;
    flex-wrap: wrap;
}

ul.bay-type li {
    width: 100%;
    margin: 0 0 5px;
    padding: 10px 0 5px;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    font-weight: 500;
    color: #5a5a5a !important;
}
ul.bay-type li .space-value {
    margin-left: auto;
    color: #061B2B;
    font-weight: 600;
}
.station-address{
    padding: 5px 0px 0;
}
.station-address h5 span.location-text {
    font-weight: 400;
}
.station-address h5{
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}
.space-available-section .new-station-information-map {
    margin: 0;
    height: auto;
    background-color: #e8f0f6;
    padding: 10px;
    border-radius: 8px;
}
.space-available-section .swr-dynamicmap {
    border: 0;
    margin: 0;
    max-height: 275px;
}
.map-column a.view-in-map{
    margin-top: 10px;
    display: inline-block;
}
.map-column span.view-in-map.vew-in-map-btn {
    padding: 0;
}

@media screen and (max-width:1023.98px) {
    .space-available-section {
        padding: 40px 0 20px;
    }
    .space-available-column {
        margin-bottom: 30px;
    }
    .station-info-heading {
        height: auto;
    }
    .station-address {
        padding: 15px 8px 0;
    }
}

@media screen and (max-width:767.98px) {
    .space-available-section {
        padding: 40px 0 20px;
    }
    .bays-space-available-wrapper {
        padding: 0;
    }
    .station-info-heading {
        height: auto;
        font-size: 20px;
        line-height: 1.25;
        background-color: #0093d0;
        color: #fff;
        margin-bottom: 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px;
    }
    ul.bay-type li{
        padding: 10px;
    }
    ul.bay-type li:last-child{
        border-bottom: 0;
    }
}

/* Parking Charges Section Start */
.parking-charges-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

    .parking-charges-list li {
        display: flex;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
    }
        .parking-charges-list li:first-child {
            border-top: 1px solid #dcdcdc;
        }
        .parking-charges-list li .charges-label,
        .parking-charges-list li .charges-value {
            flex: 0 0 auto;
            padding: 15px;
        }
        .parking-charges-list li .charges-label{
            width: 50%;
            border-right: 1px solid #dcdcdc;
        }
        .parking-charges-list li .charges-value {
            width: 50%;
        }
@media screen and (max-width:767.98px) {
    .parking-charges-list li {
        flex-direction: column;
        margin-bottom: 10px;
        border-top: 1px solid #dcdcdc;
        border-radius: 4px;
    }
    .parking-charges-list li .charges-label {
        border-right: 0;
        width: 100%;
        cursor: pointer;
        position: relative;
    }
    .parking-charges-list li .charges-value {
        width: 100%;
        display: none;
        border-top: 1px solid #dcdcdc;
    }
        .parking-charges-list li .charges-label::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            border-width: 0px 3px 3px 0px;
            border-style: solid;
            border-color: #061B2B;
            transform: rotate(45deg);
            z-index: -1;
            padding: 4px;
            margin-top: -8px;
            transition: all 300ms ease;
        }

        .parking-charges-list li.is-open .charges-label::before {
            margin-top: -4px;
            transform: rotate(-135deg);
        }
    .parking-charges-list li.is-open .charges-value {
        display: block;
    }
}
/* Parking Charges Section End */

/* Live Car Parking Accordion Start */
.accordion.mobile-dynamicmap.live-car-parking-accordion {
    margin-bottom: 20px;
}
.accordion.mobile-dynamicmap.live-car-parking-accordion .accordion-header.open,
.accordion.mobile-dynamicmap.live-car-parking-accordion .accordion-content.open {
    border-left: 2px solid #0092CB !important;
    border-right: 2px solid #0092CB !important;
}
.accordion.mobile-dynamicmap.live-car-parking-accordion .accordion-content.open {
    border-bottom: 2px solid #0092CB !important;
}
.live-car-parking-accordion .new-station-information-inner {
    background-color: #fff;
}
.component-carParking-availability-results .car-availability-loading-bars {
    text-align: center;
    padding-top: 300px;
}
.component-station-details .accordion .accordion-content ul li .carparking-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 2px #0092CB solid;
    padding: 10px 0;
}

.component-station-details .accordion .accordion-content ul li .carparking-wrapper h4.mapper-icon-carparking {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}
/* FGSWRSMIG-965 x-ms-webview Banner section */
.car-parking-input-btn-wrapper.seat-availability-checker-select-component {
    max-width: 590px;
    margin: 10px auto;
}

.car-parking-input-btn-wrapper .row-row {
    display: flex;
    justify-content: center;
}
.car-parking-input-btn-wrapper .row-row > .form-group {
    flex-grow: 1;
}
.car-parking-input-btn-wrapper .row-row .form-group.seat-availability-submit-btn {
    flex-grow: 0;
    flex-shrink: 1;
    margin-left: 20px;
}
@media screen and (max-width:767.98px) {
    .car-parking-input-btn-wrapper.seat-availability-checker-select-component {
        max-width: 95%;
    }
    .car-parking-input-btn-wrapper .row-row {
        flex-direction: column;
        justify-content: center;
    }
    .car-parking-input-btn-wrapper .row-row .form-group.seat-availability-submit-btn {
        flex-grow: 1;
        flex-shrink: 0;
        margin-left: 0px;
    }
    .car-parking-input-btn-wrapper button#car-parking-availability-form-submit {
        width: 100%;
        display: block;
    }
}
/* Live Car Parking Accordion End */

/* FGSUP-1594 - Icon Change - Start */
.nav-quick-links .readLatestNewsNotesIcon {
    background-image: url(/Assets/img/readLatestNewsIcon.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.nav-quick-links .nav-item:hover .readLatestNewsNotesIcon,
.nav-quick-links .nav-item:focus .readLatestNewsNotesIcon {
    filter: invert(1);
}
.nav-quick-links .readLatestNewsNotesIcon::before {
    display: none;
}
/* FGSUP-1594 - Icon Change - End */

.pull-left {
    float: left;
}
.width-100{
    width: 100%;
}
.error-message.file-error-msg{
    font-size: 13px;
    padding-bottom: 10px;
}

/* CR - Routes and Station pages - Container Width - Start */
.container1176 {
    max-width: 1176px !important;
}
@media screen and (min-width: 64.0625em) and (max-width:1199px){
    .container1176 {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media screen and (max-width:767px) {
    .container1176 {
        max-width: 100% !important;
    }
}
/* Staion name and top wrapper */
.live-station-name-wrapper {
    display: flex;
    align-items: center;
}
.margin-bottom-0{
    margin-bottom: 0 !important;
}
.padding-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padding-x-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.bg-transparent{
    background-color: transparent !important;
}
.live-station-name-wrapper .station-btn {
    min-width: auto;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    padding: 13px 18px;
}
.live-station-name-wrapper .station-btn,
.component-live-departures-results .nav .tabs .tab-thumb.active,
.live-component-nav-inner-wrapper button.btn-refrsh {
    background-color: #007cad;
}
.live-station-name-wrapper .live-station-name {
    padding: 0px 18px;
    font-size: 16px;
    line-height: 1.3;
    border: 1px #0092CB solid;
    background-color: #fff;
    font-weight: 500;
    border-radius: 0 5px 5px 0;
    flex-grow: 1;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.live-station-name-wrapper .live-station-name span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.live-component-nav-inner-wrapper .live-component-changetime {
    display: flex !important;
}
.live-component-nav-inner-wrapper .live-component-changetime .live-component-dropdown {
    display: flex;
    width: calc(100% - 135px);
}
.live-component-nav-inner-wrapper .nav .tabs {
    border: 1px #0092CB solid;
    border-radius: 5px;
}
.live-component-changetime-nav .live-component-nav-inner-wrapper .live-component-select-caret {
    width: 50%;
}
.live-component-changetime-nav .live-component-nav-inner-wrapper .fancy-select {
    width: 100%;
}


@media screen and (max-width:1199px) {
    .component-live-departures-results .live-component-nav-inner-wrapper .nav {
        width: 33.33%;
    }
    .live-component-nav-inner-wrapper .live-component-changetime .live-component-dropdown {
        display: flex;
        width: calc(100% - 125px);
    }
}

@media screen and (max-width:1024px) {

    .live-component-nav-inner-wrapper {
        display: flex;
        flex-direction: column;
    }

    .live-station-name-wrapper {
        padding-bottom: 10px;
    }

    .live-station-name-wrapper .station-btn {
        min-width: 20%;
    }

    .live-component-nav-inner-wrapper .nav {
        display: flex;
        width: 100%;
    }
    .live-component-changetime-nav .live-component-nav-inner-wrapper .column {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .live-component-nav-inner-wrapper .live-station-name-wrapper {
        margin-bottom: 0px !important;
    }
    .live-component-nav-inner-wrapper .nav .btn-refrsh {
        top: 0;
    }
}
@media screen and (max-width:575px) {
    .live-station-name-wrapper .station-btn{
        min-width: 33%;
    }
    .live-station-name-wrapper .live-station-name {
        padding: 0px 10px;
        width: calc(100% - 33%);
    }
}
/* Station at Glance */

@media screen and (min-width:1200px) {
    .component-station-at-glance.desktop-at-glance .inner ul {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .component-station-at-glance.desktop-at-glance .inner ul {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/* FAQ Outline */
.component-station-details.spcomp .accordion .accordion-header .content-wrap .with-caret {
    line-height: 1;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18px;
}

.component-station-details.spcomp .accordion .accordion-header .content-wrap .title-wrap {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.component-station-details.spcomp .accordion .accordion-header .content-wrap .title-wrap a {
    line-height: 1.3;
    display: block;
}

/* Routes Page UI */
/* Top Routes Section */
.font-18,
.font-18 li{
    font-size: 18px !important;
    line-height: 1.5 !important;
}
.font-16,
.font-16 li {
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.train-info-section .container {
    background-color: transparent;
}
.text-left{
    text-align: left !important;
}

/* Select date and time and table Section */
.stt-route .live-component-changetime-nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.select-dt-text {
    padding: 10px 10px 10px 0px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    width: 160px;
}
.stt-route .live-component-changetime {
    display: flex !important;
    align-items: center;
    padding-bottom: 0;
    width: calc(70% - 160px);
}
.stt-route .keep-updated-journey {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.stt-route .journey-chk-error{
    padding-bottom: 0;
}
.stt-route .live-component-changetime-nav .btn-changetme {
    top: 0;
    font-size: 16px;
    padding: 13px 18px;
    height: auto;
}
/* table section */
.live-results .stt-route .results-table .head .column.column-platform,
.live-results .stt-route .results-table .head .column.column--duration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-results .stt-route .results-table .head .column.column--status.mob-status,
.live-results .stt-route .results-table .head .column.column--ScheduledArrivalDate,
.live-results .stt-route .results-table .head .column.column--departs,
.live-results .stt-route .results-table .head .column.column--arrives,
.live-results .stt-route .results-table .head .column.column--changes,
.live-results .stt-route .results-table .head .column.column--duration {
    width: 10%;
}
.live-results .stt-route .results-table .head .column.column--button {
    width: 4%;
}
.live-results .stt-route .results-table .head .column.column-platform {
    width: 8%;
}
.live-results .stt-route .results-table .head .column.column-avialability {
    width: 20%;
}
.mobile-only{
    display: block;
}
.live-results .stt-route .results-table .head .column p,
.live-results .stt-route .results-table .body .journey .column .content-table > .content-cell p,
.live-results .stt-route .results-table .body .journey .column .content-table > .content-cell span {
    font-size: 16px;
}
@media screen and (max-width:767.98px) {
    .desktop-only {
        display: none !important;
    }
    
}
@media screen and (min-width:767.97px) {
    .mobile-only {
        display: none !important; 
    }
    
}

.component-journey-check-results .stt-route .results-table .column--status,
.component-journey-check-results .stt-route .results-table .column.column--ScheduledArrivalDate,
.component-journey-check-results .stt-route .results-table .column.schedule.column--departs,
.component-journey-check-results .stt-route .results-table .column.schedule.column--arrives,
.component-journey-check-results .stt-route .results-table .column.column--changes,
.component-journey-check-results .stt-route .results-table .column.column--duration {
    width: 10%;
}
.component-journey-check-results .stt-route .results-table .column--button {
    width: 4%;
}
.component-journey-check-results .stt-route .results-table .column.column-platform {
    width: 8%;
}
.component-journey-check-results .stt-route .results-table .column.column-avialability {
    width: 20%;
}

/* Journey summary Component */
div#jc-results {
    margin-top: 14px;
}
.journey-summary-container {
    display: block;
}
.journey-summary-component {
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #061B2B;
}
.journey-summary-component li {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: calc(100% / 6);
    border: 1px solid #061B2B;
    flex: 1 1 auto;
}
.journey-summary-component li h3 {
    margin: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #061B2B;
    font-family: "Weissenhof Grotesk", sans-serif;
    text-align: center;
    white-space: nowrap;
}
.journey-summary-component li p {
    margin: 0;
    padding: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Weissenhof Grotesk", sans-serif;
}


/* Download the App section - Start */
.download-app-section {
    background-color: #e9f0f5;
}

.download-app-section figure {
    margin: 0;
    display: flex;
    justify-content: center;
}

.download-app-section .content-col figure img {
    max-width: 150px;
}

.download-app-section .img-col img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.download-app-section .desktop-view {
    display: flex;
    align-items: center;
}

.qr-code-img {
    margin: 16px 0 !important;
}
.download-app-section .app-inner-content {
    text-align: center;
}
.download-app-section .app-inner-content .sec-heading {
    line-height: 1.3;
    font-weight: 500;
    color: #061B2B;
    margin: 0 !important;
    padding: 0 0 10px;
}

.download-app-section .app-inner-content .sub-sec-heading {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 !important;
    padding: 0;
}

.download-app-section .app-inner-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 !important;
    padding: 0;
}

.download-app-link-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.download-app-link-wrapper a {
    display: inline-flex;
    margin-right: 5px;
}

.download-app-link-wrapper img {
    width: 200px;
    height: auto;
}

.download-app-section .mobile-view .app-inner-content {
    text-align: center;
    padding: 35px 0 40px;
}

.component-journey-check .live-results.component-journey-check-results {
    padding-bottom: 10px;
}

/*Zipaobut Station table Data - Start */
.live-component-changetime-nav-main .results-table .head,
.live-component-changetime-nav-main .results-table .body .journey {
    display: flex;
    flex-wrap: nowrap;
}
.live-component-changetime-nav-main .results-table .head .column.column--zipabout,
.live-component-changetime-nav-main .results-table .body .journey .column.column--zipabout {
    width: 150px;
    min-width: 150px;
    padding: 0 5px;
}
.live-component-changetime-nav-main .results-table .body .journey .column.column--zipabout button {
    padding: 8px 12px !important;
    margin-top: -2px;
}
    .keep-updatedbtn-wrap .keep-updated-journey div#zpbt-launcher_zipabout_routeheader_dynamic_route,
    .live-component-changetime-nav-main .results-table .body .journey .column.column--zipabout div[data-bs-toggle="modal"],
    .stt-route .keep-updated-journey div#zpbt-launcher_zipabout_routeheader {
        width: fit-content !important;
        font-family: "Weissenhof Grotesk", sans-serif !important;
    }
.keep-updatedbtn-wrap .keep-updated-journey div#zpbt-launcher_zipabout_routeheader_dynamic_route button,
.stt-route .keep-updated-journey div#zpbt-launcher_zipabout_routeheader button {
    font-family: "Weissenhof Grotesk", sans-serif !important;
    font-size: 16px !important;
    padding: 12.5px 20px !important;
    margin-top: -2px;
}
.stt-route .keep-updated-journey div#zpbt-launcher_zipabout_routeheader button {
    padding: 12.5px 20px !important;
}
/*Zipaobut Station table Data - End */

.keep-updatedbtn-wrap {
    display: flex;
    align-items: center;
}
.keep-updatedbtn-wrap p {
    margin-right: 10px;
}
.my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.component-journey-check .live-results .travelling-route .journey-check-results-box .results-table .body .journey .column .content-table > .content-cell .warning {
    z-index: 9;
}

.travelling-route.stt-route {
    margin-top: 14px;
}

@media screen and (min-width:1024.99px) {
    .download-app-section .mobile-view {
        display: none;
    }
    .train-info-section .train-info-section-inner ul li{
        text-align: center;
    }
        .basket-status.component-basket-status {
            right: 0 !important;
        }
    section.top-header.notifyoverlay > .container {
        padding: 0 12px;
    }
}

@media screen and (max-width:1024.98px) {
    .download-app-section .desktop-view {
        display: none;
    }

    .download-app-section .mobile-view {
        display: block;
    }
}

@media screen and (max-width:575px) {
    .download-app-link-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .download-app-link-wrapper a {
        margin-right: 0px;
        margin-top: 5px;
    }
}

@media screen and (max-width:1199px) {
    .stt-route .live-component-changetime-nav .fancy-select {
        width: 130px;
    }
}

@media screen and (max-width:1024px) {
    .stt-route .live-component-changetime {
        width: calc(100% - 195px);
    }
    .stt-route .keep-updated-journey {
        width: 100%;
        padding-top: 10px;
    }
    .live-results .stt-route .results-table .head .column.column--ScheduledArrivalDate,
    .component-journey-check-results .stt-route .results-table .column.column--ScheduledArrivalDate{
        display: none;
    }
    .live-results .stt-route .results-table .head .column.column--departs,
    .live-results .stt-route .results-table .head .column.column--arrives,
    .component-journey-check-results .stt-route .results-table .column.schedule.column--departs,
    .component-journey-check-results .stt-route .results-table .column.schedule.column--arrives {
        width: 15%;
    }
    /* Journey summary Component */
    .journey-summary-component li {
        width: calc(100% / 3);
    }

    .live-component-nav-inner-wrapper .live-component-changetime .live-component-dropdown{
        width: 66.66%;
    }
    .live-component-changetime-nav-main button.btn-changetme {
        width: 33.33%;
    }

    .live-component-changetime-nav-main .live-component-select-caret {
        width: 50%;
    }

    .live-component-changetime-nav .live-component-nav-inner-wrapper .fancy-select {
        width: 100% !important;
    }

    .stt-route .travelWidget-datepickerwrap.live-component-select-caret input {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .stt-route .select-dt-text,
    .stt-route .live-component-changetime,
    .stt-route .keep-updated-journey {
        width: 100%;
    }
    .live-component-nav-inner-wrapper .live-component-changetime .live-component-dropdown,
    .stt-route .select-dt-text .live-component-dropdown,
    .stt-route .live-component-changetime .live-component-dropdown,
    .stt-route .keep-updated-journey .live-component-dropdown {
        width: 66.66%;
        display: flex;
    }
    .live-component-changetime-nav-main button.btn-changetme,
    .stt-route .live-component-changetime-nav .btn-changetme {
        width: 33.33%;
    }
    .stt-route .live-component-select-caret,
    .live-component-changetime-nav-main .live-component-select-caret {
        width: 50%;
    }
    .live-component-changetime-nav .fancy-select,
    .stt-route .live-component-changetime-nav .fancy-select {
        width: 100% !important;
    }
    .stt-route .travelWidget-datepickerwrap.live-component-select-caret input {
        width: 100%;
    }
    .select-dt-text {
        padding: 0 0 10px 0;
    }
    .stt-route .hidden-xs {
        display: none !important;
    }

    .component-journey-check-results .stt-route .results-table .journey{
        display: flex;
        flex-wrap: wrap;
    }
    .component-journey-check-results .stt-route .results-table .body .column--status {
        margin: 0 !important;
        position: static !important;
    }
    .component-journey-check-results .stt-route .results-table .body .column--status .icon{
        margin-right: 0;
        top: 0;
    }
    .component-journey-check-results .stt-route .results-table .body .column{
        padding: 0 !important;
    }
    .component-journey-check-results .stt-route .results-table .body .column .content-cell p,
    .component-journey-check-results .stt-route .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) p {
        text-align: center !important;
        display: block !important;
        position: static !important;
        padding: 0px !important;
    }
    .component-journey-check-results .stt-route .results-table .column.schedule.column--arrives .content-cell p span.warning,
    .component-journey-check-results .stt-route .results-table .column.schedule.column--departs .content-cell p span.warning.cancelled{
        position: static !important;
        line-height: 1 !important;
    }
    .component-journey-check-results .stt-route .results-table .body .column .content-table .content-cell {
        padding: 4px 0;
    }
    .component-journey-check-results .stt-route .results-table .body .column--icon .content-table .content-cell {
        padding: 0 !important;
    }
    .component-journey-check-results .stt-route .results-table .column.column--duration .content-cell:not(.no-platform) p.landscape {
        line-height: 21px !important;
    }
    .live-results .results-table .body .journey .column .content-table > .content-cell{
        vertical-align: top ;
    }
    .component-journey-check-results .stt-route .results-table .body .column--status .content-cell {
        vertical-align: middle !important;
    }
    .live-results .stt-route .results-table .head .column.column--status.mob-status,
    .live-results .stt-route .results-table .head .column.column--departs,
    .live-results .stt-route .results-table .head .column.column--arrives,
    .component-journey-check-results .stt-route .results-table .column--status,
    .component-journey-check-results .stt-route .results-table .column.schedule.column--departs,
    .component-journey-check-results .stt-route .results-table .column.schedule.column--arrives{
        width: 20%;
    }
    .live-results .stt-route .results-table .head .column.column--duration,
    .component-journey-check-results .stt-route .results-table .column.column--duration {
        width: 30%;
    }
    .live-results .stt-route .results-table .head .column.column--button,
    .component-journey-check-results .stt-route .results-table .column--button {
        width: 10% !important;
    }
    .component-journey-check-results .stt-route .results-table .column.schedule.column--departs,
    .component-journey-check-results .stt-route .results-table .column.schedule.column--arrives {
        position: relative;
        left: 0 !important;
    }
    .component-journey-check-results .stt-route .results-table .column.schedule.column--departs::after,
    .component-journey-check-results .stt-route .results-table .column.schedule.column--arrives::after {
        content: "";
        position:absolute;
        left: auto;
        right: 0;
        top: 4px;
        width: 1px;
        height: calc(100% - 4px);
        background-color: #E9F0F5;
    }
    .component-journey-check-results .stt-route .results-table .journey:hover .column.schedule.column--departs::after,
    .component-journey-check-results .stt-route .results-table .journey:hover .column.schedule.column--arrives::after {
        background-color: #C7DAE7;
    }
    .component-journey-check-results .stt-route .results-table .column.column-avialability {
        width: 70%;
        margin-left: auto;
    }
    .component-journey-check-results .stt-route .results-table .column.column-avialability .btn{
        display: block;
    }
    .component-journey-check-results .stt-route .results-table .column.column--duration p.routeChanges.mobile-only {
        font-size: 16px !important;
        font-weight: 500;
    }

    /*Zipaobut Station table Data - Start */
    .live-component-changetime-nav-main .results-table .head,
    .live-component-changetime-nav-main .results-table .body .journey {
        flex-wrap: wrap;
    }

    .live-component-changetime-nav-main .results-table .head .column.column--zipabout,
    .live-component-changetime-nav-main .results-table .body .journey .column.column--zipabout {
        width: 100%;
        padding: 10px;
    }
    .live-component-changetime-nav-main .results-table .head .column.column--zipabout{
        display: none;
    }
    .live-component-changetime-nav-main .results-table .body .journey .column.column--zipabout div{
        margin: 0 auto !important;
    }
    /*Zipaobut Station table Data - End */

    .keep-updated-journey {
        margin-bottom: 10px;
    }
    .keep-updatedbtn-wrap {
        display: block;
    }
    .keep-updatedbtn-wrap h4 {
        padding-bottom: 5px;
    }
}

@media screen and (max-width:575px) {
    .journey-summary-component li {
        width: calc(100% / 2);
    }
}

@media screen and (max-width:399px) {
    .modal.in .zpbtBSModal.modal-dialog {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width:350px) {
    .journey-summary-component li {
        width: 100%;
    }
}
/* CR - Routes and Station pages - Container Width - End */


/* FGSUP-1598 - Where next page blog header section - Start */
.blog-header-section .layout--12 .column .layout--3-3-3-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .blog-header-section .layout--12 .column .layout--3-3-3-3 .column {
        flex: 1 1 20%;
        width: 20%;
    }
@media screen and (max-width:1024px) {
    .blog-header-section .layout--12 .column .layout--3-3-3-3 {
        flex-direction: column;
    }

    .blog-header-section .layout--12 .column .layout--3-3-3-3 .column {
        flex: 1 1 100%;
        width: 100%;
        margin: 6px 0 !important;
    }
    .blog-header-section .layout--12 .column .layout--3-3-3-3 .column .blog-tab-section {
        margin: 0;
    }
}
/* FGSUP-1598 - Where next page blog header section - End */

/* FGSWRSMIG-1046 - Accessibility issues || Where next page - Start */
.all-articles-section .all-articles-per-section .article-description-inner a {
    width: auto;
    right: 20px;
    left: 20px;
}
.all-articles-section .all-articles-per-section .article-description-inner a::after {
    right: 10px;
}
/* FGSWRSMIG-1046 - Accessibility issues || Where next page - End */

/* FGSUP-1618 - Customisable Component With Button - Start */
.superfare-baner-wrapper {
    padding: 24px 54px 24px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: -20% 101%;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 15px;
}

.mob-superfare-banner .superfare-baner-wrapper {
    background-repeat: no-repeat;
    background-position: 7% 7%;
    background-size: 30%;
}
.superfare-baner-wrapper .left-col,
.superfare-baner-wrapper .right-col {
    width: 50%;
}
.superfare-baner-wrapper .left-col{
    position: relative;
    align-self: flex-start;
}
.superfare-baner-wrapper .left-col .superfare-title {
    position: absolute;
    left: 0;
    top: -10px;
    padding: 0;
    margin: 0 !important;
    font-size: 60px;
    font-weight: 900;
    transform: skew(-20deg, 0deg) scaleY(0.70);
    letter-spacing: 0.75px;
}

.superfare-baner-wrapper .right-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}
.superfare-baner-wrapper .right-col .superfare-text {
    display: flex;
    flex-direction: column;
    gap: 16px !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 24px 20px;
}
.superfare-baner-wrapper .right-col .superfare-text .top-text {
    font-size: 58px;
    text-transform: uppercase;
    line-height: 0.75;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 900;
}
.superfare-baner-wrapper .right-col .superfare-text .middle-text {
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
    max-width: 280px;
    margin-top: 0px;
    margin-left: 0px;
}
.superfare-baner-wrapper .right-col .tc-para {
    font-size: 13px;
    max-width: 440px;
    text-align: center;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 0px;
}
@media screen and (min-width:1279.98px) {
    .super-fare-banner-section.mob-superfare-banner {
        display: none;
    }
}
@media screen and (max-width:1279px) {
    .super-fare-banner-section.desktop-superfare-banner {
        display: none;
    }
    .superfare-baner-wrapper {
        height: auto;
    }
    .mob-superfare-banner .superfare-baner-wrapper {
        padding: 108px 24px 24px;
        background-repeat: no-repeat;
        background-position: 50% 10%;
        background-size: 30%;
    }
    .superfare-baner-wrapper .left-col {
        display: none;
    }
    .superfare-baner-wrapper .right-col {
        width: 100%;
        gap: 16px;
    }
    .superfare-baner-wrapper .right-col .superfare-text {
        padding: 24px 0;
    }
}

@media screen and (max-width:767px) {
    .mob-superfare-banner .superfare-baner-wrapper {
        background-size: 40%;
    }
    .superfare-baner-wrapper .right-col .superfare-text .top-text{
        line-height: 1;
    }
}
@media screen and (max-width:767px) {
    .mob-superfare-banner .superfare-baner-wrapper {
        background-size: 60%;
    }
}

/* FGSUP-1618 - Customisable Component With Button - End */

/* FGSUP-1619 - Simple QTT Dimension - Start */
.full-width {
    max-width: 100% !important;
}

.new-simple-qtt .form-row {
    padding: 20px 12px 30px;
}

.layout--8-4.promo-list--bordered .column-wrap .row {
    padding-top: 0;
}

    .layout--8-4.promo-list--bordered .column-wrap .row .swr-rich-text p:first-child {
        margin-top: 0;
    }
/* FGSUP-1619 - Simple QTT Dimension - End */
/* FGSWRSMIG-1046 - Accessibility issues || Where next page - End */
/* - Form Builder - Start */
.attach_file input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
input.dynamicFile {
    display: none;
}
/* - Form Builder - End */


/* FGSUP-1621 - Promo Rendering variance - Start */
.promo-crd-arrow-link {
    border-top: 5px solid #0092CB;
}
.promo-crd-arrow-link .promo-arrow-title {
    position: relative !important;
    border: 0;
    margin-bottom: 0px !important;
    color: #0357AB !important;
    padding: 0 25px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
}
.promo-crd-arrow-link .promo-arrow-title .promo-crd__arrow-link {
    margin: -8px 0 0 0 !important;
    padding: 0 !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    line-height: 1 !important;
    font-size: 16px !important;
    color: #0357AB !important;
}
.promo-crd-arrow-link .promo-arrow-title .promo-crd__arrow-link::after{
    position: static !important;
    color: #0357AB !important;
}
.promo-crd-arrow-link .promo-crd__wrapper p{
    color: #061B2B;
}
.promo-crd-arrow-link .promo-crd__wrapper:before,
.promo-crd-arrow-link .promo-crd__wrapper:after {
    display: none;
}
.promo-crd-arrow-link .promo-crd__wrapper{
    border-top: 0;
}
.promo-crd-arrow-link.promo-crd.promo-crd-no-img .promo-crd__wrapper,
.promo-crd-arrow-link.promo-crd.promo-crd-img .promo-crd__wrap-link-main,
.promo-crd-arrow-link.promo-crd.promo-crd-img .promo-crd__wrapper {
    background-color: #fff !important;
}
.promo-crd-arrow-link.promo-crd.promo-crd-no-img.bgLightBlue .promo-crd__wrapper,
.promo-crd-arrow-link.promo-crd.promo-crd-img.bgLightBlue .promo-crd__wrap-link-main,
.promo-crd-arrow-link.promo-crd.promo-crd-img.bgLightBlue .promo-crd__wrapper {
    background-color: #E9F0F5 !important;
}
.promo-crd-arrow-link.promo-crd-no-img .promo-crd__wrap-link-main{
    height: 0;
    position: static;
}
.promo-crd-arrow-link.promo-crd-img img {
    object-fit: cover !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 0;
}
.promo-crd-arrow-link.promo-crd-img .promo-crd__wrap-link-main {
    height: auto;
    position: relative;
    padding: 15px 15px 0 15px;
    display: flex;
}
.promo-crd-arrow-link .promo-crd__wrapper a.mobile-view:focus,
.promo-crd-arrow-link.promo-crd .promo-crd__wrap-link:focus{
    outline: 2px solid #007CAD !important;
    outline-offset: -2px;
}
/* FGSUP-1621 - Promo Rendering variance - End */

.pmj-custom-accordion.accordion .accordion-header .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pmj-custom-accordion.accordion .accordion-header .content-wrap .with-caret .accordion-icon {
    margin-right: 0;
    padding: 0;
    border: 0;
}
.pmj-custom-accordion.accordion .accordion-header .content-wrap .title-wrap {
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
}
.accordion .accordion-header.open .content-wrap .with-caret .accordion-icon {
    transform: rotate(180deg);
}

/* FGSUP-1623 - Auto PIDD Banner - Start */
.component-global-service-info .service-notification.notification {
    background-color: #fff;
}

.component-global-service-info .service-notification.notification.good {
    background-color: transparent;
}

.notification-accordion-wrapper .accordion-header {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    padding: 5px 15px;
    width: 100%;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}

.notification-accordion-wrapper .single-accordion,
.notification-accordion-wrapper .single-accordion span,
.notification-accordion-wrapper .single-accordion a,
.notification-accordion-wrapper .single-accordion p,
.notification-accordion-wrapper .single-accordion li {
    color: #fff;
}

.notification-accordion-wrapper .single-accordion ul {
    margin: 0;
    padding: 0 30px;
}

.notification-accordion-wrapper .single-accordion li {
    margin: 5px 0;
}

.notification-accordion-wrapper .single-accordion a {
    text-decoration: none;
    transition: all 300ms ease;
}

.notification-accordion-wrapper .single-accordion a:hover {
    text-decoration: underline;
}

.component-global-service-info .notification-accordion-wrapper .single-accordion.minor,
.component-global-service-info .notification-accordion-wrapper .single-accordion.minor span,
.component-global-service-info .notification-accordion-wrapper .single-accordion.minor a,
.component-global-service-info .notification-accordion-wrapper .single-accordion.minor p,
.component-global-service-info .notification-accordion-wrapper .single-accordion.minor li {
    color: #061B2B;
}

.notification-icon {
    display: inline-block;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 20px;
    min-width: 20px;
    height: 20px;
    font-size: 0;
}

.notification-icon::before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    font-family: 'icons', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
}

.icon-good::before,
.good-service-icon::before {
    content: '\e80d';
}

.icon-status_minor::before,
.minor-service-icon::before {
    content: '\e820';
}

.icon-status_major::before,
.major-service-icon::before {
    content: '\e820';
}

.icon-status_extreme::before,
.extreme-service-icon::before {
    content: '\e820';
}

.icon-status_minor.notification-icon::before,
.minor-service-icon.notification-icon::before {
    color: #061B2B;
}

.notification-accordion-wrapper .accordion-header .header-content {
    padding-left: 10px;
}

.notification-accordion-wrapper .accordion-body {
    display: none;
    padding: 5px 10px;
    margin-top: 0px;
    border-top: 0;
}

.notification-accordion-wrapper .accordion-body,
.notification-accordion-wrapper .accordion-body p,
.notification-accordion-wrapper .accordion-body a,
.notification-accordion-wrapper .accordion-body li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.notification-accordion-wrapper .accordion-body li {
    position: relative;
    list-style: none;
}
.notification-accordion-wrapper .accordion-body li::before {
    content: "";
    left: -15px;
    top: 10px;
    height: 4px;
    width: 4px;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
}
.notification-accordion-wrapper .minor .accordion-body li::before {
    background-color: #061B2B;
}
.notification-accordion-wrapper .single-accordion.minor .accordion-body {
    border-top: 0;
}
.notification-accordion-wrapper .accordion-header::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #fff;
    display: none;
}
.notification-accordion-wrapper .minor .accordion-header::after {
    background-color: #061B2B;
}
.notification-accordion-wrapper .good.open .accordion-header::after{
    display: none;
}
.notification-accordion-wrapper .open .accordion-header::after{
    display: block;
}
.notification-accordion-wrapper .single-accordion.open .accordion-body {
    display: block;
    overflow-y: auto;
    max-height: 161px;
}

.margin-r-5 {
    display: inline-block;
    margin-right: 5px;
}

.component-global-service-info .notification-content.content {
    padding: 0;
    width: 100%;
}

.component-global-service-info .notification-content.content .notification-accordion-wrapper {
    position: relative;
}

.component-global-service-info .notification-content.content .single-accordion {
    margin-bottom: 0px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -13px;
    border-radius: 4px;
}

.service-notification .notification-content .single-accordion.good {
    background-color: #265B24;
}

.service-notification .notification-content .single-accordion.minor {
    background-color: #FFAA03;
}

.service-notification .notification-content .single-accordion.major {
    background-color: #CC0701;
}

.service-notification .notification-content .single-accordion.extreme {
    background-color: #000000;
}

.service-notification .notification-content .single-accordion.good .btn-collapse {
    display: none;
}

.service-notification .notification-content .single-accordion.good .accordion-body {
    display: none !important;
}

.notification-accordion-wrapper .btn-collapse {
    margin-left: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border: 1px solid transparent;
    position: relative;
    padding: 5px;
    cursor: pointer;
}

.notification-accordion-wrapper .btn-collapse .accordion-arrow {
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    width: 10px;
    height: 10px;
}

.notification-accordion-wrapper .single-accordion.open .btn-collapse .accordion-arrow {
    transform: rotate(-135deg);
    top: 2px;
}

.notification-accordion-wrapper .single-accordion.minor .btn-collapse .accordion-arrow {
    border-color: #061B2B;
}

.service-network-wrapper .alerts-service {
    padding: 40px;
    background-color: #E9F0F5;
}

.service-network-wrapper .service_good.alerts-service {
    background-color: #265B24;
    color: #fff;
}

.service-network-wrapper .service_minor.alerts-service {
    background-color: #FFAA03;
    color: #061B2B;
}

.service-network-wrapper .service_major.alerts-service {
    background-color: #CC0701;
    color: #fff;
}

.service-network-wrapper .alerts-service .gwr-icon {
    font-size: 25px;
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}

.service-network-wrapper .service_good.alerts-service .icon-status_good:before,
.service-network-wrapper .service_major.alerts-service .icon-status_major:before,
.service-network-wrapper .service_good.alerts-service h3,
.service-network-wrapper .service_major.alerts-service h4,
.service-network-wrapper .service_good.alerts-service p,
.service-network-wrapper .service_major.alerts-service p,
.service-network-wrapper .service_good.alerts-service p a,
.service-network-wrapper .service_major.alerts-service p a {
    color: #fff;
}

.service-network-wrapper .service_minor.alerts-service .icon-status_minor:before,
.service-network-wrapper .service_minor.alerts-service h4,
.service-network-wrapper .service_minor.alerts-service p,
.service-network-wrapper .service_minor.alerts-service a {
    color: #061B2B;
}

.service-network-wrapper .service_minor.alerts-service .icon-status_minor:before,
.service-network-wrapper .service_major.alerts-service .icon-status_major:before {
    content: '\e820';
}

.service-network-wrapper .alerts-service p.last-updated {
    margin-bottom: 0;
}

.pmj-custom-accordion .accordion-header.open {
    border-left: 2px solid #0092CB !important;
    border-right: 2px solid #0092CB !important;
}

.pmj-custom-accordion .accordion-content:not(.open) {
    display: none;
}

.pmj-custom-accordion .accordion-content.open {
    display: block !important;
    border-color: #0092CB !important;
}

.pmj-custom-accordion .accordion-header,
.pmj-custom-accordion .accordion-content {
    font-size: 16px;
    line-height: 1.5;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.message strong {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.notification-accordion-wrapper .single-accordion.minor a:focus {
    border: 0 !important;
}
.notification-accordion-wrapper .accordion-header:focus {
    border: 0 !important;
    outline-offset: -2px;
}
.open div#routes-dropdown {
    display: flex;
}
div#routes-dropdown {
    justify-content: space-between;
    align-items: flex-start;
}
.notification-accordion-wrapper .accordion-body .btn-check-your-journey {
    font-family: "Weissenhof Grotesk", sans-serif;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid;
    color: #fff !important;
    border-color: #fff;
    padding: 8px 18px !important;
    min-width: auto;
    white-space: nowrap;
}
.notification-accordion-wrapper .minor .accordion-body .btn-check-your-journey {
    color: #20234E !important;
    border-color: #20234E !important;
}

@media screen and (max-width:1199px) {
    .component-global-service-info .notification .container {
        max-width: 100%;
        padding: 0;
    }

    .component-global-service-info .notification .container .column {
        padding: 0;
    }
}
@media screen and (max-width:767.98px) {
    .notification-accordion-wrapper .accordion-body .btn-check-your-journey {
        font-size: 14px !important;
        padding: 4px 4px !important;
        white-space: nowrap;
    }
    .notification-accordion-wrapper .single-accordion ul{
        width: 100%;
    }
    div#routes-dropdown {
        flex-wrap: wrap;
        padding: 10px;
        padding-bottom: 50px;
        width: 100%;
        background-color: inherit;
    }
    .cyj-btn-wrapper {
        position: absolute;
        bottom: 0;
        width: calc(100% - 20px);
        text-align: center;
        overflow: hidden;
        background-color: inherit;
        padding: 10px 0;
    }
}
/* FGSUP-1623 - Auto PIDD Banner - End */

/* FGSUP-1631 - Table layout - Mobile Optimisation - Start */
table.table-scroll-wrapper-mobile  {
    table-layout: fixed !important;
}
/* Height */
table.table-scroll-wrapper-mobile::-webkit-scrollbar {
    width: 0px;
    height: 15px;
    border-radius: 4px;
}
/* Track */
table.table-scroll-wrapper-mobile::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0px;
    border-top: 1px #061B2B solid;
}   
/* Handle and Over.*/
table.table-scroll-wrapper-mobile::-webkit-scrollbar-thumb, table.table-scroll-wrapper-mobile::-webkit-scrollbar-thumb:hover{
    background: #999;
    border-radius: 4px;
}
table.table-scroll-wrapper-mobile tr:first-of-type th.freeze-data,
table.table-scroll-wrapper-mobile tr td.freeze-data {
    position: sticky !important;
    z-index: 9 !important;
    left: -1px !important;
    display: table-cell;
}
table.table-scroll-wrapper-mobile tr td.freeze-data {
    background-color: #fff;
}
table.table-scroll-wrapper-mobile tr:first-of-type th.freeze-data {
    background-color: #061B2B;
    border-color: #061B2B;
}

/* FGSUP-1631 - Table layout - Mobile Optimisation - End */

.text-22, .text-22 * {
    font-size: 22px !important;
}

.text-light, .text-light * {
    color: #fff !important;
}

/* FGSUP-1666 - Benefits Banner - Start */
.b-banner-description {
    padding-left: 15px;
    padding-right: 10px;
}
.container .b-banner-description h2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.b-banner .b-banner-description p {
    margin-bottom: 0;
}
.benefits-banner-inner-mob .b-banner{
    display: flex;
    align-items: center;
}
@media screen and (max-width:767px) {
    .b-banner-description {
        padding-left: 0px;
        padding-right: 0px;
        min-width:100%
    }
    .mobile-benefits-banner .owl-carousel .owl-nav button.owl-next,
    .mobile-benefits-banner .owl-carousel .owl-nav button.owl-prev {
        line-height: 1;
        height: 12px;
    }
    .mobile-benefits-banner .owl-carousel .owl-nav button.owl-next span img,
    .mobile-benefits-banner .owl-carousel .owl-nav button.owl-prev span img {
        max-width: 10px;
    }
}
/* FGSUP-1666 - Benefits Banner - End */
/* FGSUP-1672 - Promo Rendering Link - Start */
@media screen and (max-width:991.98px) {
    .desktop-view {
        display: none !important;
    }
    .promo-crd-arrow-link .promo-crd__wrapper a.mobile-view {
        display: block;
    }
}
@media screen and (min-width:991.99px) {
    .mobile-view {
        display: none !important;
    }
}
.promo-crd-arrow-link .promo-arrow-desc {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #c2d4e0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 86px !important;
}
/* FGSUP-1672 - Promo Rendering Link - End */
.upload-browse-btn .addcontent.dynamicFile .image-name-uploaded-section {
    padding-left: 8px;
}
span#select2-arrivalstationselect-container, 
span#select2-departureStationFrom-container,
span#select2-arrivalstationselect-container .select2-selection__placeholder, 
span#select2-departureStationFrom-container .select2-selection__placeholder {
    font-size: 16px !important;
}
span.form-validation-summary.arrivalStationErrorMessage,
span.form-validation-summary.departureStationErrorMessage{
    opacity: 1;
    float: none !important;
}
.padding-bottom-0{
    padding-bottom: 0 !important;
}

/* FGSWRSMIG-1155 - Route Pages || Ticket Availability || Find tickets button width is more - Start */
.component-journey-check-results .stt-route .results-table .column.column-avialability .btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
@media screen and (max-width:1199px) {    
    .component-journey-check-results .stt-route .results-table .column.column-avialability .btn {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/* FGSWRSMIG-1155 - Route Pages || Ticket Availability || Find tickets button width is more - End */

/* FGSWRSMIG-1154 - Train times || Route Pages || More spacing issue - Start */
.container .component-journey-check .component-journey-check-results h2:not(.section-title) {
    margin-top: 0 !important;
    padding-top: 0;
}
/* FGSWRSMIG-1154 - Train times || Route Pages || More spacing issue - End */

/* FGSWRSMIG-1146 - Station Pages || Station each accordion || Logo and Contents above spacing issues - Start */
.component-station-details.spcomp .accordion .accordion-content ul li {
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
.component-station-details.spcomp .accordion .accordion-content ul li h4{
    padding-bottom: 10px;
    line-height: 30px;
}
.component-station-details.spcomp .accordion .accordion-content{
    padding-right: 0;
}
/* FGSWRSMIG-1146 - Station Pages || Station each accordion || Logo and Contents above spacing issues - End */

/* Extend Travelcard New QTT - Start */
.extend-travelcard-btn-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 10px;
}
.extend-travelcard-btn-wrapper .extend-travelcard-link {
    display: block;
    padding: 10px;
    background-color: transparent;
    color: #007cad;
    font-size: 15px;
    width: 100%;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #007cad;
    border-radius: 5px;
    font-family: sans-serif;
    font-weight: 600;
}
span.right-arrow {
    position: relative;
    padding-left: 30px;
}
span.right-arrow::after {
    content: '\e84d';
    font-family: 'icons', sans-serif;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 2px;
    line-height: 1;
}
/* Extend Travelcard New QTT - End */
/* FGSWRSMIG-1146 - Station Pages || Station each accordion || Logo and Contents above spacing issues - End */

.promo-crd.pch-hover .promo-crd__wrapper p {
    min-height: auto;
}

.promo-crd.pch-hover .promo-crd__arrow-link {
    position: absolute;
    padding-left: inherit;
}
@media screen and (min-width: 1023.99px) {
    .promo-content .promo-crd-arrow-link {
        min-height: 343px;
        background-color: #fff;
    }
    .promo-content .promo-crd-arrow-link.bgLightBlue {
        background-color: #E9F0F5;
    }
}

/* Zipabout cookies message - Start */
.cookieMessage {
    background: #c7dae7;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    display: flex;
    text-align: left;
}
/* Zipabout cookies message - End */

/*Address Section - start  */
@media screen and (min-width: 768px) {
    .scfForm .display-section-border .field-border.width-50,
    .scfForm .display-section-border .field-border1.width-50 {
        width: 50%;
    }

    .padding-right-md-15 {
        padding-right: 15px !important;
    }

    .padding-left-md-15 {
        padding-left: 15px !important;
    }
}
/*Address Section - end  */

/*Html With Image Section - start  */
.image-description-section .inner-container {
    display: flex;
    align-items: center;
}

.image-description-section .figure-col {
    max-width: 30%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
}

.image-description-section .figure-col img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    padding: 10px;
}

.image-description-section .description-col {
    width: 70%;
    display: block;
}

@media screen and (max-width:767.98px) {
    .image-description-section .inner-container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .image-description-section .description-col {
        width: 100%;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-description-section .figure-col {
        max-width: 100%;
    }
}
/*Html With Image Section - end  */

/* Sidebar Qtt Switch Icon - Start */
.sidebar .component-qtt-form .qtt-form .qtt-form-stations .station-switch {
    height: 30px;
    width: 40px;
    margin-top: -15px;
}
.sidebar .component-qtt-form .qtt-form .qtt-form-stations .station-switch .station-switch__icon {
    line-height: 1;
    padding: 5px;
}
.sidebar .component-qtt-form .qtt-form .qtt-form-stations .station-switch .station-switch__icon::before {
    position: relative;
    top: -1px;
}
/* Sidebar Qtt Switch Icon - End */

/* FGSWRSMIG-1225 - Regression || Contact us form || Fault Report || Train ticket refunds || Blue badge registration || Info icon || Accessibility || Not Focus - Start */
em#contact-info-hide:focus,
.scfForm .field-title i.fa.fa-exclamation-circle:focus {
    outline: 2px solid #007CAD !important;
    outline-offset: 0;
}
.scfForm .field-panel label.attach_file:focus {
    outline: 2px solid #007cad !important;
    outline-offset: 0px;
    border: 1px solid #fff;
}
.scfForm .field-panel label.attach_file input.uploadCaptureInputFile.w-auto {
    width: auto;
}
.border-bottom-yellow {
    border-bottom: 5px #f5d83c solid;
}
/* FGSWRSMIG-1225 - Regression || Contact us form || Fault Report || Train ticket refunds || Blue badge registration || Info icon || Accessibility || Not Focus - End */

.font-500 {
    font-weight: 500;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

/* Start- Table dots functionality*/
#tableScrollWrapper {
    overflow-x: auto;
    overflow-y: auto;
    height: calc(90vh - 64px);
    border: 1px solid;
    display: block;
    width: 100%;
    min-height: calc(80vh - 64px);
    margin-bottom: 0;
    position: relative;
}

table.table-scroll-wrapper-mobile {
    table-layout: fixed !important;
    border-collapse: collapse;
    max-width: 100%;
    border: 1px solid #061B2B;
    display: table;
    width: auto;
    min-height: 0%;
    overflow-x: auto;
    margin-bottom: 0px;
}

table.table-scroll-wrapper-mobile tr:first-of-type {
    background: white;
    position: sticky;
    top: -1px;
    z-index: 10;
}

table.table-scroll-wrapper-mobile tr:first-of-type th.freeze-data,
table.table-scroll-wrapper-mobile tr td.freeze-data {
    position: sticky !important;
    z-index: 9 !important;
    left: -1px !important;
    display: table-cell;
    border: 1px solid #fff;
    border-collapse: collapse;
}

table.table-scroll-wrapper-mobile tr:first-of-type th{
    border: 1px solid #fff;
}

table.table-scroll-wrapper-mobile tr td.freeze-data {
    background-color: #061B2B;
    color: #fff;
}

table.table-scroll-wrapper-mobile tr td.freeze-data a {
    color: #fff;
    text-decoration: underline;
}

table.table-scroll-wrapper-mobile tr td {
    border: 1px solid #061B2B;
    border-collapse: collapse;
}

table.table-scroll-wrapper-mobile tr:first-of-type th.freeze-data {
    background-color: #061B2B;
    border-color: #fff;
}

/* For Dot */
.dots-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none !important;
    padding: 15px 0 25px 0 !important;
    margin: 0 !important;
    width: 100%;
    position: sticky;
    bottom: -1px;
    left: 0;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.9);
}

.dots-wrapper .single-dot::before {
    display: none;
}

.dots-wrapper .single-dot {
    font-size: 0;
    line-height: 0;
    margin: 0 8px;
}

.dots-wrapper .single-dot .dot {
    height: 20px;
    width: 20px;
    background-color: rgba(6, 27, 43, 0.3);
    border-radius: 100%;
    padding: 0;
    border: 1px solid rgba(6, 27, 43, 0.3);
    outline: 1px solid transparent;
    display: block;
}

.dots-wrapper .single-dot .dot.active {
    background-color: rgba(6, 27, 43, 1);
    border: 1px solid rgba(6, 27, 43, 1);
}

table.table-scroll-wrapper-mobile tr:nth-child(2n) {
    background-color: #E9F0F5;
}

#tableScrollWrapper .table-scroll-wrapper-mobile {
    border-collapse: separate;
    border-spacing: 0;
}

@media screen and (max-width:767.98px) {
    #tableScrollWrapper {
        scrollbar-width: none;
    }
    #tableScrollWrapper::-webkit-scrollbar {
        display: none;
    }
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.h-158 {
    height: 158px !important;
}
.sight-attraction-category-container .single-category a::before,
.sight-attraction-category-container .single-category a::after {
    background-image: url(/Assets/img/categories-side-icon.svg);
}

/* Search box list border Issue Fixed */
.nav-main-content:not(.open) {
    background: transparent;
}

/* FGSWRSMIG-1249 - Regression || Multiple Page || Table Headings || Not Visible */
/* Text White */
.text-white th p {
    color: #fff;
}
/* Font size 16 */
.text-16 th p, .text-16 td p {
    font-size: 16px;
    
}
/* Margin 0 */
.para-m-0 th p, .text-16 td p {
	margin: 0;
}
/*Print friendly version of webpage*/



/* @page{margin:0px auto;} */
@media print {

    * {
        -webkit-print-color-adjust: exact !important;
        /* color-adjust: exact !important; */
        print-color-adjust: exact !important;
    }

    body {
        margin: 0;
        background-color: #fff;
        margin-top: 0mm;
        margin-bottom: 50mm;
        margin-left: 0mm;
        margin-right: 0mm;
    }



    h1, h2, h3, h4, h5 {
        page-break-inside: avoid !important;
    }

    .print-logo {
        display: block !important;
        position: absolute;
        top: 12px;
        z-index: 99999999;
        left: 0px;
        /*border-bottom: 1px solid;*/
        width: 100%;
    }

    .component-jumbotron.jumbo-image {
        color: #fff;
        margin-top: 86px;
    }


    .Our-network {
        background: #061B2B;
        margin-bottom: 15px;
        margin-top: 57px !important;
    }


    .content-tab--blue > .container {
        border-style: unset;
    }


    .component-jumbotron .jumbotron__title h4 {
        color: #fff !important;
    }


    .component-live-information-board {
        height: auto;
    }

        .component-live-information-board ul.live-information-results {
            height: auto;
            overflow-y: auto;
        }

    .title-tab__qtt {
        margin-top: 40px;
    }

    /* by bs */

    div.main-header div.component-jumbotron.jumbo-image:before {
        display: block !important;
        height: auto !important;
    }

    .component-live-departures-form.form-box {
        height: 0 !important;
        display: none !important;
    }

    .component-qtt-form.component-qtt-form--simple {
        height: 0 !important;
        display: none !important;
    }

    form {
        height: auto !important;
        display: block !important;
    }

        form div.forms-contener {
            background: #061B2B !important;
            padding: 20px 20px 10px 20px !important;
            margin-bottom: 25px !important;
            color: #fff !important;
            border-radius: 4px !important;
            -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
        }

            form div.forms-contener .select2-container--default .select2-selection--single {
                background-color: #fff !important;
                -webkit-print-color-adjust: exact;
                print-color-adjust: exact;
            }

    .forms-contener p, .forms-contener h4 {
        color: #fff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    legend {
        color: white !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    form .btn-secondary {
        background: #0092CB !important;
        color: white !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    fieldset.hidden-fieldset {
        page-break-inside: avoid !important;
    }

    div.layout--6-6 {
        margin-top: 50px !important;
    }

    div.form-group label {
        font-size: 14px !important;
        display: inline-block !important;
        color: #fff !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }

    .checkbox-wrapper input[type=checkbox] + label {
        border-radius: 4px !important;
        position: absolute !important;
        padding-top: 0px !important;
        cursor: pointer !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        background-color: #dadddf !important;
    }

    div.component-cheap-ticket-form {
        margin-left: 0 !important;
        float: left !important;
        width: 100% !important;
    }

    div.fancy-select {
        page-break-inside: avoid !important;
    }

    .component.component-reportacrime-form {
        margin-top: 12%;
    }

    h4.jumbotron__subtitle span, h4.jumbotron__subtitle p {
        color: #fff !important;
    }

    div.noimage div.content h4.jumbotron_title {
        height: auto !important;
        display: block !important;
        color: #000 !important;
    }

    .swr-rich-text {
        margin-top: 10%;
    }

    .component-seat-availability-form.form-box.accordion-content {
        display: none !important;
    }

    /* end */

    header, footer, aside, nav, form, iframe, .menu, .hero, .adslot, .nav-main-wrapper, .component-breadcrumbs, .sticky-wrapper {
        display: none;
    }



    .promo-crd.promo-crd--light-blue h3 {
        color: #000 !important;
    }

    .promo-crd.promo-crd--light-blue p {
        color: #000 !important;
    }



    .card.card--blue-top-light {
        display: none;
    }

    .menu-trigger .user-type .user-type--webtis {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    .nav-top-wrap {
        display: none;
    }

    /* .component-qtt-form {  */
    /* display: none; */
    /* } */

    .bg-dark-blue {
        display: none;
    }


    .content-tab--blue > .container {
        background: #fff;
        padding: 13px 30px 0 30px;
        border-radius: 4px;
        margin-top: -85px;
    }


    /* form.qtt-form { */
    /* display: none!important; */
    /* } */

    .user-type.user-type--webtis .user-type-webtis {
        display: none;
    }

    .menu-trigger {
        display: none;
    }

    .user-type.user-type--webtis .user-type-webtis {
        display: none;
    }


    .user-type.user-type--webtis {
        display: none;
    }

    .component-jumbotron.jumbo-image {
        background-size: cover;
        margin-top: 100px;
    }

    .accordion-content.accordion-handle-Accessibility {
        height: auto !important;
        display: block !important;
    }

    .accordion-content.accordion-handle-TicketBuying {
        height: auto !important;
        display: block !important;
    }

    .accordion-content.accordion-handle-Transport {
        height: auto !important;
        display: block !important;
    }

    .accordion-content.accordion-handle-StationFacilities {
        height: auto !important;
        display: block !important;
    }


    .content {
        margin-top: 60px !important;
        margin-bottom: 10px !important;
    }

    a.promo-crd__wrap-link {
        background-repeat: no-repeat !important;
        background-position: right top;
    }

    div#page .footer {
        height: 0 !important;
        display: none !important;
    }

    /* .forms-wrapper { */
    /* display: block!important; */
    /* } */

    .qtt-tabbed--without-image .qtt-tabbed {
        z-index: 1051;
        display: none !important;
    }




    .swr-rich-text ul {
        display: none !important;
    }

    .swr-rich-text h3 {
        display: none !important;
    }

    h4.jumbotron__subtitle {
        color: #fff !important;
    }

    .qtt-tabbed .title .title__sub {
        font-size: 20px;
        margin: -7px auto 10px !important;
    }

    h1.kill-h1-margin .title__main {
        font-size: 4.4em !important;
        margin-top: 4px !important;
        margin-bottom: 2px !important;
    }

    .title-tab__qtt {
        margin-top: 40px !important;
    }

    a.pag-li-item.station-index-active {
        color: black !important;
    }

    h4.jumbotron__title {
        color: #fff !important;
    }

    div.offers-promo.yellow-theme.height_350.no_padding {
        page-break-inside: avoid !important;
    }

    .component-jumbotron.noimage .content .jumbotron__title {
        color: #000 !important;
        font-size: 4.4em !important;
    }

    div.component-jumbotron.noimage .content h4.jumbotron__subtitle span {
        color: #000 !important;
    }

    div.component-jumbotron.noimage h4.jumbotron__subtitle {
        color: #000 !important;
    }

    .usabilla_live_button_container {
        display: block;
    }

    .qtt-tabbed.qtt-tabbed--with-image {
        display: none !important;
    }

    .promo-crd--h-4-8 {
        margin-top: 110px !important;
    }

        .promo-crd--h-4-8 h3 {
            color: #fff !important;
        }

        .promo-crd--h-4-8 p {
            color: #fff !important;
        }

    /* .form-network { */

    /* display: none; */
    /* } */

    .Our-network .jumbotron p {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 0px;
        color: #000 !important;
    }



    /* for 2 in one page img and img-info-text */

    img.img-responsive {
        width: 400px !important;
        height: auto !important;
    }

    .offers-title {
        margin-left: 15px;
    }

    .yellow-theme {
        width: 400px;
        border-top: 9px #fadc64 solid;
    }

    div.promo-crd.promo-crd--light-blue {
        page-break-inside: avoid !important;
    }

    .promo-crd.promo-crd--light-blue.promo-crd--v-50-50 {
        width: 350px;
        height: auto;
        page-break-inside: avoid !important;
        background-repeat: no-repeat !important;
    }

    .theme.height_350.no_padding {
        margin-top: 25px !important;
    }

    .col-lg-4.col-md-6.col-sm-12.col-xs-12.animated.zoomIn {
        margin-top: 55px !important;
    }

    /* for carparking page h3 */

    .page-title {
        margin: 60px auto 35px !important;
    }

    .column-wrap h3 {
        display: block !important;
    }

    .promo-crd--ticket-fare-promo .promo-crd__wrap-link {
        background-position: top right !important;
        background-origin: content-box !important;
        background-size: 80px !important;
        background-color: #a5a0a059 !important;
        page-break-inside: avoid !important;
    }

    .promo-crd, a.promo-crd__wrap-link {
        page-break-inside: avoid !important;
    }

    .component-jumbotron .jumbotron__title {
        color: #fff !important;
        line-height: 62px !important;
    }

    .print:last-child {
        page-break-after: auto !important;
    }

    .component-station-selector-form.form-box.accordion-content {
        display: none !important;
        height: auto !important;
    }

    .form-network button {
        display: none !important;
    }


    .mobile-menu.mm-menu {
        display: none !important;
    }

    .component-global-service-info .notification, i.icon-status_minor, .qtt__search-bottom {
        display: none !important;
    }

    .component-global-service-info {
        display: none !important;
    }

    .promo-crd.promo-crd--dark-blue.promo-crd--h-4-8 {
        color: #fff !important;
    }
}


/*accessibility css*/
.qtt-form-close .icon-close_no_circle span, .checkbox-wrapper input[type=checkbox] + label span {
    display: none !important;
}

.footer-text a {
    color: #52A8FF
}
/*.component-jumbotron.jumbo-image:before {background-color: rgba(0,0,0,0.8);}*/
a.download-link, .btn-secondary, .download-map-btn button, #load-more-button-all {
    background: #007cad !important;
}

.footer-social ul li a, .footer-social ul li .expandable-panel-link {
    color: #000 !important;
}

iframe .rc-anchor-error-message {
    color: #ad0000;
}

.component-jumbotron .jumbotron__title {
    font-weight: 300 !important;
}

.component-cheap-ticket-form .checkbox-wrapper label, .component-grouptravel-form .checkbox-wrapper label {
    color: #000 !important;
    font-weight: 400 !important;
    background: #f1f3f3 !important;
}


.checkbox-wrapper input[type=checkbox] + label + label, .checkbox-wrapper input[type=checkbox] + label {
    background: #efefef
}

.checkbox-wrapper.validation-error input[type=checkbox] + label, .checkbox-wrapper.validation-error input[type=checkbox] + label + label {
    background-color: #ffdbd5;
}

.checkbox-wrapper input[type=checkbox]:checked + label, .checkbox-wrapper input[type=checkbox]:checked + label + label {
    background-color: #c7dae7;
}

.promo-crd--h-8-4 .promo-crd__wrapper, .promo-crd--dark-blue .promo-crd__wrapper {
    background: #061b2b;
}

.component-qtt-form .info-icon button {
    font-size: 0px;
}

.b-banner h2 {
    font-weight: 500;
    border-bottom: 2px #e2f4fb solid;
    color: #000;
    text-decoration: none;
    padding-bottom: 12px;
    font-size: 1.8em;
    line-height: 1.2em;
}

.nav-top-wrap .top-nav-form {
    display: inline-block;
    list-style: none;
    color: #061b2b;
    margin: 0;
    /* padding: 0 0 0 19px; */
    padding: 0;
}

    .nav-top-wrap .top-nav-form .top-nav-form-inner {
        float: right;
        margin: 0;
        padding-right: 0 !important;
    }

        .nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper {
            padding-top: 0;
            position: relative;
            top: 5px;
            left: 5px;
        }

        .nav-top-wrap .top-nav-form .top-nav-form-inner input {
            padding: 5px 15px;
            border: 1px #ccc solid;
        }

        .nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper i::before {
            content: "";
            font-size: 18px;
            position: relative;
            right: 30px;
            color: #ccc;
            top: 1px;
        }

.promo__wrap-link-inner h3 {
    font-size: 0px !important;
}

.component-jumbotron h1, .component-jumbotron h2 {
    text-align: left;
}

.smart-app-banner-inner {
    font-size: 0px;
}

.component-breadcrumbs ul li:not(:last-child):after, .footer-links li:not(:last-child) a:after {
    font-size: 0px;
    content: "";
}

.component-breadcrumbs ul li a, .component-breadcrumbs ul li span {
    margin-left: 8px;
    margin-right: 10px;
}

.component-breadcrumbs ul li:first-child a {
    margin-left: 3px;
}

.footer-links li a {
    margin: 0 5px;
    border-right: 1px #000 solid;
    padding: 0;
    line-height: 6px;
    font-size: 0.75em
}

.nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper i::before, .nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper a::before {
    content: "";
    font-size: 18px;
    position: relative;
    right: 30px;
    color: #ccc;
    top: 1px;
}

.nav-quick-links i, .nav-quick-links .icon-quick {
    font-size: 2.7em;
    margin: 20px auto;
}
/*a:focus, input:focus, textarea:focus, button:focus, select:focus, img:focus, input[type=radio]:focus+span, .close_railcard_icon:focus, .calendar-month-navigation .fa-angle-left:focus, .calendar-month-navigation .fa-angle-right:focus, .switch-page:focus, .checkbox input[type="checkbox"]:focus+.cr {
    outline: 2px solid #061b2b !important;
    box-shadow: none;
    display: inline-block;
    border: 0px solid #061b2b !important;
}
.nav-top-wrap ul .icon-my_account:before {
    top: 1px;
    font-size: 17px;
}*/
.qtt-close-icon, .font-size-0 {
    font-size: 0px !important;
}

    .qtt-close-icon:before {
        font-size: 22px !important;
    }

.qtt-date-text {
    padding-left: 11px;
    font-size: 14px !important;
    width: 100%;
    height: 42px;
    cursor: pointer;
    background: #fff;
    color: #061b2b;
    text-align: left;
    border-radius: 5px;
}

.font-size-0 {
    font-size: 0px !important;
    position: absolute
}

.forms-contener a.form-group label {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    color: #fff !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

.nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper a.recent-search-title {
    padding: 0 8px;
    line-height: 37px !important;
    height: 28px !important;
    display: inline;
    border: 0px;
}


.nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper .previousSearchdrop-down ul.response-data a::before {
    display: none;
}

.banner-home .dropdown-wrapper, .component-qtt-form--simple .dropdown-wrapper, .component-grouptravel-form .dropdown-wrapper {
    display: none;
}

.article-description .article-description-inner a, .article-description .article-description-inner a:after {
    color: #005070 !important;
}

.pagination a, .pagination .expandable-panel-link {
    background: #e8f0f6 !important;
}

.component-qtt-form--simple label {
    display: block !important;
    font-size: 0px;
}

.component-journey-check-form h3, .component-journey-check-form h3.route_heading {
    font-size: 22px;
    font-weight: 400;
}

.component-journey-check-form h4 {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
    line-height: 21px;
}
.truste_cursor_pointer {
    color: #fff;
}

.component-jumbotron .jumbotron__subtitle {
    margin-top: 0px !important
}

.captcha-cookies-emsg .recaptcha-alert, .map-placeholder {
    background: #c7dae7;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    display: flex;
    text-align: left;
}

    .captcha-cookies-emsg .recaptcha-alert i {
        margin-top: 3px;
        padding-right: 10px;
    }

.component-newsletter-form .validation-error .validation-error-message {
    clear: both;
}

.swr-rich-text a.download-link {
    clear: none;
    display: table;
    margin-top: 10px;
}

.footer-links li:last-child a {
    border: 0px;
}

.pagination .label-first a, .pagination .label-last a, .pagination .label-first.active a, .pagination .label-last.active a {
    background: transparent !important;
}

.pagination .active a {
    background: #061b2b !important;
}

.top-nav-form-inner a:hover, .truste_cursor_pointer:hover {
    text-decoration: none;
}

.qtt-form-stations .departure-station div, .qtt-form-stations .arrival-station div {
    height: 42px;
}

.component-jumbotron h2.jumbotron__subtitle {
    margin-top: 0 !important;
}

.pagination .label-first.active a:hover {
    background: #ebf2f6 !important;
}

qtt-form-date-select .btn-secondary.btn-custom {
    background: #0092cb !important;
}

.component-breadcrumbs ul li {
    font-weight: 500;
}

.qtt-tabbed.complete .form-row--hidden {
    max-height: 42px;
}

.component-jumbotron .jumbotron__subtitle, .component-journey-check-form h3, .component-journey-check-form h3.route_heading {
    letter-spacing: 0.1px;
}

.accordion-content p {
    margin-left: 0px !important;
}

@media (max-width: 1024px) {
    .scfForm .captcha-cookies-emsg {
        width: 100% !important;
    }

    .featured {
        margin: 10px 0 0 !important;
    }
}

@media (max-width: 767px) {
    .component-qtt-form #adult-children-div div.fancy-select ul.options {
        position: relative;
        display: none;
    }

        .component-qtt-form #adult-children-div div.fancy-select ul.options.open {
            display: block;
        }
}

.input-wrapper input[type="tel"], .input-wrapper input[type="email"] {
    font-family: "Weissenhof Grotesk",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;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px
}

.form-new-checkbox-section label {
    font-size: 14px;
    display: inline-block;
    color: #fff !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 400;
}

.form-new-checkbox-section input[type="checkbox"] {
    display: inline-block;
}

.form-new-checkbox-section label.check-box-label {
    padding-left: 5px;
    display: inline-block;
    color: #061b2b !important;
}

.inner-check-box-section {
    background: #f1f3f3;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
}




/*swrcustom.css started*/

/*accessibility css*/
.banner-home .home-qtt-bx .tabs .tab-nav li.active {
    background: #007cad;
}

.banner-home .simple-slider .slider-wrapper .banner-txt .banner-title {
    text-shadow: 0 0 0
}

.component-cookie-notification button {
    font-size: 0px;
}

.component-cookie-notification button::before {
    font-size: 16px !important;
}

.nav-main-content ul li a:empty {
    display: none;
}

/*accessibility phase 2 start*/
a:focus, input:focus, textarea:focus, button:focus, select:focus, img:focus, input[type=radio]:focus + span, .close_railcard_icon:focus, .calendar-month-navigation .fa-angle-left:focus, .calendar-month-navigation .fa-angle-right:focus, .switch-page:focus, .checkbox input[type="checkbox"]:focus + .cr, .textfirst:focus, .input-wrapper input[type]:focus, .inner-check-box-section:focus-within, .fancy-select > div:focus-within, .radio-wrapper:focus-within, div.attach_file:focus-within, .RemoveAnchor a:focus, .upload-browse-btn:focus-within {
    border: 1px #E9F0F5 solid !important;
    outline: 2px solid #007CAD !important;
    /* display: inline-block; */
}

.banner-home .home-qtt-bx .tabs .tab-nav li:focus {
    border: 2px solid #000 !important;
}

#menu-thumb li.buy-tickets-link a {
    display: block;
    padding: 8px 18px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 40px;
}

#menu-thumb li.buy-tickets-link {
    padding: 0px !important;
}

.nav-top-wrap .previousSearchdrop-down ul a:focus, .nav-top-wrap .searchdrop-down ul a:focus {
    outline: 0px !important;
    border: 2px #000 solid !important;
}

.nav-top-wrap ul .icon-my_account:before {
    top: 1px;
    font-size: 18px;
}

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, .component-detailed-network-status .alerts-service .intro a, .component-detailed-network-status .alerts-service .intro .expandable-panel-link, .accordion-content.open a, .swr-col12-center-align td a {
    font-weight: 500
}

.desktop-benefits-banner .benefits-banner-inner-desk a:focus {
    border: 2px #000 solid !important;
    outline: 0px !important;
}

/*big font*/

.b-banner p, p, .promo-crd .promo-crd__arrow-link, .accordion .accordion-header /*, .accordion span */ {
    font-size: 1.6em;
    line-height: 1.5em !important;
}

.swr-rich-text ul li, .swr-rich-text ol li {
    font-size: 1.6em;
    line-height: 1.5em;
}

.swr-rich-text h3 {
    font-size: 2.4em
}

.promo-crd--transparent .promo-crd__wrapper h3, .promo-crd--ticket-fare-promo .promo-crd__wrapper h3, .component-qtt-form--simple .form-title h3, .destination .promo-crd__wrapper h3, .promo-crd--light-blue .promo-crd__wrapper h3, .promo-crd--h-8-4 h3, .promo-crd--h-4-8 h3, .promo-crd h3, .component-live-information-board h3 {
    font-size: 2em !important;
    line-height: 1.4em;
}

.promo-crd--light-blue .promo-crd__wrapper {
    min-height: 210px;
    height: auto;
}

.promo-crd .promo-crd__wrapper p:empty {
    display: none;
}

.promo-crd .promo-crd__wrapper p {
    min-height: 100px;
}

.text-14px {
    font-size: 1.4em !important;
    line-height: 1.3em !important;
}

.text-16px {
    font-size: 1.6em !important;
    line-height: 1.5em !important;
}

.text-18px {
    font-size: 1.8em !important;
    line-height: 1.7em !important;
}

.text-20px {
    font-size: 2em !important;
    line-height: 1.9em !important;
}

.text-22px {
    font-size: 2.2em !important;
    line-height: 2em !important;
}

.text-24px {
    font-size: 2.4em !important;
    line-height: 2.1em !important;
}

.text-26px {
    font-size: 2.6em !important;
    line-height: 2.2em !important;
}

.text-28px {
    font-size: 2.8em !important;
    line-height: 2.4em !important;
}

.text-30px {
    font-size: 3em !important;
    line-height: 2.5em !important;
}

.text-32px {
    font-size: 3.2em !important;
    line-height: 2.8em !important;
}

.text-34px {
    font-size: 3.4em !important;
    line-height: 2.9em !important;
}

.text-36px {
    font-size: 3.6em !important;
    line-height: 3em !important;
}

.text-38px {
    font-size: 3.8em !important;
    line-height: 3.2em !important;
}

.text-40px {
    font-size: 4em !important;
    line-height: 3.4em !important;
}

.text-64px {
    font-size: 6.4em;
}


/*big font*/
/*accessibility phase 2 end*/






/*not accessibility starts*/
.promo-crd--v-50-50 .promo-crd__wrapper {
    min-height: 180px;
}

.component-live-information-board {
    height: 343px
}

    .component-live-information-board ul.live-information-results {
        height: 203px;
    }

.top-nav-form .searchdrop-down li a::before {
    display: none
}

/** skip navigation**/
#skipNavigation {
    width: 100%;
    display: block;
}

.skip-navigation {
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
    display: inline-block;
    line-height: 24px;
    padding: 0 5px;
    border: none;
    top: -200px;
    left: 0;
    position: absolute;
    background-color: transparent;
    z-index: 99;
}

    .skip-navigation:hover {
        text-decoration: none;
    }

a.skip-navigation:focus {
    top: 5px !important;
    outline: 2px solid #000;
}

@media(max-width: 767px) {
    .skip-navigation {
        display: none !important;
    }
}

.skip-to a {
    text-decoration: underline;
}
/* skip nav end*/
/* focus button on tabbing*/
button:focus-visible {
    outline: 2px solid #000;
}

button:not(:focus-visible) {
    outline: 0;
}
/*end*/

/*not accessibility ends*/

/*UI fixes 11-18-2022 start*/
.swr-rich-text .table-scroll-wrapper table tr td h3 {
    font-size: 1.2em;
}

.swr-rich-text .table-scroll-wrapper table tr td ul li span {
    line-height: 20px;
    display: inline-block;
}

/*UI fixes 11-18-2022 end*/


/*UI fixes 11-30-2022 start*/
.sidebar .swr-rich-text ul li p, .sidebar .swr-rich-text ul li p span {
    margin-bottom: 0;
    display: block;
    line-height: normal;
    margin-top: 0;
}

    .sidebar .swr-rich-text ul li p span a {
        display: block;
        line-height: normal;
    }
/*UI fixes 11-30-2022 end*/

/* UI fix for skipnav tabbing  content hide-start*/
#maincontent {
    scroll-margin-top: 200px;
}
/* UI fix for skipnav tabbing  content hide-end*/
/*ui fix for double buy now button start*/
.header .user-type .user-type-webtis {
    display: none;
}
/*ui fix for double buy now button end*/
.new-footer-payment-gateway ul li a {
    display: block;
}

.promo-crd--white .promo-crd__wrapper .promo-crd__arrow-link {
    margin: 5px;
}

.related-article .promo-crd--v-50-50 .promo-crd__wrapper {
    min-height: 210px;
}

ul.station-list-group li a:focus {
    display: block;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    margin-bottom: 3px;
}

.banner-home .info-icon button:focus {
    outline-offset: -1px;
}

.new-footer-policy .footer-text a:focus {
    border: 0 !important;
}

.promo-crd .promo-crd__arrow-link:focus {
    outline-offset: -2px;
}

.truste_caIcon_display a:focus, .truste_caIcon_display:focus {
    border: 0 !important;
    outline: 2px solid #007cad !important;
    outline-offset: 8px;
}

.usabilla_live_button_container:focus, .home-qtt-bx.component-qtt-form:focus, ul.cntrynav li:focus {
    border: 0 !important;
    outline: 2px solid #007cad !important;
    outline-offset: 3px;
}

.promo-crd.destination .promo-crd__wrapper p {
    line-height: 20px !important;
}

.component-cheap-ticket-form .form-new-checkbox-section .inner-check-box-section,
.component-news-letter-signup .form-new-checkbox-section .inner-check-box-section {
    display: flex;
    align-items: baseline;
}

ul.qtt_popular_station li:focus {
    border: 0 !important;
    outline: 2px solid #007cad !important;
    outline-offset: -3px;
}

a.buy-tickets-link-a:focus {
    border: 0 !important
}

.checkboxseasonhomepage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3em;
    margin: 5px 0;
    background: #fff;
    padding: 15px 10px;
    border-radius: 3px;
}

.uploadImage i:focus {
    outline: 2px solid #007cad !important;
    outline-offset: 0px;
}

a.truste-close-button:focus, a.station-switch__icon:focus {
    border: 0 !important;
}

.banner-home .select2 .select2-selection--single .select2-selection__rendered:focus {
    border: 0 !important;
    outline: 2px solid #007cad !important;
    outline-offset: -2px;
}

.swr-rich-text ul.footer-list li {
    line-height: 24px !important;
}

.nav-top-wrap .component-basket-status li {
    position: relative;
    top: -4px;
}

.nav-main-wrapper .sticky-wrapper {
    height: 70px !important;
}

.scfForm input[type="radio"] {
    margin-left: 3px;
}

.scfForm input:focus, .scfForm select:focus, .scfForm textarea:focus {
    border: 3px solid #007cad !important;
    border-radius: 5px !important;
}

.modal-open #Xclose {
    width: auto !important;
    right: 0px !important;
}

.swr-rich-text p.lead {
    margin-top: 15px;
}

.promo-crd.pch-hover .promo-crd__wrapper {
    height: 100%;
}

.pch-hover:focus .promo-crd__wrapper, .component-live-information-board:focus {
    opacity: 1;
    border: 1px #e9f0f5 solid !important;
    outline: 2px solid #007cad !important;
    outline-offset: -2px;
}

.new-station-information-inner a:focus {
    display: inline-block !important;
}

.new-station-information-inner a.view-in-map {
    margin-top: 20px;
    display: block;
}

    .new-station-information-inner a.view-in-map span.vew-in-map-btn {
        padding-top: 0;
    }

.swr-AZ-Stations .indexed-station-list .swr-globalSearch h3.text-28px {
    line-height: 1 !important;
    margin-bottom: 0;
}
.component-global-service-info .notification a.icon-status_major {
    display: none;
}
.home-qtt-bx .select2-container--focus {
    outline: 2px solid #007cad !important;
    border: 0;
}

.new-map .map-zoom a:focus {
    border: 1px #e9f0f5 solid !important;
    outline: 2px solid #007cad !important;
}

.new-footer a:focus {
    outline-offset: 0;
}
.component-station-at-glance .inner ul li a:focus {
    border: 0 !important;
    outline-offset: 0px;
}
.journey span.icon-carat_down_soft:focus {
    outline: 2px solid #007cad !important;
}
.station a.station-link:focus {
    display: inline-block;
    outline-offset: -2px;
}

.colorwhite{
    color: #fff !important;
}

.focus-white.switch-page:focus{
    outline-color: #FFF !important;
    border: 0 !important;
}
.station-switch .focus-outline:focus {
    outline: 2px solid #fff !important;
    border-radius: 100%;
    width: 42px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';font-display: swap;
 src:url(/Assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/Assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/Assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/Assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/Assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/Assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

