﻿@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 {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}

.mm-panel {
    transition: transform 0.4s ease;
    transform: translate3d(100%, 0, 0);
}

    .mm-panel.mm-opened {
        transform: translate3d(0%, 0, 0);
    }

    .mm-panel.mm-subopened {
        transform: translate3d(-30%, 0, 0);
    }

    .mm-panel.mm-highest {
        z-index: 1;
    }

.mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

    .mm-menu > .mm-panel.mm-hasnavbar {
        padding-top: 40px;
    }

    .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
        content: '';
        display: block;
        height: 20px;
    }

.mm-vertical .mm-panel {
    transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

    .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
    .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
        border-color: transparent;
    }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
    height: 40px;
    bottom: auto;
}

    .mm-vertical .mm-listview > li > .mm-next:after,
    .mm-listview > li.mm-vertical > .mm-next:after {
        top: 16px;
        bottom: auto;
    }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    transform: rotate(45deg);
}

.mm-navbar {
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .mm-navbar > * {
        display: block;
        padding: 10px 0;
    }

    .mm-navbar a, .mm-navbar a:hover {
        text-decoration: none;
    }

    .mm-navbar .mm-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .mm-navbar .mm-btn {
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        z-index: 1;
    }

        .mm-navbar .mm-btn:first-child {
            padding-left: 20px;
            left: 0;
        }

        .mm-navbar .mm-btn:last-child {
            padding-right: 20px;
            right: 0;
        }

.mm-panel .mm-navbar {
    display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
}

.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listview {
    font: inherit;
    font-size: 14px;
}

    .mm-listview a,
    .mm-listview a:hover {
        text-decoration: none;
    }

    .mm-listview > li {
        position: relative;
    }

        .mm-listview > li > a,
        .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 > span.mm-arrow {
                padding-right: 50px;
            }

        .mm-listview > li:not(.mm-divider):after {
            content: '';
            border-bottom-width: 1px;
            border-bottom-style: solid;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .mm-listview > li:not(.mm-divider):after {
            left: 20px;
        }

    .mm-listview .mm-next {
        background: rgba(3, 2, 1, 0);
        width: 50px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }

        .mm-listview .mm-next:before {
            content: '';
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
        }

        .mm-listview .mm-next + a,
        .mm-listview .mm-next + 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 + span {
                padding-right: 50px;
                margin-right: 0;
            }

.mm-menu > .mm-panel > .mm-listview {
    margin-left: -20px;
    margin-right: -20px;
}

    .mm-menu > .mm-panel > .mm-listview.mm-first {
        margin-top: -20px;
    }

    .mm-menu > .mm-panel > .mm-listview.mm-last {
        padding-bottom: 20px;
    }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px;
}

.mm-next:after,
.mm-arrow:after {
    border-top: none;
    border-left: none;
    right: 20px;
}

.mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}

.mm-listview > li.mm-spacer {
    padding-top: 40px;
}

    .mm-listview > li.mm-spacer > .mm-next {
        top: 40px;
    }

    .mm-listview > li.mm-spacer.mm-divider {
        padding-top: 25px;
    }

.mm-menu {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.7);
}

    .mm-menu .mm-navbar {
        border-color: rgba(0, 0, 0, 0.1);
    }

        .mm-menu .mm-navbar > *,
        .mm-menu .mm-navbar a {
            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 > 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-panel,
    .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
    .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
        background: rgba(0, 0, 0, 0.05);
    }

    .mm-menu .mm-divider {
        background: rgba(0, 0, 0, 0.05);
    }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    transition: transform 0.4s ease;
}

html.mm-opened {
    overflow: hidden;
    position: relative;
}

    html.mm-opened body {
        overflow: hidden;
    }

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-slideout {
    transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        transform: translate(440px, 0);
    }
}

/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
    max-height: 80%;
}

    .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
        max-height: 100%;
    }

.mm-menu.mm-measureheight > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%;
}

    em.mm-counter + a.mm-next {
        padding-left: 40px;
    }

        em.mm-counter + a.mm-next + a,
        em.mm-counter + a.mm-next + span {
            margin-right: 90px;
        }

    em.mm-counter + a.mm-fullsubopen {
        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 {
    transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translate3d(0, 0, 0);
}

    .mm-fixeddivider:after {
        content: none !important;
        display: none !important;
    }

.mm-hasdividers .mm-fixeddivider {
    display: block;
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
    transition-duration: 0s;
}

/*
	jQuery.mmenu navbar addon CSS
*/
.mm-menu > .mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
    border-top: 1px solid transparent;
    border-bottom: none;
    top: auto;
    bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
    border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
    border-top: none;
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px;
}

.mm-navbar-top-1 {
    top: 0px;
}

.mm-hasnavbar-top-1 .mm-panel {
    top: 40px;
}

.mm-hasnavbar-top-1 .mm-indexer {
    top: 50px;
}

.mm-hasnavbar-top-1 .mm-fixeddivider {
    top: 40px;
}

.mm-navbar-top-2 {
    top: 40px;
}

.mm-hasnavbar-top-2 .mm-panel {
    top: 80px;
}

.mm-hasnavbar-top-2 .mm-indexer {
    top: 90px;
}

.mm-hasnavbar-top-2 .mm-fixeddivider {
    top: 80px;
}

.mm-navbar-top-3 {
    top: 80px;
}

.mm-hasnavbar-top-3 .mm-panel {
    top: 120px;
}

.mm-hasnavbar-top-3 .mm-indexer {
    top: 130px;
}

.mm-hasnavbar-top-3 .mm-fixeddivider {
    top: 120px;
}

.mm-navbar-bottom-1 {
    bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panel {
    bottom: 40px;
}

.mm-hasnavbar-bottom-1 .mm-indexer {
    bottom: 50px;
}

.mm-navbar-bottom-2 {
    bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panel {
    bottom: 80px;
}

.mm-hasnavbar-bottom-2 .mm-indexer {
    bottom: 90px;
}

.mm-navbar-bottom-3 {
    bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panel {
    bottom: 120px;
}

.mm-hasnavbar-bottom-3 .mm-indexer {
    bottom: 130px;
}

.mm-close {
    text-align: right;
}

    .mm-close:after {
        content: 'x';
    }

.mm-navbar-2 > *,
.mm-navbar-3 > *,
.mm-navbar-4 > *,
.mm-navbar-5 > *,
.mm-navbar-6 > * {
    display: block;
    float: left;
}

.mm-navbar-2 > * {
    width: 50%;
}

.mm-navbar-3 > * {
    width: 33.33%;
}

.mm-navbar-4 > * {
    width: 25%;
}

.mm-navbar-5 > * {
    width: 20%;
}

.mm-navbar-6 > * {
    width: 16.66%;
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
    box-sizing: border-box;
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0 10px;
}

    .mm-search input {
        border: none;
        border-radius: 26px;
        font: inherit;
        font-size: 14px;
        line-height: 26px;
        outline: none;
        display: block;
        width: 100%;
        height: 26px;
        margin: 0;
        padding: 0 10px;
    }

        .mm-search input::-ms-clear {
            display: none;
        }

.mm-panel > .mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mm-panel.mm-hassearch {
    padding-top: 40px;
}

    .mm-panel.mm-hassearch.mm-hasnavbar {
        padding-top: 80px;
    }

        .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
            top: 40px;
        }

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
    display: block;
}

.mm-noresults .mm-indexer {
    display: none !important;
}

li.mm-nosubresults > a.mm-next {
    display: none;
}

    li.mm-nosubresults > a.mm-next + a,
    li.mm-nosubresults > a.mm-next + 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 {
        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 {
    color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
    position: absolute;
    left: -10000px;
}

label.mm-toggle,
label.mm-check {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
}

    label.mm-toggle:before,
    label.mm-check:before {
        content: '';
        display: block;
    }

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px;
}

    label.mm-toggle:before {
        border-radius: 30px;
        width: 28px;
        height: 28px;
        margin: 1px;
    }

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

    label.mm-check:before {
        border-left: 3px solid;
        border-bottom: 3px solid;
        width: 40%;
        height: 20%;
        margin: 25% 0 0 20%;
        opacity: 0.1;
        transform: rotate(-45deg);
    }

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
    bottom: auto;
    margin-top: 0;
}

li.mm-vertical label.mm-toggle {
    top: 5px;
}

li.mm-vertical label.mm-check {
    top: 5px;
}

label.mm-toggle, label.mm-check {
    right: 20px;
}

    label.mm-toggle + a,
    label.mm-toggle + span {
        padding-right: 80px;
    }

    label.mm-check + a,
    label.mm-check + span {
        padding-right: 60px;
    }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
    right: 60px;
}

    a.mm-next + label.mm-toggle + a,
    a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
    a.mm-next + label.mm-check + span {
        margin-right: 50px;
    }

    a.mm-next + label.mm-toggle + a,
    a.mm-next + label.mm-toggle + span {
        padding-right: 70px;
    }

    a.mm-next + label.mm-check + a,
    a.mm-next + label.mm-check + span {
        padding-right: 50px;
    }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
    right: 100px;
}

    em.mm-counter + a.mm-next + label.mm-toggle + a,
    em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
    em.mm-counter + a.mm-next + 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 > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
    text-overflow: clip;
    white-space: normal;
}

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
    content: none;
    display: none;
}

.mm-menu.mm-pageshadow:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
    transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        transform: translate(-440px, 0);
    }
}

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
    transform: none !important;
    z-index: 0 !important;
}

.mm-menu.mm-front {
    z-index: 1;
}

.mm-menu.mm-front, .mm-menu.mm-next {
    transition: transform 0.4s ease;
    transform: translate3d(-100%, 0, 0);
}

    .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
        transform: translate3d(100%, 0, 0);
    }

.mm-menu.mm-top {
    transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
    transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
    background: #333333;
    color: rgba(255, 255, 255, 0.8);
}

    .mm-menu.mm-theme-dark .mm-navbar {
        border-color: rgba(0, 0, 0, 0.15);
    }

        .mm-menu.mm-theme-dark .mm-navbar > *,
        .mm-menu.mm-theme-dark .mm-navbar a {
            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 > 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-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-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 {
    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 {
            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 > 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-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-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 {
    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 {
            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 > 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-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-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 {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2);
}

    .mm-menu.mm-theme-black label.mm-toggle:before {
        background: black;
    }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/*! jQuery UI - v1.10.4 - 2014-01-17
* 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;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        /* support: IE10, see #8844 */
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        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 a.ui-state-active {
            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 {
            cursor: default;
        }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("images/animated-overlay.gif");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* For IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        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 {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #4297d7;
    background: #2191c0 url(images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x;
    color: #eaf5f7;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #eaf5f7;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #77d5f7;
        background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #ffffff;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #ffffff;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #448dae;
        background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #026890;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #026890;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #acdd4a;
        background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #ffffff;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #ffffff;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcd113;
        background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x;
        color: #915608;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #915608;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x;
        color: #ffffff;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #ffffff;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #ffffff;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
            /* For IE8 - See #6059 */
        }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_0078ae_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_d8e7f3_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_e0fdff_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_056b93_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_f5e175_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_f7a50d_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_fcd113_256x240.png);
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: 5px 0 0 5px;
    padding: 0px;
    background: #999999 url(images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x;
    opacity: .45;
    filter: Alpha(Opacity=45);
    border-radius: 5px;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
    a:active,
    a:hover {
        outline-width: 0;
    }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

.clear:before, .clearfix:before, .container:before, div[class*="layout--"]:before, .component-jumbotron .component-qtt-form:before, .component-planned-works-info .disruptions-list .content-wrap:before,
.component-detailed-network-status .disruptions-list .content-wrap:before, .component-planned-works-info .disruptions-list .accordion-thumb:before,
.component-detailed-network-status .disruptions-list .accordion-thumb:before, .qtt-form-stations:before, .qtt-form-date-select:before, .qtt-tabbed .nav__tabs:before,
.component-qtt-form .nav__tabs:before, .form-row:before, .clear:after, .clearfix:after, .container:after, div[class*="layout--"]:after, .component-jumbotron .component-qtt-form:after, .component-planned-works-info .disruptions-list .content-wrap:after,
.component-detailed-network-status .disruptions-list .content-wrap:after, .component-planned-works-info .disruptions-list .accordion-thumb:after,
.component-detailed-network-status .disruptions-list .accordion-thumb:after, .qtt-form-stations:after, .qtt-form-date-select:after, .qtt-tabbed .nav__tabs:after,
.component-qtt-form .nav__tabs:after, .form-row:after {
    content: ' ';
    display: table;
}

.clear, .clearfix, .container, div[class*="layout--"], .component-jumbotron .component-qtt-form, .component-planned-works-info .disruptions-list .content-wrap,
.component-detailed-network-status .disruptions-list .content-wrap, .component-planned-works-info .disruptions-list .accordion-thumb,
.component-detailed-network-status .disruptions-list .accordion-thumb, .qtt-form-stations, .qtt-form-date-select, .qtt-tabbed .nav__tabs,
.component-qtt-form .nav__tabs, .form-row {
    *zoom: 1;
}

    .clear:after, .clearfix:after, .container:after, div[class*="layout--"]:after, .component-jumbotron .component-qtt-form:after, .component-planned-works-info .disruptions-list .content-wrap:after,
    .component-detailed-network-status .disruptions-list .content-wrap:after, .component-planned-works-info .disruptions-list .accordion-thumb:after,
    .component-detailed-network-status .disruptions-list .accordion-thumb:after, .qtt-form-stations:after, .qtt-form-date-select:after, .qtt-tabbed .nav__tabs:after,
    .component-qtt-form .nav__tabs:after, .form-row:after {
        clear: both;
    }

.hidden, #page .hidden {
    display: none !important;
}

* {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 100%;
    line-height: 1.5;
}

body {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    overflow-x: hidden;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

.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;
}

    #page::-webkit-scrollbar {
        display: none;
    }

.page-title {
    text-align: center;
    max-width: 900px;
    margin: 30px auto 30px;
    padding: 0 12px;
}

@media (min-width: 48em) {
    .page-title {
        margin: 30px auto 50px;
    }
}

.page-title h1 {
    text-align: center;
}

.page-title h1 {
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 36px;
    margin-top: 0;
}

@media (min-width: 48em) {
    .page-title h1 {
        font-size: 5.6em;
        text-align: center;
        line-height: 66px;
    }
}

.page-title p {
    margin: 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 22px;
}

@media (min-width: 48em) {
    .page-title p {
        font-size: 2.4em;
        line-height: 28px;
    }
}

.featured {
    background: #EEE9F3;
    clear: both;
    padding: 30px 40px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
}

    .featured h5 {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 28px;
        text-transform: none;
    }

    .featured p {
        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: 15px;
        left: 10px;
        background: #82D0F5;
        padding: 10px;
        color: #20234E;
        font-size: 12px;
        margin-right: 90px;
        position: relative;
        z-index: 1;
        display: inline-block;
        line-height: 18px;
        font-style: italic;
    }

        .component-image figcaption:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background: #82D0F5;
            z-index: -1;
            bottom: 0;
            transform: skewX(-13deg);
            display: block;
            width: 100%;
            left: 7%;
        }

.header-info {
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 5px;
    display: block;
}

.ui-widget-content {
    background-image: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        background-color: red;
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 3.6em !important;
    }

    h2.h2-size {
        font-size: 3.2em !important;
    }

    h3.h3-size {
        font-size: 2.6em !important;
    }

    h4 {
        font-size: 2.4em;
    }

    h5 {
        font-size: 1.8em;
    }

    h6 {
        font-size: 1.6em;
    }
}

/*custom*/
h1.h1-size {
    font-size: 5.6em;
}

h2.h2-size {
    /* font-size: 4.4em !important;*/
    font-size: 36px;
}


h3.h3-size {
    font-size: 36px;
}

h4.h4-size {
    font-size: 2.4em;
}

h5.h5-size {
    font-size: 1.8em;
}

h6.h6-size {
    font-size: 1.6em;
}
/*end*/

h1 {
    font-size: 5.6em;
    line-height: 64px;
}

h2 {
    font-size: 4.4em;
    margin: 0 0 12px 0;
    /*line-height: 49px;*/
}


h3 {
    font-size: 3.6em;
    margin: 35px 0 25px;
    line-height: 40px;
}

/*h4 {
  font-size: 2.4em;
  margin: 0 0 12px 0; }*/

h5 {
    font-size: 1.8em;
    margin: 0 0 12px 0;
}

h6 {
    font-size: 1.6em;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

p, td {
    line-height: 24px;
    font-size: 16px;
}

p {
    margin: 12px 0;
    color: #20234E;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #20234E;
}

.lowercase {
    text-decoration: none;
}

ul li, ol li {
    font-size: 16px;
    line-height: 24px;
}

p.lead {
    color: #20234E;
    font-size: 2.4em;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}

p.no-margin-top {
    margin-top: 0;
}

ul {
    padding: 0 0 0 30px;
}

ol {
    padding: 0 0 0 20px;
}

    ul li, ol li {
        margin-bottom: 10px;
    }

div[role="main"] ul li, div[role="main"] ol li {
    color: #20234E;
}

p > a {
    color: #025c93;
    text-decoration: underline;
    font-weight: bold;
}

li > a {
    color: #025c93;
    text-decoration: underline;
    font-weight: bold;
}

    p > a:hover,
    li > a:hover {
        text-decoration: underline;
    }

a {
    color: #025c93;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        text-decoration: underline;
    }

pre {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
}


@font-face {
    font-family: 'icons';
    src: url("../fonts/icons.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype");
    /* 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, .icon:after, [class*='icon-']:after, .qtt-form-stations .station-switch .station-switch__icon:after {
    font-family: 'icons';
    font-weight: 400;
}

.icon, *[class*='icon-'], .qtt-form-stations .station-switch .station-switch__icon {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    color: inherit;
    margin-right: 5px;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1;
    /* you can be more comfortable with increased icons size */
    font-size: 100%;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-accessibility:before, .mapper-icon-accessiblebookingofficecounter:before, .mapper-icon-accessiblepublictelephones:before, .mapper-icon-accessibletaxis:before, .mapper-icon-accessibleticketmachines:before, .mapper-icon-impairedmobilitysetdown:before, .mapper-icon-inductionloop:before, .mapper-icon-rampfortrainaccess:before, .mapper-icon-stepfreeaccess:before, .mapper-icon-wheelchairsavailable:before {
    content: '\e800';
}

/* '' */
.icon-attractions_sightseeing:before {
    content: '\e801';
}

/* '' */
.icon-beach:before {
    content: '\e802';
}

/* '' */
.icon-bike:before, .mapper-icon-cyclestorageavailability:before, .mapper-icon-cyclestoragesheltered:before {
    content: '\e803';
}

/* '' */
.icon-book_tickets:before {
    content: '\e804';
}

/* '' */
.icon-bus:before, .mapper-icon-busservices:before {
    content: '\e805';
}

/* '' */
.icon-business_direct:before {
    content: '\e806';
}

/* '' */
.icon-cafe:before {
    content: '\e807';
}

/* '' */
.icon-car:before {
    content: '\e808';
}

/* '' */
.icon-change_station:before {
    content: '\e809';
}

/* '' */
.icon-chat:before {
    content: '\e80a';
}

/* '' */
.icon-city_break:before {
    content: '\e80b';
}

/* '' */
.icon-close_no_circle:before {
    content: '\e80c';
}

/* '' */
.icon-good:before {
    content: '\e80d';
}

/* '' */
.icon-good_after:after {
    content: '\e80d';
}

/* '' */
.icon-health_wellbeing:before {
    content: '\e80e';
}

/* '' */
.icon-help:before, .mapper-icon-customerhelppoints:before {
    content: '\e80f';
}

/* '' */
.icon-history_heritage:before {
    content: '\e810';
}

/* '' */
.icon-left_arrow:before {
    content: '\e811';
}

/* '' */
.icon-map_pin:before {
    content: '\e812';
}

/* '' */
.icon-media:before {
    content: '\e813';
}

/* '' */
.icon-mobile_app:before {
    content: '\e814';
}

/* '' */
.icon-music:before {
    content: '\e815';
}

/* '' */
.icon-my_account:before {
    content: '\e816';
}

/* '' */
.icon-offer:before {
    content: '\e817';
}

/* '' */
.icon-parking:before, .mapper-icon-carpark:before {
    content: '\e818';
}

/* '' */
.icon-peak_hours:before {
    content: '\e819';
}

/* '' */
.icon-shop_retail:before {
    content: '\e81a';
}

/* '' */
.icon-site:before {
    content: '\e81b';
}

/* '' */
.icon-sports_outdoors:before {
    content: '\e81c';
}

/* '' */
.icon-staffing:before, .mapper-icon-staffhelpavailable:before, .mapper-icon-staffinglevel:before {
    content: '\e81d';
}

/* '' */
.icon-station_does_not_offer:before {
    content: '\e81e';
}

/* '' */
.icon-station_finder:before {
    content: '\e81f';
}

/* '' */
.icon-status_major:before {
    content: '\e820';
}

/* '' */
.icon-status_major_yellow {
    position: relative;
    line-height: normal !important;
}

    .icon-status_major_yellow:before {
        content: '';
        background: #525761;
        position: absolute;
        left: 46%;
        top: 26%;
        width: 16%;
        height: 70%;
    }

    .icon-status_major_yellow:after {
        content: '\e820';
        position: relative;
        color: #FFC803;
    }

.icon-status_minor:before {
    content: '\e821';
}

/* '' */
.icon-swap_horizontal:before {
    content: '\e822';
}

/* '' */
.icon-swap_vertical:before, .qtt-form-stations .station-switch .station-switch__icon:before {
    content: '\e823';
}

/* '' */
.icon-taxi:before, .mapper-icon-taxirank:before {
    content: '\e824';
}

/* '' */
.icon-telephone:before {
    content: '\e825';
}

/* '' */
.icon-tfl_logo:before {
    content: '\e826';
}

/* '' */
.icon-tick:before {
    content: '\e827';
}

/* '' */
.icon-tick_after:after {
    content: '\e827';
}

/* '' */
.icon-rail_logo:before {
    content: '\e828';
}

/* '' */
.icon-menu_hamburger:before {
    content: '\e829';
}

/* '' */
.icon-email:before {
    content: '\e82a';
}

/* '' */
.icon-letter:before {
    content: '\e82b';
}

/* '' */
.icon-delete_bin:before {
    content: '\e82c';
}

/* '' */
.icon-date_picker:after {
    content: '\e82d';
}

/* '' */
.icon-information:before, .mapper-icon:before, .mapper-icon-railreplacementservices:before {
    content: '\e82e';
}

/* '' */
.icon-carat_down:before {
    content: '\e82f';
}

/* '' */
.icon-carat_up:before {
    content: '\e830';
}

/* '' */
.icon-book_and_plan:before {
    content: '\e831';
}

/* '' */
.icon-breadcrumbs_arrow:after {
    content: '\e832';
}

/* '' */
.icon-gwr_logo:before {
    content: '\e833';
}

/* '' */
.icon-close:before {
    content: '\e834';
}

/* '' */
.icon-collect_from_machine:before, .mapper-icon-prepurchasecollection:before {
    content: '\e835';
}

/* '' */
.icon-customer_service:before, .mapper-icon-customerservice:before {
    content: '\e836';
}

/* '' */
.icon-family_fun:before {
    content: '\e837';
}

/* '' */
.icon-ferry:before {
    content: '\e838';
}

/* '' */
.icon-flight:before {
    content: '\e839';
}

/* '' */
.icon-food_lovers:before {
    content: '\e83a';
}

/* '' */
.icon-play:before {
    content: '\e83b';
}

/* '' */
.icon-refund_ticket:before {
    content: '\e83c';
}

/* '' */
.icon-right_arrow:before {
    content: '\e83d';
}

/* '' */
.icon-romantic_break:before {
    content: '\e83e';
}

/* '' */
.icon-search:after {
    content: '\e83f';
}

/* '' */
.icon-self_service_machine:before, .mapper-icon-ticketmachine:before {
    content: '\e840';
}

/* '' */
.icon-shop_food:before {
    content: '\e841';
}

/* '' */
.icon-ticket_office:before, .mapper-icon-ticketoffice:before {
    content: '\e842';
}

/* '' */
.icon-toilets:before, .mapper-icon-nationalkeytoilets:before, .mapper-icon-toilets:before {
    content: '\e843';
}

/* '' */
.icon-travel_refresh:before {
    content: '\e844';
}

/* '' */
.icon-waiting_room:before, .mapper-icon-waitingroom:before {
    content: '\e845';
}

/* '' */
.icon-wifi:before, .mapper-icon-wifi:before {
    content: '\e846';
}

/* '' */
.icon-explore_the_west:before {
    content: '\e847';
}

/* '' */
.icon-train:before {
    content: '\e848';
}

/* '' */
.icon-pdf:before {
    content: '\e849';
}

/* '' */
.icon-trolley_service:before {
    content: '\e84a';
}

/* '' */
.icon-reservations:before {
    content: '\e84b';
}

/* '' */
.icon-hover:before {
    content: '\e84c';
}

/* '' */
.icon-menu_right_arrow:before {
    content: '\e84d';
}

/* '' */
.icon-sleeper:before {
    content: '\e84e';
}

/* '' */
.icon-share:before {
    content: '\e84f';
}

/* '' */
.icon-first_class:before {
    content: '\e850';
}

/* '' */
.icon-travel_updates:before {
    content: '\e851';
}

/* '' */
.icon-add:before {
    content: '\e852';
}

/* '' */
/*-- 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%;
}

.container {
    margin: auto;
    max-width: 750px;
}

@media (min-width: 64em) {
    .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 {
        font-size: 1.8em;
        line-height: 28px;
        padding-right: 25px;
        position: relative;
        display: inline-block;
    }

@media (min-width: 48em) {
    .row--quick-links a {
        font-size: 2.4em;
        line-height: 36px;
    }
}

.row--quick-links a:after {
    content: '|';
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 8px;
}

.row--quick-links a: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: 64em) {
    .layout--3-3-3-3 > .column {
        width: 25%;
        float: left;
    }
}

@media (min-width: 64em) {
    .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: 64em) {
    .layout--6-6 > .column {
        width: 50%;
        float: left;
    }
}

@media (min-width: 64em) {
    .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: 64em) {
    .layout--8-4 > .column:first-of-type {
        width: 66.66666667%;
        float: left;
    }

    .layout--8-4 > .column:last-of-type {
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width: 64em) {
    .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: #d2d3dc;
}

    .row--grey > h3, .row--grey h4 {
        margin-bottom: 30px;
    }

.row--light-grey {
    background: #F2F4F8;
}

    .row--light-grey > h3, .row--light-grey h4 {
        margin-bottom: 30px;
    }

.row--shard {
    background: url("../img/background-shapes.png") no-repeat;
    background-position: top left;
    background-size: cover;
}

.bg-shard {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 1000px;
    min-width: 1000px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

@media (min-width: 48em) {
    .bg-shard {
        min-width: 1500px;
        top: -37px;
    }
}

.column--white .column-wrap {
    background: #fff;
    padding: 12px 16px;
    margin: 0 -12px;
}

@media (min-width: 48em) {
    .column--white .column-wrap {
        margin: auto;
    }
}

.row--shard {
    background: white url("../img/background-shapes.png") no-repeat;
    background-size: cover;
    background-position: 10% 30%;
    padding: 26px 0;
}

@media (min-width: 48em) {
    .row--shard {
        background-position: left 30%;
    }
}

.row--shard div[class*="layout--"] {
    margin-bottom: 20px;
}

.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: 64em) {
    .main-header {
        min-height: 114px;
    }
}

@media (min-width: 64em) {
    .mobile-header {
        display: none;
    }
}

.nav-top-wrap .container {
    position: relative;
}

.nav-top-wrap .account-status-bar {
    font-size: 14px;
    color: #fff;
}

.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: #fff;
        fill: #fff;
    }

.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: #1E234F;
        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 {
    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;
    top: 10px;
}

@media (min-width: 64em) {
    .basket-status {
        right: 55px;
        top: 0;
    }
}

.header .user-type a.btn, .header .user-type a.btn-primary, .header .user-type a.btn-secondary, .header .user-type a.btn-tertiary, .header .user-type a.btn-primary-invert, .header .user-type a.btn-secondary-invert, .header .user-type a.btn-tertiary-invert {
    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 a.btn-secondary, .header .basket-status__empty a.btn-tertiary, .header .basket-status__empty a.btn-primary-invert, .header .basket-status__empty a.btn-secondary-invert, .header .basket-status__empty a.btn-tertiary-invert {
    margin-top: 0;
}

.basket-status__empty {
    display: inline-block;
}

.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 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 1;
    }

.user-type {
    display: block;
}


    .user-type.user-type--webtis {
        display: block;
    }

        .user-type.user-type--webtis .user-type-basket {
            display: none;
        }

        .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: 50px;
            }

    .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: 10px;
        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;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .header-wrapper .header .basket-status {
        text-align: center;
        width: 130px;
        position: absolute;
        right: 50%;
        float: none;
        margin: 0 -65px 0 0;
        top: 0;
        height: 63px;
        line-height: 63px;
    }
}

#menu .account-bar {
    position: absolute !important;
    bottom: 0;
    top: auto;
    z-index: 20;
    left: 0;
    right: 0;
    background: white;
    height: 60px;
    padding: 0 !important;
    transform: none;
    display: block;
    top: auto !important;
    overflow: hidden;
    border-top: 2px solid rgba(0, 166, 230, 0.15);
    line-height: 70px;
    height: 70px;
}

    #menu .account-bar .account-status:before,
    #menu .account-bar .mm-navbar {
        display: none;
    }

    #menu .account-bar .account-status {
        position: relative;
        font-size: 14px !important;
        color: #00A6E6 !important;
        margin: 0;
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 20px;
    }

        #menu .account-bar .account-status:hover {
            background-color: rgba(55, 170, 50, 0.2);
        }

#menu .mm-listview.mm-last {
    padding-bottom: 68px !important;
}

.account-notice {
    padding-left: 20px;
    font-size: 12px !important;
}

.account {
    overflow: hidden;
}

    .account .account-buy {
        float: left;
        margin-right: 105px;
        width: 100%;
        position: relative;
        z-index: 1;
        padding-right: 105px;
        line-height: 70px;
        padding: 0 0 0 20px;
        font-size: 16px;
    }

    .account .account-basket {
        font-size: 12px;
        padding: 10px 17px;
        line-height: 15px;
        margin-left: -100%;
        position: relative;
        z-index: 2;
        float: right;
        width: 110px;
        background: white;
        height: 68px;
        white-space: initial;
        text-align: left;
        font-weight: normal;
    }

        .account .account-basket:before {
            content: '';
            top: 8px;
            bottom: 8px;
            border-color: rgba(0, 166, 230, 0.15);
            position: absolute;
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            left: 0;
            width: 2px;
        }

        .account .account-basket .account-basket__value {
            color: #00A6E6;
        }

.account-notice {
    line-height: 70px;
}

.touch-device .nav-main-wrapper {
    display: none;
}

.touch-device .mobile-menu.mm-menu,
.touch-device .mobile-header,
.touch-device .menu-trigger {
    display: block;
}

.touch-device .main-header {
    min-height: 92px;
}

@media screen and (min-device-width: 800px) {
    .touch-device .mobile-menu.mm-menu {
        margin-left: 0%;
    }
}

.nav-top-wrap {
    display: none;
}

.logo {
    display: inline-block;
    max-width: 85px;
    float: left;
    height: 100%;
}

    .logo img {
        width: 100%;
    }

.main-navigation {
    z-index: 3;
}

.menu-trigger {
    position: absolute;
    display: block;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 64px;
    width: 64px;
    cursor: pointer;
    padding: 15px 15px;
}

    .menu-trigger .hamburger {
        margin-top: 5px;
        position: relative;
        display: inline-block;
        width: 24px;
        height: 23px;
        margin-right: 3px;
        border-top: 3px solid #00A6E6;
        border-bottom: 3px solid #00A6E6;
    }

        .menu-trigger .hamburger:before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0px;
            width: 100%;
            border-top: 3px solid #00A6E6;
        }

@media only screen and (min-width: 1026px) {
    .menu-trigger {
        display: none;
    }
}

.nav-main-wrapper {
    display: none;
}

    .nav-main-wrapper .logo {
        display: none;
    }

.mm-hasnavbar-top-1 .mm-panel {
    top: 0;
}

.mm-menu > .mm-navbar {
    display: none;
}

.mobile-header .nav-top-wrap {
    display: block;
    background-image: linear-gradient(-90deg, #943F90 2%, #A8DEF7 32%, #fff 82%);
    height: 28px;
    line-height: 28px;
}

.mobile-header .header-wrapper {
    border-bottom: 2px solid rgba(0, 166, 230, 0.15);
}

body.mm-menu-active {
    position: fixed;
    width: 100%;
}

.mm-menu-active {
    overflow: hidden;
}

    .mm-menu-active .mobile-menu {
        transform: translate(0, 0);
    }

    .mm-menu-active .hamburger {
        border-top: none;
        border-bottom: none;
    }

        .mm-menu-active .hamburger:before, .mm-menu-active .hamburger:after {
            position: absolute;
            left: 11px;
            top: -4px;
            content: ' ';
            background-color: #00A6E6;
        }

        .mm-menu-active .hamburger:before {
            height: 27px;
            width: 3px;
            transform: rotate(45deg);
        }

        .mm-menu-active .hamburger:after {
            height: 30px;
            width: 3px;
            transform: rotate(-45deg);
        }

.mm-navbar > * {
    display: block;
    padding: 0;
}

.mm-navbar .mm-btn {
    height: 60px;
}

.mobile-menu {
    display: none;
    transform: translate(100%, 0);
    position: fixed;
    transition: transform .4s ease 0s;
}

    .mobile-menu.mm-menu {
        display: block;
        top: 92px;
        border-top: 2px solid rgba(0, 166, 230, 0.15);
        width: 100%;
        max-width: 100%;
        background-color: #fff;
        color: #1E234F;
        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 a.mm-title {
        left: auto;
    }

    .mobile-menu .mm-panel.mm-highest .mm-navbar a.mm-title {
        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 {
            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%;
            text-transform: uppercase;
            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 .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 .logo img {
        width: 70%;
    }

    .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 .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;
}

    .sticky-wrapper.fixed .column .nav-main-content .open {
        background: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    }

    .sticky-wrapper.fixed > .column {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
    }

@media (min-width: 64em) {
    .mobile-menu.mm-menu {
        display: none;
    }

    #menu-thumb {
        display: inline-block;
    }

        #menu-thumb li {
            display: inline-block;
            margin: 0;
        }

        #menu-thumb ul {
            margin: 0;
            padding: 0;
        }

        #menu-thumb a {
            font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            text-decoration: none;
            color: #20234E;
            margin-right: 10px;
            padding: 25px 10px;
            display: inline-block;
            position: relative;
        }
            /* #menu-thumb a.active {
        background: #00A6E6;
        color: #fff; }*/
            #menu-thumb a:hover:after, #menu-thumb a.active:after {
                content: '';
                height: 2px;
                background: #00A6E6;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
            }

        #menu-thumb li:last-of-type a {
            margin-right: 0;
        }

    .nav-main-wrapper {
        display: block;
        width: 100%;
    }

        .nav-main-wrapper .container {
            padding: 0 12px;
        }

        .nav-main-wrapper .logo {
            display: inline-block;
            max-width: 135px;
            position: absolute;
            top: 6px;
        }

    .nav-top-wrap {
        display: block;
        background-image: linear-gradient(-90deg, #943F90 2%, #A8DEF7 32%, #fff 82%);
        height: 40px;
        line-height: 40px;
        text-align: right;
    }

        .nav-top-wrap .container {
            height: 40px;
            line-height: 40px;
        }

        .nav-top-wrap ul {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            cursor: pointer;
            list-style: none;
            color: #fff;
            margin: 0px;
        }

            .nav-top-wrap ul li a {
                font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
                font-size: 14px;
                text-decoration: none;
                height: 40px;
                line-height: 40px;
                color: #fff;
            }

                .nav-top-wrap ul li a:after {
                    font-size: 20px;
                    position: absolute;
                    right: -30px;
                    top: 0;
                    display: inline-block;
                }

            .nav-top-wrap ul .icon-my_account {
                margin: 0;
                font-weight: bold;
            }

        .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%;
        max-height: 0;
        background-color: #fff;
        z-index: 1000;
        transition: max-height 0.2s;
    }

        .nav-main-content.open {
            max-height: 500px;
            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 .menu-content-sub {
            display: inline-block;
            width: 50%;
            float: left;
            padding-right: 13px;
            padding-top: 22px;
            padding-bottom: 30px;
            margin-top: 0;
        }

        .nav-main-content .nav-sub-content {
            display: inline-block;
            width: 50%;
            float: left;
            padding-left: 13px;
            padding-top: 22px;
            padding-bottom: 30px;
        }

        .nav-main-content ul.sub-item {
            margin: 0;
        }

            .nav-main-content ul.sub-item li a:after {
                display: none;
            }

        .nav-main-content ul {
            list-style: none;
            padding: 0;
        }

            .nav-main-content ul li {
                height: 45px;
                margin: 0;
            }

                .nav-main-content ul li.no-children a:after {
                    display: none;
                }

                .nav-main-content ul li.active {
                    background: #00A6E6;
                }

                .nav-main-content ul li a {
                    border-bottom: 1px solid #979797;
                }

                    .nav-main-content ul li a:link, .nav-main-content ul li a:active, .nav-main-content ul li a:visited {
                        color: #1E234F;
                        font-weight: 700;
                        font-size: 12px;
                        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 a:active:after, .nav-main-content ul li a:visited:after {
                            border-top: 3px solid #00A6E6;
                            border-right: 3px solid #00A6E6;
                            transform: rotate(45deg);
                            width: 10px;
                            height: 10px;
                            content: "";
                            position: absolute;
                            right: 4px;
                            top: 18px;
                        }

                    .nav-main-content ul li a.active, .nav-main-content ul li a.current-page {
                        border-bottom: 3px solid #00A6E6;
                    }

                    .nav-main-content ul li a:hover {
                        border-bottom: 3px solid #00A6E6;
                    }
}

@media only screen and (min-width: 1200px) {
    #menu-thumb a {
        margin-right: 30px;
    }

    .nav-main-wrapper .logo {
        max-width: 150px;
        top: 0px;
    }

    .nav-main-wrapper .container {
        padding: 0;
    }

    .nav-main-content .container {
        position: relative;
    }

    .menu-items-wrapper {
        padding-left: 185px;
    }
}

.nav-promo-btn {
    display: none;
}

@media (min-width: 64em) {
    .nav-promo-btn {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 20px;
        opacity: 0;
        visibility: hidden;
    }

    .nav-main-content.open .nav-promo-btn {
        opacity: 1;
        visibility: visible;
    }
}

.nav-promo-btn .btn-primary-invert {
    min-width: 160px;
}

.main {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

div[role=main] {
    position: relative;
}

.footer {
    background: #fff;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #2B3161;
    padding-bottom: 20px;
}

    .footer .footer-text p {
        font-size: 12px;
        color: #20234E;
        line-height: 20px;
        text-align: left;
    }

    .footer p {
        font-weight: 300;
    }

    .footer .footer-links a {
        font-weight: 300;
    }

    .footer ul {
        padding: 0;
        list-style: none;
    }

    .footer .input-wrapper input[type]:not([type=submit]) {
        padding: 0 10px;
        text-align: left;
        border: 1px solid #979797 !important;
        margin: 0;
        font-size: 14px !important;
        min-height: 40px;
        line-height: 1 !important;
    }

    .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 {
            font-size: 14px;
            font-size: 1.4em;
        }

        .footer .forms-wrapper .btn, .footer .forms-wrapper .btn-primary, .footer .forms-wrapper .btn-secondary, .footer .forms-wrapper .btn-tertiary, .footer .forms-wrapper .btn-primary-invert, .footer .forms-wrapper .btn-secondary-invert, .footer .forms-wrapper .btn-tertiary-invert {
            margin-top: 15px;
        }

    .footer.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
    }

.footer-list {
    margin: 0 0;
}

    .footer-list a {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
        color: #20234E;
        text-decoration: none;
        text-align: left;
        font-weight: 300;
    }

    .footer-list > li:first-of-type > a {
        font-size: 16px;
        margin-bottom: 22px;
        font-weight: bold;
    }

.footer-social {
    background-image: linear-gradient(-90deg, #42A9EB 0%, #A8DEF7 0%, #fff 100%);
    text-align: left;
}

    .footer-social ul {
        margin: 16px 0;
    }

        .footer-social ul li {
            display: inline-block;
            margin: 0;
        }

            .footer-social ul li a {
                background: url("../images/icons/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: -76px;
    }

    .footer-social .footer-social-youtube {
        background-position-x: -116px;
    }

.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 {
        margin-right: 10px;
        color: #2B3161;
        font-size: 12px;
        text-decoration: none;
        padding: 0.5em 0;
        display: inline-block;
    }

@media only screen and (min-width: 1026px) {
    .footer-links li a {
        padding: 1em 0;
    }
}

.footer-links li:not(:last-child) a:after {
    content: '|';
    color: #00A6E6;
    margin-left: 10px;
}

.btn, .btn-primary, .btn-secondary, .btn-tertiary, .btn-primary-invert, .btn-secondary-invert, .btn-tertiary-invert {
    font-family: "Gotham SSm A", "Gotham SSm B", 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: 20px;
    min-width: 180px;
    /* font-size: 1.4em; */
    font-size: 18.7px;
    text-transform: initial;
    color: #fff;
    line-height: 1.5;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    outline: none;
}

@media (min-width: 64em) {
    .btn, .btn-primary, .btn-secondary, .btn-tertiary, .btn-primary-invert, .btn-secondary-invert, .btn-tertiary-invert {
        white-space: nowrap;
    }
}

.btn:hover, .btn-primary:hover, .btn-secondary:hover, .btn-tertiary: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-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-primary-invert, .disabled.btn-secondary-invert, .disabled.btn-tertiary-invert {
    opacity: 0.3;
    cursor: none;
}

.btn-primary {
    background: #FF5B00;
}

.btn-secondary {
    background: #009DDB;
}

.btn-tertiary {
    background: #fff;
}

.btn-primary-invert {
    border: 2px solid #FF5B00;
    color: #FF5B00;
}

.btn-secondary-invert {
    border: 2px solid #00A6E6;
    color: #00A6E6;
}

.btn-tertiary-invert {
    background: transparent;
    border: 2px solid #fff;
}

.btn-primary:not(.disabled):hover, .btn-primary:not(.disabled):focus {
    box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.btn-primary:active {
    background-color: #993700;
}

.btn-primary-invert:not(.disabled):hover, .btn-primary-invert:not(.disabled):focus {
    background: #FF5B00;
    color: #fff;
}

.btn-primary-invert:active {
    background: #FF5B00;
    color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.btn-secondary:not(.disabled):hover, .btn-secondary:not(.disabled):focus,
.btn-secondary-invert:not(.disabled):hover,
.btn-secondary-invert:not(.disabled):focus {
    box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.btn-secondary:active,
.btn-secondary-invert:active {
    background-color: #005c80;
}

.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;
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 0px;
    outline: 0px;
}

    .select-wrapper select:disabled {
        background: #AEB6BC !important;
        border-bottom-style: solid !important;
        border-bottom-width: 3px !important;
        border-bottom-color: #878EA0 !important;
    }

    .select-wrapper select.validation-error {
        border-bottom-style: solid !important;
        border-bottom-width: 3px !important;
        border-bottom-color: #E53935 !important;
    }

.select-wrapper:after {
    content: '\e82f';
    font-family: icons;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: 13px;
    right: 9px;
    color: #1E234F;
    box-sizing: border-box;
}

.form-group-station .select-wrapper:after {
    content: '';
}

div.fancy-select {
    position: relative;
    font-size: 16px;
    color: #1E234F;
}

    div.fancy-select ul.options li.selected {
        background: #EEE9F3 !important;
        color: #1E234F !important;
    }

    div.fancy-select.disabled {
        background: #AEB6BC !important;
        border-bottom-style: solid !important;
        border-bottom-width: 3px !important;
        border-bottom-color: #878EA0 !important;
    }

        div.fancy-select.disabled div.trigger {
            background: #AEB6BC !important;
        }

    div.fancy-select div.trigger {
        cursor: pointer;
        background: #fff !important;
        cursor: pointer;
        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: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 400;
    }

        div.fancy-select div.trigger:after {
            content: '\e82f';
            font-family: icons;
            font-weight: 400;
            font-size: 16px;
            position: absolute;
            top: 1px;
            right: 9px;
            color: #1E234F !important;
            box-sizing: border-box;
        }

        div.fancy-select div.trigger.open:after {
            content: '\e830';
            font-family: icons;
            font-weight: 400;
            font-size: 16px;
            position: absolute;
            top: 1px;
            right: 9px;
            color: #1E234F !important;
            box-sizing: border-box;
        }

        div.fancy-select div.trigger.open {
            background: #fff;
            box-shadow: none;
        }

    div.fancy-select ul.options {
        list-style: none;
        margin: 0;
        position: absolute;
        top: 40px;
        left: 0;
        padding: 0px;
        visibility: hidden;
        opacity: 0;
        z-index: 50;
        max-height: 200px;
        overflow: auto;
        background: #fff;
        min-width: 200px;
    }

        div.fancy-select ul.options.open {
            visibility: visible;
            top: 42px;
            opacity: 1;
        }

        div.fancy-select ul.options.overflowing {
            top: auto;
            bottom: 40px;
        }

            div.fancy-select ul.options.overflowing.open {
                top: auto;
                bottom: 50px;
            }

        div.fancy-select ul.options li {
            padding-left: 9px;
            height: 42px;
            font-size: 16px;
            line-height: 42px;
            cursor: pointer;
            white-space: nowrap;
        }

            div.fancy-select ul.options li.hover {
                background: #EEE9F3;
                color: #1E234F;
            }

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: #E53935 !important;
}

.select-wrapper.fancy-fix:after {
    content: '';
    font-family: icons;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: 13px;
    right: 9px;
    color: #1E234F;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
    font-size: 14px;
}

.select2 {
    width: 100% !important;
}

    .select2 .select2-selection--single {
        height: 42px !important;
        border: 0;
        line-height: 16px !important;
        border-radius: 0 !important;
    }

        .select2 .select2-selection--single .select2-selection__rendered {
            font-size: 16px !important;
            padding-left: 10px !important;
            color: #1E234F !important;
            line-height: 42px !important;
        }

            .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
                color: #20234E;
            }

    .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 .select2-dropdown--above,
    .select2.select2-container .select2-dropdown--below {
        background-color: #fff;
    }

        .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: #EEE9F3;
        }

.select2-container.select2-container--open .select2-dropdown--below.select2-dropdown.ios-search .select2-search--dropdown .select2-search__field:focus {
    border-radius: 0;
    -webkit-appearance: none;
}

body .select2-container--open .select2-dropdown--below {
    margin-top: -42px;
}

body .select2-container--open .select2-dropdown--above {
    margin-top: 43px;
}

.select2-search--dropdown {
    padding: 0px !important;
    height: 42px !important;
}

    .select2-search--dropdown input {
        height: 42px !important;
    }

body .select2-container--open .select2-dropdown {
    border: 0;
    border-radius: 0;
}

body .select2-container--open .select2-dropdown--above .select2-search--dropdown,
body .select2-container--open .select2-dropdown--below .select2-search--dropdown {
    border: 0;
    height: 42px !important;
}

    body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field,
    body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
        border: 0;
        padding: 5px;
        -webkit-appearance: none !important;
        border-radius: none !important;
        outline: none;
        font-size: 14px;
        color: #1E234F;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

        body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field:focus,
        body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field:focus {
            border-bottom: 3px solid #EEE9F3;
        }

body .select2-container--open .select2-dropdown--above .select2-results,
body .select2-container--open .select2-dropdown--below .select2-results {
    border-radius: 0;
}

    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: #1E234F;
        border-radius: 0;
        margin: 0px !important;
        padding: 9px !important;
        line-height: 24px !important;
        font-size: 14px;
    }

        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: #EEE9F3 !important;
        }

.forms-wrapper .form-group.validation-error .select-wrapper .select2 :after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #E53935;
    width: 100%;
    transition: width .5s;
}

span.validation-error-message {
    display: block;
    padding-top: 15px;
    color: #E53935;
    text-align: right;
    font-size: 12px;
    line-height: 12px;
}

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: "Gotham SSm A", "Gotham SSm B", 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: #1E234F !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .fancy-select select::-ms-expand {
        display: none;
    }

.form-control,
.ui-widget,
.ui-datepicker .ui-datepicker-buttonpane button.first,
.ui-datepicker .ui-datepicker-buttonpane button.last {
    font-family: "Gotham SSm A", "Gotham SSm B", 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;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #AEB6BC;
}

.forms-wrapper .input-wrapper.has-focus:not(.with-caret):after {
    width: 100%;
    transition: width .5s;
}

/*.input-wrapper input[type]:not([type=submit]):valid:focus, input[type]:not([type=submit]):invalid:focus  {
    @include border-bottom($fc-input-border-size-state, $light-grey);
}

.input-wrapper input[type]:not([type=submit]):invalid {
  @include border-bottom($fc-input-border-size-state, $red);
}*/
/*.input-wrapper input[type]:not([type=submit]):valid {
  @include border-bottom($fc-input-border-size-state, $green);
}*/
.input-wrapper input[type]:not([type=submit]):disabled {
    background: #AEB6BC !important;
}

.input-wrapper, .select-wrapper {
    position: relative;
}

    .input-wrapper.validation-error:before {
        content: '\e834';
        font-family: icons;
        font-weight: 400;
        font-size: 24px;
        position: absolute;
        top: 4px;
        right: 9px;
        color: #E53935;
        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: #E53935;
    transition: width .5s;
    width: 100%;
}

.input-wrapper.validation-valid:before {
    content: '\e80d';
    font-family: icons;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    top: 9px;
    right: 9px;
    color: #2EA836;
    box-sizing: border-box;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

.input-group {
    display: inline-table;
    vertical-align: middle;
}

    .input-group .input-group-addon {
        display: table-cell;
        padding: 6px 12px;
        font-size: 16px;
        color: #fff;
        background: #575757;
    }

    .input-group.focus .input-group-addon {
        display: table-cell;
        padding: 6px 12px;
        background: #00A6E6 !important;
    }

    .input-group.valid .input-group-addon {
        display: table-cell;
        padding: 6px 12px;
        background: #2EA836 !important;
    }

.input-group-addon:first-child {
    border-right: 0;
}

.input-group.input-wrapper input[type] {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-color: #575757 !important;
}

.input-group.input-wrapper.focus input[type] {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-color: #00A6E6 !important;
}

.input-group.input-wrapper.valid input[type] {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-color: #2EA836 !important;
}

.input-group.input-wrapper.addon-double input[type] {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-color: #fff !important;
}

.form-info {
    background: #EEE9F3 !important;
    margin: 0;
    padding: 5px !important;
    font-size: 14px;
}

.input-group.input-wrapper {
    width: 100%;
}

.input-group-file {
    /* position: relative;
  cursor: pointer; */
    width: 133px;
}

.input-group-addon.input-group-file:focus-visible {
    border: 4px solid #009DDB !important;
}

.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: #E53935 !important;
}

.checkbox-wrapper {
    height: 42px;
    padding-top: 9px;
    background: #EEE9F3;
    font-size: 16px;
}

    .checkbox-wrapper input[type=checkbox] {
        display: none;
    }

        .checkbox-wrapper input[type=checkbox]:checked + label {
            background: #2EA836;
        }

            .checkbox-wrapper input[type=checkbox]:checked + label:before {
                content: '\e827';
                font-family: icons;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                font-size: 16px;
                left: 4px;
                color: #fff;
                position: relative;
            }

        .checkbox-wrapper input[type=checkbox] + label {
            background: #fff;
            width: 24px;
            height: 24px;
            position: absolute;
            margin-left: 9px;
            padding-top: 0px !important;
            cursor: pointer;
        }

            .checkbox-wrapper input[type=checkbox] + label + label {
                margin-top: 13px;
                line-height: 22px;
                margin-left: 43px;
                margin-top: 0px !important;
                padding-top: 0px !important;
                color: #1E234F !important;
                cursor: pointer;
            }

    .checkbox-wrapper.switch input[type=checkbox] {
        display: none;
    }

.checkbox.checked .checkbox-wrapper.switch {
    background: #9EFBD3;
}

.checkbox-wrapper.switch {
    background: #EEE9F3;
    height: 42px;
    padding: 0px !important;
}

    .checkbox-wrapper.switch input + label {
        -webkit-appearance: none;
        background-color: #1E234F;
        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: #1E234F !important;
            cursor: pointer;
        }

    .checkbox-wrapper.switch input:checked + label {
        background: #2EA836;
    }

        .checkbox-wrapper.switch input:checked + label:before {
            content: '' !important;
        }

        .checkbox-wrapper.switch input:checked + label:after {
            content: ' ';
            width: 24px;
            height: 24px;
            border-radius: 50px;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
            position: absolute;
            background: #fff;
            text-shadow: 0;
            left: -1px;
            top: 10px;
        }

    .checkbox-wrapper.switch input + label:after {
        content: ' ';
        width: 24px;
        height: 24px;
        border-radius: 50px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
        position: absolute;
        background: #fff;
        text-shadow: 0;
        left: -1px;
        top: 0px;
        transition: background .3s ease,top .3s ease;
    }

ul.ul-radio-wrapper, .ul-radio-wrapper li {
    list-style: none;
    margin: 0 0 1px 0px !important;
}

    ul.ul-radio-wrapper.checked .radio-wrapper, .ul-radio-wrapper li.checked .radio-wrapper {
        background: #9EFBD3 !important;
    }

ul.ul-radio-wrapper {
    padding: 0px !important;
}

.radio-wrapper {
    background: #EEE9F3 !important;
}

    .radio-wrapper.invalid {
        background: #E5BDB7 !important;
        border-bottom-style: solid !important;
        border-bottom-width: 3px !important;
        border-bottom-color: #E53935 !important;
    }

.forms-wrapper .ul-radio-wrapper.validation-error div.radio-wrapper {
    background: #E5BDB7 !important;
}

.ul-radio-wrapper {
    position: relative;
}

.forms-wrapper .ul-radio-wrapper:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #E53935;
}

.forms-wrapper .ul-radio-wrapper.validation-error:after {
    width: 100%;
    transition: width .5s;
}

.radio-wrapper input[type=radio] {
    display: none;
}

.forms-wrapper .ul-radio-wrapper li {
    background-color: #EEE9F3;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.radio-wrapper input + label {
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    padding-top: 0px !important;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .radio-wrapper input + label:before {
        content: ' ';
        background-color: #1E234F;
        margin-top: 9px;
        border-radius: 50px;
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        left: 10px;
    }

    .radio-wrapper input + label + label {
        line-height: 22px;
        margin-left: 33px;
        color: #1E234F !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: 14px;
    background: #fff;
    text-shadow: 0;
    left: 15px;
}

table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #20234E;
    border-collapse: collapse;
    border: 1px solid #20234E;
    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-weight: bold;
        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: #20234E;
        color: #fff;
        font-size: 1.8em;
    }

    table tbody tr {
        border: 1px solid #20234E;
    }

    table .table {
        background-color: #fff;
    }

.table-scroll-wrapper {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
    margin-bottom: 12px;
}

.hr-separator {
    height: 3px;
    width: 58px;
    margin: 26px auto;
    position: relative;
}

    .hr-separator:before {
        content: '';
        position: absolute;
        height: 3px;
        width: 24px;
        background: #82D0F5;
        left: 0;
    }

    .hr-separator:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 0 3px;
        border-color: transparent transparent transparent #20234E;
        position: absolute;
        right: 0;
    }

    .hr-separator .inner {
        width: 3px;
        height: 3px;
        background: #00A7E7;
        position: absolute;
        left: 26px;
    }

        .hr-separator .inner:before {
            content: '';
            position: absolute;
            height: 3px;
            width: 3px;
            background: #954090;
            left: 5px;
        }

        .hr-separator .inner:after {
            content: '';
            position: absolute;
            height: 3px;
            width: 17px;
            background: #9184BE;
            left: 10px;
        }

hr {
    background: #82D0F5;
    width: 80%;
    height: 1px;
    border: 0;
}

blockquote.pull-quote {
    color: #954090;
    border-left: 4px solid #9184BE;
    margin: 20px 0 30px;
    padding-left: 20px;
}

@media (min-width: 48em) {
    blockquote.pull-quote {
        margin: 40px 0;
        padding-left: 30px;
    }
}

blockquote.pull-quote .quote, blockquote.pull-quote p {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 28px;
    color: #954090 !important;
}

@media (min-width: 48em) {
    blockquote.pull-quote .quote, blockquote.pull-quote p {
        font-size: 2.4em;
        line-height: 32px;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 20px 0;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100% !important;
        width: 100% !important;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.accordion-group ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.accordion {
    border: solid #82D0F5 1px;
    margin-bottom: 2px;
}

    .accordion .accordion-header {
        background: #82D0F5;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        padding: 20px;
    }

        .accordion .accordion-header .content-wrap {
            color: #1E234F;
        }

            .accordion .accordion-header .content-wrap a.planned-works-title {
                font-weight: normal;
            }

            .accordion .accordion-header .content-wrap .planned-works-title {
                width: 75%;
                float: left;
                color: #1E234F;
            }

            .accordion .accordion-header .content-wrap .with-caret {
                float: right;
                height: 25px;
                font-size: 25px;
                cursor: pointer;
            }

                .accordion .accordion-header .content-wrap .with-caret .accordion-icon {
                    display: inline-block;
                }

                .accordion .accordion-header .content-wrap .with-caret .icon-carat_down:before {
                    content: '\e82f';
                }

                .accordion .accordion-header .content-wrap .with-caret .icon-carat_up:before {
                    display: none;
                }

                .accordion .accordion-header .content-wrap .with-caret .accordion-icon:before {
                    font-family: icons;
                    font-weight: 400;
                }

        .accordion .accordion-header.open .content-wrap .with-caret {
            /*   & .icon-carat_down:before {
               content: '\e830';
            }
            & .icon-carat_up:before {
               display: none;
            }*/
        }

    .accordion .accordion-content {
        padding: 20px;
        background: #fff;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.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: 1060;
    background-color: #1D1D1D;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .8;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn, .modal-footer .btn-primary + .btn, .modal-footer .btn-secondary + .btn, .modal-footer .btn-tertiary + .btn, .modal-footer .btn-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-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-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-primary-invert + .btn-tertiary, .modal-footer .btn-secondary-invert + .btn-tertiary, .modal-footer .btn-tertiary-invert + .btn-tertiary, .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-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-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-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-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-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-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-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-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-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-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-primary-invert + .btn-tertiary-invert, .modal-footer .btn-group .btn-secondary-invert + .btn-tertiary-invert, .modal-footer .btn-group .btn-tertiary-invert + .btn-tertiary-invert {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.forms-contener {
    background: #F4F2F8;
    padding: 20px 20px 10px 20px;
    margin-bottom: 25px;
    color: #1E234F;
}

    .forms-contener div.form-group label {
        color: #1E234F !important;
    }

    .forms-contener h4 {
        text-transform: none;
    }

.forms-wrapper .ul-radio-wrapper li {
    padding: 0;
    border: 0;
}

.icon-date_picker:after {
    content: '\e82d';
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
}

.forms-wrapper textarea.form-control {
    border: 0;
    resize: none;
    overflow: auto;
    height: 200px;
}

.form-group {
    margin-bottom: 15px;
}

textarea {
    display: block;
}

body .select2-container--open.select2-forms .select2-dropdown--above .select2-search--dropdown .select2-search__field:focus,
body .select2-container--open.select2-forms .select2-dropdown--below .select2-search--dropdown .select2-search__field:focus {
    border-bottom: 3px solid #AEB6BC !important;
}

.email-signup.validation-error .input-wrapper input[type]:not([type=submit]) {
    border: 1px solid #E53935 !important;
}

.realex-saved-summary dt {
    font-size: 18px;
    font-weight: bold;
}

.realex-saved-summary dd {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.smartcard-number-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
}

.smartcard-digits {
    line-height: 44px;
    height: 44px;
    vertical-align: middle;
    text-align: left;
    padding-right: 14px;
    font-size: 16px;
    font-weight: 400;
}

.smartcard-input {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex: 1;
    flex: 1;
}

    .smartcard-input > .input-group.input-wrapper {
        width: 100%;
    }

#smartCardNumber:-ms-input-placeholder {
    color: #babec5;
    opacity: 1;
}

#smartCardNumber::placeholder {
    color: #babec5;
    opacity: 1;
}

#smartCardNumber:-ms-input-placeholder {
    color: #babec5;
}

#smartCardNumber::-ms-input-placeholder {
    color: #babec5;
}

.smartcard-help {
    line-height: 44px;
    font-size: 1.6rem;
    vertical-align: middle;
    text-align: left;
    outline: none;
    height: 44px;
    margin-left: 16px;
}

    .smartcard-help:hover, .smartcard-help:visited, .smartcard-help:focus {
        text-decoration: none;
        outline: none;
    }

    .smartcard-help:hover {
        cursor: pointer;
    }

.smartcard-image {
    width: auto;
    max-width: 268px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.popover.smartcard {
    font-size: 12px;
    color: #fff;
    font-style: italic;
    background: #636583;
    border-radius: 0px;
    border: 1px solid #636583;
    max-width: 300px;
    z-index: 999;
}

    .popover.smartcard .popover-content {
        min-width: 296px;
        min-height: 240px;
    }

    .popover.smartcard.bottom > .arrow::after {
        border-bottom-color: #636583;
    }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.expandable-panel {
    display: block;
    padding: 10px;
    background-color: #d2d3dc;
}

#page .expandable-panel {
    display: none;
    background: none;
    padding: 0;
}

    #page .expandable-panel.open {
        display: block;
    }

.expandable-panel-link {
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.live-results .results-table .column--button {
    width: 8.333333%;
}

.live-results .results-table .column--time {
    width: 24.866666%;
}

.live-results .results-table .column--station {
    width: 33.333333%;
}

    .live-results .results-table .column--station .cancelled {
        color: #E53935 !important;
        padding: 0 !important;
        margin-top: -10px;
        display: none;
    }

        .live-results .results-table .column--station .cancelled.ko-bound {
            display: inline-block;
        }

.live-results .results-table .column--platform {
    width: 16.766666%;
}

.live-results .results-table .column--operator {
    width: 23.88%;
}

.live-results .results-table .column--refresh {
    float: none !important;
    width: 100%;
    padding: 0 8.333333%;
    margin-top: 10px;
}

.live-results .results-table .body .journey.even {
    background-color: #EEE9F3;
}

.live-results .results-table .body .route-overview .refresh-wrapper {
    height: 62px;
    border-top: 2px dashed #20234E;
    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 {
        display: block;
        position: absolute;
        top: 18px;
        left: 40px;
        font-size: 13px;
    }

.live-results .delayed-time {
    color: #E53935;
}

.live-results .strikethrough {
    text-decoration: line-through !important;
}

.live-results .cap {
    background-color: rgba(30, 35, 79, 0.7);
    border: 2px solid #1E234F;
    text-align: center;
    font-weight: bold;
    line-height: 49px;
    text-transform: uppercase;
    cursor: pointer;
}

.live-results .cap--top {
    border-bottom: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.live-results .cap--bottom {
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.live-results .cap .switch-page {
    color: white;
    font-size: 18px;
}

.live-results .cap .icon-right_arrow {
    transform: rotate(90deg);
    font-size: 16px;
    margin-left: 5px;
    padding-right: 4px;
}

.live-results .cap .icon-left_arrow {
    transform: rotate(90deg);
    font-size: 16px;
    margin-left: 5px;
    padding-right: 4px;
}

.live-results .results-table .column {
    float: left;
    display: inline-block;
}

.live-results .results-table .column--button {
    float: none;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
}

    .live-results .results-table .column--button p {
        background-color: #00A6E6;
        max-width: 36px;
        border-right: 2px solid #1E234F;
        height: 100%;
    }

        .live-results .results-table .column--button p span {
            color: #fff;
            margin-right: auto;
            margin-left: auto;
            display: block;
            position: relative;
            top: 12px;
        }

.live-results .results-table .column--status {
    position: absolute !important;
    left: 58px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .live-results .results-table .column--status {
        left: 46px;
    }
}

@media screen and (max-width: 767px) {
    .live-results .results-table .column--status {
        display: none;
    }
}

.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: 63.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 {
        font-size: 19px;
    }
}

.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 {
    padding-left: 10%;
    width: 26%;
}

@media (max-width: 570px) {
    .live-results .results-table .column--time {
        width: 10%;
        width: 24.866666%;
    }
}

.live-results .results-table .column--operator {
    padding-right: 5px;
}

.live-results .results-table .column p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #20234E;
}

@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: #1E234F;
}

    .live-results .results-table .head .column {
        background-color: #1E234F;
        height: 53px;
    }

        .live-results .results-table .head .column p {
            color: #fff;
            line-height: 53px;
        }

.live-results .results-table .body {
    border-left: 2px solid black;
    border-right: 2px solid black;
}

    .live-results .results-table .body .journey {
        min-height: 62px;
        background-color: #fff;
        border-bottom: 2px solid #1E234F;
        overflow: hidden;
        position: relative;
    }

        .live-results .results-table .body .journey .column {
            color: #1E234F;
            position: relative;
            height: 100%;
        }

            .live-results .results-table .body .journey .column p {
                line-height: 40px;
                font-weight: bold;
                color: #1E234F;
                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 {
                        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;
                    }

                    .live-results .results-table .body .journey .column .content-table > .content-cell .warning {
                        color: #E53935;
                    }

        .live-results .results-table .body .journey.open .icon-carat_down {
            transform: rotate(180deg);
        }

    .live-results .results-table .body .route-overview {
        background-color: #EEE9F3;
        padding-top: 40px;
        border-bottom: 2px solid;
    }

        .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%;
            background: #20234E;
            height: 20px;
            width: 20px;
            border-radius: 10px;
        }

            .live-results .results-table .body .route-overview .station .dot:before {
                content: ' ';
                position: absolute;
                display: block;
                background-color: #EEE9F3;
                width: 12px;
                height: 12px;
                left: 4px;
                top: 4px;
                border-radius: 10px;
            }

            .live-results .results-table .body .route-overview .station .dot:after {
                content: ' ';
                position: absolute;
                display: block;
                background-color: #20234E;
                width: 4px;
                min-height: 100%;
                height: 42px;
                left: 8px;
                top: 20px;
            }

            .live-results .results-table .body .route-overview .station .dot circle {
                stroke: #20234E;
            }

        .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: #20234E !important;
        }

        .live-results .results-table .body .route-overview .station.current circle {
            stroke: #00A6E6 !important;
        }

        .live-results .results-table .body .route-overview .station.passed .dot:after {
            background-color: rgba(32, 35, 78, 0.7);
        }

        .live-results .results-table .body .route-overview .station.passed circle {
            stroke: rgba(32, 35, 78, 0.7);
        }

.component-live-departures h4 {
    font-size: 54px;
    font-weight: 400;
    text-transform: capitalize;
    color: #20234E;
    text-align: center;
    line-height: 54px;
    margin-bottom: 54px;
    margin-top: -28px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.component-live-departures-results .nav {
    border: 1px solid #1E234F;
    border-bottom: none;
    padding-bottom: 25px;
    margin-bottom: -25px;
}

    .component-live-departures-results .nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .component-live-departures-results .nav ul li {
            margin: 0;
        }

    .component-live-departures-results .nav .tabs {
        overflow: auto;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .component-live-departures-results .nav .tabs .tab-thumb {
            width: 50%;
            float: left;
            display: block;
            background-color: #fff;
            height: 100%;
            border: 2px solid #1E234F;
        }

        .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 {
            font-size: 14px;
            color: #1E234F;
            display: block;
            text-align: center;
            height: 100%;
            line-height: 48px;
        }

        .component-live-departures-results .nav .tabs .tab-thumb.active {
            background-color: #1E234F;
        }

            .component-live-departures-results .nav .tabs .tab-thumb.active a {
                color: #fff;
            }

.sidebar .component-live-departures-results .nav {
    border: none;
}

.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 {
        width: 83.333333%;
    }

.sidebar .component-live-departures-results .results-table .column--status {
    display: none !important;
}

.sidebar .component-live-departures-results .results-table .column--time {
    width: 33%;
    padding-left: 10%;
}

    .sidebar .component-live-departures-results .results-table .column--time .column-text {
        text-alight: center;
    }

.sidebar .component-live-departures-results .results-table .column--station {
    width: 41.444444%;
}

    .sidebar .component-live-departures-results .results-table .column--station p.station-name {
        font-size: 14px;
    }

.sidebar .component-live-departures-results .results-table .column--platform {
    width: 25.5%;
}

    .sidebar .component-live-departures-results .results-table .column--platform p {
        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 {
    font-size: 16px;
}

.sidebar .component-live-departures-results .results-table .cap {
    text-transform: none;
}

.sidebar .component-live-departures-results .results-table .column--operator {
    display: none;
}

.sidebar .component-live-departures-results .results-table .column--station {
    width: 41.2%;
}

.sidebar .component-live-departures-results .results-table .column--status {
    display: none !important;
}

.sidebar .component-live-departures-results .results-table .column--time {
    width: 33.29966%;
}

.sidebar .component-live-departures h4 {
    display: none;
}

@media only screen and (max-width: 440px) {
    .component-live-departures-results .nav {
        border: none;
    }

    .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 {
            width: 83.333333%;
        }

    .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-alight: center;
        }

    .component-live-departures-results .results-table .column--station {
        width: 41.444444%;
    }

        .component-live-departures-results .results-table .column--station p.station-name {
            font-size: 14px;
        }

    .component-live-departures-results .results-table .column--platform {
        width: 25.5%;
    }

        .component-live-departures-results .results-table .column--platform p {
            text-align: center;
        }

    .component-live-departures-results .results-table .column--refresh .icon-refresh {
        font-size: 24px;
    }

    .component-live-departures-results .results-table .column p {
        font-size: 16px;
    }

    .component-live-departures-results .results-table .cap {
        text-transform: none;
    }

    .component-live-departures h4 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 44px;
    }
}

.component-journey-check-results h5 {
    font-weight: 400;
    text-align: center;
    margin: 0;
    color: #0099D4;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.component-journey-check-results .section-title {
    font-weight: 400;
    font-size: 4.4em;
    text-align: center;
    margin: 5px 0 10px 0;
    color: #20234E;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

    .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: rgba(143, 131, 189, 0.2);
}

    .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: #20234E;
        }

            .component-journey-check-results .journey-alerts ul li:before {
                content: ' ';
                position: absolute;
                width: 10px;
                height: 10px;
                top: 12px;
                left: -20px;
                background-color: #8F83BD;
                border-radius: 5px;
            }

    .component-journey-check-results .journey-alerts .disruptions-list {
        background-color: #fff;
    }

.component-journey-check-results .results-table .column {
    text-align: center;
}

    .component-journey-check-results .results-table .column p {
        font-size: 16px;
        font-weight: 600;
    }

    .component-journey-check-results .results-table .column.column--icon p {
        /* min-height: 62px; */
        min-height: 85px;
    }

.component-journey-check-results .results-table .column--button {
    width: 8.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 .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: 32px;
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .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: 23px;
    }
}

.component-journey-check-results .results-table .column--status .icon-good {
    color: #00DB6A;
}

.component-journey-check-results .results-table .column--status .icon-status_minor {
    color: #FFCF20;
}

.component-journey-check-results .results-table .column--status .icon-status_major {
    color: #E53935;
}

.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: 600;
        color: #943F90;
    }

.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: 25%;
}

@media (max-width: 47.9375em) {
    .component-journey-check-results .results-table .head .column--status {
        visibility: hidden;
    }
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .component-journey-check-results .results-table .head .column--status {
        visibility: hidden;
        width: 5%;
    }
}

.component-journey-check-results .results-table .btn--tickets {
    min-width: inherit;
    padding: 8px 16px;
    color: #1E234F;
    font-size: 16px;
    border: 2px solid #1E234F;
    background-color: transparent;
}

    .component-journey-check-results .results-table .btn--tickets:hover {
        color: #fff;
        background-color: #1E234F;
    }

.component-journey-check-results .results-table .center {
    text-align: center;
}

.component-journey-check-results .results-table .body .route-overview {
    padding-top: 0;
    overflow: hidden;
}

.component-journey-check-results .results-table .route-overview {
    padding-bottom: 20px;
}

    .component-journey-check-results .results-table .route-overview h6 {
        text-transform: none;
        padding-left: 8.333333%;
        margin-bottom: 42px;
        color: #20234E;
    }

        .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 #FFCF20;
        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 {
            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;
    }

.component-journey-check-results .no-matching-journey {
    margin-top: 10px;
    font-size: 1.6em;
    text-align: center;
}

.sidebar .component-journey-check-results .results-table .column p {
    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 {
    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 {
        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: 33.333333%;
    }

    .component-journey-check-results .results-table .column--arrives {
        width: 33.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 {
        font-size: 16px;
    }

    .component-journey-check-results .results-table .body .route-overview .station .column .station-name {
        margin-left: 0;
    }
}

.component-breadcrumbs {
    margin: auto;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    position: relative;
    z-index: 2;
}

@media (min-width: 64em) {
    .component-breadcrumbs {
        display: block;
    }
}

.component-breadcrumbs:before {
    content: '';
    width: 100%;
    opacity: 0.6;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 41%, #fff 79%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.component-breadcrumbs .container {
    max-width: 1176px;
    margin: auto;
    padding: 0 12px;
}

@media only screen and (min-width: 1200px) {
    .component-breadcrumbs .container {
        padding: 0;
    }
}

.component-breadcrumbs ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .component-breadcrumbs ul li {
        float: left;
        margin: 0;
        font-size: 1em;
        line-height: 1;
    }

        .component-breadcrumbs ul li a {
            margin-right: 24px;
            color: #20234e;
            font-size: 1.2em;
            text-decoration: none;
            font-weight: 400;
            padding: 1em 0;
            display: inline-block;
        }

            .component-breadcrumbs ul li a span {
                padding: 0 0;
            }

            .component-breadcrumbs ul li a:hover {
                text-decoration: underline;
            }

        /*.component-breadcrumbs ul li:last-child span {
            font-weight: bold;
            padding: 1em 0;
            display: inline-block;
            font-size: 1.2em;
        }*/

        .component-breadcrumbs ul li:not(:last-child) a:after {
            content: '/';
            position: absolute;
            margin-left: 10px;
        }

.component-jumbotron {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(-90deg, #954090 13%, #039BD5 86%);
}

@media (min-width: 48em) {
    .component-jumbotron:before {
        content: '';
        background-image: linear-gradient(-90deg, #954090 13%, #039BD5 86%);
        position: absolute;
        top: 0;
        left: -40px;
        bottom: 0;
        z-index: 1;
        right: -40px;
        right: -40px;
        transform: skewX(-10deg);
        right: 48%;
    }
}

.component-jumbotron.noimage:before {
    right: -30px;
}

.component-jumbotron .component-qtt-form {
    margin-top: 30px;
    position: relative;
    text-align: left;
}

@media (min-width: 64em) {
    .component-jumbotron .component-qtt-form {
        margin: 10px auto 0;
    }
}

.component-jumbotron .component-qtt-form .column {
    padding: 0;
}

.component-jumbotron .component-journey-check-form {
    margin: 40px auto 0;
}

@media (min-width: 48em) {
    .component-jumbotron .component-journey-check-form {
        margin: 0 auto;
    }
}

@media (min-width: 48em) {
    .component-jumbotron {
        min-height: 415px;
        margin-top: -36px;
    }
}

.component-jumbotron .content {
    position: relative;
    padding: 30px 12px 45px;
    z-index: 4;
    text-align: center;
    color: #fff;
}

@media (min-width: 48em) {
    .component-jumbotron .content {
        padding: 100px 30px 90px;
        width: 50%;
        text-align: left;
    }
}

@media (min-width: 64em) {
    .component-jumbotron .content {
        padding: 140px 30px 140px 12px;
    }
}

.component-jumbotron .content:before {
    content: "";
    background-image: linear-gradient(-90deg, #954090 13%, #039BD5 86%);
    width: 100%;
    height: 90px;
    position: absolute;
    top: -30px;
    left: 0;
    transform: skewY(-4deg);
    right: 0;
    z-index: -1;
}

@media (min-width: 48em) {
    .component-jumbotron .content:before {
        content: none;
    }
}

.component-jumbotron .jumbotron__title {
    font-size: 3.6em;
    text-align: center;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 36px;
    color: #fff;
}

@media (min-width: 48em) {
    .component-jumbotron .jumbotron__title {
        font-size: 5.6em;
        text-align: left;
        line-height: 62px;
    }
}

.component-jumbotron .jumbotron__subtitle {
    font-size: 1.8em;
    line-height: 24px;
    text-transform: none;
    color: #fff;
}

@media (min-width: 48em) {
    .component-jumbotron .jumbotron__subtitle {
        font-size: 2.4em;
        line-height: 28px;
    }
}

@media (min-width: 48em) {
    .component-jumbotron.noimage {
        min-height: 360px;
    }
}

.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: 100px 30px calc(4vw + 35px) 30px;
    }
}

.component-jumbotron.noimage .content .jumbotron__title,
.component-jumbotron.noimage .content .jumbotron__subtitle {
    text-align: center;
}

.component-jumbotron.noimage .content:before {
    content: "";
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 0 10vw 100vw;
    bottom: 0;
    height: 0;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 0;
    transform: skewY(0);
    top: auto;
    background: none;
}

@media (min-width: 48em) {
    .component-jumbotron.noimage .content:before {
        content: none;
    }
}

@media (min-width: 75em) {
    .component-jumbotron.noimage .content:before {
        border-width: 0 0 7vw 100vw;
    }
}

.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 .container:after {
        content: "";
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        border-width: 0 0 7vw 100vw;
        bottom: -1px;
        height: 0;
        position: absolute;
        left: 0;
        z-index: 3;
        width: 0;
    }

    .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.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: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    font-size: 2.4em;
    line-height: 30px;
}

@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: 200;
}

    .component-cookie-notification .cookie-message {
        display: none;
        padding: 20px;
    }

@media (max-width: 35.5em) {
    .component-cookie-notification .cookie-message {
        padding: 10px 10px 0 10px;
    }
}

.component-cookie-notification p {
    margin: 0;
    float: left;
}

.component-cookie-notification button {
    border: 0;
    float: right;
    font-size: 1.5em;
    cursor: pointer;
    background: none;
}

@media (max-width: 47.9375em) {
    .component-cookie-notification button {
        position: relative;
        top: -18px;
        left: 20px;
    }
}

@media (max-width: 35.5em) {
    .component-cookie-notification button {
        margin: 0;
        position: relative;
        top: -18px;
        left: 0;
    }
}

.promo {
    cursor: pointer;
}

.promo-card {
    text-align: left;
    overflow: hidden;
    min-height: 200px;
    width: 100%;
    position: relative;
    z-index: 3;
    background: #fff;
    margin-bottom: 12px;
}

@media (min-width: 64em) {
    .promo-card {
        margin-bottom: 24px;
        min-height: 220px;
    }
}

.promo-card:hover, .promo-card:active {
    transition: all .3s ease-out;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.promo-card .promo-card__wrapper {
    height: 220px;
    /* height:100%; */
    display: table;
}

@media (min-width: 64em) {
    .promo-card .promo-card__wrapper {
        min-height: 220px;
    }
}

.promo-card .promo-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.promo-card .text h3, .promo-card .text h4, .promo-card .text p {
    color: #fff;
}

.promo-card:hover:not(.promo-card--icon) .promo-card__asset {
    transform: scale(1.2);
    transition: all .3s ease-out;
}

.promo-card:hover .main-link {
    text-decoration: underline;
}

.promo-card.promo-theme--purple .promo-card__content,
.promo-card.promo-theme--purple .separator {
    background: #943F90;
}

    .promo-card.promo-theme--purple .promo-card__content:after,
    .promo-card.promo-theme--purple .separator:after {
        border-bottom: 370px solid #8F83BD;
    }

.promo-card.promo-theme--green .promo-card__content,
.promo-card.promo-theme--green .separator {
    background: #008D7F;
}

    .promo-card.promo-theme--green .promo-card__content:after,
    .promo-card.promo-theme--green .separator:after {
        border-bottom: 370px solid #2EA836;
    }

.promo-card.promo-theme--blue .promo-card__content,
.promo-card.promo-theme--blue .separator {
    background: #1E234F;
}

    .promo-card.promo-theme--blue .promo-card__content:after,
    .promo-card.promo-theme--blue .separator:after {
        border-bottom: 370px solid #1E234F;
    }

.promo-card.promo-theme--white .promo-card__content,
.promo-card.promo-theme--white .separator {
    background: #fff;
}

.promo-card.promo-theme--white .text, .promo-card.promo-theme--white .text a {
    color: #1E234F;
}

.promo-card.promo-theme--pattern {
    background: #fff url("../img/pattern.png");
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

    .promo-card.promo-theme--pattern .promo-card__content {
        padding: 40px 0 25px 28px;
        width: 60%;
    }

        .promo-card.promo-theme--pattern .promo-card__content .text h3, .promo-card.promo-theme--pattern .promo-card__content .text p {
            color: #20234E;
        }

    .promo-card.promo-theme--pattern .promo-card__asset {
        width: 40%;
        background: none !important;
    }

    .promo-card.promo-theme--pattern .separator {
        display: none;
    }

    .promo-card.promo-theme--pattern .cta {
        bottom: 25px;
        left: 28px;
    }

        .promo-card.promo-theme--pattern .cta a {
            color: #00A7E7;
        }

.promo-card.promo-theme--purple .text, .promo-card.promo-theme--purple .text a, .promo-card.promo-theme--green .text, .promo-card.promo-theme--green .text a, .promo-card.promo-theme--blue .text, .promo-card.promo-theme--blue .text a {
    color: #fff;
}

.promo-card.promo-theme--purple .promo-card__content, .promo-card.promo-theme--green .promo-card__content, .promo-card.promo-theme--blue .promo-card__content {
    padding: 30px 0 15px 20px;
    color: #fff;
    vertical-align: top;
}

.promo-card.promo-theme--purple .promo-card__asset, .promo-card.promo-theme--green .promo-card__asset, .promo-card.promo-theme--blue .promo-card__asset {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.promo-card .text {
    position: relative;
    z-index: 5;
    color: #1E234F;
}

    .promo-card .text h3 {
        text-transform: uppercase;
        margin-top: 0;
        line-height: 16px;
    }

    .promo-card .text h3, .promo-card .text p {
        font-size: 1.3em;
    }

    .promo-card .text h4 {
        display: none;
    }

    .promo-card .text p {
        margin: 15px 0 30px;
        line-height: 19px;
    }

@media screen and (min-width: 1024px) {
    .promo-card .text p {
        margin: 15px 0 15px;
    }
}

.promo-card.promo-theme--blue .cta a {
    color: #82D0F5;
}

.promo-card .cta {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 20px;
}

@media (min-width: 48em) {
    .promo-card .cta {
        z-index: 5;
    }
}

.promo-card .cta a {
    text-transform: uppercase;
    margin-top: 35px;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.promo-card .promo-card__content,
.promo-card .promo-card__asset {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    background-size: cover;
    width: 45%;
    text-align: center;
    background-repeat: no-repeat;
    transition: all .3s ease-out;
}

.promo-card .promo-card__content {
    position: relative;
    vertical-align: top;
    text-align: left;
    width: 55%;
    padding: 30px 0 15px 20px;
    color: #fff;
}

.promo-card.promo-card--large {
    position: relative;
    min-height: 320px;
    height: 405px;
    background: #1e234f;
}

    .promo-card.promo-card--large .separator {
        display: none;
    }

    .promo-card.promo-card--large .promo-card__wrapper {
        min-height: 320px;
        width: 100%;
    }

    .promo-card.promo-card--large .promo-card__content,
    .promo-card.promo-card--large .promo-card__asset {
        display: block;
        width: 100%;
    }

@media (min-width: 48em) {
    .promo-card.promo-card--large .promo-card__content,
    .promo-card.promo-card--large .promo-card__asset {
        display: table-cell;
    }
}

.promo-card.promo-card--large .promo-card__content {
    padding: 30px 18px;
    z-index: 3;
    background-image: linear-gradient(-204deg, #00A8E7 7%, #20234E 100%);
}

@media (max-width: 47.9375em) {
    .promo-card.promo-card--large .promo-card__content:before {
        content: '';
        background-image: linear-gradient(-204deg, #00A8E7 7%, #20234E 100%);
        top: -9px;
        left: -30px;
        bottom: -10px;
        right: -20px;
        position: absolute;
        transform: rotate(-2deg);
        z-index: 2;
    }
}

@media (min-width: 48em) {
    .promo-card.promo-card--large .promo-card__content {
        width: 450px;
        padding: 35px 20px 15px 24px;
        background-image: none;
        background: none !important;
    }
}

.promo-card.promo-card--large .promo-card__content .text {
    color: #fff;
    min-height: 210px;
    position: relative;
    padding-bottom: 40px;
}

.promo-card.promo-card--large .promo-card__content .description {
    margin: 20px 0 0 0;
}

@media (min-width: 48em) {
    .promo-card.promo-card--large .promo-card__content .description {
        margin: 28px 0 0 0;
        max-width: 350px;
    }
}

.promo-card.promo-card--large .promo-card__content h3 {
    font-size: 3em;
    margin: 0 0 20px 0;
    line-height: 32px;
}

@media (min-width: 48em) {
    .promo-card.promo-card--large .promo-card__content h3 {
        font-size: 4.4em;
        line-height: 48px;
    }
}

.promo-card.promo-card--large .promo-card__content h4 {
    color: #82D0F5;
    margin: 0 0 5px;
    font-size: 2.4em;
    display: inline-block;
}

.promo-card.promo-card--large .promo-card__content p {
    margin: 0;
}

.promo-card.promo-card--large .promo-card__asset {
    padding-bottom: 220px;
    position: static !important;
}

@media (min-width: 48em) {
    .promo-card.promo-card--large .promo-card__asset {
        padding-bottom: 0;
        z-index: 1;
        /* width: 70%; */
        width: 100%;
        position: absolute !important;
    }

    .promo-card.promo-theme--blue .promo-card__asset img {
        height: 100%;
    }
}

@media (min-width: 48em) {
    .promo-card.promo-card--large .cta {
        left: 24px;
        position: absolute;
        bottom: 24px;
        z-index: 3;
    }
}

.promo-card.promo-card--large .cta a {
    font-size: 12px;
    color: #fff;
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .promo-card.promo-card--large {
        min-width: 440px;
    }
}

@media (min-width: 48em) {
    .promo-card.promo-card--large:before {
        content: '';
        background: #1e234f;
        /*background-image: linear-gradient(-204deg, #00A8E7 7%, #20234E 100%);*/
        position: absolute;
        top: 0;
        left: -15%;
        bottom: 0;
        z-index: 2;
        transform: skewX(-20deg);
        width: 55%;
        min-width: 600px;
    }
}

.promo-card-list .promo-card:hover,
.promo-card-list .promo-card:hover .promo-card__content:after {
    background: #F4F2F8;
}

.promo-card-list .promo-card__content,
.promo-card-list .promo-card__asset {
    width: 50%;
}

    .promo-card-list .promo-card__content:after {
        content: " ";
        z-index: 3;
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
        background: #fff;
        right: -30px;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        background: #fff;
        transform: skewX(-10deg);
    }

@media (min-width: 48em) {
    .promo-card-list .promo-card__content:after {
        right: -40px;
        transform: skewX(-20deg);
    }
}

.separator {
    position: absolute;
    width: 36%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    transform: skewX(-20deg);
    left: 30%;
    z-index: 3;
}

    .separator:after {
        content: " ";
        z-index: 3;
        position: absolute;
        right: -30px;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        top: 0;
        bottom: 0;
        border-bottom: 370px solid #1E234F;
        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: 64em) {
    .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: #20234E;
}

.promo-card--icon .text p, .promo-card--icon .text a {
    font-size: 1.4em;
}

@media (min-width: 48em) {
    .promo-card--icon .text p, .promo-card--icon .text a {
        max-width: 200px;
    }
}

.promo-card--icon .text p {
    margin: 25px 0 35px;
    color: #20234E;
}

.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 {
    color: #025c93;
    text-decoration: underline;
}

.promo-card--icon .promo-card__asset {
    height: 150px;
    background-size: 100px;
    background-position: center 35%;
    background: linear-gradient(-19deg, #C774C3 0%, #954090 100%);
    padding: 20px;
    min-height: 160px;
}

@media (min-width: 48em) {
    .promo-card--icon .promo-card__asset {
        background-size: 120px;
        background-position: center center;
        background: none;
        padding: 0;
    }
}

.promo-card--article {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

    .promo-card--article:before {
        background: #fff;
    }

.news-list .promo-card--article {
    margin-bottom: 16px;
}

.promo-card--article .promo-car__wrapper {
    display: table;
}

.promo-card--article .promo-card__content {
    width: 55%;
    display: inline-block;
}

.promo-card--article .promo-card__asset {
    background-color: #943F90;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.promo-card--article .text h3 {
    font-size: 1.8em;
    line-height: 22px;
    color: #1E234F;
}

@media (min-width: 48em) {
    .promo-card--article .text h3 {
        font-size: 2.4em;
        line-height: 28px;
    }
}

.promo-card--article .text .news-featured-date {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 1.4em;
}

.promo-card--article .text p {
    margin: 5px 0 35px;
    color: #1E234F;
}

.promo-card--article .text a {
    color: #943F90;
}

.news-list hr {
    display: none;
}

.promo-list--bordered .news-list hr {
    display: block;
}

    .promo-list--bordered .news-list hr:last-of-type {
        display: none;
    }

.news-title {
    font-size: 1.6em;
    margin-bottom: 0;
}

.promo-list--bordered .news-title {
    border-top: 2px solid #943F90;
    padding: 40px 0 20px;
}

.promo-list--bordered .promo-card--article {
    margin: 20px 0;
}

    .promo-list--bordered .promo-card--article:hover,
    .promo-list--bordered .promo-card--article:hover .promo-card__content:after {
        background: #F4F2F8;
    }

    .promo-list--bordered .promo-card--article .separator {
        display: none;
    }

    .promo-list--bordered .promo-card--article .promo-card__content,
    .promo-list--bordered .promo-card--article .promo-card__asset {
        width: 50%;
    }

        .promo-list--bordered .promo-card--article .promo-card__content a {
            color: #00A6E6;
        }

        .promo-list--bordered .promo-card--article .promo-card__content:after {
            content: " ";
            z-index: 3;
            position: absolute;
            height: 100%;
            top: 0;
            bottom: 0;
            background: #fff;
            right: -30px;
            width: 100%;
            height: 100%;
            top: 0;
            bottom: 0;
            background: #fff;
            transform: skewX(-10deg);
        }

@media (min-width: 48em) {
    .promo-list--bordered .promo-card--article .promo-card__content:after {
        right: -45px;
        transform: skewX(-20deg);
    }
}

.promo-card--ticket {
    background: #1E234F;
    background-image: url("../img/ticket-pattern.png");
    background-position: top right;
    color: #fff;
    background-repeat: no-repeat;
}

    .promo-card--ticket.promo-card--nectar-icon {
        background-image: url("../img/ticket-pattern-nectar.png");
    }

    .promo-card--ticket .text {
        padding: 0;
        color: #fff;
    }

        .promo-card--ticket .text h3 {
            font-weight: bold;
            max-width: 160px;
            margin-top: 0;
            margin: 0;
        }

    .promo-card--ticket .btn-secondary {
        color: #fff;
        height: 32px;
        line-height: 32px;
        position: absolute;
        bottom: 18px;
        left: 20px;
        min-width: 105px;
        display: inline-block;
        padding: 0 20px;
        text-transform: initial;
        font-size: 18.7px;
    }

    .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: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 300;
        font-size: 5.2em;
        line-height: 50px;
        letter-spacing: -2px;
    }

    .promo-card--ticket .price-amount {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 700;
        letter-spacing: -2px;
        font-size: 6.2em;
        font-weight: 100;
    }

        .promo-card--ticket .price-amount > span {
            font-weight: bold;
        }

    .promo-card--ticket .price-label {
        font-family: "Gotham SSm A", "Gotham SSm B", 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: "Gotham SSm A", "Gotham SSm B", 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;
    }
}

@media (min-width: 64em) {
    .inline-layout .column > div {
        width: 33.3333%;
        float: left;
    }

        .inline-layout .column > div:nth-child(3n-2) {
            padding: 0 12px 0 0;
        }

        .inline-layout .column > div:nth-child(3n-1) {
            padding: 0 12px 0;
        }

        .inline-layout .column > div:nth-child(3n) {
            padding: 0 0 0 12px;
        }
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .inline-layout .column > div {
        width: 50%;
        float: left;
    }

        .inline-layout .column > div:nth-child(2n-1) {
            padding: 0 12px 12px 0;
        }

        .inline-layout .column > div:nth-child(2n) {
            padding: 0 0 12px 12px;
        }
}

@media (max-width: 47.9375em) {
    .inline-layout .column > div {
        width: 100%;
        float: left;
    }
}

.promo-text-container a {
    font-size: 14px;
}

.nav-quick-links {
    text-align: center;
    padding: 40px 12px 40px;
    position: relative;
    background-image: linear-gradient(0deg, #FFFFFF 0%, #A8DEF8 100%, #42A9EB 95%);
}

@media (min-width: 48em) {
    .nav-quick-links {
        margin-top: 90px;
        padding: 20px 12px 40px;
        background: #82D0F5;
    }

        .nav-quick-links:before {
            content: "";
            border-color: transparent transparent #82D0F5 transparent;
            border-style: solid;
            border-width: 0 0 70px 100vw;
            bottom: 0;
            content: "";
            height: 0;
            position: absolute;
            left: 0;
            z-index: 3;
            width: 0;
            top: -70px;
        }

        .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, #C774C3 0%, #954090 91%);
        }
}

@media (min-width: 64em) {
    .nav-quick-links {
        padding: 20px 0 40px;
    }
}

.nav-quick-links h4 {
    font-size: 2em;
    line-height: 28px;
    margin: 0px auto 15px;
    text-transform: uppercase;
}

.nav-quick-links p {
    line-height: 19px;
    margin: 0;
    min-height: 30px;
    padding: 0 10px;
    font-size: 1.4em;
    font-weight: 300;
    min-height: 40px;
}

@media screen and (min-width: 450px) {
    .nav-quick-links p {
        font-size: 1.6em;
    }
}

.nav-quick-links i {
    font-size: 3.5em;
    margin: 20px auto;
}

.nav-quick-links .nav-item {
    width: 100%;
    float: left;
    padding: 10px 12px;
    position: relative;
    display: inline-block;
    min-height: 150px;
    text-decoration: none;
    color: #20234E;
    width: 50%;
}

    .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: grey;
            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: grey;
            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: 64em) {
    .nav-quick-links .container.quick-links-items {
        display: flex;
    }

    .nav-quick-links .nav-item {
        /*width: 16.666666667%; 
		width: 14.285714285%; */
        width: 100%;
    }

        .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: grey;
            right: 0;
            top: 50%;
            margin-top: -20px;
        }

        .nav-quick-links .nav-item:last-of-type:after {
            content: none;
        }
}

@media (max-width: 767px) {
    .nav-quick-links .nav-item:nth-of-type(odd):last-child:after {
        display: none;
    }
}

.nav-quick-links .nav-item:first-of-type p {
    padding: 0 25px;
}

.nav-quick-links .nav-item:hover {
    background: #77BEE4;
}

@media (min-width: 48em) {
    .nav-quick-links .nav-item .content {
        display: table-cell;
        vertical-align: middle;
    }
}

.component-global-service-info .icon-status_major {
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 150%;
}

.component-global-service-info .notification {
    width: 100%;
    background-color: #E53935;
    color: #fff;
    font-size: 12px;
    display: none;
    position: relative;
}

    .component-global-service-info .notification .body {
        position: relative;
        max-width: 1176px;
    }

@media (min-width: 64em) {
    .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 .notification.good {
    display: none !important;
}

.component-global-service-info .content {
    display: inline-block;
    padding: 10px 45px;
}

    .component-global-service-info .content a:link, .component-global-service-info .content a:visited {
        color: #fff;
    }

.component-global-service-info .icon-close {
    position: absolute;
    right: 5px;
    top: 20px;
    font-size: 150%;
    cursor: pointer;
}

.panel {
    position: relative;
    min-height: 235px;
    margin-bottom: 32px;
    padding-bottom: 16px;
    text-align: left;
}

@media (min-width: 64em) {
    .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: 64em) {
    .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 {
    color: #1E234F;
}

.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: 18.7px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    text-transform: initial;
}

@media (min-width: 64em) {
    .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: 64em) {
    .layout--4-4-4 .panel:after {
        content: none;
        width: 1px;
        height: auto;
        top: 20px;
        bottom: 20px;
        left: auto;
        right: -12px;
    }
}

@media (min-width: 64em) {
    .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: 0;
        margin: 0;
        margin-bottom: 10px;
        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 {
                    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: #1E234F;
        background-size: contain;
    }

.component-planned-works-info .disruptions-list > li,
.component-detailed-network-status .disruptions-list > li {
    padding: 0px;
    border: solid #82D0F5 1px;
    margin: 0px;
    margin-bottom: 8px;
}

.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: 8px;
}

.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 .icon-carat_up,
.component-detailed-network-status .disruptions-list .icon-carat_up {
    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;
}

@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-thumb,
.component-detailed-network-status .disruptions-list .accordion-thumb {
    padding: 15px;
    position: relative;
    background: #82D0F5;
}

@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 .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 .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: #1E234F;
}

.component-planned-works-info .disruptions-list .accordion-thumb .icon-status_major,
.component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major {
    float: left;
    width: 38px;
    margin: 0;
    font-size: 1.5em;
    top: 15px;
    position: relative;
}

@media only screen and (min-width: 450px) {
    .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_major,
    .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major {
        text-align: left;
        font-size: 2em;
        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%;
}

@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;
        font-weight: 700;
        line-height: 30px;
        width: auto;
        display: inline-block;
        width: 50%;
    }
}

.component-planned-works-info .disruptions-list .accordion-thumb .date,
.component-detailed-network-status .disruptions-list .accordion-thumb .date {
    float: left;
    text-align: left;
}

    .component-planned-works-info .disruptions-list .accordion-thumb .date .daterange,
    .component-detailed-network-status .disruptions-list .accordion-thumb .date .daterange {
        padding-right: 0;
        font-size: 14px;
        line-height: 30px;
    }

@media only screen and (min-width: 450px) {
    .component-planned-works-info .disruptions-list .accordion-thumb .date .daterange,
    .component-detailed-network-status .disruptions-list .accordion-thumb .date .daterange {
        font-size: 16px;
        font-weight: 700;
    }
}

@media only screen and (min-width: 450px) {
    .component-planned-works-info .disruptions-list .accordion-thumb .date,
    .component-detailed-network-status .disruptions-list .accordion-thumb .date {
        width: 45%;
    }
}

@media (min-width: 75em) {
    .component-planned-works-info .disruptions-list .accordion-thumb .date,
    .component-detailed-network-status .disruptions-list .accordion-thumb .date {
        margin-left: 0;
        float: right;
    }
}

.component-planned-works-info .disruptions-list .accordion-thumb .with-caret,
.component-detailed-network-status .disruptions-list .accordion-thumb .with-caret {
    float: right;
    width: 24px;
    text-align: center;
    margin-left: 23px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 25px;
    font-size: 1em;
    cursor: pointer;
}

@media (min-width: 75em) {
    .component-planned-works-info .disruptions-list .accordion-thumb .with-caret,
    .component-detailed-network-status .disruptions-list .accordion-thumb .with-caret {
        font-size: 1.5em;
    }
}

.component-planned-works-info .disruptions-list .accordion-thumb.open .icon-carat_down,
.component-detailed-network-status .disruptions-list .accordion-thumb.open .icon-carat_down {
    display: none;
}

.component-planned-works-info .disruptions-list .accordion-thumb.open .icon-carat_up,
.component-detailed-network-status .disruptions-list .accordion-thumb.open .icon-carat_up {
    display: inline-block;
}

.component-detailed-network-status .disruptions-list > li {
    border: 1px solid #E53935;
}

.component-detailed-network-status .disruptions-list .accordion-thumb {
    background-color: #E53935;
    color: #fff;
}

    .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: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:before {
            color: #fff;
        }

.component-planned-works-info .disruption-item {
    background-color: #82D0F5;
    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: #E53935;
}

.network-status-alert h4 {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.network-status-alert p:last-of-type {
    margin-bottom: 0;
}

.destination {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    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 h3 {
            min-width: 200px;
            background: #1E234F;
            display: inline-block;
            padding: 5px 25px;
            transform: skewX(-20deg);
            text-transform: uppercase;
            color: #fff;
            font-size: 1.8em;
            margin: 0 0 12px 0;
            line-height: 1.5;
        }

            .destination .destination-name h3 span {
                display: inline-block;
                transform: skewX(20deg);
            }

    .destination .destination-desc {
        position: absolute;
        bottom: -100%;
        left: 0;
        right: 0;
        background: #1E234F;
        padding: 20px;
        transition: all .3s ease-out;
    }

        .destination .destination-desc p {
            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: 250px;
        border-top: 1px solid #943F90;
    }

    .station-map .map-info-station, .station-map .map-info-general {
        position: relative;
        top: 6%;
        width: 100%;
    }

        .station-map .map-info-station .primary, .station-map .map-info-general .primary {
            color: #fff;
            background-color: #1E234F;
            padding: 25px 20px;
        }

            .station-map .map-info-station .primary h1, .station-map .map-info-general .primary h1 {
                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: #1E234F;
            background-color: #fff;
            padding: 20px 20px;
            font-size: 14px;
        }

@media (min-width: 64em) {
    .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: 407px;
            height: 323px;
            max-height: 88%;
        }

            .station-map .map-info-station .primary h1, .station-map .map-info-general .primary h1 {
                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, .station-map .map-info-station .primary div {
                font-size: 16px;
                font-weight: 400;
                line-height: 22px;
            }

            .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: 30px 20px;
            }
}

@media(max-width: 1024px) {
    .station-map .map-info-station .secondary span.btn-secondary {
        margin-bottom: 26px;
    }

    .print__container {
        position: relative !important;
        left: 10px;
        bottom: 15px !important;
    }
}

.component-station-at-glance {
    background-color: #EEE9F3;
    padding: 20px 0 10px 0;
    margin-bottom: 40px;
}

    .component-station-at-glance .inner {
        padding: 0;
    }

        .component-station-at-glance .inner .section-title {
            margin-left: 15px;
            margin-bottom: 30px;
            color: #1E234F;
            font-size: 18px;
            font-weight: 300;
            text-transform: none;
        }

            .component-station-at-glance .inner .section-title span {
                font-weight: bold;
            }

        .component-station-at-glance .inner ul {
            column-count: 1;
            list-style: none;
            padding: 0;
            margin: 0;
            padding-left: 15px;
        }

            .component-station-at-glance .inner ul li {
                padding: 5px 12px 5px 45px;
                margin-bottom: 12px;
                position: relative;
            }

                .component-station-at-glance .inner ul li a {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 28px;
                    color: #00A6E6;
                    display: block;
                    text-align: left;
                    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
                    cursor: pointer;
                    text-decoration: none;
                }

                    .component-station-at-glance .inner ul li a:before {
                        color: #1E234F;
                        padding-right: 17px;
                        font-size: 28px;
                        position: absolute;
                        width: 28px;
                        text-align: center;
                        left: 0px;
                    }

                    .component-station-at-glance .inner ul li a:hover span {
                        text-decoration: underline;
                    }

                .component-station-at-glance .inner ul li.unavailable {
                    opacity: 0.3;
                }

                    .component-station-at-glance .inner ul li.unavailable a {
                        color: #1E234F;
                    }

@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 {
                column-count: 3;
                padding-left: 0px;
            }

                .component-station-at-glance .inner ul li {
                    padding: 0px 10px 20px 0;
                    margin: 0;
                }

                    .component-station-at-glance .inner ul li a {
                        font-weight: normal;
                        padding-left: 43px;
                    }
}

.component-station-details .section-title {
    text-transform: none;
}

.component-station-details .accordion {
    border: solid 1px #20234E;
}

    .component-station-details .accordion .accordion-header {
        background: #1E234F;
        padding: 0;
    }

        .component-station-details .accordion .accordion-header .content-wrap {
            color: #fff;
            position: relative;
            width: 100%;
        }

            .component-station-details .accordion .accordion-header .content-wrap .planned-works-title {
                color: #fff;
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                float: none;
            }

            .component-station-details .accordion .accordion-header .content-wrap .title-wrap {
                display: table;
                height: 100%;
                width: 100%;
                padding: 13px 10px 10px 50px;
                min-height: 60px;
            }

            .component-station-details .accordion .accordion-header .content-wrap .with-caret {
                float: none;
                position: absolute;
                left: 12px;
                top: 15px;
                transform: rotate(-90deg);
            }

        .component-station-details .accordion .accordion-header.open .with-caret {
            transform: rotate(0deg);
        }

    .component-station-details .accordion .accordion-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .component-station-details .accordion .accordion-content ul {
            padding: 10px 0;
        }

            .component-station-details .accordion .accordion-content ul li {
                text-transform: none;
                position: relative;
                border-bottom: 1px solid #82D0F5;
                color: #20234E;
                padding: 10px 10px 5px 60px;
                font-size: 16px;
            }

                .component-station-details .accordion .accordion-content ul li:last-child {
                    border-bottom: none;
                    margin-bottom: 0px;
                    padding-bottom: 0px;
                }

                .component-station-details .accordion .accordion-content ul li h6 {
                    font-size: 16px;
                    line-height: 24px;
                    width: 100%;
                    text-align: left;
                    text-transform: uppercase;
                    font-family: inherit;
                }

                    .component-station-details .accordion .accordion-content ul li h6:before {
                        font-family: icons;
                        font-style: normal;
                        font-weight: 400;
                        speak: none;
                        display: inline-block;
                        text-decoration: none;
                        width: 30px;
                        width: 3rem;
                        text-align: center;
                        padding-right: 10px;
                        position: absolute;
                        left: 0px;
                        color: inherit;
                        font-size: 200%;
                        margin-top: 0px;
                    }

                .component-station-details .accordion .accordion-content ul li p {
                    font-size: 16px;
                }

.component-station-description {
    margin-bottom: 30px;
}

.pagination {
    padding: 0;
    text-align: center;
    margin: 40px 0 30px;
}

    .pagination li {
        display: inline-block;
        margin: 0 12px 0 0;
        font-size: 1.4em;
    }

    .pagination a {
        display: inline-block;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        line-height: 38px;
        text-decoration: none;
        background: #EEE9F3;
        color: #20234E;
        font-weight: 300;
    }

    .pagination svg {
        position: relative;
        top: 1px;
    }

    .pagination .active a {
        background: #66CAF1;
        color: white;
    }

    .pagination .arrow a {
        background: rgba(0, 167, 231, 0.2);
    }

    .pagination .label-first,
    .pagination .label-last {
        margin: 0 30px 0 0;
        display: none;
    }

@media (min-width: 48em) {
    .pagination .label-first,
    .pagination .label-last {
        display: inline-block;
    }
}

.pagination .label-first a,
.pagination .label-last a {
    padding: 0 18px;
    min-width: 75px;
    border-radius: 0;
    background: #1E234F;
    color: white;
    position: relative;
}

    .pagination .label-first a:before, .pagination .label-first a:after,
    .pagination .label-last a:before,
    .pagination .label-last a:after {
        content: '';
        height: 38px;
        width: 38px;
        border-radius: 50%;
        background: #1E234F;
        position: absolute;
        right: -20px;
    }

    .pagination .label-first a:after,
    .pagination .label-last a:after {
        right: auto;
        left: -20px;
    }

.pagination .label-last {
    margin: 0 0 0 18px;
}

.qtt-tabbed {
    background: linear-gradient(-90deg, #954090 13%, #039BD5 86%);
}

    .qtt-tabbed.qtt-tabbed--with-image {
        background-size: cover;
    }

@media only screen and (max-width: 1023px) {
    .qtt-tabbed.qtt-tabbed--with-image {
        background: linear-gradient(-278deg, #1F244F 0%, #1F244F 50%, #20234E 50%, #00A6E6 118%, #0B77AF 100%) !important;
    }
}

.qtt-tabbed .hidden {
    display: none;
}

.qtt-tabbed .title {
    color: #fff;
    position: relative;
}

@media (max-width: 63.9375em) {
    .qtt-tabbed .title {
        padding-bottom: 15px;
        padding-top: 20px;
    }
}

.qtt-tabbed .title .title-tab__journey {
    max-height: 0;
    opacity: 0;
}

@media (min-width: 64em) {
    .qtt-tabbed .title {
        margin-top: 60px;
    }
}

.qtt-tabbed .title h1 {
    line-height: 40px;
    font-size: 3.4em;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.8s ease-in-out;
    color: #fff;
}

@media (min-width: 64em) {
    .qtt-tabbed .title h1 {
        font-size: 5.6em;
        line-height: 58px;
        margin: 0 0 20px 0;
    }
}

.qtt-tabbed .title .title__sub {
    font-size: 1.8em;
    transition: all 0.8s ease-in-out;
    margin: 0;
    color: #fff;
}

.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;
}

@media (min-width: 64em) {
    .qtt-tabbed--breadcrumb .qtt-tabbed {
        margin-top: -36px;
    }

        .qtt-tabbed--breadcrumb .qtt-tabbed .title {
            margin-top: 96px;
        }
}

.qtt-mobile-image {
    background-repeat: no-repeat;
    padding-top: 30%;
    min-height: 155px;
    background-size: cover;
    background-position: bottom;
    display: none;
}

.qtt-tabbed--with-image .qtt-mobile-image {
    display: block;
}

@media (min-width: 64em) {
    .qtt-tabbed--with-image .qtt-mobile-image {
        display: none;
    }
}

@media (min-width: 64em) {
    .qtt-mobile-image {
        display: none;
    }
}

.qtt-form--text {
    padding: 0 12px;
    display: none;
}

@media (min-width: 64em) {
    .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: 64em) {
    .qtt-form--text div {
        opacity: 0;
        max-height: 0px;
    }
}

.qtt-form--text p {
    margin-bottom: 0;
    color: white;
    margin-top: 5px;
}

.qtt-tabbed {
    position: relative;
    background-repeat: no-repeat;
    min-height: 555px;
    background-size: cover;
    /*
    .qtt-tabbed--breadcrumb & {
      min-height: 626px;
    }*/
}

    .qtt-tabbed.qtt-search--return-active {
        padding-bottom: 35px;
    }

@media (min-width: 48em) and (max-width: 63.9375em) {
    .qtt-tabbed {
        min-height: 765px;
    }
}

@media (max-width: 47.9375em) {
    .qtt-tabbed {
        min-height: 740px;
    }
}

@media (max-width: 35.5em) {
    .qtt-tabbed {
        min-height: 760px;
    }
}

.qtt-tabbed div,
.qtt-tabbed div:before {
    transition: all 0.8s ease-in-out;
}

.qtt-tabbed.qtt-tabbed--with-image.qtt-search--purple:before {
    background: rgba(148, 63, 144, 0.7);
}

.qtt-tabbed.qtt-tabbed--with-image.qtt-search--purple.active:before {
    background: rgba(148, 63, 144, 0.9);
}

.qtt-tabbed:after {
    content: "";
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 0 70px 100vw;
    bottom: 0;
    height: 0;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 0;
}

.row--grey-cut .qtt-tabbed:after {
    border-color: transparent transparent #d2d3dc transparent;
}

@media (max-width: 35.5em) {
    .qtt-tabbed .title h1 {
        font-size: 2.5em;
    }
}

.qtt-tabbed .title .title__sub {
    font-weight: bold;
}

@media (max-width: 21.25em) {
    .qtt-tabbed .title .title__sub {
        font-size: 1.3em;
    }
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .qtt-tabbed.active, .qtt-tabbed.active.qtt-tabbed--with-image {
        min-height: 670px;
    }
}

@media (max-width: 47.9375em) {
    .qtt-tabbed.active, .qtt-tabbed.active.qtt-tabbed--with-image {
        min-height: 670px;
    }
}

.qtt-tabbed.active .qtt__search-top, .qtt-tabbed.active.qtt-tabbed--with-image .qtt__search-top {
    height: 20%;
}

    .qtt-tabbed.active .qtt__search-top .container, .qtt-tabbed.active.qtt-tabbed--with-image .qtt__search-top .container {
        min-height: 180px;
    }

@media (max-width: 47.9375em) {
    .qtt-tabbed.active .qtt__search-top, .qtt-tabbed.active.qtt-tabbed--with-image .qtt__search-top {
        top: -120px;
    }
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .qtt-tabbed.active .qtt__search-top, .qtt-tabbed.active.qtt-tabbed--with-image .qtt__search-top {
        top: -150px;
    }
}

.qtt-tabbed.active .qtt__search-bottom, .qtt-tabbed.active.qtt-tabbed--with-image .qtt__search-bottom {
    height: 75%;
    padding-top: 0;
}

@media (max-width: 63.9375em) {
    .qtt-tabbed.active .qtt__search-bottom, .qtt-tabbed.active.qtt-tabbed--with-image .qtt__search-bottom {
        transition: all 0.8s ease-in-out;
        margin-top: -320px;
    }
}

.qtt-tabbed--breadcrumb .qtt-tabbed.active .qtt__search-bottom, .qtt-tabbed--breadcrumb .qtt-tabbed.active.qtt-tabbed--with-image .qtt__search-bottom {
    padding-top: 36px;
}

@media (max-width: 47.9375em) {
    .qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-top, .qtt-tabbed.active.qtt-tabbed--with-image.qtt-tabbed--journey-check .qtt__search-top {
        top: -120px;
    }
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-top, .qtt-tabbed.active.qtt-tabbed--with-image.qtt-tabbed--journey-check .qtt__search-top {
        top: -150px;
    }
}

.qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-bottom, .qtt-tabbed.active.qtt-tabbed--with-image.qtt-tabbed--journey-check .qtt__search-bottom {
    padding-top: 30px;
}

@media (max-width: 63.9375em) {
    .qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-bottom, .qtt-tabbed.active.qtt-tabbed--with-image.qtt-tabbed--journey-check .qtt__search-bottom {
        transition: all 0.8s ease-in-out;
        margin-top: -320px;
    }
}

.qtt-tabbed--breadcrumb .qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-bottom, .qtt-tabbed--breadcrumb .qtt-tabbed.active.qtt-tabbed--with-image.qtt-tabbed--journey-check .qtt__search-bottom {
    margin-top: -175px !important;
}

.qtt-tabbed.active:before, .qtt-tabbed.active.qtt-tabbed--with-image:before {
    height: 100%;
    background: rgba(30, 35, 79, 0.9);
}

.qtt-tabbed.active .title h1, .qtt-tabbed.active.qtt-tabbed--with-image .title h1 {
    line-height: 24px;
    font-size: 2.8em;
    margin: 0 7px 10px 0;
}

@media (max-width: 63.9375em) {
    .qtt-tabbed.active .title h1, .qtt-tabbed.active.qtt-tabbed--with-image .title h1 {
        line-height: 32px;
    }
}

@media (max-width: 21.25em) {
    .qtt-tabbed.active .title h1, .qtt-tabbed.active.qtt-tabbed--with-image .title h1 {
        font-size: 2.5em;
    }
}

.qtt-tabbed.active .title p.title__sub, .qtt-tabbed.active.qtt-tabbed--with-image .title p.title__sub {
    font-size: 1.6em;
    font-weight: normal;
}

@media (max-width: 35.5em) {
    .qtt-tabbed.active .title p.title__sub, .qtt-tabbed.active.qtt-tabbed--with-image .title p.title__sub {
        font-size: 1.8em;
    }
}

@media (max-width: 21.25em) {
    .qtt-tabbed.active .title p.title__sub, .qtt-tabbed.active.qtt-tabbed--with-image .title p.title__sub {
        font-size: 1.3em;
    }
}

.qtt-tabbed .qtt__search-top {
    padding: 40px 12px 75px 12px;
    margin-bottom: -45px;
    position: relative;
    text-align: center;
    height: 42.0560747664%;
    cursor: pointer;
    padding-top: 0;
    margin-bottom: 0;
}

.qtt-tabbed .qtt__search-bottom {
    padding-bottom: 30px;
    cursor: pointer;
}

@media (max-width: 63.9375em) {
    .qtt-tabbed .qtt__search-bottom {
        margin-top: -45px;
    }
}

@media (min-width: 64em) {
    .qtt-tabbed .qtt__search-bottom {
        position: absolute;
        height: 57.9439252336%;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 90px 12px 70px;
    }
}

.qtt-tabbed.qtt-tabbed--with-image {
    background-color: #1e234f;
}

    .qtt-tabbed.qtt-tabbed--with-image:before {
        content: '';
        height: 57.9439252336%;
        background: rgba(30, 35, 79, 0.6);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 0.8s ease-in-out;
    }

@media (max-width: 63.9375em) {
    .qtt-tabbed.qtt-tabbed--with-image:before {
        height: 53.943925%;
    }
}

.qtt-tabbed.qtt-tabbed--with-image .qtt__search-top {
    height: 42.0560747664%;
    padding-top: 0;
    top: 0;
}

.qtt-tabbed.qtt-tabbed--with-image .qtt__search-bottom {
    height: 57.9439252336%;
}

.qtt-tabbed.qtt-tabbed--with-image .qtt__search-top {
    padding: 10px 12px 75px 12px;
}

    .qtt-tabbed.qtt-tabbed--with-image .qtt__search-top:before {
        content: '';
        background-image: linear-gradient(-236deg, #1F244F 0%, #1F244F 50%, #20234E 20%, #00A6E6 124%, #0B77AF 130%);
        content: "";
        width: 100%;
        height: 90px;
        position: absolute;
        top: -30px;
        left: 0;
        transform: skewY(-4deg);
        right: 0;
        padding: 0;
        margin: 0;
        background-image: none;
        position: absolute;
        height: 42.0560747664%;
        height: 35%;
        left: 0;
        right: 0;
    }

@media (min-width: 48em) {
    .qtt-tabbed.qtt-tabbed--with-image .qtt__search-top:before {
        top: -40px;
    }
}

.qtt-tabbed.qtt-tabbed--with-image .qtt__search-top:before:before {
    content: none;
}

@media (max-width: 63.9375em) and (min-width: 48em) and (max-width: 63.9375em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed:not(.active) {
        min-height: 600px;
    }
}

@media (max-width: 63.9375em) and (max-width: 47.9375em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed:not(.active) {
        min-height: 5140px;
    }
}

@media (max-width: 63.9375em) and (max-width: 35.5em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed:not(.active) {
        min-height: 580px;
    }
}

@media (max-width: 63.9375em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed:not(.active) .qtt__search-top {
        top: 45px;
        padding-bottom: 10px;
    }

    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed:not(.active) .qtt__search-bottom {
        position: relative;
    }

    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed:not(.active) .title h2 {
        font-size: 3.2em;
    }
}

@media (max-width: 63.9375em) and (max-width: 35.5em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed:not(.active) .title h2 {
        font-size: 2.5em;
    }
}

@media (max-width: 63.9375em) and (max-width: 21.25em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed:not(.active) .title .title__sub {
        font-size: 1.3em;
    }
}

@media (max-width: 63.9375em) and (min-width: 48em) and (max-width: 63.9375em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed.active {
        min-height: 670px;
    }
}

@media (max-width: 63.9375em) and (max-width: 47.9375em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed.active {
        min-height: 670px;
    }
}

@media (max-width: 63.9375em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed.active .qtt__search-bottom {
        margin-top: -210px;
    }

    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed.active .qtt__search-top {
        top: 45px;
    }

    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed.active div#tabbed-qtt-component-tab-1 {
        margin-top: -30px;
    }
}

@media (max-width: 63.9375em) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-form-close .icon-close_no_circle {
        top: -25px;
    }

    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt__search-top .container {
        min-height: 220px;
    }
}

.qtt-form-stations {
    position: relative;
}

    .qtt-form-stations .departure-station,
    .qtt-form-stations .arrival-station {
        padding-right: 40px;
        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: 64em) {
    .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: 64em) {
    .qtt-form-stations .departure-station {
        margin-bottom: 0;
    }

    .sidebar .qtt-form-stations .departure-station {
        margin-bottom: 12px;
    }
}

@media (min-width: 64em) {
    .qtt-form-stations .departure-station {
        padding-right: 38px;
    }

    .component-journey-check-form .qtt-form-stations .departure-station {
        padding-right: 38px;
    }

    .qtt-form-stations .arrival-station {
        padding-left: 38px;
    }

    .sidebar .qtt-form-stations .arrival-station {
        padding-left: 0;
    }
}

.qtt-form-stations .station-switch {
    position: absolute;
    right: -6px;
    top: 50%;
    width: 40px;
    text-align: center;
    margin-top: -13px;
    z-index: 1;
    cursor: pointer;
}

.component-journey-check-form .qtt-form-stations .station-switch {
    display: none;
}

@media (min-width: 64em) {
    .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: 64em) {
    .sidebar .qtt-form-stations .station-switch {
        transform: rotate(90deg);
    }
}

@media (min-width: 64em) {
    .qtt-form-stations .station-switch {
        right: 50%;
        top: 0;
        width: 76px;
        text-align: center;
        margin-top: 0px;
        height: 42px;
        margin-right: -38px;
    }
}

.qtt-form-stations .station-switch .station-switch__icon {
    color: white;
    font-size: 2.6em;
    line-height: 1;
    margin: 0;
}

@media (min-width: 64em) {
    .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: #00A6E6;
}

    .component-qtt-form .qtt-form-stations .station-switch .station-switch__icon:hover {
        color: #fff;
    }

@media (min-width: 64em) {
    .qtt-form-date-select {
        max-width: 361px;
    }

    .form-row-return .qtt-form-date-select {
        float: right;
        width: 100%;
    }

    .component-journey-check-form .qtt-form-date-select {
        margin: auto;
    }
}

.qtt-form-date-select .datepickerwrap {
    margin: 0;
}

.qtt-form-date-select .qtt-form--date,
.qtt-form-date-select .qtt-form--depart {
    width: 36.8421052632%;
    float: left;
}

.qtt-form-date-select .qtt-form--depart {
    margin: 0 0.55401662049%;
}

.qtt-form-date-select .qtt-form--time {
    float: left;
    width: 24.9307479224%;
}

.qtt-form-close {
    max-width: 1176px;
    margin: auto;
    position: relative;
}

    .qtt-form-close .icon-close_no_circle {
        color: white;
        position: absolute;
        top: 20px;
        right: 6px;
        height: 16px;
        width: 16px;
        font-size: 1.5em;
        cursor: pointer;
        z-index: 1;
        opacity: 0;
        display: none;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        line-height: 45px;
        display: block;
    }

@media (max-width: 63.9375em) {
    .qtt-form-close .icon-close_no_circle {
        top: -65px;
    }
}

@media (max-width: 35.5em) {
    .qtt-form-close .icon-close_no_circle {
        top: -40px;
    }
}

.qtt-form-close .icon-close_no_circle:before {
    color: rgba(255, 255, 255, 0.8);
}

.qtt-form-close .icon-close_no_circle:hover:before {
    color: white;
}

.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 {
    font-size: 1.2em;
    color: #fff;
}

.qtt-form-passengers {
    float: left;
    width: 361px;
}

@media (max-width: 47.9375em) {
    .qtt-form-passengers {
        float: left;
        width: 100%;
    }
}

.qtt-form-passengers .adultno {
    width: 40.7202216066%;
    float: left;
}

.qtt-form-passengers .childno {
    float: left;
    width: 58.4487534626%;
    margin-left: 0.55401662049%;
}

.qtt-form-railcards {
    margin-left: 363px;
    display: block;
    position: relative;
}

@media (max-width: 47.9375em) {
    .qtt-form-railcards {
        margin: 15px 0 0 0;
        clear: left;
        float: left;
        width: 100%;
    }
}

.qtt-form-railcards .railcards-wrapper {
    background: white;
}

.qtt-form-railcards .trigger {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .qtt-form-railcards .trigger .form-control {
        background: transparent !important;
        color: #20234E;
    }

.qtt-form-railcards:after {
    content: '';
    font-weight: 400;
    font-size: 16px;
    top: 1px;
    right: 9px;
    color: #00A6E6 !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #00A6E6;
    top: 20px;
    right: 9px;
}

.railcard-select {
    position: absolute;
    background: red;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.qtt-form-date-select .qtt-form--date.with-caret {
    background: white;
}

    .qtt-form-date-select .qtt-form--date.with-caret:after {
        content: '';
        font-weight: 400;
        font-size: 16px;
        top: 1px;
        right: 9px;
        color: #00A6E6 !important;
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #00A6E6;
        top: 20px;
        right: 9px;
        z-index: 0;
    }

.qtt-form-date-select .datepickerwrap {
    position: relative;
    z-index: 1;
    height: 42px;
}

    .qtt-form-date-select .datepickerwrap input[readonly].hasDatepicker {
        background: transparent !important;
        color: #20234E;
    }

.qtt-tabbed .nav__tabs,
.component-qtt-form .nav__tabs {
    position: relative;
    padding: 0;
    max-width: 430px;
    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;
    }
}

.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%;
}

@media (min-width: 64em) {
    .qtt-tabbed .nav__tabs.nav__tabs--three-items,
    .component-qtt-form .nav__tabs.nav__tabs--three-items {
        padding-left: 26px;
    }
}

@media (min-width: 48em) and (max-width: 63.9375em) {
    .qtt-tabbed .nav__tabs.nav__tabs--three-items,
    .component-qtt-form .nav__tabs.nav__tabs--three-items {
        margin-top: 15px;
    }
}

.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,
    .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item a {
        padding: 0;
        height: 40px;
        line-height: 40px;
    }

.qtt-tabbed--with-image .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item a, .qtt-tabbed--with-image
.component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item a {
    color: #00A6E6;
}

.qtt-tabbed--with-image .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item.active a, .qtt-tabbed--with-image
.component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item.active a {
    color: #fff;
}

.qtt-tabbed .nav__tabs .nav__tabs__item,
.component-qtt-form .nav__tabs .nav__tabs__item {
    float: left;
    margin: 0;
    width: 200px;
}

@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;
    }
}

.qtt-tabbed .nav__tabs .nav__tabs__item a {
    width: 100%;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18.7px;
    cursor: pointer;
    text-transform: inherit;
}

.component-qtt-form .nav__tabs .nav__tabs__item a {
    width: 100%;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    text-transform: inherit;
}

@media only screen and (max-width: 440px) {
    .qtt-tabbed .nav__tabs .nav__tabs__item a,
    .component-qtt-form .nav__tabs .nav__tabs__item a {
        font-size: 12px;
    }
}

.qtt-tabbed .nav__tabs .nav__tabs__item a:hover,
.component-qtt-form .nav__tabs .nav__tabs__item a:hover {
    text-decoration: none;
}

.qtt-tabbed .nav__tabs .nav__tabs__item:first-of-type a,
.component-qtt-form .nav__tabs .nav__tabs__item:first-of-type a {
    border-right: 0;
    border-radius: 6px 0px 0px 6px;
}

.qtt-tabbed .nav__tabs .nav__tabs__item:last-of-type a,
.component-qtt-form .nav__tabs .nav__tabs__item:last-of-type a {
    border-left: 0;
    border-radius: 0px 6px 6px 0px;
}

.qtt-tabbed .nav__tabs .nav__tabs__item.active a,
.component-qtt-form .nav__tabs .nav__tabs__item.active a {
    background: #fff;
    color: #1E234F;
}

.qtt-tabbed.qtt-tabbed--with-image .nav__tabs__item.active a {
    background: #009DDB;
    color: #fff;
}

.qtt-tabbed.qtt-tabbed--with-image .nav__tabs__item a {
    border-color: #009DDB;
    color: #fff;
    text-decoration: none;
}

div.component-qtt-form div.fancy-select ul.options.open,
.select2-results {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.form-row {
    margin-bottom: 19px;
    position: relative;
    clear: both;
}

.qtt-tabbed .form-row--hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}

.qtt-tabbed.active .form-row--hidden {
    display: block;
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 19px;
}

.qtt-tabbed.complete .form-row--hidden {
    overflow: visible;
    max-height: 95px;
}

.form-row-return .journey-type {
    width: 165px;
    float: left;
}

.form-row-return .return-journey {
    float: left;
    margin: 0 0.55401662049%;
}

.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: 64em) {
    .qtt-tabbed .form-row--tabs {
        position: absolute;
        top: 28px;
        left: 0;
        right: 0;
    }
}

.qtt-tabbed .form-row--tabs .tabs-wrapper {
    position: relative;
}

@media (max-width: 950px) {
    .qtt-tabbed .form-row--tabs .tabs-wrapper {
        margin-bottom: 75px;
    }
}

.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;
}

@media (max-width: 950px) {
    .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice {
        top: 55px;
        margin-right: -180px;
        width: 350px;
        padding-left: 35px;
    }
}

.qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .nectar-notice__img {
    float: left;
    max-width: 46px;
    position: relative;
    width: 46px;
    height: 52px;
    background-image: url("../img/nectar.png");
    background-position: center;
    background-size: cover;
}

    .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 {
        font-size: 18.7px;
        color: #fff;
        font-weight: bold;
    }

.qtt-tabbed.active .form-row--tabs {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0;
}

.component-qtt-form .form-row--hidden {
    display: none;
    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-primary-invert, .component-qtt-form .btn-secondary-invert, .component-qtt-form .btn-tertiary-invert {
    margin-top: 18px;
}

.component-qtt-form,
.component-journey-check-form,
.component-alt-route-finder {
    max-width: 822px;
    margin: auto;
}

    .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 .arrival-station .validation-error-message,
    .component-journey-check-form .arrival-station .validation-error-message,
    .component-alt-route-finder .arrival-station .validation-error-message {
        line-height: 1.4em;
    }

    .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;
        font-size: 0.8rem;
        line-height: 2.2em;
        padding: 0.5em;
        background: #a51717;
    }

    .component-qtt-form .form-control,
    .component-journey-check-form .form-control,
    .component-alt-route-finder .form-control {
        padding-left: 10px;
        padding-top: 2px;
        font-size: 14px;
        line-height: 14px;
        width: 100%;
        height: 100%;
        background: #fff !important;
        cursor: pointer;
        border: none !important;
        height: 42px;
    }

        .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 {
    color: #00A6E6;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 46px;
    font-size: 10px;
    margin-right: 6px;
    cursor: pointer;
}

.component-qtt-form--simple {
    background-image: linear-gradient(-160deg, #00A6E6 0%, #20234E 52%);
    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: #00A6E6;
    }

    .component-qtt-form--simple .form-title {
        padding: 12px;
        border-bottom: 1px solid #1E234F;
    }

        .component-qtt-form--simple .form-title h3 {
            margin: 0;
            font-size: 1.5em;
            color: #fff;
            line-height: 32px;
        }

@media (min-width: 64em) {
    .component-qtt-form--simple .form-title h3 {
        font-size: 2em;
    }
}

.component-qtt-form--simple .form-title h3 span {
    display: none;
}

@media (min-width: 64em) {
    .component-qtt-form--simple .form-title h3 span {
        display: inline;
    }
}

.component-qtt-form--simple .form-row-primary {
    position: relative;
    z-index: 1;
}

.component-qtt-form--simple .form-row-secondary {
    margin-top: 19px;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media (min-width: 64em) {
    .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-primary-invert, .component-qtt-form--simple .btn-secondary-invert, .component-qtt-form--simple .btn-tertiary-invert {
    margin-top: 0;
    font-size: 1.2em;
}

@media (min-width: 64em) {
    .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: 64em) {
    .component-qtt-form {
        padding-top: 20px;
    }
}

.component-qtt-form .checkbox-wrapper {
    font-size: 14px;
    background: #D7D7DE !important;
}

.component-qtt-form .checkbox-wrapper--click {
    cursor: pointer;
}

.component-qtt-form .journey-type .checkbox-wrapper {
    padding-right: 20px;
}

.checkbox-wrapper input[type=checkbox].qtt-checkbox:checked + label {
    background: #46CA8E !important;
}

    .checkbox-wrapper input[type=checkbox].qtt-checkbox:checked + label:before {
        content: '\e827';
        font-family: icons;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        font-size: 16px;
        left: 4px;
        color: #fff;
        position: relative;
    }

.qtt-checkbox + label {
    background: #ADB3C3 !important;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: 9px;
    cursor: pointer;
}

    .qtt-checkbox + label + label {
        margin-top: 13px;
        line-height: 30px;
        margin-left: 43px;
        color: #46CA8E;
        cursor: pointer;
    }

body div.component-qtt-form .form-row .select2 .select2-selection--single .select2-selection__rendered,
body div.component-journey-check-form .form-row .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    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: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 400;
        color: #1E234F !important;
        height: 42px;
        line-height: 42px;
    }

body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option,
body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option {
    font-size: 14px !important;
}

body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field,
body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
    padding: 10px;
}

body .select2-container--open .select2-dropdown--below,
body .select2-container--open .select2-dropdown--above {
    font-size: 14px !important;
}

    body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field:focus,
    body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field:focus {
        border-bottom: 3px solid #00A6E6 !important;
        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: #20234E;
}

    div.component-qtt-form div.fancy-select div.trigger:after, div.component-journey-check-form div.fancy-select div.trigger:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #00A6E6;
        top: 20px;
        right: 9px;
    }

    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;
        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, div.component-journey-check-form .fancy-select {
    /*
    green tick on selected item in dropdown
  */
}

    div.component-qtt-form .fancy-select ul.options, div.component-journey-check-form .fancy-select ul.options {
        padding: 0px;
    }

        div.component-qtt-form .fancy-select ul.options.above, div.component-journey-check-form .fancy-select ul.options.above {
            bottom: 100% !important;
            top: auto !important;
        }

        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;
        }

        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;
}

.lt-ie10 .ui-datepicker {
    max-width: 690px;
}

.ui-datepicker {
    border: 0;
    border-top: 3px solid #00A6E6;
    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;
}

    .ui-datepicker table {
        margin-bottom: 0;
        box-shadow: none;
        border-radius: 0;
        background-clip: padding-box;
        background-color: transparent;
        border-collapse: collapse;
        overflow-x: hidden;
        display: table;
        border: 0px;
    }

        .ui-datepicker table thead {
            background-color: #fff;
            border: 18px solid #fff;
            border-top-width: 0;
        }

            .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: #1E234F !important;
                }

        .ui-datepicker table tbody {
            border: 18px solid #fff;
            border-top-width: 9px;
        }

            .ui-datepicker table tbody tr {
                border: 0px;
            }

                .ui-datepicker table tbody tr td {
                    color: #1E234F;
                    background: #fff;
                    font-size: 16px;
                    line-height: 20px !important;
                    padding: 0;
                }

                    .ui-datepicker table tbody tr td a, .ui-datepicker table tbody tr td span {
                        text-align: center;
                    }

                .ui-datepicker table tbody tr:nth-child(odd), .ui-datepicker table tbody tr:nth-child(even) {
                    background-color: transparent;
                }

    .ui-datepicker td a, .ui-datepicker td span {
        padding: 6px;
        min-width: 32px;
    }

    .ui-datepicker.ui-datepicker-multi {
        width: auto !important;
    }

        .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
            width: 50%;
            padding: 0;
        }

            .ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-calendar {
                margin: 0;
                width: 100%;
            }

            .ui-datepicker.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-calendar {
                border-left: 1px solid #fff;
            }

    .ui-datepicker .ui-datepicker-header {
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        padding: 18px 18px 0;
        background-color: #fff;
    }

        .ui-datepicker .ui-datepicker-header .ui-state-hover {
            border: 0;
            opacity: 0.8;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            width: 30px;
            height: 31px;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            top: 20px;
            border-radius: 15px;
            border: 2px solid #fff;
            color: #fff;
            z-index: 100;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
                display: inline-block;
                overflow: hidden;
                line-height: 1.5;
                margin-left: -9px;
                margin-top: -8px;
                font-family: 'icons';
                font-weight: 400;
                font-size: 12px;
            }

                .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 2em 0.5em;
            line-height: 2em;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
                font-size: 16px !important;
                line-height: 34px;
                font-weight: 700;
                font-size: 16px;
                color: #1E234F;
            }

                .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 span {
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-today .ui-state-default {
        background-color: #fff;
        border-radius: 20px;
        color: #1E234F;
    }

        .ui-datepicker .ui-datepicker-today .ui-state-default:hover {
            background-color: #fff;
            color: #1E234F;
        }

    .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: #1E234F;
    }

        .ui-datepicker .ui-datepicker-calendar thead th span {
            font-size: 75%;
            color: #fff;
        }

        .ui-datepicker .ui-datepicker-calendar tbody td.zero a: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: "Gotham SSm A", "Gotham SSm B", sans-serif;
            font-weight: 400;
            border: none;
            font-size: 14px;
            color: #1E234F;
            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: rgba(30, 35, 79, 0.2);
                color: #1E234F !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: #00A6E6;
                color: #fff !important;
            }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight {
            background-color: transparent;
            color: inherit;
        }

            .ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight.ui-state-active {
                background-color: #1E234F;
                color: #fff;
            }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default {
            color: #979797;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        width: 100%;
        text-align: center;
        margin: 0 0 2.4rem;
    }

        .ui-datepicker .ui-datepicker-buttonpane:first-child {
            margin: 2.4rem 0 0;
        }

        .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
            border: 0;
            display: none;
        }

            .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button.ui-datepicker-current {
                display: none;
            }

        .ui-datepicker .ui-datepicker-buttonpane button {
            text-align: center;
            border-radius: 0;
            background-color: transparent;
            border: 1px solid #00A6E6;
            height: auto;
            color: #00A6E6;
            line-height: 2.4;
            margin: 0;
            padding: 0;
            min-width: 150px;
            font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
            /*font-family: 'Univers W01', Arial, sans-serif; */
            font-weight: 400;
            font-size: 14px;
            transition: all all 0.3s ease-out ease-out;
            box-shadow: none;
            font-weight: bold !important;
        }

            .ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                display: inline-block;
                float: none;
            }

                .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
                    font-weight: normal;
                    border-radius: 5px;
                }

                .ui-datepicker .ui-datepicker-buttonpane button:hover, .ui-datepicker .ui-datepicker-buttonpane button.selected {
                    transition: all all 0.3s ease-out ease-out;
                    background-color: #00A6E6;
                    color: #fff;
                    font-weight: bold;
                    box-shadow: none;
                }

                .ui-datepicker .ui-datepicker-buttonpane button.first {
                    border-radius: 5px 0 0 5px;
                }

                .ui-datepicker .ui-datepicker-buttonpane button.last {
                    border-left-width: 0;
                    border-radius: 0 5px 5px 0;
                }

                .ui-datepicker .ui-datepicker-buttonpane button.first.last {
                    border-left-width: 1px;
                }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        border-color: #00A6E6;
        color: #00A6E6;
        cursor: pointer;
    }

@media (max-width: 767px) {
    .ui-datepicker {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        height: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        border-top: 0 !important;
        position: fixed !important;
        background-color: white;
        bottom: 0;
        overflow-y: scroll;
    }

        .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: 0;
    background: #fff;
    border-top: solid 3px #00A6E6;
    position: absolute;
    padding: 12px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 47.9375em) {
    .railcards {
        position: relative;
    }
}

.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;
}

@media (max-width: 47.9375em) {
    .railcards .fancy-select .trigger {
        padding-right: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.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;
}

.railcards a {
    line-height: 16px;
    cursor: pointer;
    font-size: 16px;
}

    .railcards a i {
        font-style: normal;
    }

.railcards div {
    margin-bottom: 0;
}

.railcards a {
    font-weight: 700;
    line-height: 46px;
}

.component-detailed-network-status .alerts-service {
    background: #EEE9F3;
    color: #1E234F;
    padding: 40px;
    margin-bottom: 29px;
}

    .component-detailed-network-status .alerts-service .alerts-service-title i {
        font-size: 30px;
        float: left;
        margin-right: 15px;
        color: #E53935;
        position: relative;
        top: 15px;
    }

        .component-detailed-network-status .alerts-service .alerts-service-title i.icon-good {
            color: #00DB6A;
        }

    .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 {
            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 {
    max-width: 660px;
    margin: auto;
}

    .component-live-departures-form .forms-wrapper .form-group {
        margin-bottom: 20px;
    }

        .component-live-departures-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 {
        float: left;
        width: 70%;
        margin-right: 2%;
    }

    .component-live-departures-form .forms-wrapper .form-group:last-of-type {
        float: left;
        width: 28%;
    }
}

.component-live-departures-form .form-control {
    width: 100%;
    height: 100%;
    min-height: 42px;
    border: none;
}

.component-live-departures-form .validation-error-message {
    color: #1E234F;
    text-align: left;
    line-height: 18px;
}

.component-station-selector-form .form-group:first-of-type {
    max-width: 400px;
    margin: auto;
}

.component-station-selector-form .form-group:last-of-type {
    margin: 20px auto 40px;
    text-align: center;
}

.component-station-selector-form .validation-error-message {
    color: #1E234F;
    text-align: left;
    line-height: 18px;
}

.component-station-selector-form .select-wrapper:after {
    display: none;
}

.component-sitemap h3, .component-sitemap h4 {
    margin: 0 0 12px;
    font-size: 2.6em;
    color: #1E234F;
}

.component-sitemap ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin-bottom: 8px;
}

.component-sitemap a {
    font-size: 0.9em;
    margin: 0;
}

.modal-dialog .alert-icon {
    color: #E53935;
    font-size: 30px;
    line-height: 30px;
}

.modal-dialog .modal-header {
    padding: 30px 0px 5px 70px;
    margin-left: 30px;
    border: 0;
    left: -30px;
}

    .modal-dialog .modal-header .close-modal.icon-close_no_circle {
        font-size: 16px;
    }

    .modal-dialog .modal-header .modal-title {
        line-height: 30px;
        font-size: 24px;
        color: #1E234F;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 300;
    }

    .modal-dialog .modal-header .disruptions-heading .alert-icon {
        position: absolute;
        left: -50px;
    }

    .modal-dialog .modal-header .close-modal {
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 18px;
        margin-right: 0px;
    }

        .modal-dialog .modal-header .close-modal:hover {
            color: #979797;
        }

.modal-dialog .modal-body {
    /*padding-right: 0px;
        margin-right: 13px;
        padding-left: 100px;*/
    padding: 0px 15px 15px 15px;
    margin: 0px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 300;
}

.modal-dialog .modal-line {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: linear-gradient(-90deg, #8F83BD 0%, #8F83BD 0%, #EDF8FE 100%);
}

.modal-dialog .modal-line-top {
    height: 4px;
}

.modal-dialog .modal-line-bottom {
    height: 2px;
}

.modal-dialog .modal-footer {
    border-top: 0px;
    padding: 0px 0px 15px 100px;
}

.modal-dialog iframe {
    margin-top: 10px;
    border: 1px solid #AEB6BC;
}

.modal-dialog .scrollbar-inner {
    padding-right: 0px;
    margin-right: 13px;
    padding-left: 100px;
    overflow-y: auto;
    max-height: 300px;
}

#style-2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D8F0FB;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
    background-color: #D8F0FB;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #80CFF4;
}

.modal-dialog .alert-icon {
    color: #E53935;
    font-size: 30px;
    line-height: 30px;
}

.modal-dialog .modal-header {
    padding: 30px 0px 5px 70px;
    margin-left: 30px;
    border: 0;
    left: -30px;
}

    .modal-dialog .modal-header .close-modal.icon-close_no_circle {
        font-size: 16px;
    }

    .modal-dialog .modal-header .modal-title {
        line-height: 30px;
        font-size: 24px;
        color: #1E234F;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 300;
    }

    .modal-dialog .modal-header .disruptions-heading .alert-icon {
        position: absolute;
        left: -50px;
    }

    .modal-dialog .modal-header .close-modal {
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 18px;
        margin-right: 0px;
    }

        .modal-dialog .modal-header .close-modal:hover {
            color: #979797;
        }

.modal-dialog .modal-body {
    /*padding-right: 0px;
        margin-right: 13px;
        padding-left: 100px;*/
    padding: 0px 15px 15px 15px;
    margin: 0px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 300;
}

.modal-dialog .modal-line {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: linear-gradient(-90deg, #8F83BD 0%, #8F83BD 0%, #EDF8FE 100%);
}

.modal-dialog .modal-line-top {
    height: 4px;
}

.modal-dialog .modal-line-bottom {
    height: 2px;
}

.modal-dialog .modal-footer {
    border-top: 0px;
    padding: 0px 0px 15px 100px;
}

.modal-dialog iframe {
    margin-top: 10px;
    border: 1px solid #AEB6BC;
}

.modal-dialog .scrollbar-inner {
    padding-right: 0px;
    margin-right: 13px;
    padding-left: 100px;
    overflow-y: auto;
    max-height: 300px;
}

#style-2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D8F0FB;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
    background-color: #D8F0FB;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #80CFF4;
}

.component-social-sharing .outer {
    background-color: #fff;
    width: 126px;
    height: 182px;
    padding: 6px;
    position: absolute;
    border: 1px solid #D8D8D8;
    z-index: 9;
    bottom: 90px;
}

    .component-social-sharing .outer:after, .component-social-sharing .outer:before {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .component-social-sharing .outer:after {
        left: 40px;
        bottom: -40px;
        border-color: #fff transparent transparent transparent;
        border-width: 20px;
    }

    .component-social-sharing .outer:before {
        left: 40px;
        bottom: -41px;
        border-color: #D8D8D8 transparent transparent transparent;
        border-width: 20px;
    }

    .component-social-sharing .outer .inner {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .component-social-sharing .outer .inner .item {
            background-color: grey;
            width: 56px;
            height: 56px;
            display: block;
            float: left;
        }

        .component-social-sharing .outer .inner .item--mail {
            background-color: #626583;
        }

        .component-social-sharing .outer .inner .item--close {
            background-color: #F1F6F7;
        }

        .component-social-sharing .outer .inner .item--linkedin {
            background-color: #008CC9;
        }

        .component-social-sharing .outer .inner .item--google {
            background-color: #D73D32;
        }

        .component-social-sharing .outer .inner .item--twitter {
            background-color: #1DA1F2;
        }

        .component-social-sharing .outer .inner .item--facebook {
            background-color: #547BBD;
        }

        .component-social-sharing .outer .inner .item .close-x {
            stroke: #003668;
            fill: transparent;
            stroke-linecap: round;
            stroke-width: 4;
        }

        .component-social-sharing .outer .inner .item .icon, .component-social-sharing .outer .inner .item *[class*='icon-'], .component-social-sharing .outer .inner .item .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-social-sharing .outer .inner .item .station-switch__icon {
            display: block;
            padding: 12px;
        }

.component-social-sharing .share-button .btn-secondary {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
    font-weight: 400 !important;
    text-transform: none !important;
    width: auto;
    min-width: 98px;
    box-shadow: none;
    font-size: 18.7px;
}

.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;
    background: linear-gradient(-90deg, #E1C3DD 13%, #DDF3FC 86%);
}

    .navigation--quick-link .navigation--quick-link--header {
        text-transform: uppercase;
        margin: 0px;
        margin-bottom: 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #00A6E6;
        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 {
            color: #1E234F;
            text-decoration: none;
            padding-left: 0 !important;
        }

            .navigation--quick-link .navigation--quick-link--item a:after {
                display: none;
            }

            .navigation--quick-link .navigation--quick-link--item a:visited:after {
                display: none;
            }

@media (min-width: 48em) {
    .nav-main-content .promo-text {
        margin-top: 50px;
    }
}

.nav-main-content.open .btn-close.icon-close_no_circle {
    font-size: 14px;
    margin-right: 13px;
    margin-bottom: 13px;
}

.component-twitter {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    margin-top: 20px;
}

@media (min-width: 64em) {
    .component-twitter {
        margin-top: 0;
    }
}

.component-twitter .twitter-header {
    padding: 10px 15px 5px;
    overflow: hidden;
}

    .component-twitter .twitter-header h4 {
        float: left;
        text-transform: capitalize;
        margin-top: 15px;
    }

    .component-twitter .twitter-header .logo {
        float: right;
    }

.component-twitter .twitter-footer {
    padding: 20px;
    text-align: center;
}

    .component-twitter .twitter-footer .btn-secondary-invert {
        text-transform: initial;
        position: relative;
        padding-left: 40px;
        border-color: #0076A8;
        color: #0076A8;
    }

        .component-twitter .twitter-footer .btn-secondary-invert svg {
            display: inline-block;
            fill: #00A6E6;
            width: 14px;
            height: 20px;
            position: absolute;
            left: 15px;
            top: 10px;
        }

#altRouteFinderModal {
    z-index: 9999;
}

    #altRouteFinderModal .vertical-alignment-helper {
        height: 90%;
    }

    #altRouteFinderModal .vertical-align-center,
    #altRouteFinderModal .modal-content {
        height: 100%;
        max-width: 1280px;
    }

    #altRouteFinderModal .modal-header {
        padding: 30px 0px 10px 70px;
    }

    #altRouteFinderModal .modal-body {
        height: calc(100% - 50px);
    }

.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 {
            margin: 0;
            color: #fff;
        }

    .component-alt-route-finder .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        font-family: "Gotham SSm A", "Gotham SSm B", 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 {
    background: #F2F4F6;
    padding-top: 30px;
}

@media (min-width: 64em) {
    .layout--error {
        padding-top: 100px;
        margin-top: -37px;
    }
}

.layout--quick-links--error {
    background: #F2F4F6;
}

.errorPage {
    background-size: cover;
    padding: 40px 12px 0px;
    margin-top: -40px;
    color: #20234E;
    height: 100%;
    width: 100% !important;
    position: relative;
    min-height: 250px;
}

    .errorPage h1 {
        width: 200%;
        padding-right: 100%;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        color: #1E234F;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-size: 28px;
        font-weight: initial;
    }

    .errorPage ul {
        margin: 30px 0 0 0;
        color: #4A90E2;
        padding: 0 0 0 18px;
    }

        .errorPage ul li {
            padding: 6px 6px 0px 12px;
        }

            .errorPage ul li:before {
                height: 0;
            }

    .errorPage a {
        font-weight: initial;
    }

.error500--page {
    background: #F2F4F6;
}

.error500 {
    background: #F2F4F6;
    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 h1 {
        padding-bottom: 32px;
    }

    .error500 ul {
        color: #4A90E2;
        padding-left: 18px;
    }

        .error500 ul li {
            padding-left: 12px;
        }

    .error500 a {
        font-weight: initial;
    }

.error500--item {
    width: 60vw;
    margin: 0px 20px;
}

    .error500--item h1 {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-size: 28px;
        font-weight: initial;
    }

@media (max-width: 480px) {
    .error500--item {
        width: 80vw;
        margin: 0px 10px;
    }

        .error500--item h1 {
            font-size: 24px;
        }

    .errorPage {
        padding-top: 10px;
    }

        .errorPage h1 {
            font-size: 24px;
        }

        .errorPage .error-content {
            width: 100%;
            padding: 0 12px 200px;
        }
}

@media (min-width: 768px) {
    .errorPage h1 {
        font-weight: 900;
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    .errorPage ul li a {
        font-weight: 600;
    }
}

.component-newsletter-form .validation-error .validation-error-message {
    font-size: 12px;
    color: #E53935;
    margin-bottom: 0;
}

.component-newsletter-form .message {
    color: #00A6E6;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
}

    .component-newsletter-form .message p {
        margin: 0;
        font-weight: bold;
        font-size: 14px;
        line-height: 22px;
    }

.can-we-contact-you-container .ul-checkbox-wrapper {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
}

    .can-we-contact-you-container .ul-checkbox-wrapper li:hover .checkbox-wrapper {
        background: #9EFBD3;
    }

    .can-we-contact-you-container .ul-checkbox-wrapper li.checked .checkbox-wrapper {
        background: #9EFBD3;
    }

    .can-we-contact-you-container .ul-checkbox-wrapper li.disabled-checkbox .checkbox-wrapper {
        background-color: #f2eef6;
    }

    .can-we-contact-you-container .ul-checkbox-wrapper li.disabled-checkbox input[type=checkbox] + label + label {
        color: #dacfe5 !important;
    }

    .can-we-contact-you-container .ul-checkbox-wrapper li:last-child {
        margin-bottom: 0px;
    }

.can-we-contact-you-container .checkbox-wrapper {
    position: relative;
    height: auto;
    padding: 9px 0px;
}

    .can-we-contact-you-container .checkbox-wrapper input[type=checkbox]:checked + label {
        background-color: #1E234F;
    }

    .can-we-contact-you-container .checkbox-wrapper input[type=checkbox] + label + label {
        width: 100%;
        display: block;
        margin: 0;
        padding-left: 44px;
    }

#popup {
    z-index: 1070;
    top: 50%;
    transform: translateY(-50%);
    height: 366px;
}

    #popup .modal-dialog {
        width: 639px;
        margin: 0px auto;
    }

    #popup .modal-header {
        position: absolute;
        z-index: 8;
        width: 100%;
    }

        #popup .modal-header .close-modal {
            font-size: 33px;
            color: #fff;
            top: 10px;
            right: 10px;
        }

            #popup .modal-header .close-modal:after {
                background-color: #000;
                width: 23px;
                height: 23px;
                content: "";
                display: inline-block;
                position: absolute;
                left: 5px;
                top: 5px;
                z-index: -9;
            }

    #popup .modal-content {
        border-width: 0;
    }

    #popup .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 359px;
        width: 639px;
    }

        #popup .container .item-description {
            -ms-flex-order: 0;
            order: 0;
            width: 55%;
        }

        #popup .container .item-img {
            -ms-flex-order: 1;
            order: 1;
            width: 46%;
            background-position: 60%;
            background-repeat: no-repeat;
        }

        #popup .container .item-img-mobile {
            display: none;
        }

        #popup .container .triangle-down {
            width: 0;
            height: 0;
            border-right: 100px solid transparent;
            border-top: 359px solid white;
        }

        #popup .container .title {
            font-size: 28px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            color: #1e234f;
            margin: 0;
        }

        #popup .container .item-description-content {
            padding-left: 30px;
            padding-top: 19px;
        }

        #popup .container .btn-revenue-custom {
            background: #00a6e6;
            font-size: 14px;
            line-height: 1.5;
            padding: 7px;
            box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
        }

        #popup .container .item {
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 40px;
            letter-spacing: normal;
            text-align: left;
            color: #1e234f;
            margin: 0;
            font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        }

        #popup .container .policy {
            font-size: 12px;
            font-weight: normal;
            color: #1e234f;
        }

            #popup .container .policy a {
                text-decoration: none;
                font-size: 12px;
                font-weight: normal;
                color: #1e234f;
            }

        #popup .container ul {
            list-style-type: none;
            padding: 0px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            #popup .container ul li:before {
                margin-right: 5px;
                font-size: 20px;
                width: 25px;
                display: inline-block;
            }

            #popup .container ul li.icon-nectar:before {
                background-image: url(../img/nectar.svg);
                background-size: 33px 30px;
                display: inline-block;
                width: 33px;
                height: 30px;
                content: "";
                margin-left: -5px;
                margin-bottom: -11px;
                margin-right: 2px;
            }

@media (min-width: 64em) {
    #popup .container {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    #popup {
        top: 0%;
        height: 100%;
        transform: none;
    }

        #popup .modal-dialog {
            top: 55px;
            width: 95%;
        }

        #popup .container {
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            height: 100%;
        }

            #popup .container .item-img {
                -ms-flex-order: 0;
                order: 0;
                width: 100%;
                height: 201px;
                background-repeat: no-repeat;
                background-size: cover;
            }

            #popup .container .item-img-mobile {
                display: block;
            }

            #popup .container .item-img-desktop {
                display: none;
            }

            #popup .container .item-description {
                -ms-flex-order: 1;
                order: 1;
                width: 100%;
                height: 100%;
            }

            #popup .container .triangle-down {
                display: none;
            }

            #popup .container .item-description-content {
                padding-left: 24px;
                padding-top: 23px;
                padding-right: 30px;
            }

            #popup .container .title {
                font-size: 20px;
            }
}

#signUpNow {
    background-image: linear-gradient(to left, #c77bc4 40%, #943f90);
    margin: 0;
}

    #signUpNow .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
    }

        #signUpNow .container .description {
            -ms-flex-order: 0;
            order: 0;
            width: 100%;
            height: 182.4px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: left;
            justify-content: left;
        }

            #signUpNow .container .description .title {
                margin-top: 40px;
                margin-bottom: 0px;
                width: 345px;
                height: 36px;
                font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
                font-size: 28px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.29;
                letter-spacing: normal;
                color: #ffffff;
            }

            #signUpNow .container .description .sub-title {
                margin: 0px;
                font-size: 28px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.29;
                letter-spacing: normal;
                color: #ffffff;
            }

            #signUpNow .container .description .btn-sign-up {
                display: none;
            }

            #signUpNow .container .description .policy {
                margin-top: 27px;
                font-size: 12px;
                color: #ffffff;
            }

                #signUpNow .container .description .policy a {
                    text-decoration: underline;
                    font-size: 12px;
                    font-weight: normal;
                    color: #fff;
                }

            #signUpNow .container .description .btn-revenue-custom {
                margin-top: 106px;
                margin-right: 9px;
                background: #00a6e6;
                font-size: 14px;
                line-height: 1.5;
                padding: 7px;
                box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
            }

    #signUpNow .container-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-order: 1;
        order: 1;
        position: absolute;
        right: 0%;
        width: 653px;
        height: 182px;
    }

        #signUpNow .container-right .btn-container {
            z-index: 1;
        }

            #signUpNow .container-right .btn-container .btn-revenue-custom {
                margin-top: 106px;
                margin-right: 9px;
                background: #009ddb;
                font-size: 18.7px;
                line-height: normal;
                padding: 5px;
                box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
            }

    #signUpNow .img {
        -ms-flex-order: 1;
        order: 1;
        position: absolute;
        right: 0%;
        width: 443px;
        height: 182px;
    }

    #signUpNow .triangle-down {
        width: 0;
        height: 0;
        border-right: 114px solid transparent;
        border-top: 182px solid #c77bc4;
    }

@media screen and (max-width: 1400px) {
    #signUpNow .container-right {
        right: -10%;
    }
}

@media screen and (max-width: 1199px) {
    #signUpNow .container-right {
        right: -20%;
    }

    #signUpNow .container .description {
        width: 85%;
    }

        #signUpNow .container .description .title {
            margin-top: 20px;
        }

        #signUpNow .container .description .policy {
            margin-top: 10px;
        }
}

@media screen and (max-width: 900px) {
    #signUpNow .container-right {
        right: -30%;
    }

    #signUpNow .container .description {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    #signUpNow {
        background-image: linear-gradient(to left, #c77bc4 18%, #943f90);
    }

        #signUpNow .container-right {
            display: none;
        }

        #signUpNow .container .btn-container {
            display: none;
        }

        #signUpNow .container .description {
            height: 292px;
            width: 100%;
            padding: 0 12px;
            -ms-flex-pack: center;
            justify-content: center;
        }

            #signUpNow .container .description .title {
                margin-top: 29px;
                text-align: center;
                width: 100%;
            }

            #signUpNow .container .description .sub-title {
                margin-top: 12px;
                text-align: center;
                font-size: 24px;
                width: 100%;
            }

            #signUpNow .container .description p.btn-sign-up::marker {
                content: "";
            }

            #signUpNow .container .description p.btn-sign-up::after {
                content: "";
            }

            #signUpNow .container .description .btn-sign-up {
                margin-top: 32px;
                display: list-item;
                list-style-type: none;
                text-align: center;
                width: 100%;
            }

                #signUpNow .container .description .btn-sign-up .btn-revenue-custom {
                    margin-top: 0px;
                }

            #signUpNow .container .description .policy {
                margin-top: 12px;
                width: 100%;
                text-align: center;
            }
}

.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-primary-invert, .component-route-picker .btn-secondary-invert, .component-route-picker .btn-tertiary-invert {
        margin-top: 15px;
    }

fieldset.accessibility {
    border: none;
}

    fieldset.accessibility legend {
        visibility: hidden;
    }

.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;
}

/* mixins */
.block-with-text {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
    margin-right: -1em;
    padding-right: 1em;
}

    .block-with-text:before {
        content: '...';
        position: absolute;
        right: 2px;
        bottom: 2px;
    }

    .block-with-text:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: #1E234F;
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/*----- */
.tpe-does-tv-component {
    background: url("/assets/img/tpe_does_tv/background-image.jpg");
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: top;
    /** Start of Bootstrap override classes**/
    /** Medium sized to large screens**/
    /** Medium sized to large screens**/
    /** Larger Screens**/
    /** Tablet **/
    /** Mobile**/
    /**Mobile **/
    /** Mobile **/
    /* ------ */
    /* ------- */
    /* */
}

    .tpe-does-tv-component .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tpe-does-tv-component .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding: 0 15px 30px;
        float: left;
        width: 100%;
        z-index: 1;
        position: relative;
    }

        .tpe-does-tv-component .container-fluid .view-map {
            display: none;
            margin: 20px auto;
        }

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .container-fluid .view-map {
        display: block;
        transition: opacity 0.4s ease;
    }

        .tpe-does-tv-component .container-fluid .view-map.loading {
            opacity: 0.5;
        }
}

.tpe-does-tv-component .container-fluid .modal-backdrop.in {
    display: none;
}

.tpe-does-tv-component .container-fluid .modal.in + .modal-backdrop {
    z-index: 999;
    display: block;
}

.tpe-does-tv-component .row {
    margin-left: -15px;
    margin-right: -15px;
}

.tpe-does-tv-component .col-xs-1,
.tpe-does-tv-component .col-sm-1,
.tpe-does-tv-component .col-md-1,
.tpe-does-tv-component .col-lg-1,
.tpe-does-tv-component .col-xs-2,
.tpe-does-tv-component .col-sm-2,
.tpe-does-tv-component .col-md-2,
.tpe-does-tv-component .col-lg-2,
.tpe-does-tv-component .col-xs-3,
.tpe-does-tv-component .col-sm-3,
.tpe-does-tv-component .col-md-3,
.tpe-does-tv-component .col-lg-3,
.tpe-does-tv-component .col-xs-4,
.tpe-does-tv-component .col-sm-4,
.tpe-does-tv-component .col-md-4,
.tpe-does-tv-component .col-lg-4,
.tpe-does-tv-component .col-xs-5,
.tpe-does-tv-component .col-sm-5,
.tpe-does-tv-component .col-md-5,
.tpe-does-tv-component .col-lg-5,
.tpe-does-tv-component .col-xs-6,
.tpe-does-tv-component .col-sm-6,
.tpe-does-tv-component .col-md-6,
.tpe-does-tv-component .col-lg-6,
.tpe-does-tv-component .col-xs-7,
.tpe-does-tv-component .col-sm-7,
.tpe-does-tv-component .col-md-7,
.tpe-does-tv-component .col-lg-7,
.tpe-does-tv-component .col-xs-8,
.tpe-does-tv-component .col-sm-8,
.tpe-does-tv-component .col-md-8,
.tpe-does-tv-component .col-lg-8,
.tpe-does-tv-component .col-xs-9,
.tpe-does-tv-component .col-sm-9,
.tpe-does-tv-component .col-md-9,
.tpe-does-tv-component .col-lg-9,
.tpe-does-tv-component .col-xs-10,
.tpe-does-tv-component .col-sm-10,
.tpe-does-tv-component .col-md-10,
.tpe-does-tv-component .col-lg-10,
.tpe-does-tv-component .col-xs-11,
.tpe-does-tv-component .col-sm-11,
.tpe-does-tv-component .col-md-11,
.tpe-does-tv-component .col-lg-11,
.tpe-does-tv-component .col-xs-12,
.tpe-does-tv-component .col-sm-12,
.tpe-does-tv-component .col-md-12,
.tpe-does-tv-component .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.tpe-does-tv-component .col-xs-1,
.tpe-does-tv-component .col-xs-2,
.tpe-does-tv-component .col-xs-3,
.tpe-does-tv-component .col-xs-4,
.tpe-does-tv-component .col-xs-5,
.tpe-does-tv-component .col-xs-6,
.tpe-does-tv-component .col-xs-7,
.tpe-does-tv-component .col-xs-8,
.tpe-does-tv-component .col-xs-9,
.tpe-does-tv-component .col-xs-10,
.tpe-does-tv-component .col-xs-11,
.tpe-does-tv-component .col-xs-12 {
    float: left;
}

.tpe-does-tv-component .col-xs-12 {
    width: 100%;
}

.tpe-does-tv-component .col-xs-11 {
    width: 91.66666667%;
}

.tpe-does-tv-component .col-xs-10 {
    width: 83.33333333%;
}

.tpe-does-tv-component .col-xs-9 {
    width: 75%;
}

.tpe-does-tv-component .col-xs-8 {
    width: 66.66666667%;
}

.tpe-does-tv-component .col-xs-7 {
    width: 58.33333333%;
}

.tpe-does-tv-component .col-xs-6 {
    width: 50%;
}

.tpe-does-tv-component .col-xs-5 {
    width: 41.66666667%;
}

.tpe-does-tv-component .col-xs-4 {
    width: 33.33333333%;
}

.tpe-does-tv-component .col-xs-3 {
    width: 25%;
}

.tpe-does-tv-component .col-xs-2 {
    width: 16.66666667%;
}

.tpe-does-tv-component .col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .tpe-does-tv-component .col-sm-1,
    .tpe-does-tv-component .col-sm-2,
    .tpe-does-tv-component .col-sm-3,
    .tpe-does-tv-component .col-sm-4,
    .tpe-does-tv-component .col-sm-5,
    .tpe-does-tv-component .col-sm-6,
    .tpe-does-tv-component .col-sm-7,
    .tpe-does-tv-component .col-sm-8,
    .tpe-does-tv-component .col-sm-9,
    .tpe-does-tv-component .col-sm-10,
    .tpe-does-tv-component .col-sm-11,
    .tpe-does-tv-component .col-sm-12 {
        float: left;
    }

    .tpe-does-tv-component .col-sm-12 {
        width: 100%;
    }

    .tpe-does-tv-component .col-sm-11 {
        width: 91.66666667%;
    }

    .tpe-does-tv-component .col-sm-10 {
        width: 83.33333333%;
    }

    .tpe-does-tv-component .col-sm-9 {
        width: 75%;
    }

    .tpe-does-tv-component .col-sm-8 {
        width: 66.66666667%;
    }

    .tpe-does-tv-component .col-sm-7 {
        width: 58.33333333%;
    }

    .tpe-does-tv-component .col-sm-6 {
        width: 50%;
    }

    .tpe-does-tv-component .col-sm-5 {
        width: 41.66666667%;
    }

    .tpe-does-tv-component .col-sm-4 {
        width: 33.33333333%;
    }

    .tpe-does-tv-component .col-sm-3 {
        width: 25%;
    }

    .tpe-does-tv-component .col-sm-2 {
        width: 16.66666667%;
    }

    .tpe-does-tv-component .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .tpe-does-tv-component .col-md-1,
    .tpe-does-tv-component .col-md-2,
    .tpe-does-tv-component .col-md-3,
    .tpe-does-tv-component .col-md-4,
    .tpe-does-tv-component .col-md-5,
    .tpe-does-tv-component .col-md-6,
    .tpe-does-tv-component .col-md-7,
    .tpe-does-tv-component .col-md-8,
    .tpe-does-tv-component .col-md-9,
    .tpe-does-tv-component .col-md-10,
    .tpe-does-tv-component .col-md-11,
    .tpe-does-tv-component .col-md-12 {
        float: left;
    }

    .tpe-does-tv-component .col-md-12 {
        width: 100%;
    }

    .tpe-does-tv-component .col-md-11 {
        width: 91.66666667%;
    }

    .tpe-does-tv-component .col-md-10 {
        width: 83.33333333%;
    }

    .tpe-does-tv-component .col-md-9 {
        width: 75%;
    }

    .tpe-does-tv-component .col-md-8 {
        width: 66.66666667%;
    }

    .tpe-does-tv-component .col-md-7 {
        width: 58.33333333%;
    }

    .tpe-does-tv-component .col-md-6 {
        width: 50%;
    }

    .tpe-does-tv-component .col-md-5 {
        width: 41.66666667%;
    }

    .tpe-does-tv-component .col-md-4 {
        width: 33.33333333%;
    }

    .tpe-does-tv-component .col-md-3 {
        width: 25%;
    }

    .tpe-does-tv-component .col-md-2 {
        width: 16.66666667%;
    }

    .tpe-does-tv-component .col-md-1 {
        width: 8.33333333%;
    }
}

.tpe-does-tv-component img {
    vertical-align: middle;
}

.tpe-does-tv-component .img-responsive,
.tpe-does-tv-component .thumbnail > img,
.tpe-does-tv-component .thumbnail a > img,
.tpe-does-tv-component .carousel-inner > .item > img,
.tpe-does-tv-component .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tpe-does-tv-component .img-circle {
    border-radius: 50%;
}

.tpe-does-tv-component .text-center {
    text-align: center;
}

@media (max-width: 767px) {
    .tpe-does-tv-component .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tpe-does-tv-component .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tpe-does-tv-component .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .tpe-does-tv-component .hidden-lg {
        display: none !important;
    }
}

.tpe-does-tv-component #tv-landing-page-desc {
    float: none;
    padding: 0 30px;
}

@media only screen and (min-width: 765px) {
    .tpe-does-tv-component #tv-landing-page-desc {
        padding: 30px 30px;
    }
}

.tpe-does-tv-component #tv-location-page-container {
    background-size: cover;
    padding-top: 10px;
}

    .tpe-does-tv-component #tv-location-page-container p {
        padding-bottom: 10px;
        font-size: 16px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #ffffff;
        display: inline-block;
        margin: 5px 0 0;
    }

.tpe-does-tv-component #tv-landing-page-desc p {
    color: white;
    height: auto;
    display: inline-block;
    margin-top: 75px;
    line-height: 30px;
    font-size: 20px;
}

@media only screen and (min-width: 900px) {
    .tpe-does-tv-component #tv-landing-page-desc p {
        max-width: 826px;
        display: block;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 771px) {
    .tpe-does-tv-component #tv-location-page-container p {
        max-width: 826px;
        display: block;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 1028px) {
    .tpe-does-tv-component #tv-landing-page-desc p {
        margin-top: 12%;
    }
}

.tpe-does-tv-component #tv-landing-page {
    background: url("/assets/img/tpe_does_tv/film-strip-new.png") no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
}

@media only screen and (min-width: 1500px) {
    .tpe-does-tv-component #tv-landing-page {
        background: url("/assets/img/tpe_does_tv/film-strip-new.png") none;
    }
}

.tpe-does-tv-component #location-selection-row {
    text-align: center;
}

    .tpe-does-tv-component #location-selection-row .location-selection-column {
        display: inline-block;
        margin: 15px 60px;
    }

        .tpe-does-tv-component #location-selection-row .location-selection-column img:hover {
            opacity: 0.8;
        }

@media (min-width: 48em) {
    .tpe-does-tv-component #location-selection-row .location-selection-column {
        margin: 15px 5px;
        width: 30%;
    }
}

.tpe-does-tv-component #location-selection-container {
    padding-top: 20px;
    background: none;
}

.tpe-does-tv-component #behind-the-scene-row {
    padding-top: 15%;
    text-align: center;
    float: none;
}

@media only screen and (min-width: 990px) {
    .tpe-does-tv-component #behind-the-scene-row {
        padding-top: 10%;
    }
}

.tpe-does-tv-component #behind-the-scene-row img {
    display: inline-block;
    width: 50%;
}

@media only screen and (max-width: 450px) {
    .tpe-does-tv-component #behind-the-scene-row img {
        width: 60%;
    }
}

.tpe-does-tv-component .share-container {
    margin-top: 37px;
    text-align: right;
    float: none;
}

    .tpe-does-tv-component .share-container img {
        margin-right: 150px;
    }

@media only screen and (max-width: 770px) {
    .tpe-does-tv-component .share-container img {
        margin-right: 20px;
        margin-top: 0;
    }
}

.tpe-does-tv-component .location {
    height: 250px;
    width: 250px;
    background: grey;
    text-align: center;
}

    .tpe-does-tv-component .location a {
        color: white;
        font-weight: bold;
    }

.tpe-does-tv-component.tv-landing-page-action-container {
    padding: 98px 170px;
    text-align: center;
    background: none;
}

@media only screen and (max-width: 770px) {
    .tpe-does-tv-component.tv-landing-page-action-container {
        padding: 0;
    }
}

.tpe-does-tv-component .promo-text {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1E234F;
}

.tpe-does-tv-component.tv-landing-page-action-container img {
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .tpe-does-tv-component.tv-landing-page-action-container img {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 770px) {
    .tpe-does-tv-component .promo-text {
        padding: 20px;
        display: inline-block;
    }
}

@media only screen and (max-width: 320px) {
    .tpe-does-tv-component .promo-text {
        padding: 40px;
    }
}

.tpe-does-tv-component .align-left {
    text-align: left;
}

.tpe-does-tv-component .align-right {
    text-align: right;
}

.tpe-does-tv-component#social-media-feed-insta {
    color: black;
    text-align: center;
    margin-top: 40px;
    background: none;
}

.tpe-does-tv-component .location-name {
    font-size: 48px;
    font-weight: bold;
    color: white;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .location-name {
        display: none;
    }
}

.tpe-does-tv-component .location-film-strip {
    display: none;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .location-film-strip {
        display: block;
    }

        .tpe-does-tv-component .location-film-strip img {
            width: 100%;
        }
}

.tpe-does-tv-component #city-download-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

    .tpe-does-tv-component #city-download-link:hover {
        opacity: 0.8;
    }

.tpe-does-tv-component #location-information img {
    display: inline-block;
}

.tpe-does-tv-component .pictures-from-location {
    height: 28px;
    font-size: 31px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1E234F;
}

.tpe-does-tv-component .pictures-from-location-description {
    height: auto;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #20234e;
    max-width: 840px;
    margin: 0 auto;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .pictures-from-location,
    .tpe-does-tv-component .pictures-from-location-description {
        font-size: 16px;
    }
}

.tpe-does-tv-component #insta-container {
    padding: 0 300px;
}

@media only screen and (max-width: 1024px) {
    .tpe-does-tv-component #insta-container {
        padding: 15px 65px;
    }
}

.tpe-does-tv-component .section-heading {
    margin: 30px;
    font-weight: 900;
    font-size: 24px;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component #tv-landing-page-desc p {
        font-size: 16px;
        line-height: 1.5;
    }

    .tpe-does-tv-component .section-heading {
        font-size: 16px;
        font-weight: 900;
        margin: 0;
    }
}

.tpe-does-tv-component .mobile-share-button-image {
    margin-top: 20px;
}

.tpe-does-tv-component .attraction-popup__parent {
    width: 0 !important;
    /* Global */
}

    .tpe-does-tv-component .attraction-popup__parent .gm-style-iw {
        top: 43px !important;
        left: 52px !important;
        width: 265px !important;
    }

        .tpe-does-tv-component .attraction-popup__parent .gm-style-iw > div > div {
            max-height: 180px !important;
        }

.tpe-does-tv-component .attraction-popup__container {
    background: #1E234F;
    color: white;
    text-align: left;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 25px 10px 15px;
    float: left;
    width: 265px;
}

.tpe-does-tv-component .attraction-popup__close {
    top: 8px !important;
}

.tpe-does-tv-component .attraction-popup__info {
    display: table-cell;
    vertical-align: top;
    width: 195px;
}

.tpe-does-tv-component .attraction-popup__info--container {
    height: 130px;
    display: block;
    float: left;
    width: 100%;
}

.tpe-does-tv-component .attraction-popup__info--place-name {
    font-weight: bold;
    line-height: 25px;
    max-width: 195px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpe-does-tv-component .attraction-popup__info--address {
    min-height: 41px;
}

    .tpe-does-tv-component .attraction-popup__info--address div {
        font-weight: normal;
        opacity: 0.8;
        max-width: 195px;
        word-wrap: break-word;
        line-height: 20px;
        max-height: 42px;
    }

.tpe-does-tv-component .attraction-popup__action--learn-more {
    padding: 10px;
    min-width: 125px;
    font-size: 1em;
    margin-top: 1em;
    padding: 0.6em 0.5em;
    text-transform: none;
    transition: opacity 0.4s ease;
}

    .tpe-does-tv-component .attraction-popup__action--learn-more:hover {
        opacity: 0.8;
    }

.tpe-does-tv-component .attraction-popup__speech {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 18px solid #1E234F;
    position: absolute;
    margin-left: 99px;
    bottom: 0;
}

.tpe-does-tv-component .location__position-badge {
    display: table-cell;
    width: 47px;
    padding-left: 3px;
}

    .tpe-does-tv-component .location__position-badge .circle {
        color: white;
        background: #00a6e6;
        width: 30px;
        height: 30px;
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        display: table-cell;
        vertical-align: middle;
    }

        .tpe-does-tv-component .location__position-badge .circle.start {
            background: url("/assets/img/tpe_does_tv/map/starting_point.png");
            background-size: 32px;
        }

.tpe-does-tv-component .share-button-container {
    background: transparent;
    outline: none;
    border: none;
    width: auto;
}

.tpe-does-tv-component .share-button a {
    margin-right: 150px;
    padding: 3px !important;
    min-width: 90px !important;
}

.tpe-does-tv-component #map {
    position: absolute !important;
    top: 0;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component #map {
        position: fixed !important;
        top: 127px;
    }
}

.tpe-does-tv-component #location-map-control {
    position: fixed;
    left: 0;
    right: 0;
    top: 92px;
    margin: 0;
    z-index: 1010;
    padding: 0;
    height: 36px;
    background: #9dc1d1;
    display: none;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component #location-map-control.active {
        display: block;
    }
}

.tpe-does-tv-component #location-map-control .back {
    background: url(/assets/img/tpe_does_tv/back_button.png) no-repeat;
    float: left;
    height: 27px;
    width: 95px;
    line-height: 27px;
    color: black;
    font-size: 1.2em;
    margin-left: 10px;
    text-decoration: none;
    margin-top: 4px;
}

.tpe-does-tv-component #location-map-control .location-slider {
    color: #1E234F;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 15px;
    line-height: 2.8em;
    float: right;
}

@media (min-width: 48em) {
    .tpe-does-tv-component #location-map-control {
        display: none;
    }
}

.tpe-does-tv-component #attraction-information-modal {
    color: white;
}

@media only screen and (min-width: 992px) {
    .tpe-does-tv-component #attraction-information-modal .modal-dialog {
        margin-top: 152px;
    }
}

@media only screen and (max-width: 991px) {
    .tpe-does-tv-component #attraction-information-modal .modal-dialog {
        margin-left: 0;
        width: 100vw;
        height: 100vh;
        margin-top: 92px;
    }
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component #attraction-information-modal .modal-dialog {
        margin-top: 92px;
    }
}

.tpe-does-tv-component #attraction-information-modal .modal-dialog iframe {
    margin-top: 65px !important;
    border: none !important;
}

.tpe-does-tv-component #attraction-information-modal .modal-content {
    background: #1E234F;
    min-height: 100%;
}

@media only screen and (min-width: 991px) {
    .tpe-does-tv-component #attraction-information-modal .modal-content {
        border: solid 2px white;
    }
}

.tpe-does-tv-component #attraction-information-modal .modal-header {
    margin: -15px -10px 0 0;
    padding: 0;
}

.tpe-does-tv-component #attraction-information-modal .modal-body {
    margin-top: 15px;
}

.tpe-does-tv-component #attraction-information-modal #attraction-modal-name {
    color: #00a6e6;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0px;
    margin: 0;
    display: block;
    width: 100%;
}

.tpe-does-tv-component #attraction-information-modal #attraction-modal-address {
    margin-bottom: 15px !important;
    font-weight: bold;
}

.tpe-does-tv-component #attraction-information-modal #attraction-modal-address,
.tpe-does-tv-component #attraction-information-modal #attraction-modal-copy {
    padding: 0 !important;
    margin: 0;
    width: 100%;
}

.tpe-does-tv-component #attraction-information-modal #attraction-modal-image {
    display: inline-block;
    padding: 0 30px;
    margin-top: 80px;
    max-width: 600px;
    width: 100%;
}

.tpe-does-tv-component #attraction-information-modal #attraction-modal-video {
    width: 80%;
}

.tpe-does-tv-component #attraction-information-modal #attraction-modal-link {
    margin: 10px 0 20px;
    padding: 10px;
    text-decoration: none;
}

@media only screen and (max-width: 550px) {
    .tpe-does-tv-component #attraction-information-modal .infoBox {
        width: 220px !important;
    }
}

.tpe-does-tv-component .component-social-sharing .outer {
    background-color: #fff;
    width: 126px;
    height: 182px;
    margin-left: -260px;
    top: -190px;
    padding: 6px;
    position: absolute;
    border: 1px solid #D8D8D8;
    z-index: 2000;
    bottom: 90px;
    display: inline-block;
}

.tpe-does-tv-component .close {
    position: absolute;
    right: 18px;
    top: 14px;
    width: 20px;
    height: 20px;
    opacity: 1;
    z-index: 99;
    cursor: pointer;
    background: transparent;
    border: none;
}

    .tpe-does-tv-component .close.attraction-popup__close {
        right: 5px;
    }

    .tpe-does-tv-component .close:hover {
        opacity: 0.8;
    }

    .tpe-does-tv-component .close:before,
    .tpe-does-tv-component .close:after {
        position: absolute;
        left: 8px;
        content: ' ';
        height: 20px;
        width: 3px;
        background-color: #fff;
    }

    .tpe-does-tv-component .close:before {
        transform: rotate(45deg);
    }

    .tpe-does-tv-component .close:after {
        transform: rotate(-45deg);
    }

.tpe-does-tv-component .map-container {
    max-width: 1040px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .tpe-does-tv-component .map-container.mapReady {
        opacity: 1;
    }

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .map-container {
        display: none;
    }

        .tpe-does-tv-component .map-container .col-container {
            transition: opacity 0.4s ease;
            opacity: 0;
        }

        .tpe-does-tv-component .map-container #map {
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .tpe-does-tv-component .map-container.active {
            display: block;
        }

            .tpe-does-tv-component .map-container.active .col-container {
                opacity: 1;
                transition: opacity 0.4s ease;
            }

            .tpe-does-tv-component .map-container.active #map {
                opacity: 1;
                transition: opacity 0.4s ease;
            }
}

.tpe-does-tv-component .map-container .col-container {
    display: table;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 40px;
    position: relative;
}

.tpe-does-tv-component .map-container .col {
    display: table-cell;
}

    .tpe-does-tv-component .map-container .col.sidebar {
        width: 40%;
        overflow: hidden;
    }

        .tpe-does-tv-component .map-container .col.sidebar.ready {
            background: #1E234F;
        }

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .map-container .col.sidebar {
        width: 4%;
        position: fixed;
        z-index: 1001;
        top: 127px;
        left: 0;
        bottom: 0;
        transition: all 0.4s ease;
    }

        .tpe-does-tv-component .map-container .col.sidebar.active {
            width: 80%;
        }
}

.tpe-does-tv-component .map-container .col.sidebar .sidebar__locations {
    float: left;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .map-container .col.sidebar .sidebar__locations {
        padding-top: 15px;
    }
}

.tpe-does-tv-component .map-container .col.sidebar .sidebar__item {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    border-bottom: solid 1px white;
    transition: all .3s ease-out;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
}

    .tpe-does-tv-component .map-container .col.sidebar .sidebar__item:last-child {
        border-bottom: none;
    }

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .map-container .col.sidebar .sidebar__item {
        padding: 5px;
    }
}

.tpe-does-tv-component .map-container .col.sidebar .sidebar__item:hover {
    background: #00a6e6;
}

    .tpe-does-tv-component .map-container .col.sidebar .sidebar__item:hover .circle {
        background: white;
        color: #00a6e6;
    }

.tpe-does-tv-component .map-container .col.sidebar .sidebar__item .circle {
    color: white;
    background: #00a6e6;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
}

    .tpe-does-tv-component .map-container .col.sidebar .sidebar__item .circle.start {
        background: url("/assets/img/tpe_does_tv/map/starting_point.png");
        background-size: 32px;
    }

.tpe-does-tv-component .map-container .col.sidebar .sidebar__item .circle {
    transition: all 0.4s ease;
    width: 48px;
    height: 48px;
    font-size: 23px;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .map-container .col.sidebar .sidebar__item .circle {
        width: 23px;
        height: 23px;
        font-size: 12px;
        opacity: 0;
    }
}

.tpe-does-tv-component .map-container .col.sidebar .sidebar__item .circle.start {
    background-size: 48px;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .map-container .col.sidebar .sidebar__item .circle.start {
        background-size: 23px;
    }
}

.tpe-does-tv-component .map-container .col.sidebar .sidebar__item .address {
    transition: opacity 0.4s ease;
    display: table-cell;
    text-align: left;
    white-space: nowrap;
    padding-left: 10px;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (max-width: 571px) {
    .tpe-does-tv-component .map-container .col.sidebar .sidebar__item .address {
        opacity: 0;
        font-size: 14px;
    }
}

.tpe-does-tv-component .map-container .col.sidebar .sidebar__item .address > div {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 330px;
}

@media only screen and (max-width: 1090px) {
    .tpe-does-tv-component .map-container .col.sidebar .sidebar__item .address > div {
        max-width: 300px;
    }
}

.tpe-does-tv-component .map-container .col.sidebar.active .sidebar__item .circle, .tpe-does-tv-component .map-container .col.sidebar.active .sidebar__item .address {
    opacity: 1;
}

.tpe-does-tv-component .map-container .col.map {
    background: transparent;
    position: relative;
    width: 60%;
    position: absolute;
    left: 40%;
    top: 0;
    right: 0;
    bottom: 0;
}

.tpe-does-tv-component .modal {
    opacity: 0;
    height: 0;
    display: block !important;
    left: -9999px;
    position: relative;
    transition: opacity 0.8s ease;
}

    .tpe-does-tv-component .modal.in {
        opacity: 1;
        height: auto;
        left: 0;
        position: fixed;
    }

@media only screen and (min-width: 572px) and (max-width: 991px) {
    .tpe-does-tv-component .modal.in {
        top: 34px;
    }
}

.tpe-does-tv-component .map-loader__text {
    color: white;
    position: relative;
    top: -14px;
    font-size: 15px;
}

.tpe-does-tv-mobile-share-button .component-social-sharing .outer {
    display: inline-block;
    margin-left: -60px;
}

@media only screen and (min-width: 768px) {
    .tpe-does-tv-mobile-share-button .component-social-sharing {
        display: none;
    }
}


/* footer payment icon */
.footer-payment-block {
    text-align: left;
    max-width: 1176px;
    margin: 0 auto;
    padding: 20px 0px 0;
}

    .footer-payment-block ul {
        margin: 0;
        padding: 0;
    }

        .footer-payment-block ul li {
            display: inline-block;
            width: 60px;
            vertical-align: middle;
            margin-left: 7px;
        }

        .footer-payment-block ul li {
            pointer-events: none;
        }

            .footer-payment-block ul li img {
                width: 100%;
            }

@media only screen and (max-width: 767px) {
    .footer-payment-block {
        text-align: center;
    }
}




.component-station-alert {
    padding: 30px;
    background-color: #EEE9F3;
    margin-bottom: 30px;
    font-size: 9px;
    border: 1px solid #ddd;
}

    .component-station-alert p {
        margin-top: 0;
        margin-bottom: 3px;
    }

.icon-status_major_yellow {
    top: -5px;
}



.component-location-details {
    position: relative;
}

.print__container {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.print__button {
    background: #00A6E6;
    color: #fff;
    border: none;
    font-family: 'Univers W01',Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 13px 20px;
    cursor: pointer;
}

.component-breadcrumbs.custom-breadcrum:before {
    background-image: linear-gradient(-90deg, #954090 13%, #9ad7ee 86%);
    opacity: 1;
}

.promo-card--large.promo-card .promo-card__wrapper {
    height: 100%;
}

@media( max-width: 767px) {
    .promo-card.promo-card--large .promo-card__asset {
        padding-bottom: 0;
    }

        .promo-card.promo-card--large .promo-card__asset img {
            width: 100%;
        }

    .promo-card.promo-theme--blue .promo-card__asset img {
        height: 100%;
    }

    .promo-card.promo-card--large {
        height: auto;
    }
}

/*accessibilty color contrast*/
span a {
    color: #025c93;
    text-decoration: underline;
}

/** 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: 10px !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*/
.btn-revenue-custom {
    font-size: 18.7px;
    line-height: normal;
    padding-top: 7px;
    padding-bottom: 7px;
}

.component-global-service-info .icon-status_major, .component-global-service-info .content span, .component-global-service-info p a, .component-global-service-info p, .component-global-service-info .content a {
    color: #000 !important;
}

.component-global-service-info .icon-close {
    color: #000;
}

/* redirect alert popup*/
#speedbump.modal {
    z-index: 1070;
    text-align: center;
}

    #speedbump.modal .modal-dialog {
        width: 280px;
    }

        #speedbump.modal .modal-dialog .modal-content .modal-body {
            padding: 15px;
        }

        #speedbump.modal .modal-dialog .modal-content {
            border-top: 6px solid #009ddb !important;
            box-shadow: none;
            border: 0;
        }

            #speedbump.modal .modal-dialog .modal-content .modal-body p {
                font-size: 14px;
            }

            #speedbump.modal .modal-dialog .modal-content .modal-body button.close {
                position: absolute;
                right: 5px;
                top: 0;
                border: 0;
                font-size: 25px;
                padding: 0;
                background: none;
                font-weight: lighter;
                margin: 0;
                cursor: pointer;
            }

            #speedbump.modal .modal-dialog .modal-content .modal-body button.btn-continue {
                background: #009ddb;
                color: #fff;
                min-width: 80px;
                padding: 5px 15px;
            }


/* price ticket form ui fix */
h4 {
    font-size: 2.4em;
    margin: 0 0 12px 0;
}

.contact-head {
    position: relative;
}

    .contact-head .mandatory-txt {
        text-align: right;
        font-size: 1.2em;
        position: absolute;
        top: 0;
        right: 0;
    }

#signUpNow a.btn-revenue-custom:focus-visible, .component-smartcard-form a.btn-submit:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}
/*end*/

/* train-tickets-buying-online */

.sidebar .promo-card.promo-card--ticket a.btn-secondary:focus-visible {
    outline: 1px solid #000;
    outline-offset: 2px;
}

/*end*/

#signUpNow .container-right .btn-container .btn-revenue-custom, .component-qtt-form.component-qtt-form-subclass .btn-revenue-custom {
    text-transform: inherit;
}

    #signUpNow .container-right .btn-container .btn-revenue-custom:focus-visible, .component-qtt-form.component-qtt-form-subclass .btn-revenue-custom:focus-visible {
        text-decoration: underline;
    }

.nav-main-wrapper .nav-main-content .nav-promo-btn a.btn-primary-invert {
    text-transform: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18.7px;
    font-weight: bold;
}

.sidebar .promo-card.promo-card--ticket a.btn-secondary {
    text-transform: inherit;
    padding: 0 25px;
    font-size: 18.7px;
    background: #009DDB;
    border-color: #009DDB;
}


.promo-card--large h3 {
    font-size: 21px !important
}

.component-qtt-form button.btn {
    font-size: 18.7px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: inherit;
    font-weight: bold;
}

.qtt__search-top .title .title-tab__journey h2.title__main {
    color: #fff;
}


/* carousel start*/

.large-12 {
    width: 100%;
}

.carousel-component .owl-carousel .item .content-block h2 {
    line-height: 27px;
    margin-top: 10px;
}

.carousel-component .owl-carousel .item {
    display: flex;
    background: #eee;
}

    .carousel-component .owl-carousel .item .image-block {
        height: 400px;
    }

    .carousel-component .owl-carousel .item .image-block, .carousel-component .owl-carousel .item .content-block {
        width: 50%;
        padding: 10px;
        align-self: center;
        text-align: center;
    }

        .carousel-component .owl-carousel .item .image-block img {
            height: 100%;
            object-fit: cover;
        }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.carousel-component .owl-carousel .item .content-block .carousel-text {
    margin-bottom: 20px;
}

.carousel-component .owl-carousel .item .content-block .findmore-btn a {
    text-transform: uppercase;
    background: #20234E;
    color: #fff;
    display: inline-block;
    padding: 12px 46px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

    .carousel-component .owl-carousel .item .content-block .findmore-btn a:hover {
        background: #252c7a;
        text-decoration: none;
    }

@media(max-width: 768px) {
    .carousel-component .owl-carousel .item .image-block {
        height: 300px;
    }

    .carousel-component .owl-carousel .item {
        display: block;
    }

        .carousel-component .owl-carousel .item .image-block, .carousel-component .owl-carousel .item .content-block {
            width: 100%;
        }
}

@media(max-width: 768px) {
    .user-type.button-fix .user-type-webtis {
        display: none !important;
    }
}

@media(min-width: 544px) and (max-width: 1023px) and (orientation: landscape) {
    .user-type.button-fix .user-type-webtis {
        display: none !important;
    }
}

@media(max-width: 480px) {
    .carousel-component .owl-carousel .item .image-block {
        height: 200px;
    }

    .carousel-component .owl-carousel .item .content-block h2 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media(max-width: 391px) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed:not(.active) .qtt__search-top {
        position: static;
        padding-top: 45px;
    }
}

/* carousel end*/

@media only screen and (min-width: 1200px) {


    .nav-main-wrapper .nav-top-wrap .container {
        padding: 0;
        max-width: 100%;
    }
}

.user-type.user-type--account ul li a {
    cursor: pointer;
}

.user-type .user-type-basket ul li a {
    cursor: pointer;
    display: block;
}

.user-type .user-type-basket ul li {
    position: relative;
    margin: 0 19px;
}

    .user-type .user-type-basket ul li.accessibilty-txt::after {
        content: "|";
        position: absolute;
        top: 8px;
        right: -10px;
    }

    .user-type .user-type-basket ul li .icon-my_account::before {
        position: absolute;
        left: -21px;
        top: 0;
    }


.btn.btn-primary.ext_link span,
.btn.btn-secondary.ext_link,
.component-pricepromise-form .btn.btn-secondary,
a.btn-primary[href="/travel-updates/changes-to-train-times"] span,
a.btn-primary span.fonttomodified,
a.btn-primary span.fonttomodified,
a.btn-primary[href="https://tickets.tpexpress.co.uk/tpe/en/journeyplanning/seasonmixingdeck"] span {
    font-size: 18.7px !important;
    text-transform: initial;
}

.component.component-smartcard-form .btn-submit,
a.btn[href="https://www.railhelp.co.uk/tpexpress/make-a-complaint"],
a.btn[href="https://www.railhelp.co.uk/tpexpress/assisted-travel"],
.skip-to a.btn-secondary.fonttomodified {
    font-size: 18.7px;
    text-transform: initial;
}

.component-station-at-glance .inner ul li > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #00A6E6;
    display: block;
    text-align: left;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    cursor: pointer;
    text-decoration: none;
}

    .component-station-at-glance .inner ul li > span:before {
        color: #1E234F;
        padding-right: 17px;
        font-size: 28px;
        position: absolute;
        width: 28px;
        text-align: center;
        left: 0px;
    }

    .component-station-at-glance .inner ul li > span span {
        font-weight: normal;
        padding-left: 43px;
    }

.component-station-at-glance .inner ul li.unavailable span {
    color: #1E234F;
}

.component-station-at-glance .inner ul li > span span:hover {
    text-decoration: underline
}

h4 {
    font-size: 2.4em;
    margin: 0 0 12px 0;
}

.label_fieldset {
    font-size: 14px;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    border: none;
}
/*end*/

fieldset.compensation-wrapper {
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 2.4em;
    margin: 0 0 12px 0;
}

.compensation-wrapper .radio-wrapper input + label + label {
    display: inline-block;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.compensation-wrapper legend {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* calendar*/
.clndrtable td.filled-clndr:focus-visible {
    background: #943F90;
    outline-offset: 2.5px;
}

.component-engineering-work-calendar .Calender a.nextmonth:focus-visible,
.component-engineering-work-calendar .Calender a.prevmonth:focus-visible {
    background: #061b2b;
    outline-offset: 2px;
}

.clndrtask-dtl .dtlbx-1 span {
    width: 100%;
    display: block;
}

.Raw-Desc p {
    font-size: 16px;
}

    .Raw-Desc p > a {
        color: #025c93 !important;
        text-decoration: underline !important;
    }

.detail-description ul.clndrtask-dtl li.event-list .accordion .accordion-header .content-wrap .with-caret {
    float: right;
    height: 25px;
    font-size: 25px;
    cursor: pointer;
    top: 45px;
}

.detail-description ul.clndrtask-dtl li.event-list .accordion .accordion-header {
    background: #82D0F5;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 20px;
}

    .detail-description ul.clndrtask-dtl li.event-list .accordion .accordion-header .content-wrap .planned-works-title {
        width: 90%;
        float: left;
        color: #1E234F;
    }

.Calender h3 {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 38px !important;
}

.Calender .prevmonth:hover, .Calender .nextmonth:hover {
    text-decoration: none;
    background: #061b2b;
}

.clndrtable th {
    width: 14.28%;
    border: 1px solid #fff;
    background: #ccc;
    color: #333;
    padding: 8px 5px;
    font-size: 16px !important;
    min-width: auto !important;
}

table.clndrtable {
    border: 1px solid #d9f1fc;
    display: table;
}

    table.clndrtable.calender-tbl-bx tr:first-of-type > th, table.clndrtable.calender-tbl-bx tr:first-of-type > td {
        border-top: 0;
        background: #20234e;
        color: #fff;
        font-size: 1.8em;
    }

.clndrbx-1 {
    position: absolute;
    height: 80%;
    width: 80%;
    left: 10%;
    top: 10%;
    background: url('../img/icon/icon_55.svg') no-repeat;
    background-size: 30%;
    background-position: center center;
}

span.clndrcheck {
    width: 18px;
    height: 18px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    display: none;
}

.clndrtable td.filled-clndr:hover {
    background: #943F90;
}

.clndrtable td {
    border: 1px solid #fff;
    background: #d9f1fc;
    color: #333;
    transition: .5s;
    min-width: auto;
    width: auto;
}

.clndrbx-2 {
    width: 30%;
    float: right;
    text-align: right;
    font-size: 16px !important;
    font-weight: normal;
}

.clndrtable td.filled-clndr:hover .arrowbtn {
    bottom: 8px;
}

.arrowbtn {
    position: absolute;
    bottom: 15px;
    right: 8px;
    transition: .5s;
}

.clndrtask-dtl {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .clndrtask-dtl li {
        width: 100%;
        /*border-bottom: 1px solid #ccc;*/
        margin-bottom: 0;
    }

        .clndrtask-dtl li:nth-child(even) {
            background: #d9f1fc;
        }

        .clndrtask-dtl li:nth-child(odd) {
            background: #f5f5f5;
        }
/* .component-jumbotron~.row ul li, .component-jumbotron~.row ul li a {
    color: #131e29 !important;
} */
/*.clndrtask-dtl li:first-child {
            border-top: 1px solid #ccc;
        }*/

ul.clndrtask-dtl li {
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
}

.clndrtask-dtl .dtlbx-1 {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

    .clndrtask-dtl .dtlbx-1 span {
        color: #20234e;
    }

.clndrtask-dtl .dtlbx-2 {
    width: 75%;
    float: right;
    padding: 10px;
    box-sizing: border-box;
}

.dtlbx-2 strong {
    color: #20234e;
}

.dtlbx-2 p {
    margin: 0;
    font-size: 16px;
}
/* .component-jumbotron~.row ul li a {
    color: #d02d00 !important;
} */
.clndrtask-dtl p > a {
    color: #2036bc;
    text-decoration: none;
    font-weight: 400;
}

.clndrtable td.filled-clndr .row {
    padding: 0;
    position: static;
}


.prevmonth img {
    filter: invert(1);
    margin-right: 0px;
    width: 12px;
}

.Calender .prevmonth {
    /* margin: 10px -12px 10px;
    */
}

.nextmonth img {
    filter: invert(1);
    margin-left: 2px;
    transform: rotate(180deg);
    width: 12px;
}

.Calender .prevmonth, .Calender .nextmonth {
    background: #20234E;
    color: #fff;
    padding: 10px 18px;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.Calender .currentmonth {
    text-align: center;
    font-size: 16px;
    margin: 0 0;
    font-weight: 500;
    padding: 7px;
}

.table-scroll-wrapper {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
    margin-bottom: 12px;
    margin-top: 10px;
}

.clndrtable .empty-clndr {
    background: #d9f1fc;
    vertical-align: top;
    padding: 10px;
    height: 80px;
}

.clndrtable td.filled-clndr {
    padding: 10px;
    height: 80px;
    vertical-align: baseline;
    background: #20234E;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.advance-ticket-message p.text a {
    color: #005475 !important;
    text-decoration: underline;
}

.linkstoNew a {
    text-decoration: underline;
}

/* landscape promo card distortion fix */
@media(min-width: 544px) and (max-width: 1023px) and (orientation: landscape) {

    .promo-card.promo-theme--blue .promo-card__wrapper {
        background: #1E234F;
    }

    .promo-card.promo-theme--blue .promo-card__asset {
        background: #1E234F;
        width: 38%;
    }

        .promo-card.promo-theme--blue .promo-card__asset img {
            position: absolute;
            right: 0;
            top: 0;
            background: #1E234F;
            object-fit: cover;
            width: 100%;
        }
}

/* accessibilty font size fix*/
.booknow-btn .btn-primary {
    font-size: 18.7px !important;
    padding: 7px 20px !important;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 30px;
    min-width: 143px;
    font-size: 15px;
    margin-top: 15px;
}
/* end */

/*Advance Ticket Alert*/
.component-cheapticket-form .validation {
    color: #BF0000;
    margin-bottom: 20px;
    text-align: right;
}

select option:disabled {
    color: black;
    font-weight: bold;
}

.component-cheapticket-form .validation::before {
    content: "";
    background-color: #BF0000;
    transition: width .5s;
    width: 100%;
    bottom: 4px;
    height: 3px;
    position: relative;
    display: block;
    margin-top: 0px;
    / add margin to create space between text and line /
}


.captcha-wrapper {
    display: flex;
    flex-direction: column;
}

.form-new-checkbox-section {
    margin-bottom: 10px;
}

    .form-new-checkbox-section .inner-check-box-section input[type="checkbox"] {
        transform: scale(2.0);
    }

@media(max-width: 767px) {
    .form-new-checkbox-section .inner-check-box-section input[type="checkbox"] {
        transform: scale(1.5);
    }
}

.form-new-checkbox-section .inner-check-box-section label.check-box-label {
    font-size: 14px;
    margin-left: 10px;
}

.selectAdvance {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .selectAdvance select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding-left: 9px;
        outline: none !important;
        border: none !important;
        height: 44px;
        background: #fff;
        color: #1E234F !important;
        font-size: 16px !important;
        line-height: 1.42857143;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.selectAdvance__arrow {
    position: absolute;
    top: 20px;
    right: 12px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #1E234F transparent transparent transparent;
}

/*crisis homepage*/
.promo-card--large h2 {
    font-size: 54px;
}

@media (max-width: 576px) {
    .promo-card--large h2 {
        font-size: 21px;
    }
}

.promo-card.promo-card--large .promo-card__crisis p {
    color: #20234E;
    font-size: 24px;
    line-height: normal
}

@media (max-width: 576px) {
    .promo-card.promo-card--large .promo-card__crisis p {
        color: #20234E;
        font-size: 1.6em;
        line-height: 19px;
    }
}

.promo-card.promo-card--large .promo-card__crisis a {
    color: #20234E;
    font-size: 16px;
}

@media (max-width: 576px) {
    .promo-card.promo-card--large .promo-card__crisis a {
        color: #20234E;
        font-size: 12px;
    }
}

@media (max-width: 47.9375em) {
    .promo-card.promo-card--large .promo-card__crisis .promo-card__content:before {
        background: #ffd425 !important;
    }
}

@media (max-width: 63.9375em) {
    .qtt-tabbed.active .qtt__search-bottom.qtt__crisis, .qtt-tabbed.active.qtt-tabbed--with-image .qtt__search-bottom.qtt__crisis {
        margin-top: -70px;
    }
}

@media (max-width: 950px) {
    .qtt-tabbed .qtt__crisis .form-row--tabs .tabs-wrapper {
        top: 65px;
    }

    .qtt-tabbed .qtt__crisis .tab-pane {
        margin-top: 80px;
    }
}

/*end*/

img:not([src]) {
    visibility: hidden;
}

.autocomplete-items.journey-dropdown {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    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;
    border: none;
}

    .autocomplete-items.journey-dropdown div {
        border: 0;
    }

        .autocomplete-items.journey-dropdown div:hover,
        .autocomplete-items.journey-dropdown div:focus,
        .autocomplete-items.journey-dropdown div:focus-visible {
            background-color: #F4F2F8;
            border: 0;
            outline: none;
        }

img:not([src]) {
    font-size: 0;
    position: relative;
}
/*contrast issue fix on destination page*/
.destination.destinationspagesclass .destination-desc a {
    color: #4fbcff;
}
/*end*/
/* travel update table spacing*/
.live-results .journey-check .body .journey .column.schedule {
    padding-top: 5px;
}
/*end*/

@media(max-width: 576px) {
    .contact-head .mandatory-txt {
        top: 20px;
    }
}

/*Seatfrog page table*/
.seatfrogTable .seatfrogTableDetails {
    display: inline-block;
    width: 32%;
    text-align: center;
    color: #656566;
    vertical-align: top;
}

@media(max-width: 768px) {
    .seatfrogTable {
        display: block;
        width: 100%;
    }

        .seatfrogTable .seatfrogTableDetails {
            display: block;
            width: 100%;
        }

            .seatfrogTable .seatfrogTableDetails h3 {
                margin: 0px !important;
                line-height: 25px;
            }

            .seatfrogTable .seatfrogTableDetails p {
                height: 70px !important;
                margin-top: 0;
                line-height: 20px;
            }
}
/*end*/

/*qtt btn overflow issue*/
.component-qtt-form .btn.btn-primary.btn-revenue-custom {
    margin-top: 0;
}

.qtt-tabbed.qtt-crisis.qtt-tabbed--with-image.active.complete {
    min-height: 370px !important;
}
/*end*/
.live-results .results-table .body .journey .column .content-table > .content-cell.no-platform p {
    line-height: normal;
    padding: 4px 0;
}

/*iPhone 13 and iPhone 13 Pro
 2532x1170 pixels at 460ppi */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {

    .component-detailed-network-status .alerts-service .alerts-service-title i.icon-status_major_yellow.gwr-icon {
        margin: 0px 5px 0px 0px;
    }

        .component-detailed-network-status .alerts-service .alerts-service-title i.icon-status_major_yellow.gwr-icon + h2 {
            width: 80%;
            display: inline-block;
        }
}

/*Landing page inline style css starts*/
.Behind-The-Screen {
    text-decoration: none;
    color: white;
    font-size: 20px
}

.footer .component-social-sharing {
    display: inline-block;
    min-width: 126px;
}

.btn.btn-secondary.icon-share {
    background-color: white;
    color: #005f85;
    border-color: #005f85;
    border-width: 3px;
    width: auto !important;
    font-weight: bold !important;
    padding: 6px;
}

@@media (min-width: 1199px) {
    .footer .component-social-sharing {
        display: none;
    }
}
/*Landing page inline style css ends*/

body > .modal-backdrop.in {
    display: none !important;
}


.ui-datepicker .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-year {
    display: inline-block !important;
    margin-left: 3px;
}



#formSubmissionErrorDialog.modal {
    z-index: 1070;
    text-align: center;
}

.autocomplete-items {
    position: absolute;
    z-index: 999;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-top: none;
}

    .autocomplete-items div {
        padding: 5px;
        cursor: pointer;
        border-bottom: 1px solid #000000;
        font-size: 16px;
        width: 100%;
    }

        .autocomplete-items div:last-child {
            border-bottom: none;
        }



select:focus {
    border: 1px solid black !important;
}

.qtt-tabbed.active.qtt-tabbed--journey-check.qtt-search--purple .qtt__search-top .title .title-tab__journey p.title__sub {
    position: relative;
    top: -18px;
}

@media(max-width: 576px) {
    div[role=main] > div > .qtt-tabbed--breadcrumb .qtt-tabbed.active .qtt__search-bottom {
        margin-top: -170px;
    }

    .qtt-tabbed.active.qtt-tabbed--with-image .qtt__search-bottom, .qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-bottom, .qtt-tabbed.active.qtt-tabbed--with-image.qtt-tabbed--journey-check .qtt__search-bottom {
        margin-top: -255px;
    }

    .qtt-tabbed.active .qtt__search-bottom, .qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-bottom {
        margin-top: -95px;
    }

    .qtt-tabbed.active .qtt__search-top, .qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-top {
        top: 50px;
    }

    .qtt-tabbed .form-row--tabs .tabs-wrapper {
        margin-bottom: 0;
    }
}
/*https://q3tech.backlog.com/view/FGTPE-273*/
/*buy online page image not visible fix on mobile on uat */
.resp-image-payment-options {
    width: 100%;
    height: auto;
    max-width: 500px;
}
/*end*/

/*share button social icon visible on click*/
.component-social-sharing {
    position: relative;
}
/*end*/

@media(max-width: 576px) {
    .station-map .map-info-station .primary h1 {
        line-height: 36px;
    }
}

.promotextbold {
    font-weight: bold;
    text-transform: uppercase;
}

.promo-card--large p {
    font-size: 21px !important;
}
