﻿@charset "UTF-8"; /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font:SIL OFL 1.1,CSS:MIT License) */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

#banner-div {
    border: solid;
    border-color: slateblue;
    background-color: #e2f5e9;
    padding: 5px;
    position: fixed;
    z-index: 9;
}

#banner-overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 7;
}

.overlay-close {
    float: right;
    position: absolute;
    cursor: pointer;
    width: 38px;
    height: 38px;
    font-size: 28px;
    font-weight: bold;
    top: -19px;
    right: -28px;
    color: #131e29;
}

    .overlay-close:hover, .overlay-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.banner-overlay-top-right {
    top: 10px;
    right: 10px;
}

.banner-overlay-top-left {
    top: 10px;
    left: 10px;
}

.banner-overlay-bottom-left {
    bottom: 10px;
    left: 10px;
}

.banner-overlay-bottom-right {
    bottom: 10px;
    right: 10px;
}

.banner-overlay-middle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.mm-hidden {
    display: none !important;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu, .mm-menu > .mm-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}

.mm-panel {
    transition: transform 0.4s ease;
    transform: translate3d(100%,0,0);
}

    .mm-panel.mm-opened {
        transform: translate3d(0%,0,0);
    }

    .mm-panel.mm-subopened {
        transform: translate3d(-30%,0,0);
    }

    .mm-panel.mm-highest {
        z-index: 1;
    }

.mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

    .mm-menu > .mm-panel.mm-hasnavbar {
        padding-top: 40px;
    }

    .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
        content: '';
        display: block;
        height: 20px;
    }

.mm-vertical .mm-panel {
    transform: none !important;
}

.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

    .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
        border-color: transparent;
    }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block;
}

.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
    height: 40px;
    bottom: auto;
}

    .mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
        top: 16px;
        bottom: auto;
    }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    transform: rotate(45deg);
}

.mm-navbar {
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .mm-navbar > * {
        display: block;
        padding: 10px 0;
    }

    .mm-navbar a, .mm-navbar .expandable-panel-link, .mm-navbar a:hover, .mm-navbar .expandable-panel-link:hover {
        text-decoration: none;
    }

    .mm-navbar .mm-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .mm-navbar .mm-btn {
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        z-index: 1;
    }

        .mm-navbar .mm-btn:first-child {
            padding-left: 20px;
            left: 0;
        }

        .mm-navbar .mm-btn:last-child {
            padding-right: 20px;
            right: 0;
        }

.mm-panel .mm-navbar {
    display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
}

.mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listview {
    font: inherit;
    font-size: 14px;
}

    .mm-listview a, .mm-listview .expandable-panel-link, .mm-listview a:hover, .mm-listview .expandable-panel-link:hover {
        text-decoration: none;
    }

    .mm-listview > li {
        position: relative;
    }

        .mm-listview > li > a, .mm-listview > li > .expandable-panel-link, .mm-listview > li > span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: inherit;
            line-height: 20px;
            display: block;
            padding: 10px 10px 10px 20px;
            margin: 0;
        }

            .mm-listview > li > a.mm-arrow, .mm-listview > li > .mm-arrow.expandable-panel-link, .mm-listview > li > span.mm-arrow {
                padding-right: 50px;
            }

        .mm-listview > li:not(.mm-divider):after {
            content: '';
            border-bottom-width: 1px;
            border-bottom-style: solid;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .mm-listview > li:not(.mm-divider):after {
            left: 20px;
        }

    .mm-listview .mm-next {
        background: rgba(3,2,1,0);
        width: 50px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }

        .mm-listview .mm-next:before {
            content: '';
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
        }

        .mm-listview .mm-next + a, .mm-listview .mm-next + .expandable-panel-link, .mm-listview .mm-next + span {
            margin-right: 50px;
        }

        .mm-listview .mm-next.mm-fullsubopen {
            width: 100%;
        }

            .mm-listview .mm-next.mm-fullsubopen:before {
                border-left: none;
            }

            .mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + .expandable-panel-link, .mm-listview .mm-next.mm-fullsubopen + span {
                padding-right: 50px;
                margin-right: 0;
            }

.mm-menu > .mm-panel > .mm-listview {
    margin-left: -20px;
    margin-right: -20px;
}

    .mm-menu > .mm-panel > .mm-listview.mm-first {
        margin-top: -20px;
    }

    .mm-menu > .mm-panel > .mm-listview.mm-last {
        padding-bottom: 20px;
    }

.mm-prev:before, .mm-next:after, .mm-arrow:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px;
}

.mm-next:after, .mm-arrow:after {
    border-top: none;
    border-left: none;
    right: 20px;
}

.mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}

.mm-listview > li.mm-spacer {
    padding-top: 40px;
}

    .mm-listview > li.mm-spacer > .mm-next {
        top: 40px;
    }

    .mm-listview > li.mm-spacer.mm-divider {
        padding-top: 25px;
    }

.mm-menu {
    background: #f3f3f3;
    color: rgba(0,0,0,0.7);
}

    .mm-menu .mm-navbar {
        border-color: rgba(0,0,0,0.1);
    }

        .mm-menu .mm-navbar > *, .mm-menu .mm-navbar a, .mm-menu .mm-navbar .expandable-panel-link {
            color: rgba(0,0,0,0.3);
        }

        .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
            border-color: #ff4713;
        }

    .mm-menu .mm-listview > li:after {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu .mm-listview > li .mm-prev:before, .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
        border-color: rgba(0,0,0,0.3);
    }

    .mm-menu .mm-listview > li .mm-prev:after, .mm-menu .mm-listview > li .mm-next:before {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > .expandable-panel-link:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
        background: rgba(255,255,255,0.5);
    }

    .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-next.expandable-panel-link, .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel, .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-next.expandable-panel-link, .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
        background: rgba(0,0,0,0.05);
    }

    .mm-menu .mm-divider {
        background: rgba(0,0,0,0.05);
    }

.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);
    }
}

.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;
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%;
}

    em.mm-counter + a.mm-next, em.mm-counter + .mm-next.expandable-panel-link {
        padding-left: 40px;
    }

        em.mm-counter + a.mm-next + a, em.mm-counter + .mm-next.expandable-panel-link + a, em.mm-counter + a.mm-next + .expandable-panel-link, em.mm-counter + .mm-next.expandable-panel-link + .expandable-panel-link, em.mm-counter + a.mm-next + span, em.mm-counter + .mm-next.expandable-panel-link + span {
            margin-right: 90px;
        }

    em.mm-counter + a.mm-fullsubopen, em.mm-counter + .mm-fullsubopen.expandable-panel-link {
        padding-left: 0;
    }

.mm-vertical > .mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(0,0,0,0.3);
}

.mm-divider > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after, .mm-divider.mm-opened .mm-next.expandable-panel-link:after {
    transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translate3d(0,0,0);
}

    .mm-fixeddivider:after {
        content: none !important;
        display: none !important;
    }

.mm-hasdividers .mm-fixeddivider {
    display: block;
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0,0,0,0.05);
}

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;
}

.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%;
}

.mm-search, .mm-search input {
    box-sizing: border-box;
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0 10px;
}

    .mm-search input {
        border: none;
        border-radius: 26px;
        font: inherit;
        font-size: 14px;
        line-height: 26px;
        outline: none;
        display: block;
        width: 100%;
        height: 26px;
        margin: 0;
        padding: 0 10px;
    }

        .mm-search input::-ms-clear {
            display: none;
        }

.mm-panel > .mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mm-panel.mm-hassearch {
    padding-top: 40px;
}

    .mm-panel.mm-hassearch.mm-hasnavbar {
        padding-top: 80px;
    }

        .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
            top: 40px;
        }

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
    display: block;
}

.mm-noresults .mm-indexer {
    display: none !important;
}

li.mm-nosubresults > a.mm-next, li.mm-nosubresults > .mm-next.expandable-panel-link {
    display: none;
}

    li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > .mm-next.expandable-panel-link + a, li.mm-nosubresults > a.mm-next + .expandable-panel-link, li.mm-nosubresults > .mm-next.expandable-panel-link + .expandable-panel-link, li.mm-nosubresults > a.mm-next + span, li.mm-nosubresults > .mm-next.expandable-panel-link + span {
        padding-right: 10px;
    }

.mm-menu .mm-search input {
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.7);
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0,0,0,0.3);
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -100px;
    z-index: 3;
    transition: right 0.4s ease;
    transform: translate3d(0,0,0);
}

    .mm-indexer a, .mm-indexer .expandable-panel-link {
        text-decoration: none;
        display: block;
        height: 3.85%;
    }

    .mm-indexer ~ .mm-panel.mm-hasindexer {
        padding-right: 40px;
    }

.mm-hasindexer .mm-indexer {
    right: 0;
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px;
}

.mm-menu .mm-indexer a, .mm-menu .mm-indexer .expandable-panel-link {
    color: rgba(0,0,0,0.3);
}

input.mm-toggle, input.mm-check {
    position: absolute;
    left: -10000px;
}

label.mm-toggle, label.mm-check {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
}

    label.mm-toggle:before, label.mm-check:before {
        content: '';
        display: block;
    }

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px;
}

    label.mm-toggle:before {
        border-radius: 30px;
        width: 28px;
        height: 28px;
        margin: 1px;
    }

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

    label.mm-check:before {
        border-left: 3px solid;
        border-bottom: 3px solid;
        width: 40%;
        height: 20%;
        margin: 25% 0 0 20%;
        opacity: 0.1;
        transform: rotate(-45deg);
    }

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
    bottom: auto;
    margin-top: 0;
}

li.mm-vertical label.mm-toggle {
    top: 5px;
}

li.mm-vertical label.mm-check {
    top: 5px;
}

label.mm-toggle, label.mm-check {
    right: 20px;
}

    label.mm-toggle + a, label.mm-toggle + .expandable-panel-link, label.mm-toggle + span {
        padding-right: 80px;
    }

    label.mm-check + a, label.mm-check + .expandable-panel-link, label.mm-check + span {
        padding-right: 60px;
    }

a.mm-next + label.mm-toggle, .mm-next.expandable-panel-link + label.mm-toggle, a.mm-next + label.mm-check, .mm-next.expandable-panel-link + label.mm-check {
    right: 60px;
}

    a.mm-next + label.mm-toggle + a, .mm-next.expandable-panel-link + label.mm-toggle + a, a.mm-next + label.mm-toggle + .expandable-panel-link, .mm-next.expandable-panel-link + label.mm-toggle + .expandable-panel-link, a.mm-next + label.mm-toggle + span, .mm-next.expandable-panel-link + label.mm-toggle + span, a.mm-next + label.mm-check + a, .mm-next.expandable-panel-link + label.mm-check + a, a.mm-next + label.mm-check + .expandable-panel-link, .mm-next.expandable-panel-link + label.mm-check + .expandable-panel-link, a.mm-next + label.mm-check + span, .mm-next.expandable-panel-link + label.mm-check + span {
        margin-right: 50px;
    }

    a.mm-next + label.mm-toggle + a, .mm-next.expandable-panel-link + label.mm-toggle + a, a.mm-next + label.mm-toggle + .expandable-panel-link, .mm-next.expandable-panel-link + label.mm-toggle + .expandable-panel-link, a.mm-next + label.mm-toggle + span, .mm-next.expandable-panel-link + label.mm-toggle + span {
        padding-right: 70px;
    }

    a.mm-next + label.mm-check + a, .mm-next.expandable-panel-link + label.mm-check + a, a.mm-next + label.mm-check + .expandable-panel-link, .mm-next.expandable-panel-link + label.mm-check + .expandable-panel-link, a.mm-next + label.mm-check + span, .mm-next.expandable-panel-link + label.mm-check + span {
        padding-right: 50px;
    }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + .mm-next.expandable-panel-link + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + .mm-next.expandable-panel-link + label.mm-check {
    right: 100px;
}

    em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + .mm-next.expandable-panel-link + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + .expandable-panel-link, em.mm-counter + .mm-next.expandable-panel-link + label.mm-toggle + .expandable-panel-link, em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + .mm-next.expandable-panel-link + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + .mm-next.expandable-panel-link + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + .expandable-panel-link, em.mm-counter + .mm-next.expandable-panel-link + label.mm-check + .expandable-panel-link, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + .mm-next.expandable-panel-link + label.mm-check + span {
        margin-right: 90px;
    }

.mm-menu label.mm-toggle {
    background: rgba(0,0,0,0.1);
}

    .mm-menu label.mm-toggle:before {
        background: #f3f3f3;
    }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu label.mm-check:before {
    border-color: rgba(0,0,0,0.7);
}

.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;
}

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);
}

.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;
}

.mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > .expandable-panel-link, .mm-menu.mm-multiline .mm-listview > li > span, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > .expandable-panel-link, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
    text-overflow: clip;
    white-space: normal;
}

.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);
}

.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);
    }
}

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;
}

.mm-menu.mm-theme-dark {
    background: #333333;
    color: rgba(255,255,255,0.8);
}

    .mm-menu.mm-theme-dark .mm-navbar {
        border-color: rgba(0,0,0,0.15);
    }

        .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .expandable-panel-link {
            color: rgba(255,255,255,0.4);
        }

        .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
            border-color: rgba(255,255,255,0.4);
        }

    .mm-menu.mm-theme-dark .mm-listview > li:after {
        border-color: rgba(0,0,0,0.15);
    }

    .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
        border-color: rgba(255,255,255,0.4);
    }

    .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
        border-color: rgba(0,0,0,0.15);
    }

    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > .expandable-panel-link:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
        background: rgba(0,0,0,0.1);
    }

    .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-next.expandable-panel-link, .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-next.expandable-panel-link, .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
        background: rgba(255,255,255,0.05);
    }

    .mm-menu.mm-theme-dark .mm-divider {
        background: rgba(255,255,255,0.05);
    }

    .mm-menu.mm-theme-dark label.mm-check:before {
        border-color: rgba(255,255,255,0.8);
    }

    .mm-menu.mm-theme-dark em.mm-counter {
        color: rgba(255,255,255,0.4);
    }

    .mm-menu.mm-theme-dark .mm-fixeddivider span {
        background: rgba(255,255,255,0.05);
    }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255,255,255,0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-indexer .expandable-panel-link {
    color: rgba(255,255,255,0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0,0,0,0.15);
}

    .mm-menu.mm-theme-dark label.mm-toggle:before {
        background: #333333;
    }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu.mm-theme-white {
    background: white;
    color: rgba(0,0,0,0.6);
}

    .mm-menu.mm-theme-white .mm-navbar {
        border-color: rgba(0,0,0,0.1);
    }

        .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar .expandable-panel-link {
            color: rgba(0,0,0,0.3);
        }

        .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
            border-color: rgba(0,0,0,0.3);
        }

    .mm-menu.mm-theme-white .mm-listview > li:after {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu.mm-theme-white .mm-listview > li .mm-prev:before, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after, .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
        border-color: rgba(0,0,0,0.3);
    }

    .mm-menu.mm-theme-white .mm-listview > li .mm-prev:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > .expandable-panel-link:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
        background: rgba(0,0,0,0.05);
    }

    .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-next.expandable-panel-link, .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel, .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-next.expandable-panel-link, .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
        background: rgba(0,0,0,0.03);
    }

    .mm-menu.mm-theme-white .mm-divider {
        background: rgba(0,0,0,0.03);
    }

    .mm-menu.mm-theme-white label.mm-check:before {
        border-color: rgba(0,0,0,0.6);
    }

    .mm-menu.mm-theme-white em.mm-counter {
        color: rgba(0,0,0,0.3);
    }

    .mm-menu.mm-theme-white .mm-fixeddivider span {
        background: rgba(0,0,0,0.03);
    }

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0,0,0,0.3);
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-indexer .expandable-panel-link {
    color: rgba(0,0,0,0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0,0,0,0.1);
}

    .mm-menu.mm-theme-white label.mm-toggle:before {
        background: white;
    }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu.mm-theme-black {
    background: black;
    color: rgba(255,255,255,0.6);
}

    .mm-menu.mm-theme-black .mm-navbar {
        border-color: rgba(255,255,255,0.2);
    }

        .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar .expandable-panel-link {
            color: rgba(255,255,255,0.4);
        }

        .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
            border-color: rgba(255,255,255,0.4);
        }

    .mm-menu.mm-theme-black .mm-listview > li:after {
        border-color: rgba(255,255,255,0.2);
    }

    .mm-menu.mm-theme-black .mm-listview > li .mm-prev:before, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after, .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
        border-color: rgba(255,255,255,0.4);
    }

    .mm-menu.mm-theme-black .mm-listview > li .mm-prev:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
        border-color: rgba(255,255,255,0.2);
    }

    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > .expandable-panel-link:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
        background: rgba(255,255,255,0.3);
    }

    .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-next.expandable-panel-link, .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel, .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-next.expandable-panel-link, .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
        background: rgba(255,255,255,0.2);
    }

    .mm-menu.mm-theme-black .mm-divider {
        background: rgba(255,255,255,0.2);
    }

    .mm-menu.mm-theme-black label.mm-check:before {
        border-color: rgba(255,255,255,0.6);
    }

    .mm-menu.mm-theme-black em.mm-counter {
        color: rgba(255,255,255,0.4);
    }

    .mm-menu.mm-theme-black .mm-fixeddivider span {
        background: rgba(255,255,255,0.2);
    }

.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none;
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255,255,255,0.4);
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-indexer .expandable-panel-link {
    color: rgba(255,255,255,0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255,255,255,0.2);
}

    .mm-menu.mm-theme-black label.mm-toggle:before {
        background: black;
    }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom,#ffffff 50%,#eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(to bottom,#eeeeee 50%,#cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom,#ffffff 0%,#eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom,#eeeeee 50%,#ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
/*! jQuery UI - v1.10.4 - 2014-01-17 * 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 */

.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;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.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;
}

.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;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.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;
}

input.ui-button {
    padding: .4em 1em;
}

.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;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a, .ui-datepicker td .expandable-panel-link {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .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;
}

.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%;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a, .ui-menu .ui-menu-item .expandable-panel-link {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item .ui-state-focus.expandable-panel-link, .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item .ui-state-active.expandable-panel-link {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a, .ui-menu .ui-state-disabled .expandable-panel-link {
            cursor: default;
        }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a, .ui-menu-icons .ui-menu-item .expandable-panel-link {
        position: relative;
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

.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;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        -webkit-filter: inherit;
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button, .ui-spinner .ui-spinner-button.expandable-panel-link {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    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;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    color: #222222;
}

    .ui-widget-content a, .ui-widget-content .expandable-panel-link {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #4297d7;
    background: #2191c0;
    color: #eaf5f7;
    font-weight: bold;
}

    .ui-widget-header a, .ui-widget-header .expandable-panel-link {
        color: #eaf5f7;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #77d5f7;
        background: #0078ae;
        font-weight: normal;
        color: #ffffff;
    }

        .ui-state-default a, .ui-state-default .expandable-panel-link, .ui-state-default a:link, .ui-state-default .expandable-panel-link:link, .ui-state-default a:visited, .ui-state-default .expandable-panel-link:visited {
            color: #ffffff;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #448dae;
        background: #79c9ec;
        font-weight: normal;
        color: #026890;
    }

        .ui-state-hover a, .ui-state-hover .expandable-panel-link, .ui-state-hover a:hover, .ui-state-hover .expandable-panel-link:hover, .ui-state-hover a:link, .ui-state-hover .expandable-panel-link:link, .ui-state-hover a:visited, .ui-state-hover .expandable-panel-link:visited, .ui-state-focus a, .ui-state-focus .expandable-panel-link, .ui-state-focus a:hover, .ui-state-focus .expandable-panel-link:hover, .ui-state-focus a:link, .ui-state-focus .expandable-panel-link:link, .ui-state-focus a:visited, .ui-state-focus .expandable-panel-link:visited {
            color: #026890;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #c7dae7;
        background: #c7dae7;
        font-weight: normal;
        color: #ffffff;
    }

        .ui-state-active a, .ui-state-active .expandable-panel-link, .ui-state-active a:link, .ui-state-active .expandable-panel-link:link, .ui-state-active a:visited, .ui-state-active .expandable-panel-link:visited {
            color: #ffffff;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcd113;
        background: #f8da4e;
        color: #915608;
    }

        .ui-state-highlight a, .ui-state-highlight .expandable-panel-link, .ui-widget-content .ui-state-highlight a, .ui-widget-content .ui-state-highlight .expandable-panel-link, .ui-widget-header .ui-state-highlight a, .ui-widget-header .ui-state-highlight .expandable-panel-link {
            color: #915608;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x;
        color: #ffffff;
    }

        .ui-state-error a, .ui-state-error .expandable-panel-link, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error .expandable-panel-link, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error .expandable-panel-link {
            color: #ffffff;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #ffffff;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.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);*/
}

.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 {
    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;
}

.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;
}

.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;
}

html {
    font-family: Averta !important;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, footer, header, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a, .expandable-panel-link {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active, .expandable-panel-link:active, a:hover, .expandable-panel-link:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: 500;
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: Averta !important;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[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: Averta !important;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: -0.1px;
}

body {
    font-family: Averta !important;
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
}

.offscreen {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 2000px;
    padding-top: 1px;
    width: 1px;
    height: 0px;
}

.ko-hide .ko-hidden, .ko-hide .section {
    display: none !important;
}

@media (min-width:48em) {
    .visible-xs {
        display: none !important;
    }
}

@media (max-width:47.9375em) {
    .hidden-xs {
        display: none !important;
    }
}

#page {
    overflow-x: hidden;
}

    #page::-webkit-scrollbar {
        display: none;
    }

.page-title {
    margin: 30px auto 35px;
}

    .page-title h1 {
        margin-bottom: 10px;
        margin-top: 0;
        color: #fff;
    }

    .page-title p, .page-title #page .expandable-panel, #page .page-title .expandable-panel, .page-title .expandable-panel-link {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        line-height: 28px;
    }

.text-center, .center {
    text-align: center;
}

    .text-center.page-title, .center.page-title {
        max-width: 900px;
        padding: 0 12px;
    }

.text-light.page-title, .text-light.page-title *, .text-light .title-tab__qtt .title__main, .text-light .title-tab__qtt .title__sub {
    color: #fff !important;
}

.text-dark.page-title, .text-dark.page-title * {
    color: #131E29 !important;
}

.featured {
    background: #e2f5e9;
    clear: both;
    padding: 35px 40px;
    margin: 75px 0;
}

    .featured h5 {
        margin: 0 0 3px 0;
        font-size: 24px;
        line-height: 28px;
    }

    .featured p, .featured #page .expandable-panel, #page .featured .expandable-panel, .featured .expandable-panel-link {
        margin: 0;
    }

.component-image {
    margin: 0;
    position: relative;
}

    .component-image img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        vertical-align: bottom;
    }

    .component-image figcaption {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: #131E29;
        padding: 6px 35px 7px 19px;
        color: #fff;
        font-size: 1.6em;
        font-weight: 400;
        margin-right: 90px;
        z-index: 1;
        display: inline-block;
        line-height: 24px;
        letter-spacing: -0.1px;
    }

.header-info {
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 5px;
    display: block;
}

.ui-widget-content {
    background-image: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, .expandable-panel-link, a:visited, .expandable-panel-link:visited {
        text-decoration: underline;
    }

        a[href]:after, [href].expandable-panel-link:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, .ir .expandable-panel-link:after, a[href^="javascript:"]:after, [href^="javascript:"].expandable-panel-link:after, a[href^="#"]:after, [href^="#"].expandable-panel-link:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, #page .expandable-panel, .expandable-panel-link, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

h1 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.2px;
}

h2 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 52px;
}

h3 {
    font-size: 32px;
    margin: 35px 0 25px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    margin: 0 0 12px 0;
    line-height: 28px;
}

h5 {
    font-size: 24px;
    margin: 0 0 12px 0;
}

h6 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

p, #page .expandable-panel, .expandable-panel-link, td {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
}

p, #page .expandable-panel, .expandable-panel-link {
    margin: 1em 0;
    color: #131E29;
}

h1, h2, h3 {
    font-weight: 500;
    color: #131E29;
}

h4, h5, h6 {
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #131E29;
}

    h1 [class*='icon-'], h2 [class*='icon-'], h3 [class*='icon-'], h4 [class*='icon-'], h5 [class*='icon-'], h6 [class*='icon-'] {
        font-size: 180%;
        margin-top: -0.2em;
    }

.lowercase {
    text-decoration: none;
}

ul li, ol li {
    font-size: 16px;
    line-height: 24px;
}

p.lead, #page .lead.expandable-panel, .lead.expandable-panel-link {
    color: #20234E;
    font-size: 2.4em;
    line-height: 30px;
    margin-top: 0;
    font-weight: bold;
}

p.no-margin-top, #page .no-margin-top.expandable-panel, .no-margin-top.expandable-panel-link {
    margin-top: 0;
}

ul {
    padding: 0 0 0 30px;
}

ol {
    padding: 0 0 0 0px;
}

    ul li, ol li {
        margin-bottom: 10px;
    }

div[role="main"] ul, div[role="main"] ol {
    margin-bottom: 30px;
}

    div[role="main"] ul li, div[role="main"] ol li, div[role="main"] ul li a {
        color: #131e29;
    }

    div[role="main"] ol li {
        padding-left: 14px;
        margin-left: 16px;
    }

div[role="main"] .swr-rich-text ul {
    list-style-type: none;
}

    div[role="main"] .swr-rich-text ul li {
        position: relative;
    }

        div[role="main"] .swr-rich-text ul li:before {
            content: '';
            background-color: #0092CB;
            position: absolute;
            top: 0.7em;
            left: -20px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
        }

p > a, #page .expandable-panel > a, .expandable-panel-link > a, p > .expandable-panel-link, #page .expandable-panel > .expandable-panel-link, .expandable-panel-link > .expandable-panel-link, li > a, li > .expandable-panel-link {
    color: #FF4713;
    text-decoration: none;
    font-weight: 400;
}

    p > a:hover, #page .expandable-panel > a:hover, .expandable-panel-link > a:hover, p > .expandable-panel-link:hover, #page .expandable-panel > .expandable-panel-link:hover, .expandable-panel-link > .expandable-panel-link:hover, li > a:hover, li > .expandable-panel-link:hover {
        text-decoration: underline;
    }

a, .expandable-panel-link {
    color: #FF4713;
    text-decoration: none;
    font-weight: 400;
}

    a:hover, .expandable-panel-link:hover, a:focus, .expandable-panel-link:focus {
        text-decoration: underline;
    }

pre {
    font-family: Averta !important;
    font-weight: 400;
}

@font-face {
    font-family: 'icons';
    src: url("../fonts/icons.eot");
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"),url("../fonts/icons.woff") format("woff"),url("../fonts/icons.ttf") format("truetype"),url("../fonts/icons.svg#icons") format("svg");
}

.icon, *[class*='icon-'], .qtt-form-stations .station-switch .station-switch__icon, .icon:before, [class*='icon-']:before, .qtt-form-stations .station-switch .station-switch__icon:before {
    font-family: 'icons';
    font-weight: 400;
}

.icon, *[class*='icon-'], .qtt-form-stations .station-switch .station-switch__icon {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    color: inherit;
    margin-right: 5px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-accessibility:before, .mapper-icon-accessiblebookingofficecounter:before, .mapper-icon-accessiblepublictelephones:before, .mapper-icon-accessibletaxis:before, .mapper-icon-accessibleticketmachines:before, .mapper-icon-impairedmobilitysetdown:before, .mapper-icon-inductionloop:before, .mapper-icon-rampfortrainaccess:before, .mapper-icon-stepfreeaccess:before, .mapper-icon-wheelchairsavailable:before {
    content: '\e800';
}

.icon-attractions_sightseeing:before {
    content: '\e801';
}

.icon-beach:before {
    content: '\e802';
}

.icon-bike:before, .mapper-icon-cyclestorageavailability:before, .mapper-icon-cyclestoragesheltered:before {
    content: '\e803';
}

.icon-book_tickets:before {
    content: '\e804';
}

.icon-bus:before, .mapper-icon-busservices:before {
    content: '\e805';
}

.icon-business_direct:before {
    content: '\e806';
}

.icon-cafe:before {
    content: '\e807';
}

.icon-car:before {
    content: '\e808';
}

.icon-change_station:before {
    content: '\e809';
}

.icon-chat:before {
    content: '\e80a';
}

.icon-city_break:before {
    content: '\e80b';
}

.icon-close_no_circle:before {
    content: '\e80c';
}

.icon-good:before {
    content: '\e80d';
}

.icon-good_after:after {
    content: '\e80d';
}

.icon-help:before, .mapper-icon-customerhelppoints:before {
    content: '\e80f';
}

.icon-left_arrow:before {
    content: '\e811';
}

.icon-map_pin:before {
    content: '\e812';
}

.icon-media:before {
    content: '\e813';
}

.icon-mobile_app:before {
    content: '\e814';
}

.icon-music:before {
    content: '\e815';
}

.icon-my_account:before {
    content: '\e816';
    font-family: 'icons';
}

.icon-parking:before, .mapper-icon-carpark:before {
    content: '\e818';
}

.icon-peak_hours:before {
    content: '\e819';
}

.icon-shop_retail:before {
    content: '\e81a';
}

.icon-site:before {
    content: '\e81b';
}

.icon-sports_outdoors:before {
    content: '\e81c';
}

.icon-staffing:before, .mapper-icon-staffhelpavailable:before, .mapper-icon-staffinglevel:before {
    content: '\e81d';
}

.icon-station_does_not_offer:before {
    content: '\e81e';
}

.icon-station_finder:before {
    content: '\e81f';
}

.icon-status_major:before {
    content: '\e820';
}

.icon-status_minor:before {
    content: '\e821';
}

.icon-swap_horizontal:before {
    content: '\e822';
}

.icon-swap_vertical:before, .qtt-form-stations .station-switch .station-switch__icon:before {
    content: '\e823';
}

.icon-taxi:before, .mapper-icon-taxirank:before {
    content: '\e824';
}

.icon-telephone:before {
    content: '\e825';
}

.icon-tfl_logo:before {
    content: '\e826';
}

.icon-tick:before {
    content: '\e827';
}

.icon-tick_after:after {
    content: '\e827';
}

.icon-rail_logo:before {
    content: '\e828';
}

.icon-menu_hamburger:before {
    content: '\e829';
}

.icon-email:before {
    content: '\e82a';
}

.icon-letter:before {
    content: '\e82b';
}

.icon-delete_bin:before {
    content: '\e82c';
}

.icon-date_picker:after {
    content: '\e82d';
}

.icon-information:before, .mapper-icon:before, .mapper-icon-railreplacementservices:before {
    content: '\e82e';
}

.icon-carat_down:before {
    content: '\e82f';
}

.icon-carat_up:before {
    content: '\e830';
}

.icon-book_and_plan:before {
    content: '\e831';
}

.icon-breadcrumbs_arrow:after {
    content: '\e832';
}

.icon-gwr_logo:before {
    content: '\e833';
}

.icon-close:before {
    content: '\e834';
}

.icon-collect_from_machine:before, .mapper-icon-prepurchasecollection:before {
    content: '\e835';
}

.icon-customer_service:before, .mapper-icon-customerservice:before {
    content: '\e836';
}

.icon-family_fun:before {
    content: '\e837';
}

.icon-ferry:before {
    content: '\e838';
}

.icon-flight:before {
    content: '\e839';
}

.icon-right_arrow:before {
    content: '\e83d';
}

.icon-search:after {
    content: '\e83f';
}

.icon-self_service_machine:before, .mapper-icon-ticketmachine:before {
    content: '\e840';
}

.icon-ticket_office:before, .mapper-icon-ticketoffice:before {
    content: '\e842';
}

.icon-toilets:before, .mapper-icon-nationalkeytoilets:before, .mapper-icon-toilets:before {
    content: '\e843';
}

.icon-travel_refresh:before {
    content: '\e844';
}

.icon-waiting_room:before, .mapper-icon-waitingroom:before {
    content: '\e845';
}

.icon-wifi:before, .mapper-icon-wifi:before {
    content: '\e846';
}

.icon-explore_the_west:before {
    content: '\e847';
}

.icon-train:before {
    content: '\e848';
}

.icon-pdf:before {
    content: '\e849';
}

.icon-trolley_service:before {
    content: '\e84a';
}

.icon-hover:before {
    content: '\e84c';
}

.icon-menu_right_arrow:before {
    content: '\e84d';
}

.icon-sleeper:before {
    content: '\e84e';
}

.icon-share:before {
    content: '\e84f';
}

.icon-first_class:before {
    content: '\e850';
}

.icon-travel_updates:before {
    content: '\e851';
}

.icon-add:before {
    content: '\e852';
}

.icon-refund_ticket:before {
    content: '\e83c';
}

.icon-carat_down_soft:before {
    content: '\f107';
    font-family: 'FontAwesome';
}

.icon-carat_up_soft:before {
    content: '\e901';
}

.icon-food_lovers:before {
    content: '\e83a';
}

.icon-rag_status:before {
    content: '\e902';
}

.row:before, .row:after {
    content: "";
    display: table;
    clear: both;
}

[class*='col-'] {
    float: left;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 24.99%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.65%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.31%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 74.97%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.63%;
}

.col-12 {
    width: 100%;
}

@font-face {
    font-family: 'Averta';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Averta.woff') format('woff'),url('../fonts/Averta.woff2') format('woff2'),url('../fonts/Averta.eot#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Averta';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/AvertaRegularItalic.woff') format('woff'),url('../fonts/AvertaRegularItalic.woff2') format('woff2'),url('../fonts/AvertaRegularItalic.eot#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Averta';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/AvertaBlack.woff') format('woff');
}

@font-face {
    font-family: 'Averta';
    font-weight: 900;
    font-style: italic;
    src: url('../fonts/AvertaBlackItalic.woff') format('woff');
}

@font-face {
    font-family: 'Averta';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/AvertaBold.woff') format('woff'),url('../fonts/AvertaBold.woff2') format('woff2'),url('../fonts/AvertaBold.eot#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Averta';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/AvertaBoldItalic.woff') format('woff'),url('../fonts/AvertaBoldItalic.woff2') format('woff2'),url('../fonts/AvertaBoldItalic.eot#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Averta';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/AvertaLight.woff') format('woff'),url('../fonts/AvertaLight.woff2') format('woff2'),url('../fonts/AvertaLight.eot#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Averta';
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/AvertaLightItalic.woff') format('woff'),url('../fonts/AvertaLightItalic.woff2') format('woff2'),url('../fonts/AvertaLightItalic.eot#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Averta';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/AvertaSemibold.woff') format('woff'),url('../fonts/AvertaSemibold.woff2') format('woff2'),url('../fonts/AvertaSemibold.eot#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Averta';
    font-weight: 500;
    font-style: italic;
    src: url('../fonts/AvertaSemiboldItalic.woff') format('woff'),url('../fonts/AvertaSemiboldItalic.woff2') format('woff2'),url('../fonts/AvertaSemiboldItalic.eot#iefix') format('embedded-opentype');
}

.container {
    margin: auto;
    max-width: 750px;
}

.bg-stripes + .row .container {
    min-height: 200px !important;
}

@media (min-width:64.0625em) {
    .container {
        max-width: 1176px;
        padding: 0 30px;
    }
}

@media (min-width:75em) {
    .container {
        padding: 0;
    }
}

.container .container {
    padding: 0;
}

div[class*="layout--"] {
    clear: both;
}

    div[class*="layout--"] > .column {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 16px;
        min-height: 1px;
    }

        div[class*="layout--"] > .column:last-of-type {
            margin-bottom: 0;
        }

@media only screen and (min-width:768px) {
    div[class*="layout--"] > .column {
        margin-bottom: 0;
    }
}

div[class*="layout--"] div[class*="layout--"] {
    margin: 0 -12px;
}

.row {
    padding: 16px 0;
    position: relative;
    clear: both;
}

.row--no-padding {
    padding: 0;
}

.row--narrow {
    max-width: 800px;
    margin: auto;
}

.row--extra-padding {
    padding: 40px 0;
}

.row--no-padding-top {
    padding-top: 0;
}

.row--no-padding-bottom {
    padding-bottom: 0;
}

.row--center-text {
    text-align: center;
}

.row--quick-links {
    text-align: center;
    padding: 0 12px 40px;
}

    .row--quick-links a, .row--quick-links .expandable-panel-link {
        font-size: 18px;
        line-height: 1.5em;
        padding-right: 25px;
        position: relative;
        display: inline-block;
        font-weight: 500;
    }

@media (min-width:48em) {
    .row--quick-links a, .row--quick-links .expandable-panel-link {
        font-size: 22px;
    }
}

.row--quick-links a:after, .row--quick-links .expandable-panel-link:after {
    content: '|';
    font-weight: 300;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 8px;
}

.row--quick-links a:last-child:after, .row--quick-links .expandable-panel-link:last-child:after {
    content: '';
}

.cookie-message .closebutton.icon-close_no_circle {
    color: #131e29;
}

.column--relative {
    position: relative;
}

.row.row--full {
    padding: 0;
}

    .row.row--full > .container {
        padding: 0;
        max-width: 100%;
    }

@media (min-width:64.0625em) {
    .layout--3-3-3-3 > .column {
        width: 25%;
        float: left;
    }
}

@media (min-width:64.0625em) {
    .layout--4-4-4 > .column {
        width: 33.3333333333%;
        float: left;
    }
}

@media only screen and (max-width:767px) {
    .layout--6-6-small > .column {
        float: left;
        width: 50%;
    }
}

@media only screen and (max-width:600px) {
    .layout--6-6-small > .column {
        float: none;
        width: 100%;
    }
}

@media (min-width:64.0625em) {
    .layout--6-6 > .column {
        width: 50%;
        float: left;
    }
}

@media (min-width:64.0625em) {
    .layout--7-5 > .column:first-of-type {
        width: 58.33333333%;
        float: left;
    }

    .layout--7-5 > .column:last-of-type {
        width: 41.66666667%;
        float: left;
    }
}

@media (min-width:64.0625em) {
    .layout--8-4 > .column:first-of-type {
        width: 66.66666667%;
        float: left;
    }

    .layout--8-4 > .column:last-of-type {
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width:64.0625em) {
    .layout--2-10 > .column:first-of-type {
        width: 16.66666667%;
        float: left;
    }

    .layout--2-10 > .column:last-of-type {
        width: 83.33333333%;
        float: left;
    }
}

.row--purple {
    background-image: linear-gradient(-90deg,#C774C3 0%,#954090 91%);
}

    .row--purple > h3, .row--purple h4 {
        color: #fff;
        margin-bottom: 30px;
    }

.row--grey {
    background: transparent !important;
}

    .row--grey > h3, .row--grey h4 {
        margin-bottom: 30px;
    }

.row--light-blue-20 {
    background: #F4F8FA !important;
}

    .row--light-blue-20 > h3, .row--light-blue-20 h4 {
        margin-bottom: 30px;
    }

.row--light-grey {
    background: #fff;
}

    .row--light-grey > h3, .row--light-grey h4 {
        margin-bottom: 30px;
    }

.row--white {
    background: #fff;
}

.row--shard {
    background: transparent !important;
}

.bg-stripes {
    position: absolute;
    width: 100%;
    z-index: -1;
    min-height: 450px;
    min-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
}

    .bg-stripes + .component-jumbotron {
        background-image: none !important;
        background: transparent !important;
    }

@media (min-width:48em) {
    .bg-stripes {
        min-width: 1500px;
    }
}

.column--white .column-wrap {
    background: #fff;
    padding: 12px 16px;
    margin: 0 -12px;
}

@media (min-width:48em) {
    .column--white .column-wrap {
        margin: auto;
    }
}

.row--shard {
    background: transparent !important;
}

    .row--shard div[class*="layout--"] {
        margin-bottom: 20px;
    }

.bg-dark-blue {
    background-color: #131E29;
}

.bg-light-blue {
    background-color: #e2f5e9;
}

.row--no-margin {
    margin: 0;
}

.header {
    text-align: center;
    position: relative;
    padding: 0 10px;
    height: 64px;
    background: #131E29;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

.main-header {
    position: relative;
}

    .main-header .mm-wrapper {
        overflow: visible;
    }

@media (min-width:64.0625em) {
    .main-header {
        min-height: 77px;
    }
}

@media (min-width:64.0625em) {
    .mobile-header {
        display: none;
    }
}

.nav-top-wrap .container {
    position: relative;
}

.nav-top-wrap .account-status-bar {
    font-size: 14px;
    color: #131E29;
    font-weight: 500;
}

.nav-top-wrap .btn-cart {
    top: 0;
    font-size: 14px;
    margin-left: 20px;
}

    .nav-top-wrap .btn-cart .basket-icon, .nav-top-wrap .btn-cart .bf-price {
        color: #131E29;
        fill: #131E29;
    }

.nav-top-wrap ul {
    padding: 0 0 0 20px;
    margin: 0px !important;
}

    .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: #131E29;
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
    }

        .btn-cart .bf-price small {
            font-size: 0.7em;
            margin-right: 2px;
        }

    .btn-cart .btn-cart__link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.btn-cart--empty .btn-cart .btn-cart__link {
    pointer-events: none;
}

.main-navigation--has-basket .btn-cart a, .main-navigation--has-basket .btn-cart .expandable-panel-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.basket-status {
    text-align: center;
    position: absolute;
    right: 65px;
    float: none;
    margin: 0;
}

@media (min-width:64.0625em) {
    .basket-status {
        right: 12px;
        top: 0;
    }
}

.header .user-type a.btn, .header .user-type a.btn-primary, .header .user-type .btn-primary.expandable-panel-link, .header .user-type a.btn-secondary, .header .user-type .btn-secondary.expandable-panel-link, .header .user-type a.btn-tertiary, .header .user-type .btn-tertiary.expandable-panel-link, .header .user-type a.btn-tertiary-blue, .header .user-type .btn-tertiary-blue.expandable-panel-link, .header .user-type a.btn-primary-invert, .header .user-type .btn-primary-invert.expandable-panel-link, .header .user-type a.btn-secondary-invert, .header .user-type .btn-secondary-invert.expandable-panel-link, .header .user-type a.btn-tertiary-invert, .header .user-type .btn-tertiary-invert.expandable-panel-link, .header .user-type .btn.expandable-panel-link {
    float: none;
    min-width: 136px;
    font-size: 14px;
    padding: 9px 15px;
    margin-top: 10px;
}

.header .basket-status__empty a.btn, .header .basket-status__empty a.btn-primary, .header .basket-status__empty .btn-primary.expandable-panel-link, .header .basket-status__empty a.btn-secondary, .header .basket-status__empty .btn-secondary.expandable-panel-link, .header .basket-status__empty a.btn-tertiary, .header .basket-status__empty .btn-tertiary.expandable-panel-link, .header .basket-status__empty a.btn-tertiary-blue, .header .basket-status__empty .btn-tertiary-blue.expandable-panel-link, .header .basket-status__empty a.btn-primary-invert, .header .basket-status__empty .btn-primary-invert.expandable-panel-link, .header .basket-status__empty a.btn-secondary-invert, .header .basket-status__empty .btn-secondary-invert.expandable-panel-link, .header .basket-status__empty a.btn-tertiary-invert, .header .basket-status__empty .btn-tertiary-invert.expandable-panel-link, .header .basket-status__empty .btn.expandable-panel-link {
    margin-top: 0;
}

.basket-status__empty {
    display: inline-block;
    position: relative;
    top: 15px;
}

@media (max-width:47.9375em) {
    .basket-status__empty a, .basket-status__empty .expandable-panel-link {
        min-width: auto !important;
    }
}

.basket-status__trips {
    display: none;
    position: relative;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    height: 38px;
}

    .basket-status__trips a, .basket-status__trips .expandable-panel-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 1;
    }

.user-type {
    display: none;
}

@media screen and (min-width:1024px) {
    .user-type {
        right: 24px;
    }
}

.user-type.user-type--webtis {
    display: block;
}

    .user-type.user-type--webtis .user-type-webtis {
        display: block;
    }

        .user-type.user-type--webtis .user-type-webtis .btn-primary-invert {
            float: right;
            margin-right: 55px;
            margin-top: 15px;
            min-width: inherit !important;
            min-width: auto !important;
        }

.user-type.user-type--account {
    display: block;
}

    .user-type.user-type--account .user-type-basket {
        display: block;
    }

    .user-type.user-type--account .user-type-webtis {
        display: none;
    }

@media screen and (min-width:1024px) {
    .touch-device .basket-status {
        top: 3px;
        right: 65px;
    }
}

#menu.user-type--webtis .account-notice, #menu.user-type--webtis .account, #menu.user-type--webtis .account-bar {
    display: none !important;
}

.main-navigation.main-navigation--has-basket .basket-status__empty {
    display: none;
}

.main-navigation.main-navigation--has-basket .basket-status__trips {
    display: block;
}

#menu .account-bar {
    position: absolute !important;
    bottom: 0;
    top: auto;
    z-index: 20;
    left: 0;
    right: 0;
    background: white;
    height: 60px;
    padding: 0 !important;
    transform: none;
    display: block;
    top: auto !important;
    overflow: hidden;
    border-top: 2px solid rgba(0,166,230,0.15);
    line-height: 70px;
    height: 70px;
}

    #menu .account-bar .account-status:before, #menu .account-bar .mm-navbar {
        display: none;
    }

    #menu .account-bar .account-status {
        position: relative;
        font-size: 14px !important;
        color: #00A6E6 !important;
        margin: 0;
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 20px;
    }

        #menu .account-bar .account-status:hover {
            background-color: rgba(55,170,50,0.2);
        }

#menu .mm-listview.mm-last {
    padding-bottom: 68px !important;
}

.account-notice {
    padding-left: 20px;
    font-size: 12px !important;
}

.account {
    overflow: hidden;
}

    .account .account-buy {
        float: left;
        margin-right: 105px;
        width: 100%;
        position: relative;
        z-index: 1;
        padding-right: 105px;
        line-height: 70px;
        padding: 0 0 0 20px;
        font-size: 16px;
    }

    .account .account-basket {
        font-size: 12px;
        padding: 10px 17px;
        line-height: 15px;
        margin-left: -100%;
        position: relative;
        z-index: 2;
        float: right;
        width: 110px;
        background: white;
        height: 68px;
        white-space: initial;
        text-align: left;
        font-weight: normal;
    }

        .account .account-basket:before {
            content: '';
            top: 8px;
            bottom: 8px;
            border-color: rgba(0,166,230,0.15);
            position: absolute;
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            left: 0;
            width: 2px;
        }

        .account .account-basket .account-basket__value {
            color: #00A6E6;
        }

.account-notice {
    line-height: 70px;
}

.touch-device .nav-main-wrapper {
    display: none;
}

.touch-device .mobile-menu.mm-menu, .touch-device .mobile-header, .touch-device .menu-trigger {
    display: block;
}

.touch-device .main-header {
    min-height: 101px;
}

@media screen and (min-device-width:800px) {
    .touch-device .mobile-menu.mm-menu {
        margin-left: 0%;
    }
}

.logo {
    display: inline-block;
    max-width: 125px;
    height: 100%;
    float: left;
    position: relative;
    top: 14px;
}

@media (min-width:48em) and (max-width:64em) {
    .logo {
        max-width: 125px;
        top: 15px;
    }
}

.logo img {
    width: 100%;
    max-width: 110px;
}

.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 #ffffff;
        border-bottom: 3px solid #ffffff;
    }

        .menu-trigger .hamburger:before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0px;
            width: 100%;
            border-top: 3px solid #ffffff;
        }

@media only screen and (min-width:1026px) {
    .menu-trigger {
        display: none;
    }
}

.nav-main-wrapper {
    display: none;
}

    .nav-main-wrapper .logo {
        display: none;
    }

.mm-hasnavbar-top-1 .mm-panel {
    top: 0;
}

.mm-menu > .mm-navbar {
    display: none;
}

.mobile-header .nav-top-wrap {
    background: #1f4555;
    height: 37px;
    color: #fff;
    line-height: 37px;
}

.mobile-header .header-wrapper {
    border-bottom: 1px solid #131E29;
}

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: #ffffff;
        }

        .mm-menu-active .hamburger:before {
            height: 27px;
            width: 3px;
            transform: rotate(45deg);
        }

        .mm-menu-active .hamburger:after {
            height: 30px;
            width: 3px;
            transform: rotate(-45deg);
        }

.mm-navbar > * {
    display: block;
    padding: 0;
}

.mm-navbar .mm-btn {
    height: 60px;
}

.mobile-menu {
    display: none;
    transform: translate(100%,0);
    position: fixed;
    transition: transform .4s ease 0s;
}

    .mobile-menu.mm-menu {
        display: block;
        top: 101px;
        border-top: 2px solid rgba(0,166,230,0.15);
        width: 100%;
        max-width: 100%;
        background-color: #fff;
        color: #131E29;
        font-size: 16px;
        font-weight: 700;
    }

        .mobile-menu.mm-menu > .mm-panel:before, .mobile-menu.mm-menu > .mm-panel:after {
            display: none;
        }

        .mobile-menu.mm-menu > .mm-panel > .mm-listview.mm-first {
            margin-top: 0px;
        }

        .mobile-menu.mm-menu > .mm-panel.mm-hasnavbar {
            padding-top: 0;
        }

    .mobile-menu .mm-panel.mm-subopened ~ .mm-panel .mm-navbar a.mm-title, .mobile-menu .mm-panel.mm-subopened ~ .mm-panel .mm-navbar .mm-title.expandable-panel-link {
        left: auto;
    }

    .mobile-menu .mm-panel.mm-highest .mm-navbar a.mm-title, .mobile-menu .mm-panel.mm-highest .mm-navbar .mm-title.expandable-panel-link {
        left: auto;
    }

    .mobile-menu .mm-panel .mm-navbar {
        position: relative;
        height: 60px;
        margin-left: -20px;
        margin-right: -20px;
        line-height: 60px;
        border-bottom-width: 1px;
        border-color: rgb(18,30,41);
    }

        .mobile-menu .mm-panel .mm-navbar a.mm-title, .mobile-menu .mm-panel .mm-navbar .mm-title.expandable-panel-link {
            font-size: 17px;
            color: #131E29;
            position: absolute;
            left: 20px;
        }

    .mobile-menu .mm-panel ul li.item {
        border-bottom: 1px solid rgb(18,30,41);
        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: 1px;
                border-color: rgb(18,30,41);
                display: none;
            }

            .mobile-menu .mm-panel ul li.item .mm-next:after {
                border-color: #ff4713;
                border-width: 3px;
                left: 50%;
                margin-left: -10px;
                width: 10px;
                height: 10px;
            }

        .mobile-menu .mm-panel ul li.item .item-label {
            width: 75%;
            line-height: 30px;
            white-space: initial;
            padding: 20px 0 20px 20px;
        }

    .mobile-menu .link-secondary {
        font-size: 14px;
        line-height: 70px;
        padding: 0px 0px 0px 20px;
    }

    .mobile-menu .mm-listview > li:not(.mm-divider):after {
        border-bottom: 2px solid rgba(0,166,230,0.15);
    }

.column .menu-items-wrapper .icons-wrapper a.icon:before, .column .menu-items-wrapper .icons-wrapper a[class*='icon-']:before, .column .menu-items-wrapper .icons-wrapper [class*='icon-'].expandable-panel-link:before, .column .menu-items-wrapper .icons-wrapper .icon.expandable-panel-link:before, .column .menu-items-wrapper .icons-wrapper .qtt-form-stations .station-switch .expandable-panel-link.station-switch__icon:before, .qtt-form-stations .station-switch .column .menu-items-wrapper .icons-wrapper .expandable-panel-link.station-switch__icon:before, .column .menu-items-wrapper .icons-wrapper .qtt-form-stations .station-switch a.station-switch__icon:before, .qtt-form-stations .station-switch .column .menu-items-wrapper .icons-wrapper a.station-switch__icon:before {
    display: none;
}

.sticky-wrapper.fixed > .column {
    background: #131E29;
}

.sticky-wrapper.fixed .column .icons-wrapper a.icon:before, .sticky-wrapper.fixed .column .icons-wrapper a[class*='icon-']:before, .sticky-wrapper.fixed .column .icons-wrapper [class*='icon-'].expandable-panel-link:before, .sticky-wrapper.fixed .column .icons-wrapper .icon.expandable-panel-link:before, .sticky-wrapper.fixed .column .icons-wrapper .qtt-form-stations .station-switch .expandable-panel-link.station-switch__icon:before, .qtt-form-stations .station-switch .sticky-wrapper.fixed .column .icons-wrapper .expandable-panel-link.station-switch__icon:before, .sticky-wrapper.fixed .column .icons-wrapper .qtt-form-stations .station-switch a.station-switch__icon:before, .qtt-form-stations .station-switch .sticky-wrapper.fixed .column .icons-wrapper a.station-switch__icon:before {
    display: initial;
}

.sticky-wrapper {
    height: auto !important;
}

@media (max-width:47.9375em) {
    .sticky-wrapper {
        height: 65px !important;
    }
}

.sticky-wrapper.fixed .column .nav-main-content.open {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.24);
}

.sticky-wrapper.fixed > .column {
    box-shadow: 0 2px 2px rgba(0,0,0,0.12);
}

@media (min-width:64.0625em) {
    .mobile-menu.mm-menu {
        display: none;
    }

    .dm-prev:before, .dm-next:after, .dm-arrow:after {
        content: '';
        border: 2px solid #0092CB;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        transform: rotate(-45deg);
    }

    .dm-prev:before {
        border-right: none;
        border-bottom: none;
        left: 20px;
    }

    .dm-next:after, .dm-arrow:after {
        border-top: none;
        border-left: none;
        right: 20px;
        display: none;
    }

    #menu-thumb {
        display: block;
        float: right;
    }

        #menu-thumb li {
            display: inline-block;
            margin: 0 10px;
        }

        #menu-thumb ul {
            margin: 0;
            padding: 0;
        }

        #menu-thumb a, #menu-thumb .expandable-panel-link {
            font-family: Averta !important;
            font-weight: 500;
            font-size: 18px;
            text-decoration: none;
            color: #131e28;
            margin-right: 10px;
            padding: 28px 0 5px;
            display: inline-block;
            position: relative;
        }

        #menu-thumb .account-buy.btn-primary-invert.btnstylenew {
            color: #131e28 !important;
        }

        #menu-thumb a:after, #menu-thumb .expandable-panel-link:after {
            content: '';
            height: 2px;
            background: #ff4713;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 100%;
            transition: right 0.4s ease;
        }

        #menu-thumb a:hover:after, #menu-thumb .expandable-panel-link:hover:after, #menu-thumb a.active:after, #menu-thumb .active.expandable-panel-link:after {
            right: 0;
        }

        #menu-thumb li:last-of-type a, #menu-thumb li:last-of-type .expandable-panel-link {
            margin-right: 0;
        }

    .nav-main-wrapper {
        display: block;
        width: 100%;
    }

        .nav-main-wrapper .container {
            padding: 0 12px;
            max-width: 1145px;
        }

        .nav-main-wrapper .logo {
            display: inline-block;
            max-width: 125px;
            position: relative;
            top: 17px;
        }

    .nav-top-wrap {
        background: #204555;
        height: 37px;
        line-height: 37px;
        text-align: right;
    }

    #sticky-wrapper, .nav-main-wrapper {
        background: #131E29;
    }

    .nav-top-wrap .container {
        height: 37px;
        line-height: 37px;
    }

    .nav-top-wrap ul {
        display: inline-block;
        list-style: none;
        color: #131E29;
        margin: 0px;
    }

        .nav-top-wrap ul li a, .nav-top-wrap ul li .expandable-panel-link {
            font-family: Averta !important;
            font-size: 14px;
            text-decoration: none;
            height: 37px;
            line-height: 37px;
            font-weight: 500;
        }

            .nav-top-wrap ul li a:before, .nav-top-wrap ul li .expandable-panel-link:before {
                line-height: 20px;
                font-size: 20px;
                padding-right: 15px;
            }

        .nav-top-wrap ul .icon-my_account {
            margin: 0;
        }

            .nav-top-wrap ul .icon-my_account:before {
                position: relative;
                top: 2px;
                padding-right: 8px;
            }

    .nav-top-wrap .my-account {
        float: right;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }

    .menu-items-wrapper {
        padding-left: 140px;
    }

    .nav-main-content {
        display: block;
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 0;
        background-color: #fff;
        z-index: 1000;
        transition: height 0.2s ease-in-out;
    }

        .nav-main-content.open {
            border-top: 1px solid rgba(0,0,0,0.12);
            box-shadow: 0 2px 2px rgba(0,0,0,0.12);
        }

        .nav-main-content .contrainer {
            position: relative;
        }

        .nav-main-content .btn-close {
            float: right;
            width: 14px;
            height: 14px;
            line-height: 1;
            text-decoration: none;
            cursor: pointer;
            z-index: 1;
            position: absolute;
            top: 15px;
            right: 0px;
        }

        .nav-main-content .nav-sub-item, .nav-main-content .nav-sub-sub-item {
            transition: opacity 0.1s ease;
            opacity: 0;
        }

        .nav-main-content .menu-content-sub {
            display: inline-block;
            width: 33.33%;
            float: left;
            padding-right: 13px;
            padding-top: 22px;
            padding-bottom: 30px;
            margin-top: 0;
        }

        .nav-main-content .nav-sub-content {
            display: inline-block;
            width: 50%;
            float: left;
            padding-left: 13px;
            padding-top: 22px;
            padding-bottom: 30px;
        }

        .nav-main-content ul.sub-item {
            margin: 0;
        }

            .nav-main-content ul.sub-item li a:after, .nav-main-content ul.sub-item li .expandable-panel-link:after {
                display: none;
            }

        .nav-main-content ul {
            list-style: none;
            padding: 0;
        }

            .nav-main-content ul li {
                height: 45px;
                margin: 0;
                position: relative;
            }

                .nav-main-content ul li.no-children a:after, .nav-main-content ul li.no-children .expandable-panel-link:after {
                    display: none;
                }

                .nav-main-content ul li.active {
                    background: #0092CB;
                }

                .nav-main-content ul li a, .nav-main-content ul li .expandable-panel-link {
                    border-bottom: 1px solid #979797;
                }

                    .nav-main-content ul li a:link, .nav-main-content ul li .expandable-panel-link:link, .nav-main-content ul li a:active, .nav-main-content ul li .expandable-panel-link:active, .nav-main-content ul li a:visited, .nav-main-content ul li .expandable-panel-link:visited {
                        color: #131E29;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 45px;
                        white-space: nowrap;
                        text-decoration: none;
                        padding-left: 22px;
                        display: block;
                        position: relative;
                        margin: 0;
                    }

                        .nav-main-content ul li a:link:after, .nav-main-content ul li .expandable-panel-link:link:after, .nav-main-content ul li a:active:after, .nav-main-content ul li .expandable-panel-link:active:after, .nav-main-content ul li a:visited:after, .nav-main-content ul li .expandable-panel-link:visited:after {
                            border-top: 3px solid #ff4713;
                            border-right: 3px solid #ff4713;
                            transform: rotate(45deg);
                            width: 10px;
                            height: 10px;
                            content: "";
                            position: absolute;
                            right: -10px;
                            top: 18px;
                        }

                        .nav-main-content ul li a:link:before, .nav-main-content ul li .expandable-panel-link:link:before, .nav-main-content ul li a:active:before, .nav-main-content ul li .expandable-panel-link:active:before, .nav-main-content ul li a:visited:before, .nav-main-content ul li .expandable-panel-link:visited:before {
                            content: '';
                            height: 2px;
                            background: #ff4713;
                            position: absolute;
                            bottom: -1px;
                            left: 0;
                            right: 100%;
                            transition: right 0.4s ease;
                        }

                    .nav-main-content ul li a.active:before, .nav-main-content ul li .active.expandable-panel-link:before, .nav-main-content ul li a.current-page:before, .nav-main-content ul li .current-page.expandable-panel-link:before, .nav-main-content ul li a:hover:before, .nav-main-content ul li .expandable-panel-link:hover:before {
                        right: 0;
                    }
}

@media only screen and (min-width:1200px) {
    #menu-thumb a, #menu-thumb .expandable-panel-link {
        margin-right: 30px;
    }

    .nav-main-wrapper .logo {
        max-width: 178px;
        top: 15px;
        position: relative;
    }

    .nav-main-wrapper .container {
        padding: 0;
        height: 65px;
    }

    .nav-main-content .container {
        position: relative;
    }

    .menu-items-wrapper {
        padding-left: 185px;
    }
}

.nav-promo-btn {
    display: none;
}

@media (min-width:64.0625em) {
    .nav-promo-btn {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 20px;
        opacity: 0;
        visibility: hidden;
    }

    .nav-main-content.open .nav-promo-btn {
        opacity: 1;
        visibility: visible;
    }
}

.nav-promo-btn .btn-primary-invert {
    min-width: 160px;
}

.main {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

div[role=main] {
    position: relative;
    overflow: hidden;
    background-position: center -219px;
    background-size: cover;
}

.hasBreadcrumb div[role=main] {
    background-position: center -243px;
}

@media (max-width:64em) {
    div[role=main] {
        background-position: center -118px;
    }
}

@media (max-width:64em) {
    div[role=main] {
        background-size: auto;
        background-repeat: no-repeat;
    }
}

.hasQTTwithImage div[role=main]::before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width:48em) and (max-width:64em) {
    .hasQTTwithImage div[role=main]::before {
        background: linear-gradient(to bottom,rgba(233,240,245,0),#e2f5e9 40%);
    }
}

@media (max-width:47.9375em) {
    .hasQTTwithImage div[role=main]::before {
        background: none;
    }
}

.footer {
    background: #204555;
    font-weight: 400;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #d5d3ce;
    padding-bottom: 20px;
}

    .footer .footer-text p, .footer .footer-text #page .expandable-panel, #page .footer .footer-text .expandable-panel, .footer .footer-text .expandable-panel-link {
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        text-align: left;
        margin: 0;
    }

    .footer p, .footer #page .expandable-panel, #page .footer .expandable-panel, .footer .expandable-panel-link {
        font-weight: 300;
        color: #fff;
    }

    .footer .footer-links a, .footer .footer-links .expandable-panel-link {
        font-weight: 400;
    }

    .footer ul {
        padding: 0;
        list-style: none;
    }

    .footer .input-wrapper input[type]:not([type=submit]) {
        padding: 0 10px;
        text-align: left;
        border: 1px solid #d6d1ca !important;
        margin: 0;
        background: #d6d1ca !important;
        border-radius: 4px;
        color: #131e29 !important;
        font-size: 14px !important;
        min-height: 40px;
        line-height: 1 !important;
    }

        .footer .input-wrapper input[type]:not([type=submit])::-webkit-input-placeholder {
            color: #131e29;
        }

        .footer .input-wrapper input[type]:not([type=submit])::-moz-placeholder {
            color: #131e29;
        }

        .footer .input-wrapper input[type]:not([type=submit]):-ms-input-placeholder {
            color: #131e29;
        }

        .footer .input-wrapper input[type]:not([type=submit]):-moz-placeholder {
            color: #131e29;
        }

    .footer .input-wrapper.validation-error {
        border-bottom: none !important;
    }

    .footer .forms-wrapper {
        text-align: left;
    }

        .footer .forms-wrapper .input-wrapper:not(.with-caret):after {
            bottom: -3px;
        }

        .footer .forms-wrapper p, .footer .forms-wrapper #page .expandable-panel, #page .footer .forms-wrapper .expandable-panel, .footer .forms-wrapper .expandable-panel-link {
            font-size: 14px !important;
            font-size: 1.4em;
            cursor: default;
        }

        .footer .forms-wrapper .btn, .footer .forms-wrapper .btn-primary, .footer .forms-wrapper .btn-secondary, .footer .forms-wrapper .btn-tertiary, .footer .forms-wrapper .btn-tertiary-blue, .footer .forms-wrapper .btn-primary-invert, .footer .forms-wrapper .btn-secondary-invert, .footer .forms-wrapper .btn-tertiary-invert {
            margin-top: 15px;
            background: #fff;
            color: #131E29;
            border: 0;
        }

            .footer .forms-wrapper .btn:active, .footer .forms-wrapper .btn-primary:active, .footer .forms-wrapper .btn-secondary:active, .footer .forms-wrapper .btn-tertiary:active, .footer .forms-wrapper .btn-tertiary-blue:active, .footer .forms-wrapper .btn-primary-invert:active, .footer .forms-wrapper .btn-secondary-invert:active, .footer .forms-wrapper .btn-tertiary-invert:active, .footer .forms-wrapper .btn:hover, .footer .forms-wrapper .btn-primary:hover, .footer .forms-wrapper .btn-secondary:hover, .footer .forms-wrapper .btn-tertiary:hover, .footer .forms-wrapper .btn-tertiary-blue:hover, .footer .forms-wrapper .btn-primary-invert:hover, .footer .forms-wrapper .btn-secondary-invert:hover, .footer .forms-wrapper .btn-tertiary-invert:hover {
                background: #cccccc;
            }

    .footer.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
    }

.footer-list {
    margin: 20px 0;
    text-align: left;
}

    .footer-list a, .footer-list .expandable-panel-link {
        display: inline-block;
        margin-bottom: 4px;
        font-size: 14px;
        color: #fff;
        text-decoration: none !important;
        text-align: left;
        font-weight: 300;
        cursor: default;
        position: relative;
    }

    .footer-list ul li a {
        color: #e2f5e9;
    }

    .footer-list a:before, .footer-list .expandable-panel-link:before {
        content: '';
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 100%;
        transition: right 0.4s ease;
    }

    .footer-list a:hover:before, .footer-list .expandable-panel-link:hover:before {
        right: 0;
    }

    .footer-list > li:first-of-type > a, .footer-list > li:first-of-type > .expandable-panel-link {
        font-size: 16px;
        margin-bottom: 22px;
        font-weight: 500;
    }

        .footer-list > li:first-of-type > a:before, .footer-list > li:first-of-type > .expandable-panel-link:before {
            display: none;
        }

    .footer-list ul a:hover, .footer-list ul .expandable-panel-link:hover {
        cursor: pointer;
        color: #fff;
    }

.footer-social {
    background: #d6d1ca;
    text-align: center;
}

.swr-bottom-logo ul li img {
    width: 100px;
}

.swr-rich-text .footer-text p a {
    color: #fff;
    text-decoration: underline;
}

.footer-social ul {
    margin: 16px 0;
}

    .footer-social ul li {
        display: inline-block;
        margin: 0;
    }

        .footer-social ul li a, .footer-social ul li .expandable-panel-link {
            background: url("../img/social-icons.png") no-repeat;
            background-size: cover;
            display: block;
            height: 34px;
            width: 34px;
            text-indent: -9999em;
        }

.footer-social .footer-social-facebook {
    background-position-x: -37px;
}

.footer-social .footer-social-instagram {
    background-position-x: -74px;
}

.footer-social .footer-social-youtube {
    background-position-x: -112px;
}

.footer-links {
    list-style: none;
    overflow: hidden;
    padding: 0 0 0 0;
}

@media only screen and (min-width:1026px) {
    .footer-links {
        margin: 35px 0 40px;
    }
}

.footer-links li {
    float: left;
}

    .footer-links li a, .footer-links li .expandable-panel-link {
        margin-right: 10px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        padding: 0.5em 0;
        display: inline-block;
        position: relative;
    }

        .footer-links li a:before, .footer-links li .expandable-panel-link:before {
            content: '';
            height: 1px;
            background: #fff;
            position: absolute;
            bottom: 1em;
            left: 0;
            right: 100%;
            transition: right 0.4s ease;
        }

@media only screen and (min-width:1026px) {
    .footer-links li a, .footer-links li .expandable-panel-link {
        padding: 1em 0;
    }
}

.footer-links li a:hover, .footer-links li .expandable-panel-link:hover {
    cursor: pointer;
    text-shadow: 0 0 0.65px #fff,0 0 0.65px #fff;
}

    .footer-links li a:hover:before, .footer-links li .expandable-panel-link:hover:before {
        right: 0;
    }

.footer-links li:not(:last-child) a:after, .footer-links li:not(:last-child) .expandable-panel-link:after {
    content: '|';
    color: #fff;
    margin-left: 10px;
}

.footer-links li:not(:last-child) a:hover:before, .footer-links li:not(:last-child) .expandable-panel-link:hover:before {
    right: 13px;
}

.btn, .btn-primary, .btn-secondary, .btn-tertiary, .btn-tertiary-blue, .btn-primary-invert, .btn-secondary-invert, .btn-tertiary-invert {
    font-family: Averta !important;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    min-width: 180px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    outline: none;
    transition: background 0.2s;
}

@media (min-width:64.0625em) {
    .btn, .btn-primary, .btn-secondary, .btn-tertiary, .btn-tertiary-blue, .btn-primary-invert, .btn-secondary-invert, .btn-tertiary-invert {
        white-space: nowrap;
    }
}

.btn:hover, .btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover, .btn-tertiary-blue:hover, .btn-primary-invert:hover, .btn-secondary-invert:hover, .btn-tertiary-invert:hover {
    text-decoration: none;
}

.btn:active, .btn-primary:active, .btn-secondary:active, .btn-tertiary:active, .btn-tertiary-blue:active, .btn-primary-invert:active, .btn-secondary-invert:active, .btn-tertiary-invert:active {
    outline: 0;
    background-image: none;
}

.btn.disabled, .disabled.btn-primary, .disabled.btn-secondary, .disabled.btn-tertiary, .disabled.btn-tertiary-blue, .disabled.btn-primary-invert, .disabled.btn-secondary-invert, .disabled.btn-tertiary-invert {
    opacity: 1;
    cursor: not-allowed;
}

body .btn-primary {
    background: #ff4713;
    color: #131E29;
    font-weight: 700;
    border-color: transparent;
}

.btn-secondary {
    background-color: #E2F5E9;
    border: 2px solid #E2F5E9;
    border-radius: 5px;
    color: #131E29;
    font-family: Averta;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 19px;
    text-align: center;
}

.btn-tertiary {
    background: #fff;
}

body .btn-tertiary-blue {
    background: transparent;
    border: 2px solid #95E1BF;
    border-radius: 5px;
    color: #131E29;
    font-family: Averta;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1px;
    line-height: 19px;
    text-align: center;
}

    body .btn-tertiary-blue:hover, .btn-tertiary-blue:focus {
        background-color: #E2F5E9;
        border: 2px solid #95E1BF;
        border-radius: 5px;
        color: #131E29;
        font-family: Averta;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.1px;
        line-height: 19px;
        text-align: center;
    }

.btn-tertiary-blue:active {
    background: #E2F5E9;
    color: #131e29;
}

.btn-tertiary-blue.disabled, .btn-tertiary-blue.disabled:hover {
    background-color: transparent;
    border: 2px solid #C5CFD9;
    border-radius: 5px;
    color: #667980;
    font-family: Averta;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 19px;
    text-align: center;
    cursor: not-allowed;
    opacity: 1;
}

.btn-primary-invert {
    border: none;
    background: #FF4713;
    color: #131E29;
    font-weight: 700;
    border: 1px solid #ff4713;
}

.btn-secondary-invert {
    border: 2px solid #0092CB;
    color: #0092CB;
}

.btn-tertiary-invert {
    background: transparent;
    border: 2px solid #fff;
}

.btn-primary-invert:active, .btn-primary-invert:hover, .btn-primary-invert:focus {
    background: #E33707 !important;
    color: #131E29;
    border: 1px solid #E33707;
}

.btn-secondary.disabled, body .btn-secondary.disabled:hover {
    background-color: #E7EBF3 !important;
    border: 2px solid #E7EBF3 !important;
    border-radius: 5px !important;
    color: #2E637A !important;
    font-family: Averta !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1px !important;
    line-height: 19px !important;
    text-align: center !important;
}

.btn.btn-secondary:hover, .btn-secondary:hover, a .btn-secondary:hover {
    background-color: #95E1BF !important;
    border: 2px solid #95E1BF;
    border-radius: 5px;
    color: #131E29;
    font-family: Averta;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 19px;
    text-align: center;
}

.btn.btn-secondary:active, .btn.btn-secondary:focus, a .btn-secondary:active, a .btn-secondary:focus, .btn-secondary:active, .btn-secondary:focus {
    background-color: #E2F5E9 !important;
    border: 2px solid #95E1BF;
    border-radius: 5px;
    color: #131E29;
    font-family: Averta;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 19px;
    text-align: center;
}

.btn-primary:not(.disabled):hover {
    background-color: #E33707 !important;
    border-radius: 5px;
    color: #131E29;
    font-family: Averta;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #E33707;
}

.btn-primary:not(.disabled):focus {
    background-color: #FF4713 !important;
    border: 2px solid #C0414D;
    border-radius: 5px;
    color: #131E29;
    font-family: Averta;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #E33707;
}

.btn-primary:active {
    background-color: #ff480e;
}

.btn-primary-invert:active {
    background: #FF4713;
    color: #131E29;
}

.btn-secondary:active, .btn-secondary:hover, .btn-secondary-invert:active, .btn-secondary-invert:hover {
    background-color: #fff;
}

.btn-tertiary:not(.disabled):hover, .btn-tertiary:not(.disabled):focus, .btn-tertiary-invert:not(.disabled):hover, .btn-tertiary-invert:not(.disabled):focus {
    background-color: #fff;
    color: #626583;
}

.btn-tertiary:active, .btn-tertiary-invert:active {
    background-color: #cccccc;
    border: 2px solid #cccccc;
    color: #626583;
}

.card, .promo-crd .promo-crd__wrapper {
    padding: 25px 20px;
}

    .card.card--yellow-top-dark, .promo-crd .card--yellow-top-dark.promo-crd__wrapper {
        color: #fff;
        background-color: #131E29;
        border-color: #ff4713;
    }

    .card.card--blue-top-light, .promo-crd .card--blue-top-light.promo-crd__wrapper {
        border-color: #D6D1CA;
        margin: 0 -10px;
    }

.child-container-yellow-top > .container, .content-tab--yellow > .container {
    border-style: solid;
    border-width: 5px 0 0 0;
    border-color: #d6d1ca;
}

    .child-container-yellow-top > .container h2:not(.section-title), .content-tab--yellow > .container h2:not(.section-title) {
        margin-top: -30px;
    }

.child-container-blue-top > .container, .content-tab--blue > .container {
    border-style: solid;
    border-width: 5px 0 0 0;
    border-color: #d6d1ca;
}

    .child-container-blue-top > .container h2:not(.section-title), .content-tab--blue > .container h2:not(.section-title) {
        margin-top: -30px;
    }

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 0px;
    outline: 0px;
}

    .select-wrapper select:disabled {
        background: #AEB6BC !important;
        border-bottom-style: solid !important;
        border-bottom-width: 3px !important;
        border-bottom-color: #878EA0 !important;
    }

    .select-wrapper select.validation-error {
        border-bottom-style: solid !important;
        border-bottom-width: 3px !important;
        border-bottom-color: #CC0701 !important;
    }

.select-wrapper:after {
    content: '\e900';
    font-family: icons;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 9px;
    color: #131e29;
    box-sizing: border-box;
}

.form-group-station .select-wrapper:after {
    content: '';
}

.qtt-form--depart.with-caret.qtt_bx_lft_49.depart-type2 .trigger {
    border-radius: 0;
    border-right: 1px solid #D6D1CA !important;
}

.w-50 {
    min-width: 50% !important;
}

div.fancy-select {
    position: relative;
    font-size: 16px;
    color: #131E29;
    border-radius: 4px;
}

    div.fancy-select ul.options li.selected {
        color: #131E29 !important;
    }

    div.fancy-select.disabled {
        background: #AEB6BC !important;
    }

        div.fancy-select.disabled div.trigger {
            background: #AEB6BC !important;
        }

    div.fancy-select div.trigger {
        cursor: pointer;
        background: #fff !important;
        border: none !important;
        outline: none !important;
        padding-left: 10px;
        min-height: 36px;
        line-height: 36px !important;
        font-size: 14px !important;
        font-style: normal;
        font-variant: normal;
        font-family: Averta !important;
        font-weight: 400;
        border-radius: 4px;
    }

        div.fancy-select div.trigger:after {
            content: '\e900';
            font-family: icons;
            font-weight: 400;
            font-size: 11px;
            position: absolute;
            top: 1px;
            right: 9px;
            color: #131e29 !important;
            box-sizing: border-box;
        }

        div.fancy-select div.trigger.open:after {
            content: '\e901';
            font-family: icons;
            font-weight: 400;
            font-size: 11px;
            position: absolute;
            top: 1px;
            right: 9px;
            color: #131e29 !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.open li {
                color: #131e29;
            }

        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;
            margin-bottom: 0;
        }

            div.fancy-select ul.options li.hover {
                background: #E2F5E9 !important;
                color: #131E29;
            }

div.has-validation-error div.select-wrapper div.fancy-select div.trigger {
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-color: #CC0701 !important;
}

.select-wrapper.fancy-fix:after {
    content: '';
    font-family: icons;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: 13px;
    right: 9px;
    color: #131E29;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
    font-size: 14px;
}

.select2 {
    width: 100% !important;
}

    .select2 .select2-selection--single {
        height: 42px !important;
        border: 0;
        line-height: 18px !important;
        border-radius: 4px !important;
    }

        .select2 .select2-selection--single .select2-selection__rendered {
            font-size: 18px !important;
            padding-left: 10px !important;
            color: #131E29 !important;
            line-height: 42px !important;
        }

            .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
                color: #131E29;
            }

    .select2 .select2-selection__arrow {
        display: none;
        right: 12px;
        top: 3px;
    }

        .select2 .select2-selection__arrow b {
            border-color: #EEE9F3 transparent transparent;
            border-width: 5px;
            top: 0;
            right: 0;
            height: 0;
            width: 0;
            margin: 0;
            position: static;
        }

    .select2.select2-container {
        border-radius: 4px;
        overflow: hidden;
    }

        .select2.select2-container .select2-dropdown--above .select2-search .select2-search__field, .select2.select2-container .select2-dropdown--below .select2-search .select2-search__field {
            font-size: 14px !important;
            color: #EEE9F3;
            border-bottom: 3px solid #00A6E6;
        }

        .select2.select2-container .select2-dropdown--above .select2-results .select2-results__option, .select2.select2-container .select2-dropdown--below .select2-results .select2-results__option {
            display: none;
            color: #C7DAE7;
        }

body .select2-container--open .select2-results__options {
    background-color: #fff;
    border-radius: 4px;
}

body .select2-container--open .select2-dropdown--below {
    margin-top: -42px;
}

    body .select2-container--open .select2-dropdown--below .select2-results__options {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3),0px 4px 4px 0px rgba(0,0,0,0.2);
    }

body .select2-container--open .select2-dropdown--above .select2-results__options {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.3),0px -4px 4px 0px rgba(0,0,0,0.2);
}

body .select2-container--open .select2-dropdown--above .select2-search.select2-search--dropdown {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}

.select2-search--dropdown {
    padding: 0px !important;
    height: 42px !important;
}

    .select2-search--dropdown input {
        height: 42px !important;
    }

body .select2-container--open .select2-dropdown {
    border: 0;
    background-color: transparent;
    border-radius: 0;
}

body .select2-container--open .select2-dropdown--above .select2-search--dropdown, body .select2-container--open .select2-dropdown--below .select2-search--dropdown {
    border: 0;
    height: 42px !important;
}

    body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field, body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
        border: 0;
        padding: 5px;
        outline: none;
        font-size: 14px;
        color: #131E29;
    }

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: #131E29;
    border-radius: 4px;
    margin: 0px !important;
    padding: 9px !important;
    line-height: 24px !important;
    font-size: 14px;
    border-radius: 0;
}

    body .select2-container--open .select2-dropdown--above .select2-results .select2-results__option.select2-results__option--highlighted, body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option.select2-results__option--highlighted {
        background-color: #e2f5e9 !important;
    }

body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.forms-wrapper .form-group.validation-error .select-wrapper .select2 :after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #CC0701;
    width: 100%;
    transition: width .5s;
}

span.validation-error-message {
    display: block;
    padding-top: 0px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
}

div.form-group label {
    font-size: 14px;
    display: inline-block;
    color: #fff !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

.checkbox-wrapper input[type]:not([type=submit]), .input-wrapper input[type]:not([type=submit]), .input-wrapper textarea, .select-wrapper select, .radio-wrapper, .fancy-select select {
    font-family: Averta !important;
    font-weight: 400;
    background: #fff !important;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    padding-left: 9px;
    min-height: 36px;
    line-height: 36px !important;
    font-size: 16px !important;
    font-style: normal;
    font-variant: normal;
    width: 100%;
    color: #131E29 !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: Averta !important;
    font-weight: 400;
}

.form-group .fancy-select-contener .fancy-select:after, .forms-wrapper .input-wrapper:not(.with-caret):after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #d6d1ca;
    transition: width .5s;
}

.forms-wrapper .input-wrapper.has-focus:not(.with-caret):after {
    width: 100%;
}

.input-wrapper input[type]:not([type=submit]):disabled {
    background: #AEB6BC !important;
}

.input-wrapper, .select-wrapper {
    position: relative;
}

    .input-wrapper.validation-error:before {
        content: '\e834';
        font-family: icons;
        font-weight: 400;
        font-size: 24px;
        position: absolute;
        top: 6px;
        right: 9px;
        color: #CC0701;
        box-sizing: border-box;
    }

.form-group.has-validation-error .fancy-select-contener .fancy-select:after, .forms-wrapper .input-wrapper.validation-error:not(.with-caret):after {
    background-color: #CC0701;
    transition: width .5s;
    width: 100%;
}

.form-group.has-validation-valid .fancy-select-contener .fancy-select:after, .forms-wrapper .input-wrapper.validation-valid:not(.with-caret):after {
    background-color: #265B24;
    transition: width .5s;
    width: 100%;
}

.input-wrapper.validation-valid:before {
    content: '\e80d';
    font-family: icons;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    top: 6px;
    right: 9px;
    color: #265B24;
    box-sizing: border-box;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
}

    .input-group .input-group-addon {
        padding: 6px 12px;
        font-size: 16px;
        line-height: 2em;
        color: #fff;
        background: #ff4713;
        display: block;
    }

    .input-group.focus .input-group-addon {
        padding: 6px 12px;
        background: #0092CB !important;
    }

    .input-group.valid .input-group-addon {
        padding: 6px 12px;
        background: #265B24 !important;
    }

.input-group-addon:first-child {
    border-radius: 4px 0 0 4px;
    z-index: 0;
}

    .input-group-addon:first-child + input[type]:not([type=submit]) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group-addon:last-child {
    margin-left: -5px;
    border-radius: 0 4px 4px 0;
}

.form-info {
    background: #e2f5e9 !important;
    color: #131E29 !important;
    margin: 0;
    padding: 15px !important;
    font-size: 14px;
    border-radius: 4px 4px 0px 0px;
}

    .form-info + .input-group .input-group-addon:first-child {
        border-top-left-radius: 0;
    }

    .form-info + .input-group .input-group-addon:last-child {
        border-top-right-radius: 0;
    }

    .form-info + .input-group input[type]:not([type=submit]) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.input-group.input-wrapper {
    width: 100%;
}

.input-group-file {
    position: relative;
    cursor: pointer;
}

    .input-group-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        opacity: 0;
        outline: 0;
        background: #fff;
        cursor: pointer;
        display: block;
    }

.checkbox.checked .checkbox-wrapper {
    background: #9EFBD3;
}

.checkbox.invalid .checkbox-wrapper {
    background: #E5BDB7;
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-color: #CC0701 !important;
}

.checkbox-wrapper {
    padding-top: 9px;
    padding-bottom: 5px;
    margin-bottom: 7px;
    font-size: 16px;
    position: relative;
}

    .checkbox-wrapper input[type=checkbox] {
        display: none;
    }

        .checkbox-wrapper input[type=checkbox] + label {
            border-radius: 4px;
            position: absolute;
            padding-top: 0px !important;
            cursor: pointer;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #E2F5E9;
        }

            .checkbox-wrapper input[type=checkbox] + label span {
                width: 0;
                height: 0;
                overflow: hidden;
                position: absolute;
            }

            .checkbox-wrapper input[type=checkbox] + label:before {
                content: '';
                display: block;
                background-color: #fff;
                width: 24px;
                height: 24px;
                border-radius: 4px;
                top: 9px;
                left: 9px;
                position: absolute;
            }

        .checkbox-wrapper input[type=checkbox]:checked + label {
            background-color: #95E1BF;
        }

            .checkbox-wrapper input[type=checkbox]:checked + label:before {
                background-color: #265B24;
            }

            .checkbox-wrapper input[type=checkbox]:checked + label:after {
                content: '\e827';
                font-family: icons;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                font-size: 16px;
                top: 9px;
                left: 13px;
                color: #fff;
                position: relative;
            }

    .checkbox-wrapper.validation-error input[type=checkbox] + label {
        background-color: #ffdbd5;
    }

    .checkbox-wrapper input[type=checkbox] + label + label, .checkbox-wrapper input[type=checkbox] + label + recite > label {
        margin-top: 13px;
        line-height: 22px;
        margin-left: 43px;
        margin-top: 0px !important;
        margin-right: 13px;
        padding-top: 0px !important;
        color: #131E29 !important;
        cursor: pointer;
        position: relative;
    }

    .checkbox-wrapper.switch input[type=checkbox] {
        display: none;
    }

.checkbox.checked .checkbox-wrapper.switch {
    background: #9EFBD3;
}

.checkbox-wrapper.switch {
    background: #EEE9F3;
    height: 42px;
    padding: 0px !important;
}

    .checkbox-wrapper.switch input + label {
        -webkit-appearance: none;
        background-color: #131E29;
        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: #131E29 !important;
            cursor: pointer;
        }

    .checkbox-wrapper.switch input:checked + label {
        background: #265B24;
    }

        .checkbox-wrapper.switch input:checked + label:before {
            content: '' !important;
        }

        .checkbox-wrapper.switch input:checked + label:after {
            content: ' ';
            width: 24px;
            height: 24px;
            border-radius: 50px;
            box-shadow: 0 2px 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.24);
            position: absolute;
            background: #fff;
            text-shadow: 0;
            left: -1px;
            top: 10px;
        }

    .checkbox-wrapper.switch input + label:after {
        content: ' ';
        width: 24px;
        height: 24px;
        border-radius: 50px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.24);
        position: absolute;
        background: #fff;
        text-shadow: 0;
        left: -1px;
        top: 0px;
        transition: background .3s ease,top .3s ease;
    }

ul.ul-radio-wrapper, .ul-radio-wrapper li {
    list-style: none;
    margin: 0 0 1px 0px !important;
}

    ul.ul-radio-wrapper.checked .radio-wrapper, .ul-radio-wrapper li.checked .radio-wrapper {
        background: #95E1BF !important;
    }

ul.ul-radio-wrapper {
    padding: 0px !important;
}

.radio-wrapper {
    background: #E2F5E9 !important;
}

    .radio-wrapper.invalid {
        background: #e58380 !important;
    }

.forms-wrapper .ul-radio-wrapper.validation-error div.radio-wrapper {
    background: #e58380 !important;
}

.ul-radio-wrapper {
    position: relative;
}

.radio-wrapper input[type=radio] {
    display: none;
}

.forms-wrapper .ul-radio-wrapper li {
    background-color: #EEE9F3;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}

.radio-wrapper input + label {
    -webkit-appearance: none;
    background-color: #131E29;
    margin-top: 9px;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

    .radio-wrapper input + label span {
        width: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
    }

    .radio-wrapper input + label + label, .radio-wrapper input + label + recite > label {
        line-height: 22px;
        margin-left: 33px;
        color: #131E29 !important;
        cursor: pointer;
    }

.radio-wrapper input:checked + label:after {
    content: ' ';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.24);
    position: absolute;
    top: 5px;
    background: #fff;
    text-shadow: 0;
    left: 5px;
}

table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #131E29;
    border-collapse: collapse;
    border: 1px solid #131E29;
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
    margin-bottom: 24px;
}

    table .icon-tick {
        display: block;
        text-align: center;
    }

    table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
        line-height: 1.3;
        padding: 15px 10px 15px 20px;
        vertical-align: middle;
        min-width: 140px;
        font-size: 1.6em;
        width: 100%;
    }

    table > thead > tr > th {
        padding: 15px 10px;
        vertical-align: middle;
    }

    table tr:first-of-type > th, table tr:first-of-type > td {
        border-top: 0;
        background: #131E29;
        color: #fff;
        font-size: 1.8em;
    }

    table tbody tr {
        border: 1px solid #131E29;
    }

    table .table {
        background-color: #fff;
    }

.table-scroll-wrapper {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
    margin-bottom: 12px;
}

.hr-separator {
    height: 3px;
    width: 58px;
    margin: 26px auto;
    position: relative;
}

hr {
    background: #e2f5e9;
    width: 100%;
    height: 1px;
    border: 0;
}

blockquote.pull-quote {
    color: #0092CB;
    border-left: 3px solid #0092CB;
    margin: 20px 0 30px;
    padding-left: 20px;
}

@media (min-width:48em) {
    blockquote.pull-quote {
        margin: 40px 0;
        padding: 5px 0px 5px 30px;
    }
}

blockquote.pull-quote .quote, blockquote.pull-quote p, blockquote.pull-quote #page .expandable-panel, #page blockquote.pull-quote .expandable-panel, blockquote.pull-quote .expandable-panel-link {
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.09;
    color: #0092CB !important;
    margin: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 40px 0 75px 0;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100% !important;
        width: 100% !important;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.accordion-group ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.accordion {
    border-top: solid 2px #131E29;
    margin-bottom: 15px;
}

    .accordion .accordion-header {
        background: #e2f5e9;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.1px;
        overflow: hidden;
        padding: 20px;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        position: relative;
    }

        .accordion .accordion-header a, .accordion .accordion-header .expandable-panel-link, .accordion .accordion-header a:hover, .accordion .accordion-header .expandable-panel-link:hover {
            text-decoration: none;
        }

        .accordion .accordion-header .content-wrap {
            color: #131E29;
        }

            .accordion .accordion-header .content-wrap a.planned-works-title, .accordion .accordion-header .content-wrap .planned-works-title.expandable-panel-link {
                font-weight: normal;
            }

            .accordion .accordion-header .content-wrap .planned-works-title {
                width: 75%;
                float: left;
                color: #131E29;
            }

            .accordion .accordion-header .content-wrap .with-caret {
                float: right;
                height: 25px;
                font-size: 22px;
                cursor: pointer;
            }

                .accordion .accordion-header .content-wrap .with-caret .accordion-icon {
                    display: inline-block;
                }

                .accordion .accordion-header .content-wrap .with-caret .icon-carat_down_soft:before {
                    content: '\f105';
                }

                .accordion .accordion-header .content-wrap .with-caret .icon-carat_up_soft:before {
                    display: none;
                }

                .accordion .accordion-header .content-wrap .with-caret .accordion-icon:before {
                    font-family: FontAwesome;
                    font-weight: 600;
                    font-size: 22px;
                }

        .accordion .accordion-header.open {
            border-left: 2px solid #131E29;
            border-right: 2px solid #131E29;
        }

    .accordion .accordion-content {
        padding: 20px;
        background: #fff;
        border: 2px solid #131e29;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top: none;
    }

        .accordion .accordion-content.open {
            border-color: #131E29;
        }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: scroll;
    overflow-y: hidden;
}

.modal-open {
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #131E29;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .8;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn, .modal-footer .btn-primary + .btn, .modal-footer .btn-secondary + .btn, .modal-footer .btn-tertiary + .btn, .modal-footer .btn-tertiary-blue + .btn, .modal-footer .btn-primary-invert + .btn, .modal-footer .btn-secondary-invert + .btn, .modal-footer .btn-tertiary-invert + .btn, .modal-footer .btn + .btn-primary, .modal-footer .btn-primary + .btn-primary, .modal-footer .btn-secondary + .btn-primary, .modal-footer .btn-tertiary + .btn-primary, .modal-footer .btn-tertiary-blue + .btn-primary, .modal-footer .btn-primary-invert + .btn-primary, .modal-footer .btn-secondary-invert + .btn-primary, .modal-footer .btn-tertiary-invert + .btn-primary, .modal-footer .btn + .btn-secondary, .modal-footer .btn-primary + .btn-secondary, .modal-footer .btn-secondary + .btn-secondary, .modal-footer .btn-tertiary + .btn-secondary, .modal-footer .btn-tertiary-blue + .btn-secondary, .modal-footer .btn-primary-invert + .btn-secondary, .modal-footer .btn-secondary-invert + .btn-secondary, .modal-footer .btn-tertiary-invert + .btn-secondary, .modal-footer .btn + .btn-tertiary, .modal-footer .btn-primary + .btn-tertiary, .modal-footer .btn-secondary + .btn-tertiary, .modal-footer .btn-tertiary + .btn-tertiary, .modal-footer .btn-tertiary-blue + .btn-tertiary, .modal-footer .btn-primary-invert + .btn-tertiary, .modal-footer .btn-secondary-invert + .btn-tertiary, .modal-footer .btn-tertiary-invert + .btn-tertiary, .modal-footer .btn + .btn-tertiary-blue, .modal-footer .btn-primary + .btn-tertiary-blue, .modal-footer .btn-secondary + .btn-tertiary-blue, .modal-footer .btn-tertiary + .btn-tertiary-blue, .modal-footer .btn-tertiary-blue + .btn-tertiary-blue, .modal-footer .btn-primary-invert + .btn-tertiary-blue, .modal-footer .btn-secondary-invert + .btn-tertiary-blue, .modal-footer .btn-tertiary-invert + .btn-tertiary-blue, .modal-footer .btn + .btn-primary-invert, .modal-footer .btn-primary + .btn-primary-invert, .modal-footer .btn-secondary + .btn-primary-invert, .modal-footer .btn-tertiary + .btn-primary-invert, .modal-footer .btn-tertiary-blue + .btn-primary-invert, .modal-footer .btn-primary-invert + .btn-primary-invert, .modal-footer .btn-secondary-invert + .btn-primary-invert, .modal-footer .btn-tertiary-invert + .btn-primary-invert, .modal-footer .btn + .btn-secondary-invert, .modal-footer .btn-primary + .btn-secondary-invert, .modal-footer .btn-secondary + .btn-secondary-invert, .modal-footer .btn-tertiary + .btn-secondary-invert, .modal-footer .btn-tertiary-blue + .btn-secondary-invert, .modal-footer .btn-primary-invert + .btn-secondary-invert, .modal-footer .btn-secondary-invert + .btn-secondary-invert, .modal-footer .btn-tertiary-invert + .btn-secondary-invert, .modal-footer .btn + .btn-tertiary-invert, .modal-footer .btn-primary + .btn-tertiary-invert, .modal-footer .btn-secondary + .btn-tertiary-invert, .modal-footer .btn-tertiary + .btn-tertiary-invert, .modal-footer .btn-tertiary-blue + .btn-tertiary-invert, .modal-footer .btn-primary-invert + .btn-tertiary-invert, .modal-footer .btn-secondary-invert + .btn-tertiary-invert, .modal-footer .btn-tertiary-invert + .btn-tertiary-invert {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-primary + .btn, .modal-footer .btn-group .btn-secondary + .btn, .modal-footer .btn-group .btn-tertiary + .btn, .modal-footer .btn-group .btn-tertiary-blue + .btn, .modal-footer .btn-group .btn-primary-invert + .btn, .modal-footer .btn-group .btn-secondary-invert + .btn, .modal-footer .btn-group .btn-tertiary-invert + .btn, .modal-footer .btn-group .btn + .btn-primary, .modal-footer .btn-group .btn-primary + .btn-primary, .modal-footer .btn-group .btn-secondary + .btn-primary, .modal-footer .btn-group .btn-tertiary + .btn-primary, .modal-footer .btn-group .btn-tertiary-blue + .btn-primary, .modal-footer .btn-group .btn-primary-invert + .btn-primary, .modal-footer .btn-group .btn-secondary-invert + .btn-primary, .modal-footer .btn-group .btn-tertiary-invert + .btn-primary, .modal-footer .btn-group .btn + .btn-secondary, .modal-footer .btn-group .btn-primary + .btn-secondary, .modal-footer .btn-group .btn-secondary + .btn-secondary, .modal-footer .btn-group .btn-tertiary + .btn-secondary, .modal-footer .btn-group .btn-tertiary-blue + .btn-secondary, .modal-footer .btn-group .btn-primary-invert + .btn-secondary, .modal-footer .btn-group .btn-secondary-invert + .btn-secondary, .modal-footer .btn-group .btn-tertiary-invert + .btn-secondary, .modal-footer .btn-group .btn + .btn-tertiary, .modal-footer .btn-group .btn-primary + .btn-tertiary, .modal-footer .btn-group .btn-secondary + .btn-tertiary, .modal-footer .btn-group .btn-tertiary + .btn-tertiary, .modal-footer .btn-group .btn-tertiary-blue + .btn-tertiary, .modal-footer .btn-group .btn-primary-invert + .btn-tertiary, .modal-footer .btn-group .btn-secondary-invert + .btn-tertiary, .modal-footer .btn-group .btn-tertiary-invert + .btn-tertiary, .modal-footer .btn-group .btn + .btn-tertiary-blue, .modal-footer .btn-group .btn-primary + .btn-tertiary-blue, .modal-footer .btn-group .btn-secondary + .btn-tertiary-blue, .modal-footer .btn-group .btn-tertiary + .btn-tertiary-blue, .modal-footer .btn-group .btn-tertiary-blue + .btn-tertiary-blue, .modal-footer .btn-group .btn-primary-invert + .btn-tertiary-blue, .modal-footer .btn-group .btn-secondary-invert + .btn-tertiary-blue, .modal-footer .btn-group .btn-tertiary-invert + .btn-tertiary-blue, .modal-footer .btn-group .btn + .btn-primary-invert, .modal-footer .btn-group .btn-primary + .btn-primary-invert, .modal-footer .btn-group .btn-secondary + .btn-primary-invert, .modal-footer .btn-group .btn-tertiary + .btn-primary-invert, .modal-footer .btn-group .btn-tertiary-blue + .btn-primary-invert, .modal-footer .btn-group .btn-primary-invert + .btn-primary-invert, .modal-footer .btn-group .btn-secondary-invert + .btn-primary-invert, .modal-footer .btn-group .btn-tertiary-invert + .btn-primary-invert, .modal-footer .btn-group .btn + .btn-secondary-invert, .modal-footer .btn-group .btn-primary + .btn-secondary-invert, .modal-footer .btn-group .btn-secondary + .btn-secondary-invert, .modal-footer .btn-group .btn-tertiary + .btn-secondary-invert, .modal-footer .btn-group .btn-tertiary-blue + .btn-secondary-invert, .modal-footer .btn-group .btn-primary-invert + .btn-secondary-invert, .modal-footer .btn-group .btn-secondary-invert + .btn-secondary-invert, .modal-footer .btn-group .btn-tertiary-invert + .btn-secondary-invert, .modal-footer .btn-group .btn + .btn-tertiary-invert, .modal-footer .btn-group .btn-primary + .btn-tertiary-invert, .modal-footer .btn-group .btn-secondary + .btn-tertiary-invert, .modal-footer .btn-group .btn-tertiary + .btn-tertiary-invert, .modal-footer .btn-group .btn-tertiary-blue + .btn-tertiary-invert, .modal-footer .btn-group .btn-primary-invert + .btn-tertiary-invert, .modal-footer .btn-group .btn-secondary-invert + .btn-tertiary-invert, .modal-footer .btn-group .btn-tertiary-invert + .btn-tertiary-invert {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.forms-contener {
    background: #131E29;
    padding: 20px 20px 10px 20px;
    margin-bottom: 25px;
    color: #fff;
    border-radius: 4px;
}

    .forms-contener div.form-group label {
        color: #fff;
        font-weight: 400;
    }

    .forms-contener .ul-radio-wrapper label {
        color: #131E29;
    }

    .forms-contener h4 {
        color: #fff !important;
        padding: 1em 0;
        margin: 0;
    }

    .forms-contener h5, .forms-contener p, .forms-contener #page .expandable-panel, #page .forms-contener .expandable-panel, .forms-contener .expandable-panel-link {
        color: #fff;
    }

    .forms-contener .description {
        font-size: 14px;
        margin-bottom: 1em;
        display: block;
    }

    .forms-contener input[type]:not([type=submit]) {
        border-radius: 4px;
    }

    .forms-contener input[type=text] {
        display: block;
        -ms-flex: 1;
        flex: 1;
    }

    .forms-contener textarea {
        border-radius: 4px;
    }

        .forms-contener textarea::-webkit-input-placeholder {
            color: rgba(0,0,0,0.7);
        }

        .forms-contener textarea:-ms-input-placeholder {
            color: rgba(0,0,0,0.7);
        }

        .forms-contener textarea::placeholder {
            color: rgba(0,0,0,0.7);
        }

div.fancy-select ul.options.open.above {
    top: auto;
    bottom: 38px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.3),0px -4px 4px 0px rgba(0,0,0,0.2);
}

div.fancy-select ul.options.open.below {
    top: 39px;
    bottom: auto;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3),0px 4px 4px 0px rgba(0,0,0,0.2);
}

.forms-wrapper .ul-radio-wrapper li {
    padding: 0;
    border: 0;
}

.icon-date_picker:after {
    content: '\e82d';
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 16px;
}

.forms-wrapper textarea.form-control {
    border: 0;
    resize: none;
    overflow: auto;
    height: 200px;
}

.form-group {
    margin-bottom: 15px;
}

textarea {
    display: block;
}

.email-signup.validation-error .input-wrapper input[type]:not([type=submit]) {
    border: 1px solid #ff4713 !important;
}

.hidden-fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    color: #131E29 !important;
}

    .hidden-fieldset legend {
        font-size: 14px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .hidden-fieldset legend.hidden-legend {
            width: 0;
            height: 0;
            overflow: hidden;
            position: absolute;
        }

.pattern.pattern--light-blue, .pattern--light-blue.light-stripes, .pattern--light-blue.dark-stripes {
    background: #131E29;
    background-image: repeating-linear-gradient(-225deg,transparent,transparent 30px,#131E29 30px,#131E29 60px),linear-gradient(to bottom,#c7dae7,rgba(199,218,231,0));
}

.pattern.pattern--dark-blue, .pattern--dark-blue.light-stripes, .pattern--dark-blue.dark-stripes {
    background: #C7DAE7;
    background-image: repeating-linear-gradient(-225deg,transparent,transparent 30px,#C7DAE7 30px,#C7DAE7 60px),linear-gradient(to bottom,#131E29,rgba(6,27,43,0));
}

.pattern.pattern--white, .pattern--white.light-stripes, .pattern--white.dark-stripes {
    background: #131E29;
    background-image: repeating-linear-gradient(-225deg,transparent,transparent 30px,#131E29 30px,#131E29 60px),linear-gradient(to bottom,white,rgba(255,255,255,0));
}

.pattern.pattern--light-blue-on-white, .light-stripes, .pattern--light-blue-on-white.dark-stripes {
    background: #131e29;
}

.pattern.pattern--dark-blue-pattern, .pattern--dark-blue-pattern.light-stripes, .dark-stripes {
    background: #131E29;
}

.pattern.pattern--light-blue-on-white-solid, .pattern--light-blue-on-white-solid.light-stripes, .pattern--light-blue-on-white-solid.dark-stripes {
    background: rgba(199,218,231,0.3);
    background-image: repeating-linear-gradient(-225deg,transparent,transparent 30px,#fff 30px,#fff 60px);
}

a[rel="external"] .hidden-new-window-message, [rel="external"].expandable-panel-link .hidden-new-window-message, a[rel="external"]:link .hidden-new-window-message, [rel="external"].expandable-panel-link:link .hidden-new-window-message {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 50;
    text-decoration: none;
}

.expandable-panel {
    display: block;
    padding: 10px;
    background-color: #d2d3dc;
}

#page .expandable-panel {
    margin-bottom: 0;
    display: none;
    background: none;
    padding: 0;
}

    #page .expandable-panel.open {
        display: block;
    }

.expandable-panel-link {
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}

.live-results .results-table .column--button {
    width: 8.333333%;
}

.live-results .results-table .column--status {
    position: absolute !important;
    left: 58px;
}

@media (max-width:64em) {
    .live-results .results-table .column--status {
        left: 45px;
    }
}

.live-results .results-table .column--status .icon, .live-results .results-table .column--status *[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .station-switch__icon {
    font-size: 25px;
    top: -3px;
    position: relative;
}

@media (max-width:64em) {
    .live-results .results-table .column--status .icon, .live-results .results-table .column--status *[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .station-switch__icon {
        font-size: 19px;
    }
}

@media (max-width:47.9375em) {
    .live-results .results-table .column--status .icon, .live-results .results-table .column--status *[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .station-switch__icon {
        display: none;
    }
}

.live-results .results-table .column--status .icon.icon-good, .live-results .results-table .column--status .icon-good[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .icon-good.station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .icon-good.station-switch__icon {
    color: #2EA836;
}

.live-results .results-table .column--status .icon.icon-status_major, .live-results .results-table .column--status .icon-status_major[class*='icon-'], .live-results .results-table .column--status .qtt-form-stations .station-switch .icon-status_major.station-switch__icon, .qtt-form-stations .station-switch .live-results .results-table .column--status .icon-status_major.station-switch__icon {
    color: #E53935;
}

.live-results .results-table .column--time {
    width: 24.866666%;
}

.live-results .results-table .column--station {
    width: 33.333333%;
}

    .live-results .results-table .column--station .cancelled {
        color: #E53935 !important;
        padding: 0 !important;
        margin-top: -10px;
        display: none;
    }

        .live-results .results-table .column--station .cancelled.ko-bound {
            display: inline-block;
        }

.live-results .results-table .column--departs .isCancelled {
    padding: 0 !important;
}

.live-results .results-table .column--departs .warning.cancelled {
    position: absolute;
    z-index: 999999;
    top: 20px;
    left: 67px;
}

@media (min-width:48em) and (max-width:64em) {
    .live-results .results-table .column--departs .warning.cancelled {
        left: 31px;
    }
}

@media (max-width:47.9375em) {
    .live-results .results-table .column--departs .warning.cancelled {
        left: 0;
    }
}

.live-results .results-table .column--platform {
    width: 16.766666%;
}

.live-results .results-table .column--operator {
    width: 23.88%;
}

.live-results .results-table .column.column--refresh {
    float: none;
    width: 100%;
    padding: 0 8.333333%;
    margin-top: 10px;
}

.live-results .results-table .body .route-overview .refresh-wrapper {
    height: 62px;
    border-top: 2px dashed #131E29;
    position: relative;
}

    .live-results .results-table .body .route-overview .refresh-wrapper .icon-refresh {
        margin: 0 10px 0 0;
        font-size: 28px;
        cursor: pointer;
        line-height: 62px;
        white-space: nowrap;
    }

    .live-results .results-table .body .route-overview .refresh-wrapper p.info-refresh, .live-results .results-table .body .route-overview .refresh-wrapper #page .info-refresh.expandable-panel, #page .live-results .results-table .body .route-overview .refresh-wrapper .info-refresh.expandable-panel, .live-results .results-table .body .route-overview .refresh-wrapper .info-refresh.expandable-panel-link {
        display: block;
        position: absolute;
        top: 18px;
        left: 40px;
        font-size: 13px;
    }

.live-results .delayed-time {
    color: #CC0701;
}

.live-results .strikethrough {
    text-decoration: line-through !important;
}

.live-results .cap {
    background-color: rgb(19,30,41);
    border: 1px solid #131E29;
    text-align: center;
    font-weight: bold;
    line-height: 49px;
    cursor: pointer;
}

.live-results .cap--top {
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.live-results .cap--bottom {
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.live-results .cap .switch-page {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.live-results .cap .icon-right_arrow {
    transform: rotate(90deg);
    font-size: 14px;
    margin-left: 20px;
    padding-right: 4px;
}

.live-results .cap .icon-left_arrow {
    transform: rotate(90deg);
    font-size: 14px;
    margin-left: 20px;
    padding-right: 4px;
}

.live-results .results-table .column {
    float: left;
    display: inline-block;
}

.live-results .results-table .column--button {
    float: none;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
}

    .live-results .results-table .column--button p, .live-results .results-table .column--button #page .expandable-panel, #page .live-results .results-table .column--button .expandable-panel, .live-results .results-table .column--button .expandable-panel-link {
        background-color: #e2f5e9;
        max-width: 36px;
        height: 100%;
    }

        .live-results .results-table .column--button p span, .live-results .results-table .column--button #page .expandable-panel span, #page .live-results .results-table .column--button .expandable-panel span, .live-results .results-table .column--button .expandable-panel-link span {
            color: #131E29;
            margin-right: auto;
            margin-left: auto;
            display: block;
            position: relative;
            top: 12px;
        }

.live-results .results-table .column--time {
    padding-left: 10%;
    width: 26%;
}

@media (max-width:570px) {
    .live-results .results-table .column--time {
        width: 10%;
        width: 24.866666%;
    }
}

.live-results .results-table .column--operator {
    padding-right: 5px;
}

.live-results .results-table .column p, .live-results .results-table .column #page .expandable-panel, #page .live-results .results-table .column .expandable-panel, .live-results .results-table .column .expandable-panel-link {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #131E29;
}

.live-results .results-table .column.column--operator p, .live-results .results-table .column.column--operator #page .expandable-panel, #page .live-results .results-table .column.column--operator .expandable-panel, .live-results .results-table .column.column--operator .expandable-panel-link, .live-results .results-table .column.column--station p, .live-results .results-table .column.column--station #page .expandable-panel, #page .live-results .results-table .column.column--station .expandable-panel, .live-results .results-table .column.column--station .expandable-panel-link, .live-results .results-table .column.column--platform p, .live-results .results-table .column.column--platform #page .expandable-panel, #page .live-results .results-table .column.column--platform .expandable-panel, .live-results .results-table .column.column--platform .expandable-panel-link {
    font-weight: 400 !important;
}

@media (max-width:570px) {
    .live-results .results-table .column--operator {
        display: none;
    }
}

@media (max-width:570px) {
    .live-results .results-table .column--station {
        width: 45%;
    }
}

@media (max-width:570px) {
    .live-results .results-table .column--platform {
        width: 30%;
    }
}

.live-results .results-table .head {
    overflow: hidden;
    position: relative;
    background-color: #204555;
}

    .live-results .results-table .head .column {
        height: 49px;
    }

        .live-results .results-table .head .column p, .live-results .results-table .head .column #page .expandable-panel, #page .live-results .results-table .head .column .expandable-panel, .live-results .results-table .head .column .expandable-panel-link {
            color: #fff;
            line-height: 49px;
            font-weight: 400;
        }

.live-results .results-table .body {
    border-left: 1px solid #131E29;
    border-right: 1px solid #131E29;
    border-bottom: 1px solid #131E29;
}

    .live-results .results-table .body .journey {
        min-height: 62px;
        background-color: #fff;
        border-bottom: 1px solid #C7DAE7;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease !important;
        cursor: pointer;
    }

        .live-results .results-table .body .journey:nth-last-child(2) {
            border-bottom: none;
        }

        .live-results .results-table .body .journey .column {
            color: #131E29;
            position: relative;
            height: 100%;
        }

            .live-results .results-table .body .journey .column p, .live-results .results-table .body .journey .column #page .expandable-panel, #page .live-results .results-table .body .journey .column .expandable-panel, .live-results .results-table .body .journey .column .expandable-panel-link {
                line-height: 40px;
                font-weight: bold;
                color: #131E29;
                padding: 10px 0;
            }

            .live-results .results-table .body .journey .column .content-table {
                display: table;
                height: 100%;
                width: 100%;
            }

                .live-results .results-table .body .journey .column .content-table > .content-cell {
                    display: table-cell;
                    vertical-align: middle;
                }

                    .live-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) p, .live-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) #page .expandable-panel, #page .live-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) .expandable-panel, .live-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) .expandable-panel-link {
                        line-height: normal;
                        padding: 4px 0;
                    }

                    .live-results .results-table .body .journey .column .content-table > .content-cell .platform {
                        font-weight: 400;
                    }

                    .live-results .results-table .body .journey .column .content-table > .content-cell .time {
                        font-size: 18px;
                        font-weight: 500;
                    }

                    .live-results .results-table .body .journey .column .content-table > .content-cell .warning {
                        color: #CC0701;
                    }

                        .live-results .results-table .body .journey .column .content-table > .content-cell .warning.warning--full-height {
                            line-height: 3.3em;
                        }

        .live-results .results-table .body .journey.open {
            border-bottom: none;
        }

            .live-results .results-table .body .journey.open .column--button p, .live-results .results-table .body .journey.open .column--button #page .expandable-panel, #page .live-results .results-table .body .journey.open .column--button .expandable-panel, .live-results .results-table .body .journey.open .column--button .expandable-panel-link {
                background-color: #131E29;
            }

                .live-results .results-table .body .journey.open .column--button p span, .live-results .results-table .body .journey.open .column--button #page .expandable-panel span, #page .live-results .results-table .body .journey.open .column--button .expandable-panel span, .live-results .results-table .body .journey.open .column--button .expandable-panel-link span {
                    color: ##e2f5e9;
                }

            .live-results .results-table .body .journey.open .icon-carat_down_soft {
                transform: rotate(180deg);
                color: #e2f5e9;
            }

        .live-results .results-table .body .journey:hover {
            background-color: #e2f5e9;
        }

            .live-results .results-table .body .journey:hover .column--button p, .live-results .results-table .body .journey:hover .column--button #page .expandable-panel, #page .live-results .results-table .body .journey:hover .column--button .expandable-panel, .live-results .results-table .body .journey:hover .column--button .expandable-panel-link {
                background-color: #131E29;
                transition: all 0.3s ease;
            }

                .live-results .results-table .body .journey:hover .column--button p span, .live-results .results-table .body .journey:hover .column--button #page .expandable-panel span, #page .live-results .results-table .body .journey:hover .column--button .expandable-panel span, .live-results .results-table .body .journey:hover .column--button .expandable-panel-link span {
                    color: #e2f5e9;
                }

    .live-results .results-table .body .route-overview {
        background: #e2f5e9;
        padding-top: 40px;
        border-bottom: 1px solid #C7DAE7;
        position: relative;
    }

        .live-results .results-table .body .route-overview:before {
            content: '';
            display: block;
            position: absolute;
            background: #131E29;
            top: 0;
            bottom: 0;
            left: 0;
            width: 36px;
        }

        .live-results .results-table .body .route-overview .row {
            padding: 0;
            min-height: 60px;
            overflow: hidden;
        }

        .live-results .results-table .body .route-overview .station .dot {
            position: absolute;
            top: 0px;
            height: 100%;
        }

            .live-results .results-table .body .route-overview .station .dot:before {
                content: ' ';
                position: absolute;
                display: block;
                width: 4px;
                height: 12px;
                left: 8px;
                top: 4px;
            }

            .live-results .results-table .body .route-overview .station .dot:after {
                content: ' ';
                position: absolute;
                display: block;
                background-color: #131E29;
                width: 4px;
                min-height: 100%;
                height: 42px;
                left: 8px;
                top: 20px;
            }

            .live-results .results-table .body .route-overview .station .dot circle {
                stroke: #131E29;
            }

        .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: #131E29 !important;
        }

        .live-results .results-table .body .route-overview .station.current circle {
            stroke: #ff4713 !important;
        }

        .live-results .results-table .body .route-overview .station.passed .dot:after {
            background-color: rgba(6,27,43,0.7);
        }

        .live-results .results-table .body .route-overview .station.passed circle {
            stroke: rgba(6,27,43,0.7);
        }

.component-live-departures h2 {
    text-align: center;
    margin-bottom: 54px;
    margin-top: -28px;
}

.component-live-departures-results .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .component-live-departures-results .nav ul li {
        margin: 0;
    }

.component-live-departures-results .nav .tabs {
    overflow: auto;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 55px;
}

    .component-live-departures-results .nav .tabs .tab-thumb {
        width: 50%;
        float: left;
        display: block;
        height: 100%;
        border: 2px solid #e2f5e9;
    }

    .component-live-departures-results .nav .tabs .tab-thumb--left {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        border-right-width: 1px;
    }

    .component-live-departures-results .nav .tabs .tab-thumb--right {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        border-left-width: 1px;
    }

    .component-live-departures-results .nav .tabs .tab-thumb a, .component-live-departures-results .nav .tabs .tab-thumb .expandable-panel-link {
        font-size: 14px;
        color: #131E29;
        display: block;
        text-align: center;
        height: 100%;
        line-height: 40px;
    }

    .component-live-departures-results .nav .tabs .tab-thumb.active {
        background-color: #e2f5e9;
    }

.sidebar .component-live-departures-results .nav {
    border: none;
}

.sidebar .component-live-departures-results .tabs {
    padding-bottom: 24px;
}

.sidebar .component-live-departures-results .expendable {
    display: none !important;
}

.sidebar .component-live-departures-results .results-table .column--button {
    width: 8.111111%;
}

    .sidebar .component-live-departures-results .results-table .column--button p, .sidebar .component-live-departures-results .results-table .column--button #page .expandable-panel, #page .sidebar .component-live-departures-results .results-table .column--button .expandable-panel, .sidebar .component-live-departures-results .results-table .column--button .expandable-panel-link {
        width: auto;
    }

.sidebar .component-live-departures-results .results-table .column--status {
    display: none !important;
}

.sidebar .component-live-departures-results .results-table .column--time {
    width: 33%;
    padding-left: 10%;
}

    .sidebar .component-live-departures-results .results-table .column--time .column-text {
        text-align: center;
    }

.sidebar .component-live-departures-results .results-table .column--station {
    width: 41.444444%;
}

    .sidebar .component-live-departures-results .results-table .column--station p.station-name, .sidebar .component-live-departures-results .results-table .column--station #page .station-name.expandable-panel, #page .sidebar .component-live-departures-results .results-table .column--station .station-name.expandable-panel, .sidebar .component-live-departures-results .results-table .column--station .station-name.expandable-panel-link {
        font-size: 14px;
    }

.sidebar .component-live-departures-results .results-table .column--platform {
    width: 25.5%;
}

    .sidebar .component-live-departures-results .results-table .column--platform p, .sidebar .component-live-departures-results .results-table .column--platform #page .expandable-panel, #page .sidebar .component-live-departures-results .results-table .column--platform .expandable-panel, .sidebar .component-live-departures-results .results-table .column--platform .expandable-panel-link {
        text-align: center;
    }

.sidebar .component-live-departures-results .results-table .column--refresh .icon-refresh {
    font-size: 24px;
}

.sidebar .component-live-departures-results .results-table .column p, .sidebar .component-live-departures-results .results-table .column #page .expandable-panel, #page .sidebar .component-live-departures-results .results-table .column .expandable-panel, .sidebar .component-live-departures-results .results-table .column .expandable-panel-link {
    font-size: 16px;
}

.sidebar .component-live-departures-results .results-table .cap {
    text-transform: none;
}

.sidebar .component-live-departures-results .results-table .body .route-overview:before {
    width: 8.111%;
    max-width: 36px;
}

.sidebar .component-live-departures-results .results-table .column--operator {
    display: none;
}

.sidebar .component-live-departures-results .results-table .column--station {
    width: 41.2%;
}

.sidebar .component-live-departures-results .results-table .column--status {
    display: none !important;
}

.sidebar .component-live-departures-results .results-table .column--time {
    width: 33.29966%;
}

.sidebar .component-live-departures h2 {
    display: none;
}

@media only screen and (max-width:440px) {
    .component-live-departures-results .nav {
        border: none;
    }

    .component-live-departures-results .tabs {
        padding-bottom: 24px;
    }

    .component-live-departures-results .expendable {
        display: none !important;
    }

    .component-live-departures-results .results-table .column--button {
        width: 8.111111%;
    }

        .component-live-departures-results .results-table .column--button p, .component-live-departures-results .results-table .column--button #page .expandable-panel, #page .component-live-departures-results .results-table .column--button .expandable-panel, .component-live-departures-results .results-table .column--button .expandable-panel-link {
            width: auto;
        }

    .component-live-departures-results .results-table .column--status {
        display: none !important;
    }

    .component-live-departures-results .results-table .column--time {
        width: 33%;
        padding-left: 10%;
    }

        .component-live-departures-results .results-table .column--time .column-text {
            text-align: center;
        }

    .component-live-departures-results .results-table .column--station {
        width: 41.444444%;
    }

        .component-live-departures-results .results-table .column--station p.station-name, .component-live-departures-results .results-table .column--station #page .station-name.expandable-panel, #page .component-live-departures-results .results-table .column--station .station-name.expandable-panel, .component-live-departures-results .results-table .column--station .station-name.expandable-panel-link {
            font-size: 14px;
        }

    .component-live-departures-results .results-table .column--platform {
        width: 25.5%;
    }

        .component-live-departures-results .results-table .column--platform p, .component-live-departures-results .results-table .column--platform #page .expandable-panel, #page .component-live-departures-results .results-table .column--platform .expandable-panel, .component-live-departures-results .results-table .column--platform .expandable-panel-link {
            text-align: center;
        }

    .component-live-departures-results .results-table .column--refresh .icon-refresh {
        font-size: 24px;
    }

    .component-live-departures-results .results-table .column p, .component-live-departures-results .results-table .column #page .expandable-panel, #page .component-live-departures-results .results-table .column .expandable-panel, .component-live-departures-results .results-table .column .expandable-panel-link {
        font-size: 16px;
    }

    .component-live-departures-results .results-table .cap {
        text-transform: none;
    }

    .component-live-departures-results .results-table .body .route-overview:before {
        width: 8.111%;
        max-width: 36px;
    }

    .component-live-departures h4 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 44px;
    }
}

@media (max-width:47.9375em) {
    .component-live-departures .live-results .results-table .head .column--time {
        padding-left: 16%;
    }
}

@media (max-width:47.9375em) {
    .component-live-departures .live-results .delayed-time {
        display: block;
    }
}

@media (max-width:47.9375em) {
    .component-live-departures .live-results .column-text.cancelled + span {
        display: block;
    }
}

.component-journey-check-results {
    padding-bottom: 24px;
}

    .component-journey-check-results h4 {
        font-weight: 500;
        text-align: center;
        margin-bottom: 6px;
    }

    .component-journey-check-results .journey .nopadding {
        padding: 0 !important;
    }

    .component-journey-check-results .cancelled-msg {
        display: block;
        padding: 0 !important;
        position: absolute;
        top: 40px;
        z-index: 999;
        left: 0;
        right: 0;
        text-align: center;
    }

@media (max-width:47.9375em) {
    .component-journey-check-results .cancelled-msg {
        text-align: left;
    }
}

.component-journey-check-results .cancelled .time {
    text-decoration: line-through;
}

.component-journey-check-results .cancelled .warning {
    line-height: 1.4 !important;
}

.component-journey-check-results .section-title {
    font-weight: 300;
    font-size: 4.6em;
    text-align: center;
    margin: 0px 0 77px 0;
    line-height: 1;
    letter-spacing: -0.2px;
}

@media (max-width:47.9375em) {
    .component-journey-check-results .section-title {
        margin-bottom: 35px;
    }
}

.component-journey-check-results .section-title .small {
    font-size: 0.7em;
    line-height: 0.7em;
}

.component-journey-check-results .journey-alerts {
    margin-bottom: 12px;
    padding: 12px;
    background: #e2f5e9;
}

    .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: #131E29;
        }

            .component-journey-check-results .journey-alerts ul li:before {
                content: ' ';
                position: absolute;
                width: 5px;
                height: 5px;
                top: 12px;
                left: -20px;
                background-color: #0092CB;
                border-radius: 50%;
            }

    .component-journey-check-results .journey-alerts .disruptions-list {
        background-color: #fff;
    }

.component-journey-check-results .results-table .body .journey {
    cursor: pointer;
}

    .component-journey-check-results .results-table .body .journey .column--changes p, .component-journey-check-results .results-table .body .journey .column--changes #page .expandable-panel, #page .component-journey-check-results .results-table .body .journey .column--changes .expandable-panel, .component-journey-check-results .results-table .body .journey .column--changes .expandable-panel-link, .component-journey-check-results .results-table .body .journey .column--duration p, .component-journey-check-results .results-table .body .journey .column--duration #page .expandable-panel, #page .component-journey-check-results .results-table .body .journey .column--duration .expandable-panel, .component-journey-check-results .results-table .body .journey .column--duration .expandable-panel-link {
        font-size: 18px;
        font-weight: 400;
    }

.component-journey-check-results .results-table .column {
    text-align: center;
}

    .component-journey-check-results .results-table .column p, .component-journey-check-results .results-table .column #page .expandable-panel, #page .component-journey-check-results .results-table .column .expandable-panel, .component-journey-check-results .results-table .column .expandable-panel-link {
        font-size: 16px;
        font-weight: 500;
    }

    .component-journey-check-results .results-table .column.column--icon p, .component-journey-check-results .results-table .column.column--icon #page .expandable-panel, #page .component-journey-check-results .results-table .column.column--icon .expandable-panel, .component-journey-check-results .results-table .column.column--icon .expandable-panel-link {
        min-height: 62px;
    }

.component-journey-check-results .results-table .column--button {
    width: 4.333333%;
    float: left;
    position: static !important;
}

.component-journey-check-results .results-table .column--dots {
    width: 2.333333%;
}

.component-journey-check-results .results-table .column--status {
    width: 12.5%;
    position: relative !important;
    left: 0;
}

    .component-journey-check-results .results-table .column--status .icon, .component-journey-check-results .results-table .column--status *[class*='icon-'], .component-journey-check-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-journey-check-results .results-table .column--status .station-switch__icon {
        font-size: 26px;
    }

    .component-journey-check-results .results-table .column--status .icon-good {
        color: #265B24;
    }

    .component-journey-check-results .results-table .column--status .icon-status_major {
        color: #CC0701;
    }

    .component-journey-check-results .results-table .column--status .icon-status_minor {
        color: #FFAA03;
    }

.component-journey-check-results .results-table .column--details {
    width: 89.3333334%;
}

.component-journey-check-results .results-table .column--name {
    width: 33.333333%;
    text-align: left;
}

.component-journey-check-results .results-table .column--departure {
    width: 33.333333%;
    text-align: left;
}

.component-journey-check-results .results-table .column--info {
    width: 33.333333%;
    text-align: left;
}

    .component-journey-check-results .results-table .column--info .facilities {
        font-size: 16px;
        font-weight: 500;
    }

.component-journey-check-results .results-table .column--departs {
    width: 16.666667%;
}

.component-journey-check-results .results-table .column--arrives {
    width: 16.666667%;
}

.component-journey-check-results .results-table .column--changes {
    width: 8.333333%;
}

.component-journey-check-results .results-table .column--duration {
    width: 12.5%;
}

.component-journey-check-results .results-table .column--other {
    width: 13%;
}

    .component-journey-check-results .results-table .column--other .btn, .component-journey-check-results .results-table .column--other .btn-primary, .component-journey-check-results .results-table .column--other .btn-secondary, .component-journey-check-results .results-table .column--other .btn-tertiary, .component-journey-check-results .results-table .column--other .btn-tertiary-blue, .component-journey-check-results .results-table .column--other .btn-primary-invert, .component-journey-check-results .results-table .column--other .btn-secondary-invert, .component-journey-check-results .results-table .column--other .btn-tertiary-invert {
        padding: 8px 24px;
        font-size: 16px;
        min-width: inherit;
    }

.component-journey-check-results .results-table .center {
    text-align: center;
}

.component-journey-check-results .results-table .body .route-overview {
    padding-top: 0;
    overflow: hidden;
}

.component-journey-check-results .results-table .route-overview {
    padding-bottom: 20px;
    padding-left: 36px;
}

    .component-journey-check-results .results-table .route-overview h6 {
        text-transform: none;
        padding-left: 8.333333%;
        margin-bottom: 42px;
        font-weight: 500;
    }

        .component-journey-check-results .results-table .route-overview h6 .icon, .component-journey-check-results .results-table .route-overview h6 *[class*='icon-'], .component-journey-check-results .results-table .route-overview h6 .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-journey-check-results .results-table .route-overview h6 .station-switch__icon {
            display: none;
        }

        .component-journey-check-results .results-table .route-overview h6.withIcon {
            margin-left: 33px;
        }

            .component-journey-check-results .results-table .route-overview h6.withIcon .icon, .component-journey-check-results .results-table .route-overview h6.withIcon *[class*='icon-'], .component-journey-check-results .results-table .route-overview h6.withIcon .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-journey-check-results .results-table .route-overview h6.withIcon .station-switch__icon {
                display: inline-block;
                margin-left: -33px;
                margin-top: 0;
            }

.component-journey-check-results .results-table .route-information-panel {
    margin-bottom: 40px;
    overflow: hidden;
}

    .component-journey-check-results .results-table .route-information-panel.visible {
        background-color: #FFF8E9;
        border-top: 5px solid #FFAA03;
        padding-right: 20px;
        padding-bottom: 7px;
        padding-left: 8.333333%;
    }

        .component-journey-check-results .results-table .route-information-panel.visible h6 {
            margin: 12px 0 0 0;
            padding: 0;
        }

        .component-journey-check-results .results-table .route-information-panel.visible p, .component-journey-check-results .results-table .route-information-panel.visible #page .expandable-panel, #page .component-journey-check-results .results-table .route-information-panel.visible .expandable-panel, .component-journey-check-results .results-table .route-information-panel.visible .expandable-panel-link {
            font-size: 1.4em;
            margin: 5px 0;
        }

.component-journey-check-results .journey-check-loading-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(234,234,234,0.5);
    text-align: center;
}

    .component-journey-check-results .journey-check-loading-screen:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .component-journey-check-results .journey-check-loading-screen .journey-check-loading-bars {
        display: inline-block;
    }

.component-live-departures-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-live-departures-results .journey-check-loading-screen:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .component-live-departures-results .journey-check-loading-screen .journey-check-loading-bars {
        display: inline-block;
    }

.sidebar .component-journey-check-results .results-table .column p, .sidebar .component-journey-check-results .results-table .column #page .expandable-panel, #page .sidebar .component-journey-check-results .results-table .column .expandable-panel, .sidebar .component-journey-check-results .results-table .column .expandable-panel-link {
    font-size: 14px;
    text-align: left;
}

.sidebar .component-journey-check-results .results-table .column--button {
    width: 16.666667%;
}

.sidebar .component-journey-check-results .results-table .column--status {
    width: 16.666667%;
}

    .sidebar .component-journey-check-results .results-table .column--status .icon, .sidebar .component-journey-check-results .results-table .column--status *[class*='icon-'], .sidebar .component-journey-check-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .sidebar .component-journey-check-results .results-table .column--status .station-switch__icon {
        font-size: 24px;
    }

.sidebar .component-journey-check-results .results-table .column--departs {
    width: 33.333333%;
}

.sidebar .component-journey-check-results .results-table .column--arrives {
    width: 33.333333%;
}

.sidebar .component-journey-check-results .results-table .column--changes {
    display: none;
}

.sidebar .component-journey-check-results .results-table .column--duration {
    display: none;
}

.sidebar .component-journey-check-results .results-table .column--other {
    display: none;
}

.sidebar .component-journey-check-results .results-table .column--dots {
    width: 2%;
}

    .sidebar .component-journey-check-results .results-table .column--dots .dot {
        left: -24px;
    }

.sidebar .component-journey-check-results .results-table .column--details {
    width: 81.3333333%;
}

.sidebar .component-journey-check-results .results-table .column--name {
    width: 50%;
}

.sidebar .component-journey-check-results .results-table .column--departure {
    width: 50%;
    padding-left: 10px;
}

.sidebar .component-journey-check-results .results-table .column--info {
    display: none;
}

.sidebar .component-journey-check-results .results-table .head .column p, .sidebar .component-journey-check-results .results-table .head .column #page .expandable-panel, #page .sidebar .component-journey-check-results .results-table .head .column .expandable-panel, .sidebar .component-journey-check-results .results-table .head .column .expandable-panel-link {
    font-size: 16px;
}

.sidebar .component-journey-check-results .results-table .body .route-overview .station .column .station-name {
    margin-left: 0;
}

@media only screen and (max-width:767px) {
    .component-journey-check-results .results-table .column p, .component-journey-check-results .results-table .column #page .expandable-panel, #page .component-journey-check-results .results-table .column .expandable-panel, .component-journey-check-results .results-table .column .expandable-panel-link {
        font-size: 14px;
        text-align: left;
    }

    .component-journey-check-results .results-table .column--button {
        width: 16.666667%;
    }

    .component-journey-check-results .results-table .column--status {
        width: 16.666667%;
    }

        .component-journey-check-results .results-table .column--status .icon, .component-journey-check-results .results-table .column--status *[class*='icon-'], .component-journey-check-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-journey-check-results .results-table .column--status .station-switch__icon {
            font-size: 24px;
        }

    .component-journey-check-results .results-table .column--departs {
        width: 20.333333%;
    }

    .column--ScheduledArrivalDate {
        width: 23.5% !important;
    }

    .component-journey-check-results .results-table .column--arrives {
        width: 20.333333%;
    }

    .component-journey-check-results .results-table .column--changes {
        display: none;
    }

    .component-journey-check-results .results-table .column--duration {
        display: none;
    }

    .component-journey-check-results .results-table .column--other {
        display: none;
    }

    .component-journey-check-results .results-table .column--dots {
        width: 2%;
    }

        .component-journey-check-results .results-table .column--dots .dot {
            left: -24px;
        }

    .component-journey-check-results .results-table .column--details {
        width: 81.3333333%;
    }

    .component-journey-check-results .results-table .column--name {
        width: 50%;
    }

    .component-journey-check-results .results-table .column--departure {
        width: 50%;
        padding-left: 10px;
    }

    .component-journey-check-results .results-table .column--info {
        display: none;
    }

    .component-journey-check-results .results-table .head .column p, .component-journey-check-results .results-table .head .column #page .expandable-panel, #page .component-journey-check-results .results-table .head .column .expandable-panel, .component-journey-check-results .results-table .head .column .expandable-panel-link {
        font-size: 16px;
    }

    .component-journey-check-results .results-table .body .route-overview .station .column .station-name {
        margin-left: 0;
    }
}

@media (max-width:47.9375em) {
    .component-journey-check-results .column-text.cancelled + span {
        display: block;
    }
}

.component-journey-check-results .column--departs .cancelled p, .component-journey-check-results .column--departs .cancelled #page .expandable-panel, #page .component-journey-check-results .column--departs .cancelled .expandable-panel, .component-journey-check-results .column--departs .cancelled .expandable-panel-link, .component-journey-check-results .column--arrives .cancelled p, .component-journey-check-results .column--arrives .cancelled #page .expandable-panel, #page .component-journey-check-results .column--arrives .cancelled .expandable-panel, .component-journey-check-results .column--arrives .cancelled .expandable-panel-link {
    padding-top: 0 !important;
}

.component-journey-check-results .column--arrives .cancelled--arrives {
    z-index: 999999;
    left: 0;
    right: 0;
    font-weight: normal;
}

.component-journey-check-results .column--departs .isCancelled {
    padding: 0 !important;
}

.component-journey-check-results .column--departs .warning.cancelled {
    position: absolute;
    z-index: 999999;
    top: 28px !important;
    left: 0 !important;
    right: 0 !important;
    font-weight: normal !important;
}

.component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) p, .component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) #page .expandable-panel, #page .component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) .expandable-panel, .component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) .expandable-panel-link {
    padding: 4px 0 !important;
}

.component-breadcrumbs {
    margin: auto;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    position: relative;
    z-index: 2;
    background: #fff;
}

    .component-breadcrumbs ul li a, .component-breadcrumbs ul li {
        color: #131E29 !important;
    }

@media (min-width:64.0625em) {
    .component-breadcrumbs {
        display: block;
    }
}

.component-breadcrumbs .container {
    max-width: 1176px;
    margin: auto;
    padding: 0 12px;
}

@media only screen and (min-width:1200px) {
    .component-breadcrumbs .container {
        padding: 0;
    }
}

.component-breadcrumbs ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .component-breadcrumbs ul li {
        float: left;
        margin: 0;
        font-size: 14px;
        line-height: 1;
        position: relative;
    }

        .component-breadcrumbs ul li a, .component-breadcrumbs ul li .expandable-panel-link, .component-breadcrumbs ul li span {
            margin-right: 24px;
            color: #131E29;
            font-size: 14px;
            text-decoration: none;
            font-weight: 700;
            padding: 1em 0;
            display: inline-block;
        }

            .component-breadcrumbs ul li a:hover, .component-breadcrumbs ul li .expandable-panel-link:hover {
                text-decoration: underline;
            }

        .component-breadcrumbs ul li:last-child span {
            font-weight: 500;
            opacity: 0.6;
        }

        .component-breadcrumbs ul li:not(:last-child):after {
            content: '/';
            position: absolute;
            margin-left: 10px;
            font-weight: 500;
            top: 14px;
            right: 8px;
        }

.component-jumbotron {
    position: relative;
    z-index: 2;
}

    .component-jumbotron:before {
        content: '';
        background-color: #131e29;
        position: absolute;
        top: 0;
        left: -40px;
        bottom: 0;
        z-index: -1;
        right: -40px;
        right: -40px;
        right: 48%;
        display: block;
    }

    .component-jumbotron ~ .row ul li, .component-jumbotron ~ .row ul li a {
        color: #131E29 !important;
    }

    .component-jumbotron.noimage:before {
        right: -30px;
    }

    .component-jumbotron .component-qtt-form {
        margin-top: 30px;
        position: relative;
        text-align: left;
    }

@media (min-width:64.0625em) {
    .component-jumbotron .component-qtt-form {
        margin: 10px auto 0;
    }
}

@media (max-width:35.5em) {
    .component-jumbotron .component-qtt-form {
        margin-bottom: 20px;
    }
}

@media (max-width:21.25em) {
    .component-jumbotron .component-qtt-form {
        margin-bottom: 20px;
    }
}

.component-jumbotron .component-qtt-form .column {
    padding: 0;
}

.component-jumbotron .component-journey-check-form {
    margin: 40px auto 0;
}

@media (min-width:48em) {
    .component-jumbotron .component-journey-check-form {
        margin: 0 auto;
    }
}

@media (min-width:48em) {
    .component-jumbotron {
        min-height: 415px;
    }
}

.component-jumbotron .content {
    position: relative;
    padding: 30px 12px 45px;
    z-index: 1;
    text-align: center;
    color: #fff;
}

@media (min-width:48em) {
    .component-jumbotron .content {
        padding: 100px 30px 90px;
        text-align: left;
    }
}

@media (min-width:64.0625em) {
    .component-jumbotron .content {
        padding: 140px 30px 140px 12px;
    }
}

.component-jumbotron .jumbotron__title {
    font-size: 64px;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 36px;
    color: #fff !important;
    letter-spacing: -0.2px;
    font-weight: 300;
}

@media (min-width:48em) {
    .component-jumbotron .jumbotron__title {
        font-size: 64px;
        text-align: left;
        line-height: 72px;
    }
}

@media (max-width:47.9375em) {
    .component-jumbotron .jumbotron__title {
        line-height: 40px;
        font-size: 35px;
        margin-top: -20px;
    }
}

.component-jumbotron .jumbotron__subtitle {
    font-size: 1.8em;
    line-height: 24px;
    text-transform: none;
    color: #fff !important;
    font-weight: 500 !important;
}

    .component-jumbotron .jumbotron__subtitle * {
        color: #fff;
    }

@media (min-width:48em) {
    .component-jumbotron .jumbotron__subtitle {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media (max-width:47.9375em) {
    .component-jumbotron .jumbotron__subtitle {
        font-size: 16px;
    }
}

.component-jumbotron.text-left .jumbotron__title, .component-jumbotron.text-left .jumbotron__subtitle, .component-jumbotron.text-left .jumbotron__title *, .component-jumbotron.text-left .jumbotron__subtitle *, .component-jumbotron.text-left .station-content * {
    text-align: left !important;
}

.component-jumbotron.text-center .jumbotron__title, .component-jumbotron.text-center .jumbotron__subtitle, .component-jumbotron.text-center .jumbotron__title *, .component-jumbotron.text-center .jumbotron__subtitle *, .component-jumbotron.text-center .station-content * {
    text-align: center !important;
}

.component-jumbotron.text-light .jumbotron__title, .component-jumbotron.text-light .jumbotron__subtitle, .component-jumbotron.text-light .jumbotron__title *, .component-jumbotron.text-light .jumbotron__subtitle *, .component-jumbotron.text-light .station-content * {
    color: #fff !important;
}

.component-jumbotron.text-dark .jumbotron__title, .component-jumbotron.text-dark .jumbotron__subtitle, .component-jumbotron.text-dark .jumbotron__title *, .component-jumbotron.text-dark .jumbotron__subtitle *, .component-jumbotron.text-dark .station-content *, .component-jumbotron.text-dark .content [class*='icon-']:before {
    color: #131E29 !important;
}

@media (min-width:48em) {
    .component-jumbotron.noimage {
        min-height: 360px;
    }

        .component-jumbotron.noimage.light-stripes {
            min-height: 220px;
        }
}

@media (max-width:47.9375em) {
    .component-jumbotron.noimage {
        min-height: 255px;
    }

        .component-jumbotron.noimage.light-stripes {
            min-height: 160px;
        }

            .component-jumbotron.noimage.light-stripes .content {
                padding: 45px 12px 0 12px;
            }
}

.component-jumbotron.noimage .jumbotron__image {
    display: none;
}

.component-jumbotron.noimage .content {
    padding: 45px 12px calc(4vw + 25px) 12px;
    width: 100%;
}

@media (min-width:48em) {
    .component-jumbotron.noimage .content {
        padding: 80px 30px 70px 30px;
    }
}

.component-jumbotron.noimage .content .jumbotron__title, .component-jumbotron.noimage .content .jumbotron__subtitle {
    text-align: center;
}

.component-jumbotron.noimage.jumbotron--grey-cut .content:before {
    border-color: transparent transparent #d2d3dc transparent;
}

.component-jumbotron.noimage.jumbotron--light-grey-cut .content:before {
    border-color: transparent transparent #F2F4F8 transparent;
}

@media (min-width:48em) {
    .component-jumbotron.jumbotron--grey-cut .container:after {
        border-color: transparent transparent #d2d3dc transparent;
    }

    .component-jumbotron.jumbotron--light-grey-cut .container:after {
        border-color: transparent transparent #F2F4F8 transparent;
    }
}

.component-jumbotron .jumbotron__image {
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 50%;
    background-position: center center;
    z-index: 1;
    position: relative;
}

@media (min-width:48em) {
    .component-jumbotron .jumbotron__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 55%;
        padding: 0;
        z-index: -1;
    }
}

.component-jumbotron.noimage.pattern--light-blue-on-white .content, .component-jumbotron.noimage.light-stripes .content, .component-jumbotron.noimage.pattern--light-blue-on-white .jumbotron__title, .component-jumbotron.noimage.light-stripes .jumbotron__title, .component-jumbotron.noimage.pattern--light-blue-on-white .jumbotron__subtitle, .component-jumbotron.noimage.light-stripes .jumbotron__subtitle, .component-jumbotron.noimage.pattern--light-blue-on-white .jumbotron__subtitle *, .component-jumbotron.noimage.light-stripes .jumbotron__subtitle * {
    color: #fff !important;
    text-align: left;
}

.component-jumbotron.jumbo-image {
    background-size: cover;
}

    /*.component-jumbotron.jumbo-image:before {
        content: '';
        display: block;
        position: absolute;
        right: -40px;
        left: -40px;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.4);
    }*/

    .component-jumbotron.jumbo-image:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        right: 0px;
        left: 0px;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.4);
    }
.component-jumbotron.component-jumbotron--station-info .icon-rail_logo {
    font-size: 7em;
    line-height: 1;
}

@media (min-width:48em) {
    .component-jumbotron.component-jumbotron--station-info .icon-rail_logo {
        float: left;
    }
}

.component-jumbotron.component-jumbotron--station-info .content {
    max-width: 1000px;
    margin: auto;
}

    .component-jumbotron.component-jumbotron--station-info .content .jumbotron__title {
        margin-top: 20px;
        text-align: center;
    }

@media (min-width:48em) {
    .component-jumbotron.component-jumbotron--station-info .content .jumbotron__title {
        margin-top: 10px;
        text-align: left;
    }
}

.component-jumbotron.component-jumbotron--station-info .station-address {
    font-family: Averta !important;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 50px;
}

@media (min-width:48em) {
    .component-jumbotron.component-jumbotron--station-info .station-content {
        padding-left: 100px;
    }
}

.component-cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e0ded8;
    z-index: 1054;
}

    .component-cookie-notification .cookie-message {
        display: none;
        padding: 20px;
    }

    .component-cookie-notification p, .component-cookie-notification #page .expandable-panel, #page .component-cookie-notification .expandable-panel, .component-cookie-notification .expandable-panel-link {
        margin: 0;
        float: left;
        color: #131E29;
        font-weight: 500;
    }

    .component-cookie-notification button {
        border: 0;
        float: right;
        font-size: 16px;
        cursor: pointer;
        background: none;
        color: #131e29;
        position: absolute;
        bottom: 0;
        top: 10px;
        height: 30px;
        right: 0;
    }

    .component-cookie-notification a {
        color: #ff4713;
    }

.promo-crd {
    background-position: top right;
    background-size: cover;
    background-color: #E2F5E9;
    text-align: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 12px;
}

    .promo-crd .promo-crd__wrap-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
    }

    .promo-crd .promo-crd__wrapper {
        padding-top: 15px;
        padding-bottom: 50px;
        display: block;
        height: auto;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

        .promo-crd .promo-crd__wrapper p, .promo-crd .promo-crd__wrapper #page .expandable-panel, #page .promo-crd .promo-crd__wrapper .expandable-panel, .promo-crd .promo-crd__wrapper .expandable-panel-link {
            line-height: 17px;
        }

    .promo-crd h3 {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: -0.1px;
    }

    .promo-crd h4 {
        margin-top: 0px;
        margin-bottom: 4px;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        letter-spacing: -0.2px;
    }

    .promo-crd .promo-crd__arrow-link {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        position: absolute;
        right: 0px;
        left: 0px;
        bottom: 0px;
        padding: 5px 20px 20px 20px;
        text-transform: lowercase;
    }

        .promo-crd .promo-crd__arrow-link:first-letter {
            text-transform: uppercase;
        }

        .promo-crd .promo-crd__arrow-link:after {
            content: '\e84d';
            font-family: 'icons';
            position: absolute;
            right: 20px;
        }

    .promo-crd:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        z-index: -3;
    }

    .promo-crd:hover .promo-crd__arrow-link, .promo-crd:active .promo-crd__arrow-link {
        background-color: transparent !important;
    }

    .promo-crd:hover:before, .promo-crd:active:before {
        opacity: 0.1;
    }

@media (min-width:64.0625em) {
    .promo-crd {
        margin-bottom: 24px;
    }
}

.promo-crd--dark-blue .promo-crd__wrapper {
    position: relative;
    overflow: hidden;
    border: none;
}

    .promo-crd--dark-blue .promo-crd__wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .promo-crd--dark-blue .promo-crd__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
    }

    .promo-crd--dark-blue .promo-crd__wrapper:after {
        background: #204555;
        transition: background 0.1s ease-in-out;
    }

    .promo-crd--dark-blue .promo-crd__wrapper:before {
        bottom: 100%;
        transition: bottom 0.3s ease-in-out;
        background: #131E29;
    }

    .promo-crd--dark-blue .promo-crd__wrapper h1, .promo-crd--dark-blue .promo-crd__wrapper h2, .promo-crd--dark-blue .promo-crd__wrapper h3, .promo-crd--dark-blue .promo-crd__wrapper h4, .promo-crd--dark-blue .promo-crd__wrapper h5, .promo-crd--dark-blue .promo-crd__wrapper h6, .promo-crd--dark-blue .promo-crd__wrapper p, .promo-crd--dark-blue .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--dark-blue .promo-crd__wrapper .expandable-panel, .promo-crd--dark-blue .promo-crd__wrapper .expandable-panel-link {
        color: #fff;
    }

.promo-crd--dark-blue .promo-crd__arrow-link {
    color: #E2F5E9;
}

    .promo-crd--dark-blue .promo-crd__arrow-link:after {
        color: #fff;
    }

.promo-crd--dark-blue:hover .promo-crd__wrapper:before, .promo-crd--dark-blue:active .promo-crd__wrapper:before {
    bottom: 0;
}

.promo-crd--light-blue .promo-crd__wrapper {
    position: relative;
    overflow: hidden;
    border: none;
}

    .promo-crd--light-blue .promo-crd__wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .promo-crd--light-blue .promo-crd__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
    }

    .promo-crd--light-blue .promo-crd__wrapper:after {
        background: #204555;
        transition: background 0.1s ease-in-out;
    }

    .promo-crd--light-blue .promo-crd__wrapper:before {
        bottom: 100%;
        transition: bottom 0.3s ease-in-out;
        background: #131E29;
    }

    .promo-crd--light-blue .promo-crd__wrapper h1, .promo-crd--light-blue .promo-crd__wrapper h2, .promo-crd--light-blue .promo-crd__wrapper h3, .promo-crd--light-blue .promo-crd__wrapper h4, .promo-crd--light-blue .promo-crd__wrapper h5, .promo-crd--light-blue .promo-crd__wrapper h6, .promo-crd--light-blue .promo-crd__wrapper p, .promo-crd--light-blue .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--light-blue .promo-crd__wrapper .expandable-panel, .promo-crd--light-blue .promo-crd__wrapper .expandable-panel-link {
        color: #fff !important;
    }

.promo-crd--light-blue .promo-crd__arrow-link {
    color: #fff;
}

    .promo-crd--light-blue .promo-crd__arrow-link:focus {
        text-decoration: underline
    }

    .promo-crd--light-blue .promo-crd__arrow-link:after {
        color: #FF4713;
    }

.promo-crd--light-blue:hover .promo-crd__wrapper:before, .promo-crd--light-blue:active .promo-crd__wrapper:before {
    bottom: 0;
}

.promo-crd--light-blue .promo-crd__wrapper {
    height: 210px;
}

.promo-crd--white .promo-crd__wrapper {
    position: relative;
    overflow: hidden;
    border-color: #d6d1ca;
}

    .promo-crd--white .promo-crd__wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .promo-crd--white .promo-crd__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
    }

    .promo-crd--white .promo-crd__wrapper:after {
        background: #fff;
        transition: background 0.1s ease-in-out;
    }

    .promo-crd--white .promo-crd__wrapper:before {
        bottom: 100%;
        transition: bottom 0.3s ease-in-out;
        background: #204555;
    }

    .promo-crd--white .promo-crd__wrapper h1, .promo-crd--white .promo-crd__wrapper h2, .promo-crd--white .promo-crd__wrapper h3, .promo-crd--white .promo-crd__wrapper h4, .promo-crd--white .promo-crd__wrapper h5, .promo-crd--white .promo-crd__wrapper h6, .promo-crd--white .promo-crd__wrapper p, .promo-crd--white .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--white .promo-crd__wrapper .expandable-panel, .promo-crd--white .promo-crd__wrapper .expandable-panel-link {
        color: #131E29;
    }

.promo-crd--white .promo-crd__arrow-link {
    color: #e2f6e8;
}

    .promo-crd--white .promo-crd__arrow-link:after {
        color: #fff;
    }

.promo-crd--white:hover .promo-crd__wrapper:before, .promo-crd--white:active .promo-crd__wrapper:before {
    bottom: 0;
}

.promo-crd--white .promo-crd__wrapper {
    height: 210px;
    transition: border-color 0.2s ease-in-out;
}

    .promo-crd--white .promo-crd__wrapper:before {
        bottom: 0;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

    .promo-crd--white .promo-crd__wrapper h4 {
        color: #fff !important;
    }

    .promo-crd--white .promo-crd__wrapper h1, .promo-crd--white .promo-crd__wrapper h2, .promo-crd--white .promo-crd__wrapper h3, .promo-crd--white .promo-crd__wrapper h4, .promo-crd--white .promo-crd__wrapper h5, .promo-crd--white .promo-crd__wrapper h6, .promo-crd--white .promo-crd__wrapper p, .promo-crd--white .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--white .promo-crd__wrapper .expandable-panel, .promo-crd--white .promo-crd__wrapper .expandable-panel-link {
        transition: color 0.2s ease-in-out;
    }

    .promo-crd--white .promo-crd__wrapper .promo-crd__arrow-link:after {
        transition: color 0.2s ease-in-out;
    }

.promo-crd--white:hover .promo-crd__wrapper:before, .promo-crd--white:active .promo-crd__wrapper:before {
    background: #131E29;
}

.promo-crd--white:hover .promo-crd__wrapper h1, .promo-crd--white:hover .promo-crd__wrapper h2, .promo-crd--white:hover .promo-crd__wrapper h3, .promo-crd--white:hover .promo-crd__wrapper h4, .promo-crd--white:hover .promo-crd__wrapper h5, .promo-crd--white:hover .promo-crd__wrapper h6, .promo-crd--white:hover .promo-crd__wrapper p, .promo-crd--white:hover .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--white:hover .promo-crd__wrapper .expandable-panel, .promo-crd--white:hover .promo-crd__wrapper .expandable-panel-link, .promo-crd--white:active .promo-crd__wrapper h1, .promo-crd--white:active .promo-crd__wrapper h2, .promo-crd--white:active .promo-crd__wrapper h3, .promo-crd--white:active .promo-crd__wrapper h4, .promo-crd--white:active .promo-crd__wrapper h5, .promo-crd--white:active .promo-crd__wrapper h6, .promo-crd--white:active .promo-crd__wrapper p, .promo-crd--white:active .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--white:active .promo-crd__wrapper .expandable-panel, .promo-crd--white:active .promo-crd__wrapper .expandable-panel-link {
    color: #fff;
}

.promo-crd--transparent .promo-crd__wrapper {
    position: relative;
    overflow: hidden;
    border: none;
}

    .promo-crd--transparent .promo-crd__wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .promo-crd--transparent .promo-crd__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
    }

    .promo-crd--transparent .promo-crd__wrapper:after {
        background: #204555;
        transition: background 0.1s ease-in-out;
    }

    .promo-crd--transparent .promo-crd__wrapper:before {
        bottom: 100%;
        transition: bottom 0.3s ease-in-out;
        background: #131e29;
    }

.accordion-content ul li, .accordion-content ul li a {
    color: #131e29 !important;
}

.promo-crd--transparent .promo-crd__wrapper h1, .promo-crd--transparent .promo-crd__wrapper h2, .promo-crd--transparent .promo-crd__wrapper h3, .promo-crd--transparent .promo-crd__wrapper h4, .promo-crd--transparent .promo-crd__wrapper h5, .promo-crd--transparent .promo-crd__wrapper h6, .promo-crd--transparent .promo-crd__wrapper p, .promo-crd--transparent .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--transparent .promo-crd__wrapper .expandable-panel, .promo-crd--transparent .promo-crd__wrapper .expandable-panel-link {
    color: #fff !important;
}

.promo-crd--transparent .promo-crd__arrow-link {
    color: #0092CB;
}

    .promo-crd--transparent .promo-crd__arrow-link:after {
        color: #0092CB;
    }

.promo-crd--transparent:hover .promo-crd__wrapper:before, .promo-crd--transparent:active .promo-crd__wrapper:before {
    bottom: 0;
}

.promo-crd--transparent .promo-crd__wrapper {
    padding-bottom: 90px;
    height: 220px;
}

.promo-crd--transparent h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.promo-crd--transparent .btn, .promo-crd--transparent .btn-primary, .promo-crd--transparent .btn-secondary, .promo-crd--transparent .btn-tertiary, .promo-crd--transparent .btn-tertiary-blue, .promo-crd--transparent .btn-primary-invert, .promo-crd--transparent .btn-secondary-invert, .promo-crd--transparent .btn-tertiary-invert {
    position: absolute;
    bottom: 36px;
    font-size: 16px;
}

.promo-crd--dark-gradient-hover .promo-crd__wrapper {
    height: 210px;
    transition: border-color 0.2s ease-in-out;
}

    .promo-crd--dark-gradient-hover .promo-crd__wrapper:before {
        background: #131E29;
        bottom: 0;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .promo-crd--dark-gradient-hover .promo-crd__wrapper h1, .promo-crd--dark-gradient-hover .promo-crd__wrapper h2, .promo-crd--dark-gradient-hover .promo-crd__wrapper h3, .promo-crd--dark-gradient-hover .promo-crd__wrapper h4, .promo-crd--dark-gradient-hover .promo-crd__wrapper h5, .promo-crd--dark-gradient-hover .promo-crd__wrapper h6, .promo-crd--dark-gradient-hover .promo-crd__wrapper p, .promo-crd--dark-gradient-hover .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--dark-gradient-hover .promo-crd__wrapper .expandable-panel, .promo-crd--dark-gradient-hover .promo-crd__wrapper .expandable-panel-link {
        transition: color 0.2s ease-in-out;
    }

    .promo-crd--dark-gradient-hover .promo-crd__wrapper .promo-crd__arrow-link {
        transition: color 0.2s ease-in-out;
    }

        .promo-crd--dark-gradient-hover .promo-crd__wrapper .promo-crd__arrow-link:after {
            transition: color 0.2s ease-in-out;
        }

.promo-crd--dark-gradient-hover:hover .promo-crd__wrapper, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper {
    border-color: #F5D83C;
}

    .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper:before, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper:before {
        opacity: 1;
    }

    .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h1, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h2, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h3, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h4, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h5, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper h6, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper p, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper .expandable-panel, .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper .expandable-panel-link, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h1, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h2, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h3, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h4, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h5, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper h6, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper p, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--dark-gradient-hover:active .promo-crd__wrapper .expandable-panel, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper .expandable-panel-link {
        color: #fff;
    }

    .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper .promo-crd__arrow-link, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper .promo-crd__arrow-link {
        color: #e2f5e9;
    }

        .promo-crd--dark-gradient-hover:hover .promo-crd__wrapper .promo-crd__arrow-link:after, .promo-crd--dark-gradient-hover:active .promo-crd__wrapper .promo-crd__arrow-link:after {
            color: #e2f5e9;
        }

.promo-crd--v-50-50 {
    background-position: top left;
}

    .promo-crd--v-50-50 .promo-crd__wrapper {
        margin-top: 160px;
        border-top: 0;
        height: 160px;
    }

    .promo-crd--v-50-50 p, .promo-crd--v-50-50 #page .expandable-panel, #page .promo-crd--v-50-50 .expandable-panel, .promo-crd--v-50-50 .expandable-panel-link {
        margin-top: 0;
    }

    .promo-crd--v-50-50 h3 {
        margin-top: 0;
        margin-bottom: 5px;
    }

.promo-crd--h-6-6 {
    background-position: left 150px;
}

    .promo-crd--h-6-6 .promo-crd__wrapper {
        height: 150px;
        margin-bottom: 150px;
    }

@media (min-width:48em) {
    .promo-crd--h-6-6 {
        background-position: top right;
    }

        .promo-crd--h-6-6 .promo-crd__wrapper {
            margin-right: 50%;
            margin-bottom: 0;
        }
}

.promo-crd--h-6-6 h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.promo-crd--h-8-4 {
    background-position: left 230px;
}

    .promo-crd--h-8-4 .promo-crd__wrapper {
        height: 230px;
        margin-bottom: 230px;
    }

@media (min-width:48em) {
    .promo-crd--h-8-4 {
        background-position: top right;
    }

        .promo-crd--h-8-4 .promo-crd__wrapper {
            margin-right: 35%;
            margin-bottom: 0;
        }
}

.promo-crd--h-8-4 h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 300;
    letter-spacing: -0.2px;
}

.promo-crd--h-4-8 {
    background-position: left 280px;
}

    .promo-crd--h-4-8 .promo-crd__wrapper {
        height: 280px;
        margin-bottom: 280px;
    }

@media (min-width:48em) {
    .promo-crd--h-4-8 {
        background-position: top right;
    }

        .promo-crd--h-4-8 .promo-crd__wrapper {
            margin-right: 65%;
            margin-bottom: 0;
        }
}

.promo-crd--h-4-8 h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 300;
    letter-spacing: -0.2px;
}

.promo-crd--ticket-fare-promo .promo-crd__wrap-link {
    background-repeat: no-repeat;
    background-position: top right;
    background-origin: content-box;
    padding: 20px;
    background-size: 62px;
}

.promo-crd--ticket-fare-promo .promo-crd__wrapper {
    height: 320px;
    border-color: #d6d1ca;
    background: #204555;
    color: #fff;
}

.promo-crd--ticket-fare-promo h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

.promo-crd--ticket-fare-promo .price {
    margin-top: 5px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block;
}

    .promo-crd--ticket-fare-promo .price .price-currency {
        font-size: 72px;
        line-height: 92px;
        letter-spacing: -1.7px;
        font-weight: 300;
    }

    .promo-crd--ticket-fare-promo .price .price-amount {
        font-size: 72px;
        line-height: 92px;
        letter-spacing: -2.2px;
        font-weight: 500;
    }

.promo-crd--ticket-fare-promo .price-label {
    display: inline-block;
    width: 60px;
    overflow: visible;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    font-weight: 300;
}

    .promo-crd--ticket-fare-promo .price-label.price-label--large {
        display: block;
        width: auto;
        margin-top: -25px;
        margin-bottom: 20px;
    }

.promo-crd--ticket-fare-promo .label {
    position: absolute;
    bottom: 22px;
    left: 24px;
    right: 24px;
    font-size: 12px;
    letter-spacing: -0.4px;
}

.promo-crd--alt-route .promo-crd__wrap-link:hover {
    text-decoration: none;
}

.promo-crd--alt-route .promo-crd__wrap-link:after {
    font-family: 'icons';
    color: #131E29;
    font-weight: 400;
    content: '\e81f';
    font-size: 92px;
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.promo-crd--alt-route .promo-crd__wrapper {
    height: 270px;
}

    .promo-crd--alt-route .promo-crd__wrapper h3 {
        font-size: 32px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: -0.2px;
    }

    .promo-crd--alt-route .promo-crd__wrapper p, .promo-crd--alt-route .promo-crd__wrapper #page .expandable-panel, #page .promo-crd--alt-route .promo-crd__wrapper .expandable-panel, .promo-crd--alt-route .promo-crd__wrapper .expandable-panel-link {
        padding-right: 120px;
    }

.promo-crd--alt-route .promo-crd__arrow-link {
    right: 150px;
}

    .promo-crd--alt-route .promo-crd__arrow-link:after {
        right: 0;
    }

.separator {
    position: absolute;
    width: 36%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    transform: skewX(-20deg);
    left: 30%;
    z-index: 1;
}

    .separator:after {
        content: " ";
        z-index: 3;
        position: absolute;
        right: -30px;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        top: 0;
        bottom: 0;
        border-bottom: 370px solid #131E29;
        z-index: 11;
    }

.promo-card--icon {
    min-height: 200px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3),0px 4px 4px 0px rgba(0,0,0,0.2);
}

    .promo-card--icon .separator {
        display: none;
    }

@media (min-width:48em) {
    .promo-card--icon .separator {
        display: inline-block;
        position: absolute;
        width: 75%;
        height: 100%;
        top: 0;
        bottom: 0;
        background-image: linear-gradient(-19deg,#C774C3 0%,#954090 100%);
        transform: skewX(-22deg);
        left: 55%;
        z-index: -1;
    }
}

@media (min-width:64.0625em) {
    .promo-card--icon .separator:before {
        transform: skewX(-30deg);
    }
}

.promo-card--icon .promo-card__wrapper {
    display: table;
    width: 100%;
}

.promo-card--icon .text {
    position: static;
}

@media (min-width:48em) {
    .promo-card--icon .text {
        min-height: 120px;
    }
}

.promo-card--icon .text h3 {
    font-size: 1.6em;
    color: #131E29;
}

.promo-card--icon .text p, .promo-card--icon .text #page .expandable-panel, #page .promo-card--icon .text .expandable-panel, .promo-card--icon .text .expandable-panel-link, .promo-card--icon .text a, .promo-card--icon .text .expandable-panel-link {
    font-size: 1.4em;
}

@media (min-width:48em) {
    .promo-card--icon .text p, .promo-card--icon .text #page .expandable-panel, #page .promo-card--icon .text .expandable-panel, .promo-card--icon .text .expandable-panel-link, .promo-card--icon .text a, .promo-card--icon .text .expandable-panel-link {
        max-width: 200px;
    }
}

.promo-card--icon .text p, .promo-card--icon .text #page .expandable-panel, #page .promo-card--icon .text .expandable-panel, .promo-card--icon .text .expandable-panel-link {
    margin: 25px 0 35px;
    color: #131E29;
}

.promo-card--icon svg {
    width: 123px;
    height: 99px;
    position: relative;
    top: 15px;
    fill: #fff;
}

@media (min-width:48em) {
    .promo-card--icon svg {
        position: static;
    }
}

.promo-card--icon .promo-card__content, .promo-card--icon .promo-card__asset {
    display: block;
    width: 100%;
}

@media (min-width:48em) {
    .promo-card--icon .promo-card__content, .promo-card--icon .promo-card__asset {
        display: table-cell;
    }
}

.promo-card--icon .promo-card__content {
    padding: 25px 20px 20px;
}

@media (min-width:48em) {
    .promo-card--icon .promo-card__content {
        padding: 30px 0 40px 30px;
        width: 55%;
    }
}

@media (min-width:48em) {
    .promo-card--icon .cta {
        position: absolute;
        bottom: 25px;
        left: 25px;
    }
}

.promo-card--icon .cta a, .promo-card--icon .cta .expandable-panel-link {
    color: #00A7E7;
}

.promo-card--icon .promo-card__asset {
    height: 150px;
    background-size: 100px;
    background-position: center 35%;
    background: linear-gradient(-19deg,#C774C3 0%,#954090 100%);
    padding: 20px;
    min-height: 160px;
}

@media (min-width:48em) {
    .promo-card--icon .promo-card__asset {
        background-size: 120px;
        background-position: center center;
        background: none;
        padding: 0;
    }
}

.promo-card--article {
    background-position: top right;
    background-size: contain;
    background-color: #C7DAE7;
}

@media (max-width:47.9375em) {
    .promo-card--article {
        background-image: none !important;
    }
}

.promo-card--article:hover .card, .promo-card--article:hover .promo-crd .promo-crd__wrapper, .promo-crd .promo-card--article:hover .promo-crd__wrapper, .promo-card--article:active .card, .promo-card--article:active .promo-crd .promo-crd__wrapper, .promo-crd .promo-card--article:active .promo-crd__wrapper {
    background: #131E29;
    background-image: repeating-linear-gradient(-225deg,transparent,transparent 30px,#131E29 30px,#131E29 60px),linear-gradient(to bottom,rgba(199,218,231,0.2),rgba(199,218,231,0));
}

.news-list .promo-card--article {
    margin-bottom: 16px;
}

.promo-card--article .promo-card__wrapper {
    padding-top: 15px;
    display: block;
    height: auto;
    position: relative;
}

@media (min-width:48em) {
    .promo-card--article .promo-card__wrapper {
        margin-right: 35%;
        display: table;
    }
}

.promo-card--article h3 {
    color: #fff;
    margin: 0;
    font-weight: 300;
    color: white;
    font-size: 30px;
    line-height: 44px;
}

.promo-card--article .news-featured-date {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.promo-card--article p, .promo-card--article #page .expandable-panel, #page .promo-card--article .expandable-panel, .promo-card--article .expandable-panel-link {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.promo-card--article .main-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    margin-top: 5px;
}

    .promo-card--article .main-link:after {
        content: '\e84d';
        font-family: 'icons';
        color: #F5D83C;
        position: absolute;
        right: 25px;
    }

.promo-card--ticket {
    background: #131E29;
    background-image: url("../img/ticket-pattern.png");
    background-position: top right;
    color: #fff;
    background-repeat: no-repeat;
}

    .promo-card--ticket.promo-card--nectar-icon {
        background-image: url("../img/ticket-pattern-nectar.png");
    }

    .promo-card--ticket .text {
        padding: 0;
        color: #fff;
    }

        .promo-card--ticket .text h3 {
            font-weight: bold;
            max-width: 160px;
            margin-top: 0;
            margin: 0;
        }

    .promo-card--ticket .btn-secondary {
        color: #fff;
        height: 32px;
        line-height: 32px;
        padding: 0;
        position: absolute;
        bottom: 18px;
        left: 20px;
        min-width: 105px;
        display: inline-block;
        padding: 0 20px;
    }

    .promo-card--ticket .promo-card__content {
        padding: 30px 0 40px 20px;
        color: #fff;
        display: block;
    }

    .promo-card--ticket .promo-card__content, .promo-card--ticket .text {
        transform: none;
        width: 100%;
        position: relative;
        left: 0;
    }

    .promo-card--ticket .price {
        margin: 15px 0 16px;
        line-height: 1;
    }

    .promo-card--ticket .price-currency {
        font-family: Averta !important;
        font-weight: 300;
        font-size: 5.2em;
        line-height: 50px;
        letter-spacing: -2px;
    }

    .promo-card--ticket .price-amount {
        font-family: Averta !important;
        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: Averta !important;
        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: Averta !important;
        font-weight: 400;
        position: absolute;
        bottom: 18px;
        right: 20px;
        font-size: 1.2em;
        width: 100px;
        text-align: right;
        display: block;
    }

@media (min-width:75em) {
    .promo-card--ticket .label {
        width: 200px;
    }
}

.promo-text-container a, .promo-text-container .expandable-panel-link {
    font-size: 14px;
}

.promo-content, .content-tab, .content-tab--yellow, .content-tab--blue {
    background: #fff;
}

.hasQTTwithImage .promo-content, .hasQTTwithImage .content-tab, .hasQTTwithImage .content-tab--yellow, .hasQTTwithImage .content-tab--blue {
    background: transparent;
}

.promo-content.child-container-yellow-top, .child-container-yellow-top.content-tab, .content-tab--yellow, .child-container-yellow-top.content-tab--blue, .promo-content .child-container-blue-top, .content-tab .child-container-blue-top, .content-tab--yellow .child-container-blue-top, .content-tab--blue .child-container-blue-top, .promo-content .content-tab--blue, .content-tab .content-tab--blue, .content-tab--yellow .content-tab--blue, .content-tab--blue .content-tab--blue {
    position: relative;
    z-index: 1;
}

    .promo-content.child-container-yellow-top > .container, .child-container-yellow-top.content-tab > .container, .content-tab--yellow > .container, .child-container-yellow-top.content-tab--blue > .container, .promo-content .child-container-blue-top > .container, .content-tab .child-container-blue-top > .container, .content-tab--yellow .child-container-blue-top > .container, .content-tab--blue .child-container-blue-top > .container, .promo-content .content-tab--blue > .container, .content-tab .content-tab--blue > .container, .content-tab--yellow .content-tab--blue > .container, .content-tab--blue .content-tab--blue > .container {
        margin-top: -85px !important;
    }

    .promo-content > .container, .content-tab > .container, .content-tab--yellow > .container, .content-tab--blue > .container {
        background: #fff;
        padding: 65px 30px 0 30px;
        border-radius: 0px;
        margin-top: -65px;
    }

@media (max-width:47.9375em) {
    .promo-content > .container, .content-tab > .container, .content-tab--yellow > .container, .content-tab--blue > .container {
        padding-left: 0;
        padding-right: 0;
        margin-top: -25px !important;
    }
}

.hasBreadcrumb .promo-content > .container, .hasBreadcrumb .content-tab > .container, .hasBreadcrumb .content-tab--yellow > .container, .hasBreadcrumb .content-tab--blue > .container {
    margin-top: -45px;
}

.hasJumboImage .promo-content, .hasJumboImage .content-tab, .hasJumboImage .content-tab--yellow, .hasJumboImage .content-tab--blue {
    z-index: 2;
}

.content-tab, .content-tab--yellow, .content-tab--blue {
    z-index: 2;
}

.hasShardBackgroundComponent .content-tab, .hasShardBackgroundComponent .content-tab--yellow, .hasShardBackgroundComponent .content-tab--blue {
    z-index: 1;
}

.destination .promo-crd__wrapper {
    margin-top: 160px;
    border-top: 0;
    height: 160px;
    position: relative;
    top: 95px;
    transition: top 0.3s ease;
}

    .destination .promo-crd__wrapper h3 {
        padding: 7px 0 13px;
    }

.destination .promo-crd__zooming-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    background-size: cover;
    transform: scale(1);
    transition: transform 0.8s ease;
}

.destination:hover {
    position: relative;
}

    .destination:hover .promo-crd__wrapper {
        top: 0;
        transition: top 0.5s ease;
    }

    .destination:hover .promo-crd__zooming-image {
        transform: scale(1.1);
    }

.nav-quick-links {
    text-align: center;
    padding: 28px 0px 35px;
    position: relative;
    background: #e2f5e9;
}

@media (min-width:48em) {
    .nav-quick-links.bg--grey:before, .nav-quick-links.bg--light-grey:before, .nav-quick-links.bg--purple:before {
        top: -90px;
        height: 20px;
        width: 100%;
    }

    .nav-quick-links.bg--grey:before {
        background: #d2d3dc;
    }

    .nav-quick-links.bg--light-grey:before {
        background: #F2F4F8;
    }

    .nav-quick-links.row--purple:before {
        background-image: linear-gradient(-90deg,yellow 0%,yellow 91%);
    }
}

.nav-quick-links .card, .nav-quick-links .promo-crd .promo-crd__wrapper, .promo-crd .nav-quick-links .promo-crd__wrapper {
    background: #131E29;
    overflow: hidden;
}

    .nav-quick-links .card .content, .nav-quick-links .card .content p {
        color: #e2f5e9;
    }

    .nav-quick-links .card h5, .nav-quick-links .card h2, .nav-quick-links .card .content {
        color: #e2f5e9 !important;
    }

.nav-quick-links h5 {
    font-size: 32px;
    line-height: 1em;
    margin: 0px auto 15px;
    font-weight: 500;
}

.nav-quick-links p, .nav-quick-links #page .expandable-panel, #page .nav-quick-links .expandable-panel, .nav-quick-links .expandable-panel-link {
    margin: 0;
    letter-spacing: -0.1px;
    min-height: 30px;
    padding: 0 10px;
    font-size: 1.4em;
    font-weight: 400;
    min-height: 40px;
}

@media screen and (min-width:450px) {
    .nav-quick-links p, .nav-quick-links #page .expandable-panel, #page .nav-quick-links .expandable-panel, .nav-quick-links .expandable-panel-link {
        font-size: 16px;
    }
}

.nav-quick-links i {
    font-size: 1.7em;
    margin: 12px auto;
}

.icon-book_tickets {
    background: url(../img/icon/ticket.png) no-repeat;
    background-size: cover;
    width: 27px;
    height: 27px;
}

    .icon-book_tickets:before, .icon-city_break:before, .icon-customer_service:before, .icon-accessibility:before {
        display: none;
    }

.icon-city_break {
    background: url(../img/icon/office-block.png) no-repeat;
    background-size: cover;
    width: 27px;
    height: 27px;
}

.icon-customer_service {
    background: url(../img/icon/call-center-operator.png) no-repeat;
    background-size: cover;
    width: 27px;
    height: 27px;
}

.icon-accessibility {
    background: url(../img/icon/disability.png) no-repeat;
    background-size: cover;
    width: 27px;
    height: 27px;
}

.nav-quick-links .nav-item {
    width: 100%;
    float: left;
    padding: 10px 12px;
    position: relative;
    min-height: 150px;
    text-decoration: none;
    color: #131E29;
    width: 50%;
    border-radius: 4px;
}

    .nav-quick-links .nav-item:hover .contentbg, .nav-quick-links .nav-item:focus .contentbg {
        opacity: 1;
    }

    .nav-quick-links .nav-item:hover .content i, .nav-quick-links .nav-item:hover .content p, .nav-quick-links .nav-item:hover .content #page .expandable-panel, #page .nav-quick-links .nav-item:hover .content .expandable-panel, .nav-quick-links .nav-item:hover .content .expandable-panel-link, .nav-quick-links .nav-item:focus .content i, .nav-quick-links .nav-item:focus .content p, .nav-quick-links .nav-item:focus .content #page .expandable-panel, #page .nav-quick-links .nav-item:focus .content .expandable-panel, .nav-quick-links .nav-item:focus .content .expandable-panel-link {
        z-index: 9999;
        position: relative;
    }

    .nav-quick-links .nav-item .contentbg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.5s;
        z-index: 1;
        border-radius: 4px;
        background: #204555;
    }

    .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: #fff;
            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: #fff;
            right: 0;
            top: 50%;
            margin-top: -20px;
        }

        .nav-quick-links .nav-item:last-of-type:after, .nav-quick-links .nav-item:nth-of-type(4n-1):after {
            content: none;
        }
}

@media (min-width:64.0625em) {
    .nav-quick-links .nav-item {
        width: 16.666666667%;
    }

        .nav-quick-links .nav-item:after, .nav-quick-links .nav-item:nth-of-type(4n-1):after {
            content: '';
            position: absolute;
            width: 1px;
            height: 40px;
            background: #fff;
            right: -1px !important;
            top: 50%;
            margin-top: -20px;
        }

        .nav-quick-links .nav-item:last-of-type:after {
            content: none;
        }
}

.nav-quick-links .nav-item:first-of-type p, .nav-quick-links .nav-item:first-of-type #page .expandable-panel, #page .nav-quick-links .nav-item:first-of-type .expandable-panel, .nav-quick-links .nav-item:first-of-type .expandable-panel-link {
    padding: 0 25px;
}

.nav-quick-links .nav-item:hover, .nav-quick-links .nav-item:focus {
    color: #fff;
}

    .nav-quick-links .nav-item:hover p, .nav-quick-links .nav-item:hover #page .expandable-panel, #page .nav-quick-links .nav-item:hover .expandable-panel, .nav-quick-links .nav-item:hover .expandable-panel-link, .nav-quick-links .nav-item:focus p, .nav-quick-links .nav-item:focus #page .expandable-panel, #page .nav-quick-links .nav-item:focus .expandable-panel, .nav-quick-links .nav-item:focus .expandable-panel-link {
        color: #fff;
    }

    .nav-quick-links .nav-item:hover:after, .nav-quick-links .nav-item:focus:after {
        display: none;
    }

@media (min-width:48em) {
    .nav-quick-links .nav-item .content {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        z-index: 2;
    }
}

.component-global-service-info .icon-status_major, .component-global-service-info .icon-status_minor, .component-global-service-info .icon-good {
}

.component-global-service-info .icon-good {
    top: 6px;
}

.component-global-service-info .notification {
    width: 100%;
    background-color: #C0414D;
    color: #131E29;
    font-size: 14px;
    min-height: 30px;
    display: none;
    position: relative;
    border: none !important;
    border-radius: 0;
    outline: none !important;
    height: auto;
    padding: 12px 18px !important;
    font-weight: 700;
    line-height: 1;
    cursor: default;
}

.major .icon-major:before, .major .icon-status_major:before {
    color: #131e29;
}

.component-global-service-info .notification:hover, .component-global-service-info .notification:active, .component-global-service-info .notification:focus {
    background-color: #C0414D !important;
    color: #131E29 !important;
}

.component-global-service-info .notification a, .component-global-service-info .notification .expandable-panel-link {
    text-decoration: underline;
}

.component-global-service-info .notification.minor {
    background-color: #F4CA40 !important;
}

    .component-global-service-info .notification.minor * {
        color: #131E29 !important;
    }

.component-global-service-info .notification.good {
    background-color: #6CAF35 !important;
}

.component-global-service-info .notification .body {
    position: relative;
    max-width: 1145px;
}

@media (min-width:64.0625em) {
    .component-global-service-info .notification .body {
        margin: 0 30px;
    }
}

@media (min-width:75em) {
    .component-global-service-info .notification .body {
        margin: auto;
    }
}

.component-global-service-info .notification.is-visible {
    display: block !important;
}

.component-global-service-info .content {
    display: inline-block;
    padding: 5px 45px;
}

    .component-global-service-info .content a:link, .component-global-service-info .content .expandable-panel-link:link, .component-global-service-info .content a:visited, .component-global-service-info .content .expandable-panel-link:visited {
        color: #121c26;
    }

.component-global-service-info .icon-close_no_circle {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none !important;
}

    .component-global-service-info .icon-close_no_circle:hover {
        opacity: 0.9;
    }

.panel {
    position: relative;
    min-height: 235px;
    margin-bottom: 32px;
    padding-bottom: 16px;
    text-align: left;
}

@media (min-width:64.0625em) {
    .panel {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.panel:hover {
    background: #F4F2F8;
    background: #fff;
}

.panel .panel-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.panel .panel__content {
    padding: 30px 20px;
}

@media (min-width:48em) {
    .panel .panel__content {
        padding: 30px;
    }
}

@media (min-width:64.0625em) {
    .panel .panel__content {
        padding: 30px 35px;
    }
}

.panel .panel__content h5 {
    text-transform: uppercase;
    font-weight: 300;
    font-weight: bold;
    margin-top: 0;
    font-size: 1.6em;
}

.panel .panel__content h5, .panel .panel__content p, .panel .panel__content #page .expandable-panel, #page .panel .panel__content .expandable-panel, .panel .panel__content .expandable-panel-link {
    color: #131E29;
}

.panel .panel__content .description {
    margin-top: 30px;
    padding-bottom: 60px;
}

@media (min-width:48em) {
    .panel .panel__content .description {
        min-height: 145px;
    }
}

.panel .btn-secondary {
    font-weight: bold;
    font-size: 1.4em;
    position: absolute;
    bottom: 30px;
    left: 20px;
}

@media (min-width:64.0625em) {
    .panel .btn-secondary {
        left: 35px;
    }
}

.layout--4-4-4 .panel:after {
    content: '';
    position: absolute;
    background: #00A6E6;
    width: auto;
    height: 1px;
    bottom: -16px;
    left: 20px;
    right: 20px;
}

@media (min-width:64.0625em) {
    .layout--4-4-4 .panel:after {
        content: none;
        width: 1px;
        height: auto;
        top: 20px;
        bottom: 20px;
        left: auto;
        right: -12px;
    }
}

@media (min-width:64.0625em) {
    .layout--4-4-4 .column:nth-of-type(3n+2) .panel:before, .layout--4-4-4 .column:nth-of-type(3n+2) .panel:after {
        content: '';
        width: 1px;
        position: absolute;
        background: #00A6E6;
        top: 20px;
        bottom: 20px;
    }

    .layout--4-4-4 .column:nth-of-type(3n+2) .panel:before {
        left: -12px;
    }

    .layout--4-4-4 .column:nth-of-type(3n+2) .panel:after {
        right: -12px;
    }
}

.row--shard .layout--4-4-4:last-of-type .column:last-of-type .panel:after {
    content: none;
}

.alerts-box {
    margin-bottom: 12px;
}

    .alerts-box .disruptions-list {
        padding: 26px 0;
        margin: 0;
        list-style-type: none;
    }

        .alerts-box .disruptions-list > li {
            padding: 0 20px;
        }

            .alerts-box .disruptions-list > li .heading {
                padding: 10px 20px;
                margin: 0;
            }

                .alerts-box .disruptions-list > li .heading p, .alerts-box .disruptions-list > li .heading #page .expandable-panel, #page .alerts-box .disruptions-list > li .heading .expandable-panel, .alerts-box .disruptions-list > li .heading .expandable-panel-link {
                    margin-bottom: 0;
                }

                .alerts-box .disruptions-list > li .heading .gwr-icon {
                    top: 0;
                    position: relative;
                }

                .alerts-box .disruptions-list > li .heading .last-updated {
                    position: absolute;
                    right: 12px;
                    top: 12px;
                }

            .alerts-box .disruptions-list > li .date {
                text-align: right;
            }

                .alerts-box .disruptions-list > li .date .daterange {
                    display: inline-block;
                    padding-right: 24px;
                }

                .alerts-box .disruptions-list > li .date .gwr-icon {
                    margin-right: 0;
                    top: -3px;
                    cursor: pointer;
                }

            .alerts-box .disruptions-list > li .content {
                background-color: white;
            }

                .alerts-box .disruptions-list > li .content.open {
                    display: inline-block !important;
                }

            .alerts-box .disruptions-list > li:before {
                height: 0;
            }

    .alerts-box .section-title:before {
        content: "";
        height: 20px;
        width: 20px;
        color: #131E29;
        background-size: contain;
    }

.component-planned-works-info .disruptions-list > li, .component-detailed-network-status .disruptions-list > li {
    padding: 0px;
    border: none;
    margin: 0px;
    margin-bottom: 19px;
}

.component-planned-works-info .disruptions-list.accordion, .component-detailed-network-status .disruptions-list.accordion {
    border: 0px !important;
}

.component-planned-works-info .disruptions-list .disruption-item, .component-detailed-network-status .disruptions-list .disruption-item {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    border-top: 5px solid #0092CB;
}

.component-planned-works-info .disruptions-list .content-wrap, .component-detailed-network-status .disruptions-list .content-wrap {
    margin-left: 50px;
    margin-right: 45px;
}

@media (min-width:48em) {
    .component-planned-works-info .disruptions-list .content-wrap, .component-detailed-network-status .disruptions-list .content-wrap {
        width: auto;
    }
}

.component-planned-works-info .disruptions-list .content-wrap .with-caret *[class*='icon-'], .component-detailed-network-status .disruptions-list .content-wrap .with-caret *[class*='icon-'] {
    font-size: 22px;
}

.component-planned-works-info .disruptions-list .icon-carat_up_soft, .component-detailed-network-status .disruptions-list .icon-carat_up_soft {
    display: none;
}

.component-planned-works-info .disruptions-list .accordion-content, .component-detailed-network-status .disruptions-list .accordion-content {
    width: 100%;
    padding: 19px 25px;
    display: none;
    font-size: 14px;
    letter-spacing: -0.1px;
}

    .component-planned-works-info .disruptions-list .accordion-content p, .component-planned-works-info .disruptions-list .accordion-content #page .expandable-panel, #page .component-planned-works-info .disruptions-list .accordion-content .expandable-panel, .component-planned-works-info .disruptions-list .accordion-content .expandable-panel-link, .component-detailed-network-status .disruptions-list .accordion-content p, .component-detailed-network-status .disruptions-list .accordion-content #page .expandable-panel, #page .component-detailed-network-status .disruptions-list .accordion-content .expandable-panel, .component-detailed-network-status .disruptions-list .accordion-content .expandable-panel-link {
        font-size: 14px;
    }

@media only screen and (min-width:450px) {
    .component-planned-works-info .disruptions-list .accordion-content, .component-detailed-network-status .disruptions-list .accordion-content {
        padding: 19px 35px;
        font-size: 16px;
    }

        .component-planned-works-info .disruptions-list .accordion-content p, .component-planned-works-info .disruptions-list .accordion-content #page .expandable-panel, #page .component-planned-works-info .disruptions-list .accordion-content .expandable-panel, .component-planned-works-info .disruptions-list .accordion-content .expandable-panel-link, .component-detailed-network-status .disruptions-list .accordion-content p, .component-detailed-network-status .disruptions-list .accordion-content #page .expandable-panel, #page .component-detailed-network-status .disruptions-list .accordion-content .expandable-panel, .component-detailed-network-status .disruptions-list .accordion-content .expandable-panel-link {
            font-size: 16px;
        }
}

.component-planned-works-info .disruptions-list .accordion-thumb, .component-detailed-network-status .disruptions-list .accordion-thumb {
    cursor: pointer;
    padding: 15px;
    position: relative;
    background: #e2f5e9;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

    .component-planned-works-info .disruptions-list .accordion-thumb.open, .component-detailed-network-status .disruptions-list .accordion-thumb.open {
        border-color: #0092CB;
    }

@media (min-width:48em) {
    .component-planned-works-info .disruptions-list .accordion-thumb, .component-detailed-network-status .disruptions-list .accordion-thumb {
        padding: 19px 35px;
    }
}

.component-planned-works-info .disruptions-list .accordion-thumb .icon-status_major, .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_minor, .component-planned-works-info .disruptions-list .accordion-thumb .planned-works-title, .component-planned-works-info .disruptions-list .accordion-thumb .date, .component-planned-works-info .disruptions-list .accordion-thumb .with-caret, .component-planned-works-info .disruptions-list .accordion-thumb .gwr-icon:before, .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major, .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_minor, .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title, .component-detailed-network-status .disruptions-list .accordion-thumb .date, .component-detailed-network-status .disruptions-list .accordion-thumb .with-caret, .component-detailed-network-status .disruptions-list .accordion-thumb .gwr-icon:before {
    color: #131E29;
}

.component-planned-works-info .disruptions-list .accordion-thumb .icon-status_major, .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_minor, .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major, .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_minor {
    float: left;
    width: 38px;
    margin: 0;
    font-size: 1.5em;
    position: relative;
}

@media only screen and (min-width:450px) {
    .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_major, .component-planned-works-info .disruptions-list .accordion-thumb .icon-status_minor, .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major, .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_minor {
        text-align: left;
        font-size: 1.5em;
        position: static;
    }
}

.component-planned-works-info .disruptions-list .accordion-thumb .planned-works-title, .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title {
    float: left;
    font-size: 14px;
    margin: 0;
    line-height: 26px;
    width: 100%;
    letter-spacing: -0.1px;
}

@media only screen and (min-width:450px) {
    .component-planned-works-info .disruptions-list .accordion-thumb .planned-works-title, .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title {
        font-size: 16px;
        line-height: 24px;
        width: auto;
        display: inline-block;
        width: 50%;
    }
}

.component-planned-works-info .disruptions-list .accordion-thumb .date, .component-detailed-network-status .disruptions-list .accordion-thumb .date {
    float: left;
    text-align: left;
}

    .component-planned-works-info .disruptions-list .accordion-thumb .date .daterange, .component-detailed-network-status .disruptions-list .accordion-thumb .date .daterange {
        padding-right: 0;
        font-size: 14px;
        line-height: 30px;
    }

@media only screen and (min-width:450px) {
    .component-planned-works-info .disruptions-list .accordion-thumb .date .daterange, .component-detailed-network-status .disruptions-list .accordion-thumb .date .daterange {
        font-size: 16px;
        font-weight: 700;
    }
}

@media only screen and (min-width:450px) {
    .component-planned-works-info .disruptions-list .accordion-thumb .date, .component-detailed-network-status .disruptions-list .accordion-thumb .date {
        width: 45%;
    }
}

@media (min-width:75em) {
    .component-planned-works-info .disruptions-list .accordion-thumb .date, .component-detailed-network-status .disruptions-list .accordion-thumb .date {
        margin-left: 0;
        float: right;
    }
}

.component-planned-works-info .disruptions-list .accordion-thumb .with-caret, .component-detailed-network-status .disruptions-list .accordion-thumb .with-caret {
    float: right;
    width: 24px;
    text-align: center;
    margin-left: 23px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 25px;
    font-size: 1em;
    cursor: pointer;
}

@media (min-width:75em) {
    .component-planned-works-info .disruptions-list .accordion-thumb .with-caret, .component-detailed-network-status .disruptions-list .accordion-thumb .with-caret {
        font-size: 1.5em;
    }
}

.component-planned-works-info .disruptions-list .accordion-thumb.open .icon-carat_down_soft, .component-detailed-network-status .disruptions-list .accordion-thumb.open .icon-carat_down_soft {
    display: none;
}

.component-planned-works-info .disruptions-list .accordion-thumb.open .icon-carat_up_soft, .component-detailed-network-status .disruptions-list .accordion-thumb.open .icon-carat_up_soft {
    display: inline-block;
}

.component-detailed-network-status .disruptions-list .accordion-thumb {
    background-color: #CC0701;
    cursor: pointer;
    color: #fff;
    border-top: none;
}

    .component-detailed-network-status .disruptions-list .accordion-thumb.open {
        border: none;
    }

    .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title {
        width: 100%;
    }

    .component-detailed-network-status .disruptions-list .accordion-thumb .planned-works-title, .component-detailed-network-status .disruptions-list .accordion-thumb .daterange, .component-detailed-network-status .disruptions-list .accordion-thumb .icon-carat_down_soft:before, .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major {
        top: 0;
        color: #fff;
    }

        .component-detailed-network-status .disruptions-list .accordion-thumb .icon-status_major:before, .component-detailed-network-status .disruptions-list .accordion-thumb .icon-carat_up_soft:before {
            color: #fff;
        }

.component-detailed-network-status .disruptions-list .accordion-content {
    border-color: #CC0701;
}

.component-planned-works-info .disruption-item {
    border: 1px solid #82D0F5;
}

.component-planned-works-info h4 {
    text-transform: none;
}

.network-status-alert {
    background: #EEE9F3;
    padding: 20px;
}

@media (min-width:48em) {
    .network-status-alert {
        padding: 40px 40px 30px;
    }
}

.network-status-alert i {
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 2px;
    font-size: 3em;
    color: #CC0701;
}

.network-status-alert h4 {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.network-status-alert p:last-of-type, .network-status-alert #page .expandable-panel:last-of-type, #page .network-status-alert .expandable-panel:last-of-type, .network-status-alert .expandable-panel-link:last-of-type {
    margin-bottom: 0;
}

.destination {
    position: relative;
    overflow: hidden;
    cursor: default;
    margin-bottom: 20px;
}

    .destination .destination-image {
        min-height: 265px;
        background-size: cover;
        background-position: center;
        position: relative;
        transition: all .3s ease-out;
    }

    .destination .destination-name {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        transform: scale(1);
    }

        .destination .destination-name h5 {
            min-width: 200px;
            background: #131E29;
            display: inline-block;
            padding: 5px 25px;
            transform: skewX(-20deg);
            text-transform: uppercase;
            color: #fff;
        }

            .destination .destination-name h5 span {
                display: inline-block;
                transform: skewX(20deg);
            }

    .destination .destination-desc {
        position: absolute;
        bottom: -100%;
        left: 0;
        right: 0;
        background: #131E29;
        padding: 20px;
        transition: all .3s ease-out;
    }

        .destination .destination-desc p, .destination .destination-desc #page .expandable-panel, #page .destination .destination-desc .expandable-panel, .destination .destination-desc .expandable-panel-link {
            margin: 0;
            color: #fff;
        }

    .destination:hover .destination-desc {
        bottom: 0;
    }

    .destination:hover .destination-image {
        transform: scale(1.1);
    }

.station-map {
    position: relative;
    height: auto;
}

    .station-map .map-canvas {
        height: 156px;
        border-top: 1px solid #131E29;
    }

    .station-map .map-info-station, .station-map .map-info-general {
        position: relative;
        top: 6%;
        width: 100%;
    }

        .station-map .map-info-station .primary h2, .station-map .map-info-general .primary h2 {
            font-size: 16px;
            line-height: 16px;
            font-weight: 400;
            margin: 0 0 10px 0;
            color: #fff;
        }

        .station-map .map-info-station .primary pre, .station-map .map-info-general .primary pre {
            font-size: 14px;
            font-weight: 300;
            line-height: 21px;
            margin: 0;
        }

        .station-map .map-info-station .primary .icon-rail_logo:before, .station-map .map-info-general .primary .icon-rail_logo:before {
            margin-right: 5px;
        }

        .station-map .map-info-station .secondary, .station-map .map-info-general .secondary {
            color: #131E29;
            background-color: #fff;
            padding: 20px 20px;
            font-size: 14px;
        }

@media (min-width:64.0625em) {
    .station-map {
        height: 484px;
    }

        .station-map .map-canvas {
            height: 100%;
        }

        .station-map .map-info-station, .station-map .map-info-general {
            position: absolute;
            margin-left: 25px;
            width: 330px;
            max-height: 88%;
            box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
        }

            .station-map .map-info-station .primary h2, .station-map .map-info-general .primary h2 {
                font-size: 24px;
                line-height: 24px;
                font-weight: 500;
                margin: 0 0 18px 0;
            }

            .station-map .map-info-station .primary pre, .station-map .map-info-general .primary pre {
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
            }

            .station-map .map-info-station .primary .icon-rail_logo:before, .station-map .map-info-general .primary .icon-rail_logo:before {
                margin-right: 10px;
            }

            .station-map .map-info-station .secondary, .station-map .map-info-general .secondary {
                padding: 20px 20px;
            }
}

.component-station-at-glance {
    background-color: rgb(226,245,233);
    padding: 20px 0 10px 0;
    margin-bottom: 40px;
    border-top: solid 2px #204555;
}

    .component-station-at-glance .inner {
        padding: 0;
    }

        .component-station-at-glance .inner .section-title {
            margin-left: 15px;
            margin-bottom: 30px;
            color: #131E29;
            font-size: 22px;
            font-weight: 500;
            text-transform: none;
        }

        .component-station-at-glance .inner ul {
            -webkit-column-count: 1;
            column-count: 1;
            list-style: none;
            padding: 0;
            margin: 0;
            padding-left: 15px;
        }

            .component-station-at-glance .inner ul li {
                padding: 5px 12px 5px 42px;
                margin-bottom: 12px;
                position: relative;
            }

                .component-station-at-glance .inner ul li.unavailable a:hover, .component-station-at-glance .inner ul li.unavailable .expandable-panel-link:hover {
                    text-decoration: none !important;
                }

                .component-station-at-glance .inner ul li a, .component-station-at-glance .inner ul li .expandable-panel-link {
                    font-size: 16px;
                    font-weight: 500;
                    letter-spacing: -0.1px;
                    line-height: 25px;
                    color: #131e29;
                    display: block;
                    text-align: left;
                    font-family: Averta !important;
                    margin: 0;
                    cursor: pointer;
                }

                    .component-station-at-glance .inner ul li a:before, .component-station-at-glance .inner ul li .expandable-panel-link:before {
                        color: #131E29;
                        padding-right: 17px;
                        font-size: 24px;
                        position: absolute;
                        width: 28px;
                        height: 28px;
                        text-align: center;
                        left: 0px;
                        overflow: hidden;
                    }

                .component-station-at-glance .inner ul li.unavailable {
                    opacity: 0.4;
                }

                    .component-station-at-glance .inner ul li.unavailable a, .component-station-at-glance .inner ul li.unavailable .expandable-panel-link {
                        color: #000;
                    }

                        .component-station-at-glance .inner ul li.unavailable a.mapper-icon-wifi:before, .component-station-at-glance .inner ul li.unavailable .mapper-icon-wifi.expandable-panel-link:before {
                            font-size: 20px;
                        }

@media (min-width:48em) {
    .component-station-at-glance {
        padding: 0;
    }

        .component-station-at-glance .inner {
            padding: 25px 30px 10px 30px;
        }

            .component-station-at-glance .inner .section-title {
                margin-left: 0;
            }

            .component-station-at-glance .inner ul {
                -webkit-column-count: 3;
                column-count: 3;
                padding-left: 0px;
            }

                .component-station-at-glance .inner ul li {
                    padding: 0 10px 0 0;
                    min-height: 55px;
                    margin: 0;
                }

                    .component-station-at-glance .inner ul li [class*='icon-']:hover {
                        text-decoration: none !important;
                        cursor: default;
                    }

                    .component-station-at-glance .inner ul li:not(.unavailable) [class*='icon-']:hover {
                        text-decoration: none !important;
                    }

                        .component-station-at-glance .inner ul li:not(.unavailable) [class*='icon-']:hover span {
                            text-decoration: underline !important;
                            cursor: pointer;
                        }

                    .component-station-at-glance .inner ul li a, .component-station-at-glance .inner ul li .expandable-panel-link {
                        font-weight: 500;
                        padding-left: 42px;
                    }
}

.component-station-details .section-title {
    text-transform: none;
}

.component-station-details .accordion {
    border-top: solid 2px #131e29;
}

    .component-station-details .accordion .accordion-header {
        background: #e2f5e9;
        padding: 0;
    }

        .component-station-details .accordion .accordion-header .content-wrap {
            color: #131E29;
            position: relative;
            width: 100%;
        }

            .component-station-details .accordion .accordion-header .content-wrap .planned-works-title {
                color: #131E29;
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                float: none;
            }

            .component-station-details .accordion .accordion-header .content-wrap .title-wrap {
                display: table;
                height: 100%;
                width: 100%;
                padding: 23px 75px 20px 39px;
                min-height: 60px;
            }

.accordion .accordion-header .content-wrap .with-caret {
    float: none;
    position: absolute;
    right: 25px;
    top: 20px;
    transform: rotate(0deg);
}

    .accordion .accordion-header .content-wrap .with-caret .accordion-icon {
        margin: 0;
        font-size: 68%;
        transform: rotate(90deg);
    }

.accordion .accordion-header.open .with-caret {
    transform: rotate(180deg);
}

.component-station-details .accordion .accordion-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .component-station-details .accordion .accordion-content ul {
        padding: 10px 0;
    }

        .component-station-details .accordion .accordion-content ul li {
            text-transform: none;
            position: relative;
            border-bottom: 1px solid #131e29;
            color: #131E29;
            padding: 10px 10px 5px 60px;
            font-size: 16px;
        }

            .component-station-details .accordion .accordion-content ul li:last-child {
                border-bottom: none;
                margin-bottom: 0px;
                padding-bottom: 0px;
            }

            .component-station-details .accordion .accordion-content ul li h6 {
                font-size: 16px;
                line-height: 1.5;
                letter-spacing: -0.1px;
                width: 100%;
                text-align: left;
                font-family: inherit;
            }

                .component-station-details .accordion .accordion-content ul li h6:before {
                    font-family: icons;
                    font-style: normal;
                    font-weight: 400;
                    speak: none;
                    display: inline-block;
                    text-decoration: none;
                    width: 30px;
                    width: 3rem;
                    text-align: center;
                    padding-right: 10px;
                    position: absolute;
                    left: 0px;
                    color: inherit;
                    font-size: 200%;
                    margin-top: -13px;
                }

            .component-station-details .accordion .accordion-content ul li p, .component-station-details .accordion .accordion-content ul li #page .expandable-panel, #page .component-station-details .accordion .accordion-content ul li .expandable-panel, .component-station-details .accordion .accordion-content ul li .expandable-panel-link {
                font-size: 16px;
                line-height: 1.5;
                letter-spacing: -0.1px;
            }

.component-station-description {
    margin-bottom: 30px;
}

.pagination {
    padding: 0;
    text-align: center;
    margin: 40px 0 30px;
}

    .pagination li {
        display: inline-block;
        margin: 0 8px 0 0;
        font-size: 1.4em;
        height: 44px;
    }

    .pagination a, .pagination .expandable-panel-link {
        display: inline-block;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        text-decoration: none;
        background: rgb(226,245,233);
        color: #131E29;
        font-weight: 500;
        font-size: 14px;
        transform: all 0.4s;
    }

        .pagination a:hover, .pagination .expandable-panel-link:hover {
            background: rgba(199,218,231,0);
            text-decoration: none !important;
            border: 1px solid #e2f5e9;
        }

            .pagination a:hover polygon, .pagination .expandable-panel-link:hover polygon {
                fill: #004965;
            }

    .pagination svg {
        position: relative;
        top: 1px;
    }

        .pagination svg polygon {
            fill: #131e29;
        }

    .pagination .active a, .pagination .active .expandable-panel-link {
        background: #131E29;
        color: #fff !important;
        cursor: default;
    }

        .pagination .active a:hover {
            border: none;
        }

    .pagination .arrow a, .pagination .arrow .expandable-panel-link {
        background: rgb(226,245,233);
    }

ul.pagination li a {
    color: #131E29 !important;
}

.pagination .label-first, .pagination .label-last {
    margin: 0 10px 0 0;
    display: none;
    border: solid 1px #e2f5e9;
    border-radius: 4px;
}

@media (min-width:48em) {
    .pagination .label-first, .pagination .label-last {
        display: inline-block;
    }
}

.pagination .label-first a, .pagination .label-first .expandable-panel-link, .pagination .label-last a, .pagination .label-first a, .pagination .label-first .expandable-panel-link, .pagination .label-last a, .pagination .label-last .expandable-panel-link {
    padding: 0 18px;
    min-width: 94.8px;
    border-radius: 4px;
    color: #131E29 !important;
    background: white;
    position: relative;
    font-weight: 500;
}

    .pagination .label-first a:hover, .pagination .label-first .expandable-panel-link:hover, .pagination .label-last a:hover, .pagination .label-last .expandable-panel-link:hover {
        background: #ebf2f6 !important;
        transition: all 0.4s !important;
        text-decoration: none;
    }

    .pagination .label-first a:after, .pagination .label-first .expandable-panel-link:after, .pagination .label-last a:after, .pagination .label-last .expandable-panel-link:after {
        right: auto;
        left: -20px;
    }

.pagination .label-last {
    margin: 0;
}

div.component-qtt-form-pico 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: unset;
    min-height: unset;
    padding: 8px 12px;
    font-size: 14px !important;
    line-height: 20px !important;
    cursor: pointer;
    background: #fff;
    color: #131E29;
    text-align: left;
}

.qtt-form--time.with-caret.qtt_bx_rgt_49 .trigger {
    border-radius: 0 4px 4px 0;
}

.qtt-tabbed {
    background-size: cover;
}

    .qtt-tabbed .hidden {
        display: none;
    }

    .qtt-tabbed .title {
        color: #fff;
        position: relative;
    }

@media (max-width:64em) {
    .qtt-tabbed .title {
        height: 230px;
        overflow: hidden;
    }
}

.qtt-tabbed .title .title-tab__journey {
    max-height: 0;
    opacity: 0;
}

@media (min-width:64.0625em) {
    .qtt-tabbed .title {
        margin-top: 25px;
    }

    .qtt-tabbed--without-image .qtt-tabbed .title {
        margin-top: 22px;
    }
}

.qtt-tabbed .title h2, .qtt-tabbed .title h1 {
    line-height: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 300;
    transition: all 0.8s ease-in-out;
    color: #131E29;
    font-weight: 500;
}

@media (min-width:768px) and (max-width:1024px) {
    .qtt-tabbed .title h2, .qtt-tabbed .title h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0;
        font-weight: 500;
    }
}

@media (max-width:47.9375em) {
    .qtt-tabbed .title h2, .qtt-tabbed .title h1 {
        font-size: 40px;
    }
}

@media (max-width:35.5em) {
    .qtt-tabbed .title h2, .qtt-tabbed .title h1 {
        font-size: 32px;
        font-weight: 500;
    }
}

@media (min-width:64.0625em) {
    .qtt-tabbed .title h2, .qtt-tabbed .title h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0;
        font-weight: 500;
    }
}

.qtt-tabbed .title .title__sub {
    font-size: 24px;
    transition: all 0.8s ease-in-out;
    color: #131e29;
    font-weight: 500;
    line-height: 24px;
    margin: 10px auto 0;
}

@media (max-width:47.9375em) {
    .qtt-tabbed .title .title__sub {
        font-size: 18px;
    }
}

@media (max-width:21.25em) {
    .qtt-tabbed .title .title__sub {
        font-size: 16px;
    }
}

.qtt-tabbed.qtt-tabbed--journey-check .title-tab__qtt {
    max-height: 0;
    opacity: 0;
}

.qtt-tabbed.qtt-tabbed--journey-check .title-tab__journey {
    max-height: 100%;
    opacity: 1;
}

.qtt-tabbed.closing .title-tab__journey {
    display: none;
}

.qtt-mobile-image {
    background-repeat: no-repeat;
    padding-top: 30%;
    min-height: 155px;
    background-size: cover;
    background-position: bottom;
    display: none !important;
    display: block;
}

@media (min-width:64.0625em) {
    .qtt-mobile-image {
        display: none;
    }
}

@media (min-width:64.0625em) {
    .qtt-mobile-image {
        display: none;
    }
}

.qtt-form--text {
    padding: 0 12px;
    display: none;
}

@media (min-width:64.0625em) {
    .qtt-form--text {
        display: block;
    }
}

.qtt-form--text div {
    opacity: 1;
    max-height: 100%;
}

    .qtt-form--text div:first-of-type {
        margin-bottom: 19px;
    }

@media (min-width:64.0625em) {
    .qtt-form--text div {
        opacity: 0;
        max-height: 0px;
    }
}

.qtt-form--text p, .qtt-form--text #page .expandable-panel, #page .qtt-form--text .expandable-panel, .qtt-form--text .expandable-panel-link {
    margin-bottom: 0;
    color: white;
    margin-top: 5px;
}

.qtt-tabbed {
    position: relative;
    background-repeat: no-repeat;
    min-height: 595px;
    transition: margin-bottom 1.3s;
    background-size: cover;
}

    .qtt-tabbed.qtt-tabbed--with-image {
        min-height: 455px;
    }

@media (min-width:48em) and (max-width:64em) {
    .qtt-tabbed.qtt-tabbed--with-image {
        min-height: 590px;
    }
}

@media (max-width:21.25em) {
    .qtt-tabbed.qtt-tabbed--with-image {
        min-height: 560px;
    }
}

@media (max-width:35.5em) {
    .qtt-tabbed.qtt-tabbed--with-image {
        min-height: 560px;
    }
}

@media (max-width:21.25em) {
    .qtt-tabbed {
        min-height: 540px;
    }
}

@media (max-width:35.5em) {
    .qtt-tabbed {
        min-height: 540px;
    }
}

.qtt-tabbed--without-image .qtt-tabbed {
    min-height: 525px;
}

    .qtt-tabbed--without-image .qtt-tabbed.qtt-search--return-active.active:not(.qtt-tabbed--journey-check) {
        margin-bottom: 60px;
        transition: margin-bottom 0s ease;
    }

    .qtt-tabbed--without-image .qtt-tabbed.qtt-search--return-active {
        margin-bottom: 0;
        transition: margin-bottom 1.2s;
    }

.qtt-tabbed.qtt-tabbed--with-image.active:not(.qtt-tabbed--journey-check) {
    margin-bottom: 100px;
}

@media (min-width:48em) and (max-width:64em) {
    .qtt-tabbed {
        margin: 0 auto;
        padding: 30px 30px 0;
    }
}

@media (max-width:47.9375em) {
    .qtt-tabbed {
        margin: 0 auto;
        padding: 30px 10px 0;
    }
}

.qtt-tabbed div, .qtt-tabbed div:before {
    transition: all 0.8s ease-in-out;
}

@media (max-width:64em) {
    .qtt-tabbed.active {
        margin: 0 !important;
        width: 100%;
        max-width: 100%;
    }

        .qtt-tabbed.active .title {
            margin-top: -30px;
            margin-bottom: 30px;
        }
}

.qtt-tabbed.active .qtt__search-top {
    height: 20%;
}

@media (max-width:64em) {
    .qtt-tabbed.active .qtt__search-top {
        padding: 35px 12px 0 12px;
    }
}

@media (max-width:35.5em) {
    .qtt-tabbed.active .qtt__search-top {
        padding: 35px 0 0 0;
    }
}

@media (max-width:21.25em) {
    .qtt-tabbed.active .qtt__search-top {
        padding: 35px 0 0 0;
    }
}

.qtt-tabbed.active .qtt__search-bottom {
    height: 75%;
    padding-top: 20px;
}

@media (max-width:64em) {
    .qtt-tabbed.active .qtt__search-bottom {
        margin-top: -90px;
    }
}

@media (min-width:64.0625em) {
    .qtt-tabbed.active.qtt-tabbed--journey-check .qtt__search-bottom {
        padding-top: 50px !important;
    }
}

.qtt-tabbed.active:before {
    height: 100%;
    background: linear-gradient(to bottom,#1f4555,#141e28);
    margin-top: 0 !important;
    max-width: 100% !important;
    transition: all 0.8s ease-in-out;
    transition-property: top,left,right,min-height,margin,max-width,width,padding;
    top: 0 !important;
    min-height: 10000px;
}

@media only screen and (max-width:1196px) and (min-width:1023px) {
    .qtt-tabbed.active:before {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .qtt-tabbed.active:before {
        width: 3000px !important;
    }
}

@media (max-width:21.25em) {
    .qtt-tabbed.active .title {
        top: -20px;
    }
}

.qtt-tabbed.active .title h2, .qtt-tabbed.active .title h1 {
    line-height: 68px;
    font-size: 32px;
    margin: 0 0 10px 0;
    color: #fff;
}

@media (min-width:48em) and (max-width:64em) {
    .qtt-tabbed.active .title h2 {
        line-height: 72px;
    }
}

@media (max-width:767px) {
    .qtt-tabbed.active .title h2 {
        line-height: 40px;
    }

    .qtt-tabbed .title {
        height: 160px;
    }
}

@media (max-width:47.9375em) {
    .qtt-tabbed.active .title h2 {
        font-size: 24px;
    }
}

@media (max-width:47.9375em) and (max-width:21.25em) {
    .qtt-tabbed.active .title h2 {
        margin-top: 21px;
    }
}

.qtt-tabbed.active .title p.title__sub, .qtt-tabbed.active .title #page .title__sub.expandable-panel, #page .qtt-tabbed.active .title .title__sub.expandable-panel, .qtt-tabbed.active .title .title__sub.expandable-panel-link {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.qtt-tabbed .qtt__search-top {
    padding: 40px 12px 75px 12px;
    margin-bottom: -45px;
    position: relative;
    text-align: center;
    height: 42.0560747664%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width:64.0625em) {
    .qtt-tabbed .qtt__search-top {
        padding-top: 0;
        margin-bottom: 0;
    }
}

.qtt-tabbed .qtt__search-bottom {
    padding-bottom: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width:64.0625em) {
    .qtt-tabbed .qtt__search-bottom {
        position: absolute;
        height: 57.9439252336%;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 33px 12px 70px;
    }

    .qtt-tabbed--without-image .qtt-tabbed .qtt__search-bottom {
        padding: 28px 12px 70px;
    }
}

.qtt-tabbed:before {
    content: '';
    background: #131E29;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.8s ease-in-out;
    transition-property: top,left,right,min-height,margin,max-width,width,padding;
    min-height: 100%;
    margin: 147px auto;
}

@media (min-width:48em) and (max-width:64em) {
    .qtt-tabbed:before {
        max-width: initial !important;
    }
}

@media (max-width:47.9375em) {
    .qtt-tabbed:before {
    }
}

@media (max-width:64em) {
    .qtt-tabbed:before {
        top: 160px;
    }
}

@media (min-width:64.0625em) {
    .qtt-tabbed:before {
        max-width: 1175px;
    }
}

@media screen and (min-width:64.0625em) and (-ms-high-contrast:active),screen and (min-width:64.0625em) and (-ms-high-contrast:none) {
    .qtt-tabbed:before {
        width: 1175px;
    }
}

@media only screen and (max-width:1196px) and (min-width:1023px) {
    .qtt-tabbed:before {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width:1196px) and (min-width:1023px) and (-ms-high-contrast:active),only screen and (max-width:1196px) and (min-width:1023px) and (-ms-high-contrast:none) {
    .qtt-tabbed:before {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:47.9375em) {
    .qtt-tabbed:before {
        margin: 0 auto;
    }
}

@media (min-width:48em) and (max-width:64em) {
    .qtt-tabbed:before {
        margin: 0 auto;
        max-width: 650px !important;
    }
}

@media screen and (min-width:48em) and (max-width:64em) and (-ms-high-contrast:active),screen and (min-width:48em) and (max-width:64em) and (-ms-high-contrast:none) {
    .qtt-tabbed:before {
        width: 748px !important;
    }
}

.qtt-tabbed .qtt__search-top {
    height: 42.0560747664%;
    padding-top: 0;
    top: 0;
}

.qtt-tabbed .qtt__search-bottom {
    height: 57.9439252336%;
}

.qtt-tabbed .qtt__search-top {
    padding: 10px 12px 75px 12px;
}

@media (max-width:35.5em) {
    .qtt-tabbed .qtt__search-top {
        padding: 10px 12px 35px 12px;
    }
}

@media (max-width:21.25em) {
    .qtt-tabbed .qtt__search-top {
        padding: 10px 12px 35px 12px;
    }
}

@media (min-width:64.0625em) {
    .qtt-tabbed .qtt__search-top:before {
        padding: 0;
        margin: 0;
        background-image: none;
        position: absolute;
        height: 42.0560747664%;
        height: 35%;
        left: 0;
        right: 0;
    }

        .qtt-tabbed .qtt__search-top:before:before {
            content: none;
        }
}

.qtt-tabbed--without-image .qtt-tabbed {
    z-index: 1051;
}

    .qtt-tabbed--without-image .qtt-tabbed:before {
        content: none;
    }

    .qtt-tabbed--without-image .qtt-tabbed .title__main, .qtt-tabbed--without-image .qtt-tabbed .title__sub {
        color: #fff !important;
    }

    .qtt-tabbed--without-image .qtt-tabbed .title__sub {
        font-weight: 500 !important;
    }

.qtt-form-stations {
    position: relative;
}

@media (max-width:47.9375em) {
    .qtt-form-stations {
        margin: 0 32px 0px 20px;
    }
}

@media (min-width:48em) and (max-width:64em) {
    .qtt-form-stations {
        margin: 0 70px;
    }

    .qtt-tabbed.active .qtt-form-stations, .component-journey-check-form .qtt-form-stations {
        margin: 0;
    }
}

@media (max-width:21.25em) {
    .qtt-form-stations {
        margin: 0 20px;
    }

    .qtt-tabbed.active .qtt-form-stations, .component-journey-check-form .qtt-form-stations {
        margin: 0;
    }
}

.qtt-form-stations .departure-station, .qtt-form-stations .arrival-station {
    width: 100%;
}

.component-journey-check-form .qtt-form-stations .departure-station, .component-journey-check-form .qtt-form-stations .arrival-station {
    padding-right: 0;
}

@media (min-width:64.0625em) {
    .qtt-form-stations .departure-station, .qtt-form-stations .arrival-station {
        width: 50%;
        float: left;
        margin-bottom: 0;
        padding: 0;
    }

    .sidebar .qtt-form-stations .departure-station, .sidebar .qtt-form-stations .arrival-station {
        width: 100%;
        padding-right: 40px;
    }
}

.qtt-form-stations .departure-station {
    margin-bottom: 12px;
}

@media (min-width:64.0625em) {
    .qtt-form-stations .departure-station {
        margin-bottom: 0;
    }

    .sidebar .qtt-form-stations .departure-station {
        margin-bottom: 12px;
    }
}

@media (min-width:64.0625em) {
    .qtt-form-stations .departure-station {
        padding-right: 26px;
    }

    .component-journey-check-form .qtt-form-stations .departure-station {
        padding-right: 26px;
    }

    .qtt-form-stations .arrival-station {
        padding-left: 28px;
    }

    .sidebar .qtt-form-stations .arrival-station {
        padding-left: 0;
    }
}

.qtt-form-stations .station-switch {
    position: absolute;
    right: -34px;
    top: 50%;
    width: 40px;
    text-align: center;
    margin-top: -13px;
    z-index: 1;
    cursor: pointer;
}

@media (max-width:21.25em) {
    .qtt-form-stations .station-switch {
        right: -35px;
    }
}

.component-journey-check-form .qtt-form-stations .station-switch {
    display: none;
}

@media (min-width:64.0625em) {
    .component-journey-check-form .qtt-form-stations .station-switch {
        display: block;
    }
}

.sidebar .qtt-form-stations .station-switch {
    display: block;
    position: absolute;
    right: -6px;
    top: 50%;
    width: 40px;
    text-align: center;
    margin-top: -13px;
    margin-right: 0;
}

@media (min-width:48em) and (max-width:64em) {
    .sidebar .qtt-form-stations .station-switch {
        right: -60px;
    }
}

@media (max-width:47.9375em) {
    .sidebar .qtt-form-stations .station-switch {
        right: -35px;
    }
}

@media (max-width:21.25em) {
    .sidebar .qtt-form-stations .station-switch {
        right: -31px;
    }
}

@media (min-width:64.0625em) {
    .sidebar .qtt-form-stations .station-switch {
        transform: rotate(90deg);
    }
}

@media (min-width:64.0625em) {
    .qtt-form-stations .station-switch {
        right: 50%;
        top: 0;
        width: 73px;
        text-align: center;
        margin-top: 0px;
        height: 42px;
        margin-right: -38px;
    }
}

.qtt-form-stations .station-switch .station-switch__icon {
    color: white;
    font-size: 22px;
    line-height: 1;
    margin: 0;
}

@media (max-width:64em) {
    .qtt-form-stations .station-switch .station-switch__icon {
        font-size: 30px;
    }
}

@media (max-width:21.25em) {
    .qtt-form-stations .station-switch .station-switch__icon {
        font-size: 26px;
    }
}

@media (min-width:64.0625em) {
    .qtt-form-stations .station-switch .station-switch__icon {
        color: white;
        line-height: 42px;
        margin: 0;
    }

        .qtt-form-stations .station-switch .station-switch__icon:before {
            content: '\e822';
        }
}

.component-qtt-form .qtt-form-stations .station-switch .station-switch__icon {
    color: #fff;
}

.qtt-form-date-select--container {
    text-align: center;
}

@media (min-width:64.0625em) {
    .qtt-form-date-select--container {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

.qtt-form-date-select--container .column {
    display: inline-block;
    text-align: center !important;
}

    .qtt-form-date-select--container .column .validation {
        text-align: left !important;
    }

    .qtt-form-date-select--container .column .trigger {
        text-align: left !important;
    }

@media (max-width:64em) {
    .qtt-form-date-select--container .column {
        display: block;
        text-align: left;
    }
}

@media (min-width:64.0625em) {
    .qtt-form-date-select {
        max-width: 386px;
        float: left;
        width: 100%;
    }

    .component-journey-check-form .qtt-form-date-select {
        min-width: 470px;
        max-width: 500px;
        width: auto;
    }

    .form-row-return .qtt-form-date-select {
        float: right;
        max-width: 383px;
    }

    .qtt-form-date-select--container .qtt-form-date-select {
        float: left;
    }

        .qtt-form-date-select--container .qtt-form-date-select + div {
            display: inline-block;
            float: left;
        }

            .qtt-form-date-select--container .qtt-form-date-select + div button {
                margin: 0 0 0 15px;
                float: left;
                height: 42px;
                line-height: 15px;
                font-size: 16px;
            }

    .component-journey-check-form .qtt-form-date-select {
        margin: auto;
        display: inline-block;
    }
}

.qtt-form-date-select .datepickerwrap {
    margin: 0;
}

.qtt-form-date-select .qtt-form--date, .qtt-form-date-select .qtt-form--date, .qtt-form-date-select .qtt-form--depart, .qtt-form-date-select .qtt-form--time {
    width: 33.33% !important;
    float: left;
    padding: 0px;
}

.qtt-form-date-select .qtt-form--depart {
    margin: 0%;
}

@media (max-width:21.25em) {
    .qtt-form-date-select .qtt-form--depart div.trigger:after {
        content: none !important;
    }
}

.qtt-form-date-select .qtt-form--time {
    float: left;
    width: 24.9307479224%;
}

.qtt-form-close {
    max-width: 1176px;
    margin: auto;
    position: relative;
}

    .qtt-form-close .icon-close_no_circle {
        color: white;
        position: absolute;
        top: 20px;
        right: 6px;
        height: 16px;
        width: 16px;
        font-size: 22px;
        cursor: pointer;
        z-index: 1;
        opacity: 0;
        display: none;
        height: 22px;
        width: 22px;
        display: block;
    }

@media (min-width:48em) and (max-width:64em) {
    .qtt-form-close .icon-close_no_circle {
        top: -40px;
        right: -15px;
    }
}

@media (max-width:47.9375em) {
    .qtt-form-close .icon-close_no_circle {
        top: -45px;
        right: -5px;
    }
}

.qtt-form-close .icon-close_no_circle:before {
    color: white;
}

.qtt-form-close .icon-close_no_circle:hover:before {
    color: rgba(255,255,255,0.8);
}

.qtt-form-close .icon-close_no_circle span {
    text-indent: -999em;
    display: inline-block;
}

.active .qtt-form-close .icon-close_no_circle {
    opacity: 1;
}

.qtt-form-links a, .qtt-form-links .expandable-panel-link {
    font-size: 1.2em;
    color: #fff;
}

.qtt-form-passengers {
    float: left;
    width: 385px;
}

    .qtt-form-passengers .adultno {
        width: 50%;
        float: left;
    }

    .qtt-form-passengers .childno {
        float: left;
        width: 50%;
        margin-left: 0%;
    }

.adultno.qtt_bx_lft_49 .trigger {
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #D6D1CA !important;
}

.childno.qtt_bx_rgt_49 .trigger {
    border-radius: 0 4px 4px 0;
}

.qtt-form-railcards {
    margin-left: 389px;
    display: block;
    position: relative;
}

    .qtt-form-railcards .railcards-wrapper {
        background: white;
        border-radius: 4px;
    }

    .qtt-form-railcards .trigger {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .qtt-form-railcards .trigger .form-control {
            background: transparent !important;
            color: #131E29;
            height: unset;
            min-height: unset;
            padding: 8px 12px;
            font-size: 14px !important;
            line-height: 20px !important;
            width: 100%;
            border: none;
        }

    .qtt-form-railcards:after {
        content: '\f105';
        font-family: FontAwesome;
        font-weight: 600;
        font-size: 20px;
        transform: rotate(90deg);
        position: absolute;
        color: #131e29 !important;
        box-sizing: border-box;
        top: 3px;
        right: 9px;
    }

.railcard-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.qtt-form-date-select .qtt-form--date.with-caret {
    border-radius: 4px 0px 0px 4px;
    background: white;
    height: unset;
    min-height: unset;
    font-size: 14px !important;
    line-height: 20px !important;
}

    .qtt-form-date-select .qtt-form--date.with-caret:after {
        content: '\f105';
        font-family: FontAwesome;
        font-weight: 600;
        font-size: 21px;
        position: absolute;
        top: 9px;
        right: 9px;
        color: #131E29 !important;
        box-sizing: border-box;
        transform: rotate(90deg);
    }

@media (max-width:21.25em) {
    .qtt-form-date-select .qtt-form--date.with-caret:after {
        content: none;
    }
}

.qtt-form-date-select .datepickerwrap {
    position: relative;
    z-index: 1;
    height: unset;
}

    .qtt-form-date-select .datepickerwrap input[readonly].hasDatepicker {
        background: transparent !important;
        color: #131E29;
        height: unset;
        line-height: 20px;
        padding: 8px 12px;
        border: none;
        border-right: 1px solid #D6D1CA !important;
        border-radius: 4px 0 0 4px;
        min-width: auto;
        width: 100%;
    }

.qtt-tabbed .nav__tabs, .component-qtt-form .nav__tabs {
    position: relative;
    padding: 0;
    max-width: 360px;
    margin: 0 auto 20px;
    list-style: none;
}

@media only screen and (max-width:440px) {
    .qtt-tabbed .nav__tabs, .component-qtt-form .nav__tabs {
        width: 296px;
    }
}

@media only screen and (max-width:320px) {
    .qtt-tabbed .nav__tabs, .component-qtt-form .nav__tabs {
        width: 260px;
    }
}

.qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
    margin: 0;
    float: right;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
}

    .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item, .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item {
        width: 33.33333333%;
    }

        .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item a, .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item .expandable-panel-link, .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item a, .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item .expandable-panel-link {
            padding: 0;
            height: 42px;
            line-height: 38px;
            font-weight: 500;
            border-color: #fff !important;
            font-weight: 700;
            color: #fff;
            border-width: 2px;
        }

        .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item.active a, .qtt-tabbed .nav__tabs.nav__tabs--three-items .nav__tabs__item.active .expandable-panel-link, .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item.active a, .component-qtt-form .nav__tabs.nav__tabs--three-items .nav__tabs__item.active .expandable-panel-link {
            color: #131E29;
            background: #fff !important;
        }

.qtt-tabbed .nav__tabs .nav__tabs__item, .component-qtt-form .nav__tabs .nav__tabs__item {
    float: left;
    margin: 0;
    width: 180px;
}

@media only screen and (max-width:440px) {
    .qtt-tabbed .nav__tabs .nav__tabs__item, .component-qtt-form .nav__tabs .nav__tabs__item {
        font-size: 12px;
        width: 148px;
    }
}

@media only screen and (max-width:440px) and (max-width:21.25em) {
    .qtt-tabbed .nav__tabs .nav__tabs__item, .component-qtt-form .nav__tabs .nav__tabs__item {
        width: 130px;
    }
}

.qtt-tabbed .nav__tabs .nav__tabs__item a, .qtt-tabbed .nav__tabs .nav__tabs__item .expandable-panel-link, .component-qtt-form .nav__tabs .nav__tabs__item a, .component-qtt-form .nav__tabs .nav__tabs__item .expandable-panel-link {
    width: 100%;
    display: inline-block;
    border: 1px solid #e2f6e8;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

@media only screen and (max-width:440px) {
    .qtt-tabbed .nav__tabs .nav__tabs__item a, .qtt-tabbed .nav__tabs .nav__tabs__item .expandable-panel-link, .component-qtt-form .nav__tabs .nav__tabs__item a, .component-qtt-form .nav__tabs .nav__tabs__item .expandable-panel-link {
        font-size: 13px;
    }
}

@media (max-width:21.25em) {
    .qtt-tabbed .nav__tabs .nav__tabs__item a, .qtt-tabbed .nav__tabs .nav__tabs__item .expandable-panel-link, .component-qtt-form .nav__tabs .nav__tabs__item a, .component-qtt-form .nav__tabs .nav__tabs__item .expandable-panel-link {
        font-size: 13px;
    }
}

.qtt-tabbed .nav__tabs .nav__tabs__item a:hover, .qtt-tabbed .nav__tabs .nav__tabs__item .expandable-panel-link:hover, .component-qtt-form .nav__tabs .nav__tabs__item a:hover, .component-qtt-form .nav__tabs .nav__tabs__item .expandable-panel-link:hover {
    text-decoration: none;
}

.qtt-tabbed .nav__tabs .nav__tabs__item:first-of-type a, .qtt-tabbed .nav__tabs .nav__tabs__item:first-of-type .expandable-panel-link, .component-qtt-form .nav__tabs .nav__tabs__item:first-of-type a, .component-qtt-form .nav__tabs .nav__tabs__item:first-of-type .expandable-panel-link {
    border-right: 0;
    border-radius: 6px 0px 0px 6px;
}

.qtt-tabbed .nav__tabs .nav__tabs__item:last-of-type a, .qtt-tabbed .nav__tabs .nav__tabs__item:last-of-type .expandable-panel-link, .component-qtt-form .nav__tabs .nav__tabs__item:last-of-type a, .component-qtt-form .nav__tabs .nav__tabs__item:last-of-type .expandable-panel-link {
    border-left: 0;
    border-radius: 0px 6px 6px 0px;
}

.qtt-tabbed .nav__tabs .nav__tabs__item.active a, .qtt-tabbed .nav__tabs .nav__tabs__item.active .expandable-panel-link, .component-qtt-form .nav__tabs .nav__tabs__item.active a, .component-qtt-form .nav__tabs .nav__tabs__item.active .expandable-panel-link {
    background: #e2f6e8;
    color: #131E29;
}

.qtt-tabbed .nav__tabs__item.active a, .qtt-tabbed .nav__tabs__item.active .expandable-panel-link {
    background: #fff;
    color: #131E29;
}

.qtt-tabbed .nav__tabs__item a, .qtt-tabbed .nav__tabs__item .expandable-panel-link {
    border-color: #fff;
    color: #fff;
}

.form-row {
    margin-bottom: 19px;
    position: relative;
    clear: both;
}

.qtt-tabbed .form-row--hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}

@media (min-width:64.0625em) {
    .qtt-tabbed.active .form-row--hidden {
        display: block;
        max-height: 50px;
        opacity: 1;
        margin-bottom: 19px;
    }

    .qtt-tabbed.complete .form-row--hidden {
        overflow: visible;
        max-height: 65px;
    }
}

.form-row-return .journey-type {
    width: 165px;
    float: left;
}

.form-row-return .return-journey {
    float: left;
    margin: 0 0.55401662049%;
}

@media (min-width:64.0625em) {
    .form-row-return .qtt-form-input-wrap {
        max-width: 100%;
        padding-left: 26px;
    }
}

.qtt-search--return-active .qtt-form--return-hidden {
    display: none;
}

.nectar-notice {
    display: none;
}

@media (min-width:64.0625em) {
    .qtt-tabbed .form-row--tabs {
        position: absolute;
        top: -14px;
        left: 0;
        right: 0;
    }

    .qtt-tabbed--without-image .qtt-tabbed .form-row--tabs {
        top: -45px;
    }

    .qtt-tabbed .form-row--tabs .tabs-wrapper {
        position: relative;
    }

        .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 50%;
            margin-right: -540px;
            width: 360px;
            padding-left: 20px;
        }

            .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .nectar-notice__img {
                float: left;
                max-width: 38px;
                position: relative;
                top: 8px;
            }

                .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .nectar-notice__img img {
                    width: 100%;
                    max-width: 100%;
                }

            .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text {
                float: left;
                margin-left: 10px;
            }

                .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text p, .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text #page .expandable-panel, #page .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text .expandable-panel, .qtt-tabbed .form-row--tabs .tabs-wrapper .nectar-notice .necatar-notice__text .expandable-panel-link {
                    font-size: 1.4em;
                    font-size: 14px;
                    color: #fff;
                    font-weight: bold;
                }

    .qtt-tabbed.active .form-row--tabs {
        opacity: 0;
        pointer-events: none;
        margin-bottom: 0;
    }
}

@media (min-width:64.0625em) and (min-width:64.0625em) {
    .qtt-tabbed.active .form-row--tabs {
        max-height: 0;
    }
}

@media (max-width:64em) {
    .qtt-tabbed.active .form-row--tabs {
        opacity: 0;
        pointer-events: none;
        margin-bottom: 0;
    }
}

@media (max-width:64em) and (min-width:64.0625em) {
    .qtt-tabbed.active .form-row--tabs {
        max-height: 0;
    }
}

@media (max-width:21.25em) {
    .component-qtt-form .column {
        padding: 0 !important;
    }
}

.component-qtt-form .form-row--hidden {
    display: none;
}

@media (min-width:64.0625em) {
    .component-qtt-form .form-row--hidden {
        display: block;
    }
}

.component-qtt-form .btn, .component-qtt-form .btn-primary, .component-qtt-form .btn-secondary, .component-qtt-form .btn-tertiary, .component-qtt-form .btn-tertiary-blue, .component-qtt-form .btn-primary-invert, .component-qtt-form .btn-secondary-invert, .component-qtt-form .btn-tertiary-invert {
    margin-top: 0px;
    font-size: 18px;
}

@media (min-width:48em) and (max-width:64em) {
    .component-qtt-form .btn, .component-qtt-form .btn-primary, .component-qtt-form .btn-secondary, .component-qtt-form .btn-tertiary, .component-qtt-form .btn-tertiary-blue, .component-qtt-form .btn-primary-invert, .component-qtt-form .btn-secondary-invert, .component-qtt-form .btn-tertiary-invert {
        margin-top: 35px;
    }
}

@media (max-width:47.9375em) {
    .active.qtt-tabbed--journey-check .component-qtt-form .btn, .active.qtt-tabbed--journey-check .component-qtt-form .btn-primary, .active.qtt-tabbed--journey-check .component-qtt-form .btn-secondary, .active.qtt-tabbed--journey-check .component-qtt-form .btn-tertiary, .active.qtt-tabbed--journey-check .component-qtt-form .btn-tertiary-blue, .active.qtt-tabbed--journey-check .component-qtt-form .btn-primary-invert, .active.qtt-tabbed--journey-check .component-qtt-form .btn-secondary-invert, .active.qtt-tabbed--journey-check .component-qtt-form .btn-tertiary-invert {
        margin-top: 35px;
        margin-bottom: 50px;
    }
}

.component-qtt-form .btn.disabled, .component-qtt-form .disabled.btn-primary, .component-qtt-form .disabled.btn-secondary, .component-qtt-form .disabled.btn-tertiary, .component-qtt-form .disabled.btn-tertiary-blue, .component-qtt-form .disabled.btn-primary-invert, .component-qtt-form .disabled.btn-secondary-invert, .component-qtt-form .disabled.btn-tertiary-invert {
    opacity: 0.8 !important;
    cursor: not-allowed;
    background-color: #E7EBF3;
    border-radius: 5px;
    color: #2E637A;
    font-family: Averta;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 19px;
    text-align: center;
}

.component-qtt-form, .component-journey-check-form, .component-alt-route-finder {
    max-width: 822px;
    margin: auto;
}

.qtt-tabbed--with-image .component-qtt-form, .qtt-tabbed--with-image .component-journey-check-form, .qtt-tabbed--with-image .component-alt-route-finder {
    max-width: 846px;
}

@media (max-width:64em) {
    .component-qtt-form, .component-journey-check-form, .component-alt-route-finder {
        max-width: 700px;
    }
}

.component-qtt-form .hidden, .component-journey-check-form .hidden, .component-alt-route-finder .hidden {
    display: none;
}

.component-qtt-form .validation, .component-journey-check-form .validation, .component-alt-route-finder .validation {
    clear: both;
}

    .component-qtt-form .validation .validation-error-message, .component-journey-check-form .validation .validation-error-message, .component-alt-route-finder .validation .validation-error-message {
        padding-bottom: 0;
        padding-top: 1px;
    }

.component-qtt-form .validation-error-message, .component-journey-check-form .validation-error-message, .component-alt-route-finder .validation-error-message {
    clear: both;
    display: inline-block;
    color: #fff !important;
    text-align: left;
    margin-top: 12px;
    padding: 0;
}

.component-qtt-form .form-control, .component-journey-check-form .form-control, .component-alt-route-finder .form-control {
    padding-left: 10px;
    padding-top: 2px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    height: 100%;
    background: #fff !important;
    cursor: pointer;
    border: none !important;
    height: 42px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    .component-qtt-form .form-control.disabled, .component-journey-check-form .form-control.disabled, .component-alt-route-finder .form-control.disabled, .disabled {
        cursor: not-allowed;
    }

.with-caret {
    position: relative;
}

    .with-caret .qtt-icon {
        position: absolute;
        color: #00A6E6;
    }

i.icon-carat_down_soft {
    color: #00A6E6;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 46px;
    font-size: 10px;
    margin-right: 6px;
    cursor: pointer;
}

.component.component-offer-form {
    margin-top: 5px;
}

.component-qtt-form--simple {
    background: #131E29;
    margin-bottom: 24px;
    padding-top: 0 !important;
}

    .component-qtt-form--simple .form-row {
        padding: 20px 12px;
        margin: 0;
    }

    .component-qtt-form--simple .qtt-form-stations .station-switch .station-switch__icon {
        color: #fff !important;
        font-size: 22px;
    }

    .component-qtt-form--simple .form-title {
        padding: 12px;
    }

        .component-qtt-form--simple .form-title h3 {
            margin: 0;
            font-size: 1.5em;
            color: #fff !important;
            line-height: 32px;
            font-weight: 500;
        }

@media (min-width:64.0625em) {
    .component-qtt-form--simple .form-title h3 {
        font-size: 32px;
    }
}

.component-qtt-form--simple .form-title h3 span {
    display: none;
}

@media (min-width:64.0625em) {
    .component-qtt-form--simple .form-title h3 span {
        display: inline;
    }
}

.component-qtt-form--simple .form-row-primary {
    position: relative;
    z-index: 1;
}

.component-qtt-form--simple .form-row-secondary {
    margin-top: 19px;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media (min-width:64.0625em) {
    .component-qtt-form--simple .form-row-primary {
        width: 100%;
        position: relative;
        float: left;
    }

    .component-qtt-form--simple .qtt-form-stations {
        margin-right: 200px;
    }

    .component-qtt-form--simple .form-row-secondary {
        margin-top: 0;
        margin-left: -100%;
        width: 180px;
        float: right;
    }
}

.component-qtt-form--simple .btn, .component-qtt-form--simple .btn-primary, .component-qtt-form--simple .btn-secondary, .component-qtt-form--simple .btn-tertiary, .component-qtt-form--simple .btn-tertiary-blue, .component-qtt-form--simple .btn-primary-invert, .component-qtt-form--simple .btn-secondary-invert, .component-qtt-form--simple .btn-tertiary-invert {
    margin-top: 0;
    font-size: 18px;
}

@media (min-width:64.0625em) {
    .sidebar:not(.component-qtt-form--simple) .form-row-primary, .sidebar:not(.component-qtt-form--simple) .form-row-secondary, .sidebar:not(.component-qtt-form--simple) .qtt-form-stations {
        margin: 0;
        width: auto;
        float: none;
    }

    .sidebar:not(.component-qtt-form--simple) .form-title h3 span {
        display: none;
    }

    .sidebar:not(.component-qtt-form--simple) .form-row-secondary {
        margin-top: 19px;
        text-align: center;
    }
}

@media (min-width:64.0625em) {
    .component-qtt-form {
        padding-top: 20px;
    }
}

.component-qtt-form .checkbox-wrapper {
    font-size: 14px;
    background: #D7D7DE !important;
}

.component-qtt-form .checkbox-wrapper--click {
    cursor: pointer;
}

.component-qtt-form .journey-type .checkbox-wrapper {
    padding-right: 20px;
}

.checkbox-wrapper input[type=checkbox].qtt-checkbox:checked + label {
    background: #46CA8E !important;
}

    .checkbox-wrapper input[type=checkbox].qtt-checkbox:checked + label:before {
        content: '\e827';
        font-family: icons;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        font-size: 16px;
        left: 4px;
        color: #fff;
        position: relative;
    }

.qtt-checkbox + label {
    background: #ADB3C3 !important;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: 9px;
    cursor: pointer;
}

    .qtt-checkbox + label + label {
        margin-top: 13px;
        line-height: 30px;
        margin-left: 43px;
        color: #46CA8E;
        cursor: pointer;
    }

body div.component-qtt-form .form-row .select2 .select2-selection--single .select2-selection__rendered, body div.component-journey-check-form .form-row .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
    font-weight: 400;
    padding-left: 10px !important;
    height: 42px;
    line-height: 42px;
}

    body div.component-qtt-form .form-row .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, body div.component-journey-check-form .form-row .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        font-family: Averta !important;
        font-weight: 400;
        color: #131E29 !important;
        height: 42px;
        line-height: 42px;
        font-size: 16px !important;
        font-weight: 400;
    }

body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option, body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option {
    font-size: 14px !important;
}

body .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field, body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
    padding: 10px;
}

body .select2-container--open .select2-dropdown--below {
    font-size: 14px !important;
}

    body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field:focus {
        font-size: 14px !important;
    }

div.component-qtt-form div.fancy-select.disabled, div.component-journey-check-form div.fancy-select.disabled {
    opacity: 0.5;
}

div.component-qtt-form div.fancy-select div.trigger, div.component-journey-check-form div.fancy-select div.trigger {
    padding-left: 11px;
    font-size: 14px !important;
    width: 100%;
    height: 42px;
    cursor: pointer;
    background: #fff;
    color: #131E29;
    text-align: left;
}

    div.component-qtt-form-pico div.fancy-select div.trigger:after, div.component-journey-check-form div.fancy-select div.trigger:after {
        content: '\f105';
        font-family: FontAwesome;
        font-weight: 600;
        position: absolute;
        top: 9px;
        right: 9px;
        color: #131E29 !important;
        box-sizing: border-box;
        font-size: 21px;
        transform: rotate(90deg);
    }

    div.component-qtt-form div.fancy-select div.trigger.open, div.component-journey-check-form div.fancy-select div.trigger.open {
        background: #fff;
        color: #7A8498;
        box-shadow: none;
    }

div.component-qtt-form div.fancy-select ul.options, div.component-journey-check-form div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    background: #fff;
    min-width: initial;
}

    div.component-qtt-form div.fancy-select ul.options.open, div.component-journey-check-form div.fancy-select ul.options.open {
        visibility: visible;
        top: 50px;
        text-align: left;
        opacity: 1;
        border-width: 0px;
    }

    div.component-qtt-form div.fancy-select ul.options.overflowing, div.component-journey-check-form div.fancy-select ul.options.overflowing {
        top: auto;
        bottom: 40px;
        transition: opacity 300ms ease-out,bottom 300ms ease-out,visibility 300ms ease-out;
    }

        div.component-qtt-form div.fancy-select ul.options.overflowing.open, div.component-journey-check-form div.fancy-select ul.options.overflowing.open {
            top: auto;
            bottom: 50px;
            transition: opacity 300ms ease-out,bottom 300ms ease-out;
        }

div.component-qtt-form .fancy-select, div.component-journey-check-form .fancy-select {
}

    div.component-qtt-form .fancy-select ul.options, div.component-journey-check-form .fancy-select ul.options {
        padding: 0px;
    }

        div.component-qtt-form .fancy-select ul.options.above, div.component-journey-check-form .fancy-select ul.options.above {
            bottom: 100% !important;
            top: auto !important;
            border-radius: 4px;
        }

        div.component-qtt-form .fancy-select ul.options.below, div.component-journey-check-form .fancy-select ul.options.below {
            top: 0 !important;
            bottom: auto !important;
            border-radius: 4px;
        }

        div.component-qtt-form .fancy-select ul.options li, div.component-journey-check-form .fancy-select ul.options li {
            font-size: 14px;
            padding-left: 11px;
            margin-bottom: 0px;
        }

    div.component-qtt-form .fancy-select .options li.selected:after, div.component-journey-check-form .fancy-select .options li.selected:after {
        position: absolute;
        right: -8px;
        top: 12px;
        color: #37aa32;
    }

div.component-qtt-form .narrow-padding > div, div.component-journey-check-form .narrow-padding > div {
    padding-left: 0;
    padding-right: 2px;
}

.railcards .fancy-select .trigger {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 23px;
    overflow: hidden;
}

.railcards .fancy-select ul.options li {
    max-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lt-ie10 .ui-datepicker {
    max-width: 690px;
}

.ui-datepicker {
    border: solid 1px #979797;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.24);
    background-color: #fff;
    width: 100%;
    max-width: 520px;
    z-index: 2000 !important;
    padding: 0;
    display: none;
    overflow: hidden;
}

    .ui-datepicker table {
        margin-bottom: 0;
        box-shadow: none;
        border-radius: 0;
        background-clip: padding-box;
        background-color: transparent;
        border-collapse: collapse;
        overflow-x: hidden;
        display: table;
        border: 0px;
    }

        .ui-datepicker table thead {
            background-color: #fff;
            border: 18px solid #fff;
            border-top-width: 5px;
            border-bottom: none;
        }

            .ui-datepicker table thead tr th {
                background: transparent;
                font-size: 16px;
                line-height: 24px;
                font-weight: normal;
                padding: 0;
                box-shadow: none;
            }

                .ui-datepicker table thead tr th:first-child, .ui-datepicker table thead tr th:first-child + th {
                    width: auto;
                }

                .ui-datepicker table thead tr th span {
                    color: #131E29 !important;
                }

        .ui-datepicker table tbody {
            border: 18px solid #fff;
            border-top: none;
        }

            .ui-datepicker table tbody tr {
                border: 0px;
            }

                .ui-datepicker table tbody tr td {
                    color: #131E29;
                    background: #fff;
                    font-size: 16px;
                    line-height: 20px !important;
                    padding: 0;
                }

                    .ui-datepicker table tbody tr td a, .ui-datepicker table tbody tr td .expandable-panel-link, .ui-datepicker table tbody tr td span {
                        text-align: center;
                    }

                .ui-datepicker table tbody tr:nth-child(odd), .ui-datepicker table tbody tr:nth-child(even) {
                    background-color: transparent;
                }

    .ui-datepicker td a, .ui-datepicker td .expandable-panel-link, .ui-datepicker td span {
        padding: 6px;
        min-width: 32px;
    }

    .ui-datepicker.ui-datepicker-multi {
        width: auto !important;
    }

        .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
            width: 50%;
            padding: 0;
        }

            .ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-calendar {
                margin: 0;
                width: 100%;
                border-radius: 4px;
                overflow: hidden;
            }

            .ui-datepicker.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-calendar {
                border-left: 1px solid #fff;
            }

    .ui-datepicker .ui-datepicker-header {
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        padding: 18px 18px 0;
        background-color: #fff;
    }

        .ui-datepicker .ui-datepicker-header .ui-state-hover {
            border: 0;
            opacity: 0.8;
            background: none !important;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            width: 21px;
            height: 21px;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            top: 20px;
            border-radius: 15px !important;
            border: 2px solid #fff;
            color: #fff;
            z-index: 100;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
                display: inline-block;
                overflow: hidden;
                line-height: 1.5;
                margin-left: -9px;
                margin-top: -7px;
                font-family: 'icons';
                font-weight: 400;
                font-size: 9px;
            }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
                    text-indent: 0;
                    display: block;
                }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            left: 20px;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
                content: '\e811';
            }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
                left: 20px;
                top: 20px;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            right: 20px;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
                margin-left: -7px;
            }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
                    content: '\e83d';
                }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
                right: 20px;
                top: 20px;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            margin: 0;
            line-height: 25px;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
                font-size: 14px !important;
                line-height: 25px;
                font-weight: 700;
                font-size: 16px;
                display: inline-block;
                margin-bottom: 5px;
                color: #131E29;
            }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-year {
                    display: none;
                }

    .ui-datepicker td, .ui-datepicker th {
        min-width: 20px !important;
        width: 20px !important;
        height: 20px !important;
        max-height: 20px !important;
    }

        .ui-datepicker th span {
            font-weight: bold !important;
        }

    .ui-datepicker a, .ui-datepicker .expandable-panel-link, .ui-datepicker span {
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-today .ui-state-default {
        background-color: #fff;
        border-radius: 20px !important;
        color: #131E29;
    }

        .ui-datepicker .ui-datepicker-today .ui-state-default:hover {
            background-color: #fff;
            color: #131E29;
        }

    .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: #131E29;
    }

        .ui-datepicker .ui-datepicker-calendar thead th span {
            color: #fff;
        }

        .ui-datepicker .ui-datepicker-calendar tbody td.zero a:before, .ui-datepicker .ui-datepicker-calendar tbody td.zero .expandable-panel-link:before, .ui-datepicker .ui-datepicker-calendar tbody td.zero span:before {
            content: "0";
        }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
            font-family: Averta !important;
            font-weight: 500;
            border: none;
            font-size: 16px;
            color: #25303a;
            border-radius: 20px;
            background-clip: padding-box;
            background-color: transparent;
        }

            .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default:hover, .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default:hover {
                background-color: #131e29;
                color: #fff !important;
                border-radius: 50% !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: #204555;
                color: #fff !important;
                font-size: 11.2px !important;
            }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight {
            background-color: transparent;
            color: inherit;
        }

            .ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight.ui-state-active {
                background-color: #1e4352;
                color: #C7DAE7;
                font-size: 11.2px !important;
                font-weight: 700;
            }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default {
            color: #979797;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        width: 100%;
        text-align: center;
        margin: 0 0 2.4rem;
    }

        .ui-datepicker .ui-datepicker-buttonpane:first-child {
            margin: 20px 0 0;
        }

        .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
            border: 0;
            display: none;
        }

            .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button.ui-datepicker-current {
                display: none;
            }

        .ui-datepicker .ui-datepicker-buttonpane button {
            text-align: center;
            border-radius: 0;
            background-color: transparent;
            border: 1px solid #e2f5e9;
            height: auto;
            color: #131E29;
            line-height: 2.4;
            margin: 0;
            padding: 0;
            min-width: 115px;
            font-family: 'Univers W01',Arial,sans-serif;
            font-weight: 400;
            font-size: 14px;
            transition: all all 0.3s ease-out ease-out;
            box-shadow: none;
            font-weight: bold !important;
            outline: none;
        }

            .ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                display: inline-block;
                float: none;
                font-size: 12.6px;
                font-weight: 500 !important;
            }

                .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
                    font-weight: normal;
                    border-radius: 5px;
                }

                .ui-datepicker .ui-datepicker-buttonpane button:hover, .ui-datepicker .ui-datepicker-buttonpane button.selected {
                    transition: all all 0.3s ease-out ease-out;
                    background-color: #e2f5e9;
                    color: #131E29;
                    font-weight: 500;
                    box-shadow: none;
                }

                .ui-datepicker .ui-datepicker-buttonpane button.first {
                    border-radius: 5px 0 0 5px;
                }

                .ui-datepicker .ui-datepicker-buttonpane button.last {
                    border-left-width: 0;
                    border-radius: 0 5px 5px 0;
                }

                .ui-datepicker .ui-datepicker-buttonpane button.first.last {
                    border-left-width: 1px;
                }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        border-color: #131E29;
        color: #131E29;
        cursor: pointer;
    }

@media (max-width:767px) {
    .ui-datepicker {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        height: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        border-top: 0 !important;
        position: fixed !important;
        background-color: white;
        z-index: 9999999999 !important
    }

        .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
            display: block;
        }

        .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
            width: 32px;
            margin: 0 auto;
        }

        .ui-datepicker table tbody tr td {
            padding: 10px 0;
        }
}

input.hasDatepicker {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[readonly].hasDatepicker {
    background: #fff;
}

.railcards {
    z-index: 100;
    width: 100%;
    margin: -4px 0 0 0;
    background: #fff;
    position: inherit;
    padding: 12px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3),0px 4px 4px 0px rgba(0,0,0,0.2);
    border-radius: 0 0 4px 4px;
}

    .railcards.warning {
        border-color: #FF4713;
    }

    .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: #FF4713;
                color: #131e29;
                min-width: auto;
                padding: 10px 25px;
                border: 1px solid #ff4713;
            }

                .railcards .row .done button:hover, .railcards .row .done button:active, .railcards .row .done button:focus {
                    background: #fff;
                }

    .railcards .remove-wrap {
        text-align: center;
    }

    .railcards .with-caret {
        padding: 3px 3px 3px 0 !important;
    }

    .railcards .fancy-select {
        border: 1px solid #dadada;
    }

        .railcards .fancy-select .trigger::after {
            border-color: #000 transparent transparent;
        }

        .railcards .fancy-select .trigger.open {
            color: inherit;
        }

            .railcards .fancy-select .trigger.open::after {
                border-color: #000 transparent transparent;
            }

    .railcards .validation-error-message {
        display: inline-block;
        margin: 0;
        color: #131E29 !important;
    }

    .railcards a, .railcards .expandable-panel-link {
        line-height: 16px;
        cursor: pointer;
        font-size: 16px;
    }

        .railcards a i, .railcards .expandable-panel-link i {
            font-style: normal;
        }

    .railcards div {
        margin-bottom: 0;
    }

    .railcards a, .railcards .expandable-panel-link {
        font-weight: 700;
        line-height: 46px;
    }

.component-detailed-network-status {
    margin-bottom: 40px;
}

    .component-detailed-network-status .alerts-service {
        background: #F4CA40 !important;
        padding: 40px;
    }

    .component-detailed-network-status .good-service {
        background: #e2f5e9;
        padding: 40px;
    }

    .component-detailed-network-status .alerts-service .alerts-service-title i {
        font-size: 25px;
        float: left;
        margin-right: 15px;
        color: #CC0701;
    }

        .component-detailed-network-status .alerts-service .alerts-service-title i.icon-good {
            color: #265B24;
        }

    .component-detailed-network-status .alerts-service .alerts-service-title .icon-status_minor:before {
        content: '\e820';
    }

    .component-detailed-network-status .alerts-service .alerts-service-title h4 {
        font-weight: normal;
        text-transform: none;
    }

    .component-detailed-network-status .alerts-service .intro {
        font-size: 16px;
        text-transform: none;
    }

        .component-detailed-network-status .alerts-service .intro a, .component-detailed-network-status .alerts-service .intro .expandable-panel-link {
            font-weight: normal;
        }

    .component-detailed-network-status .alerts-service .last-updated {
        font-size: 14px;
        margin-bottom: 0px;
    }

.loading-icon {
    text-align: center;
    display: inline-block;
    margin: 0;
}

    .loading-icon li {
        height: 60px;
        width: 7px;
        margin: 0 0 0 0;
        background-color: #ff4713;
        display: inline-block;
        padding: 0;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

        .loading-icon li:before {
            height: 0;
        }

        .loading-icon li:first-child + li {
            animation-delay: -1.1s;
        }

            .loading-icon li:first-child + li + li {
                animation-delay: -1.0s;
            }

                .loading-icon li:first-child + li + li + li {
                    animation-delay: -0.9s;
                }

                    .loading-icon li:first-child + li + li + li + li {
                        animation-delay: -0.8s;
                    }

@keyframes stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.network-status-loading-bars .loading-icon {
    margin: auto;
    display: block;
}

.component-live-departures-form .forms-wrapper, .component-station-selector-form .forms-wrapper {
    max-width: 589px;
    margin: auto;
}

    .component-live-departures-form .forms-wrapper .form-group, .component-station-selector-form .forms-wrapper .form-group {
        margin-bottom: 20px;
    }

        .component-live-departures-form .forms-wrapper .form-group:last-of-type, .component-station-selector-form .forms-wrapper .form-group:last-of-type {
            margin-bottom: 0;
            text-align: center;
        }

@media (min-width:48em) {
    .component-live-departures-form .forms-wrapper .form-group:first-of-type, .component-station-selector-form .forms-wrapper .form-group:first-of-type {
        float: left;
        width: 62.8%;
        margin-right: 3.4%;
    }

    .component-live-departures-form .forms-wrapper .form-group:last-of-type, .component-station-selector-form .forms-wrapper .form-group:last-of-type {
        float: left;
        width: 33.78%;
    }

        .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-primary, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-secondary, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-tertiary, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-tertiary-blue, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-primary-invert, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-secondary-invert, .component-live-departures-form .forms-wrapper .form-group:last-of-type .btn-tertiary-invert, .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn, .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-primary, .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-secondary, .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-tertiary, .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-tertiary-blue, .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-primary-invert, .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-secondary-invert, .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-tertiary-invert {
            width: 100%;
            margin-top: -1px;
        }
}

.component-live-departures-form .form-control, .component-station-selector-form .form-control {
    width: 100%;
    height: 100%;
    min-height: 42px;
    border: none;
}

.component-live-departures-form .validation-error-message, .component-station-selector-form .validation-error-message {
    color: #131E29;
    text-align: left;
    line-height: 18px;
}

.component-live-departures-form .form-input--bordered, .component-station-selector-form .form-input--bordered {
    position: relative;
    z-index: 1;
}

    .component-live-departures-form .form-input--bordered:after, .component-station-selector-form .form-input--bordered:after {
        content: '';
        display: block;
        position: absolute;
        left: -1px;
        right: -1px;
        top: -1px;
        bottom: -1px;
        z-index: -1;
        border: 1px solid #131E29;
        border-radius: 4px;
    }

.component-live-information-board {
    background-color: #E2F5E9;
    margin: 0 0 24px 0;
    padding: 15px 20px;
    height: 320px;
    position: relative;
    border: none;
}

    .component-live-information-board .loading-icon {
        padding: 70px 0 0 0;
    }

    .component-live-information-board h2 {
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: -0.1px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .component-live-information-board .live-information-refresh-button {
        font-size: 16px;
    }

        .component-live-information-board .live-information-refresh-button i {
            font-weight: 700;
            font-size: 0.6em;
            margin-left: 10px;
            text-decoration: none;
        }

            .component-live-information-board .live-information-refresh-button i svg {
                display: inline-block;
                fill: #0092CB;
                width: 15px;
                height: 15px;
                vertical-align: text-bottom;
                text-decoration: none;
            }

    .component-live-information-board ul.live-information-results {
        background-color: #fff;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0;
        list-style-type: none;
        height: 200px;
        overflow-y: scroll;
    }

        .component-live-information-board ul.live-information-results .live-information-status {
            border-bottom: 1px solid #D6D1CA;
            margin: 0;
            padding: 15px 20px;
            display: table;
            width: 100%;
            position: relative;
        }

.promo-crd__wrapper p {
    color: #fff !important;
    margin: 0;
}

.component-live-information-board ul.live-information-results .live-information-status:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    border-radius: 50%;
    background-color: #e2f5e9;
}

.component-live-information-board ul.live-information-results .live-information-status--0:before {
    background-color: #265B24;
}

.component-live-information-board ul.live-information-results .live-information-status--1:before {
    background-color: #FFAA03;
}

.component-live-information-board ul.live-information-results .live-information-status--2:before {
    background-color: #CC0701;
}

.component-live-information-board ul.live-information-results .live-information-status--3:before {
    background-color: black;
}

.component-live-information-board ul.live-information-results .live-information-status--4:before {
    background-color: #6b6b6b;
}

.component-live-information-board ul.live-information-results .live-information-status--5:before {
    background-color: #ec9337;
}

.component-live-information-board ul.live-information-results .live-information-status--6:before {
    background-color: #2567b3;
}

.component-live-information-board ul.live-information-results .live-information-status--7:before {
    background-color: #722489;
}

.component-live-information-board ul.live-information-results .live-information-status--8:before {
    background-color: #0a6dff;
}

.component-live-information-board .live-information-route-name {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 3px;
    padding-left: 25px;
}

.component-live-information-board .live-information-status-text {
    display: table-cell;
    width: 40%;
    text-align: right;
    font-size: 14px;
    vertical-align: middle;
    color: rgba(4,28,44,0.65);
    padding-top: 1px;
    padding-left: 7px;
}

.component-live-information-board .live-information-cta {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    color: #fff;
    background: #204555;
}

    .component-live-information-board .live-information-cta:hover {
        background: #131E29;
    }

    .component-live-information-board .live-information-cta:after {
        content: '\e84d';
        font-family: 'icons';
        position: absolute;
        right: 20px;
        color: #fff;
    }

.component-sitemap h3, .component-sitemap h4 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #131E29;
}

    .component-sitemap h3 a, .component-sitemap h4 a {
        margin: 0 0 12px;
        font-size: 24px;
        color: #131E29;
    }

.component-sitemap .column > ul > li {
    list-style: disc;
}

.component-sitemap .column > ul > ul > li {
    list-style: circle;
}

.component-sitemap .column > ul li ul {
    margin-bottom: 0;
}

.component-sitemap .column > ul > ul > ul > li {
    list-style: square;
}

.component-sitemap ul li:before {
    display: none;
}

.component-sitemap ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin-bottom: 8px;
}

.component-sitemap a, .component-sitemap .expandable-panel-link {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.modal-dialog .alert-icon {
    color: #CC0701;
    font-size: 30px;
    line-height: 30px;
}

.modal-dialog .modal-header {
    padding: 30px 0px 5px 70px;
    margin-left: 30px;
    border: 0;
    left: -30px;
}

    .modal-dialog .modal-header .close-modal.icon-close_no_circle {
        font-size: 16px;
    }

    .modal-dialog .modal-header .modal-title {
        line-height: 30px;
        font-size: 24px;
        color: #131E29;
        font-family: Averta !important;
        font-weight: 300;
    }

    .modal-dialog .modal-header .disruptions-heading .alert-icon {
        position: absolute;
        left: -50px;
    }

    .modal-dialog .modal-header .close-modal {
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 18px;
        margin-right: 0px;
    }

        .modal-dialog .modal-header .close-modal:hover {
            color: #979797;
        }

.modal-dialog .modal-body {
    padding: 0px 15px 15px 15px;
    margin: 0px;
    font-family: Averta !important;
    font-weight: 300;
}

.modal-dialog .modal-line {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: linear-gradient(-90deg,#8F83BD 0%,#8F83BD 0%,#EDF8FE 100%);
}

.modal-dialog .modal-line-top {
    height: 4px;
}

.modal-dialog .modal-line-bottom {
    height: 2px;
}

.modal-dialog .modal-footer {
    border-top: 0px;
    padding: 0px 0px 15px 100px;
}

.modal-dialog iframe {
    margin-top: 10px;
    border: 1px solid #AEB6BC;
}

.modal-dialog .scrollbar-inner {
    padding-right: 0px;
    margin-right: 13px;
    padding-left: 100px;
    overflow-y: auto;
    max-height: 300px;
}

#style-2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D8F0FB;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
    background-color: #D8F0FB;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #80CFF4;
}

.modal-dialog .alert-icon {
    color: #CC0701;
    font-size: 30px;
    line-height: 30px;
}

.modal-dialog .modal-header {
    padding: 30px 0px 5px 70px;
    margin-left: 30px;
    border: 0;
    left: -30px;
}

    .modal-dialog .modal-header .close-modal.icon-close_no_circle {
        font-size: 16px;
    }

    .modal-dialog .modal-header .modal-title {
        line-height: 30px;
        font-size: 24px;
        color: #131E29;
        font-family: Averta !important;
        font-weight: 300;
    }

    .modal-dialog .modal-header .disruptions-heading .alert-icon {
        position: absolute;
        left: -50px;
    }

    .modal-dialog .modal-header .close-modal {
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 18px;
        margin-right: 0px;
    }

        .modal-dialog .modal-header .close-modal:hover {
            color: #979797;
        }

.modal-dialog .modal-body {
    padding: 0px 15px 15px 15px;
    margin: 0px;
    font-family: Averta !important;
    font-weight: 300;
}

.modal-dialog .modal-line {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: linear-gradient(-90deg,#8F83BD 0%,#8F83BD 0%,#EDF8FE 100%);
}

.modal-dialog .modal-line-top {
    height: 4px;
}

.modal-dialog .modal-line-bottom {
    height: 2px;
}

.modal-dialog .modal-footer {
    border-top: 0px;
    padding: 0px 0px 15px 100px;
}

.modal-dialog iframe {
    margin-top: 10px;
    border: 1px solid #AEB6BC;
}

.modal-dialog .scrollbar-inner {
    padding-right: 0px;
    margin-right: 13px;
    padding-left: 100px;
    overflow-y: auto;
    max-height: 300px;
}

#style-2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D8F0FB;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
    background-color: #D8F0FB;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #80CFF4;
}

.component-social-sharing .outer {
    background-color: #fff;
    width: 126px;
    height: 182px;
    padding: 6px;
    position: absolute;
    border: 1px solid #D8D8D8;
    z-index: 2;
    bottom: 90px;
}

    .component-social-sharing .outer:after, .component-social-sharing .outer:before {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .component-social-sharing .outer:after {
        left: 40px;
        bottom: -40px;
        border-color: #fff transparent transparent transparent;
        border-width: 20px;
    }

    .component-social-sharing .outer:before {
        left: 40px;
        bottom: -41px;
        border-color: #D8D8D8 transparent transparent transparent;
        border-width: 20px;
    }

    .component-social-sharing .outer .inner {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .component-social-sharing .outer .inner .item {
            background-color: grey;
            width: 56px;
            height: 56px;
            display: block;
            float: left;
        }

        .component-social-sharing .outer .inner .item--mail {
            background-color: #626583;
        }

        .component-social-sharing .outer .inner .item--close {
            background-color: #F1F6F7;
        }

        .component-social-sharing .outer .inner .item--linkedin {
            background-color: #008CC9;
        }

        .component-social-sharing .outer .inner .item--google {
            background-color: #D73D32;
        }

        .component-social-sharing .outer .inner .item--twitter {
            background-color: #1DA1F2;
        }

        .component-social-sharing .outer .inner .item--facebook {
            background-color: #547BBD;
        }

        .component-social-sharing .outer .inner .item .close-x {
            stroke: #003668;
            fill: transparent;
            stroke-linecap: round;
            stroke-width: 4;
        }

        .component-social-sharing .outer .inner .item .icon, .component-social-sharing .outer .inner .item *[class*='icon-'], .component-social-sharing .outer .inner .item .qtt-form-stations .station-switch .station-switch__icon, .qtt-form-stations .station-switch .component-social-sharing .outer .inner .item .station-switch__icon {
            display: block;
            padding: 12px;
        }

.component-social-sharing .share-button .btn, .component-social-sharing .share-button .btn-primary, .component-social-sharing .share-button .btn-secondary, .component-social-sharing .share-button .btn-tertiary, .component-social-sharing .share-button .btn-tertiary-blue, .component-social-sharing .share-button .btn-primary-invert, .component-social-sharing .share-button .btn-secondary-invert, .component-social-sharing .share-button .btn-tertiary-invert {
    font-family: Averta !important;
    font-weight: 500 !important;
    text-transform: none !important;
    box-shadow: none;
    font-size: 16px;
    padding: 13px 17px 13px 17px;
    width: auto;
    min-width: 100px;
}

.component-social-sharing .share-button .icon-share:before {
    margin-right: 10px;
}

.navigation--quick-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13px 27px;
}

    .navigation--quick-link .navigation--quick-link--header {
        margin: 0px;
        margin-bottom: 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #0092CB;
        font-size: 14px;
    }

    .navigation--quick-link ul {
        margin: 0;
    }

    .navigation--quick-link .navigation--quick-link--item {
        margin-bottom: 0;
        font-size: 12px;
        border-bottom: none;
    }

        .navigation--quick-link .navigation--quick-link--item:hover {
            border-bottom: none;
        }

        .navigation--quick-link .navigation--quick-link--item a, .navigation--quick-link .navigation--quick-link--item .expandable-panel-link {
            color: #131E29;
            text-decoration: none;
            padding-left: 0 !important;
        }

            .navigation--quick-link .navigation--quick-link--item a:after, .navigation--quick-link .navigation--quick-link--item .expandable-panel-link:after {
                display: none;
            }

            .navigation--quick-link .navigation--quick-link--item a:visited:after, .navigation--quick-link .navigation--quick-link--item .expandable-panel-link:visited:after {
                display: none;
            }

@media (min-width:48em) {
    .nav-main-content .promo-text {
        margin-top: 50px;
    }
}

.nav-main-content .btn-close.icon-close_no_circle {
    display: none;
}

.nav-main-content.open .btn-close.icon-close_no_circle {
    font-size: 14px;
    margin-right: 13px;
    margin-bottom: 13px;
    display: block !important;
}

    .nav-main-content.open .btn-close.icon-close_no_circle:hover {
        color: #FF4713;
    }

    .nav-main-content.open .btn-close.icon-close_no_circle:focus {
        outline: 0 !important;
    }

.component-twitter {
    background: #e2f5e9;
    margin-top: 20px;
    margin-bottom: 24px;
}

@media (min-width:64.0625em) {
    .component-twitter {
        margin-top: 0;
    }
}

.component-twitter .twitter-header {
    padding: 10px 15px 5px;
    overflow: hidden;
}

    .component-twitter .twitter-header h4 {
        float: left;
        margin-top: 15px;
        font-weight: 500;
        letter-spacing: 0.1px;
    }

    .component-twitter .twitter-header .logo {
        float: right;
        width: 49px;
        height: 49px;
        top: 0;
    }

.component-twitter .twitter-footer {
    padding: 20px;
    text-align: center;
}

    .component-twitter .twitter-footer .btn, .component-twitter .twitter-footer .btn-primary, .component-twitter .twitter-footer .btn-secondary, .component-twitter .twitter-footer .btn-tertiary, .component-twitter .twitter-footer .btn-tertiary-blue, .component-twitter .twitter-footer .btn-primary-invert, .component-twitter .twitter-footer .btn-secondary-invert, .component-twitter .twitter-footer .btn-tertiary-invert {
        position: relative;
        padding-left: 40px;
    }

        .component-twitter .twitter-footer .btn svg, .component-twitter .twitter-footer .btn-primary svg, .component-twitter .twitter-footer .btn-secondary svg, .component-twitter .twitter-footer .btn-tertiary svg, .component-twitter .twitter-footer .btn-tertiary-blue svg, .component-twitter .twitter-footer .btn-primary-invert svg, .component-twitter .twitter-footer .btn-secondary-invert svg, .component-twitter .twitter-footer .btn-tertiary-invert svg {
            display: inline-block;
            fill: #0092CB;
            width: 14px;
            height: 20px;
            position: absolute;
            left: 15px;
            top: 10px;
        }

        .component-twitter .twitter-footer .btn:hover svg, .component-twitter .twitter-footer .btn-primary:hover svg, .component-twitter .twitter-footer .btn-secondary:hover svg, .component-twitter .twitter-footer .btn-tertiary:hover svg, .component-twitter .twitter-footer .btn-tertiary-blue:hover svg, .component-twitter .twitter-footer .btn-primary-invert:hover svg, .component-twitter .twitter-footer .btn-secondary-invert:hover svg, .component-twitter .twitter-footer .btn-tertiary-invert:hover svg {
            fill: #fff;
        }

#altRouteFinderModal .modal-content {
    position: fixed;
    top: 15%;
    margin: 0;
    left: 5%;
    right: 5%;
    bottom: 3%;
    border: none;
}

#altRouteFinderModal .modal-header {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 20px;
    padding: 0;
    border: none;
    color: #fff;
    cursor: pointer;
}

    #altRouteFinderModal .modal-header .close-modal {
        margin-right: 0;
    }

#altRouteFinderModal .modal-body {
    height: 100%;
    padding: 0;
    background-color: #131E29;
}

    #altRouteFinderModal .modal-body iframe {
        border: 0;
    }

.component-alt-route-finder {
    background: #979797;
    background: #50575b;
    color: #fff;
}

    .component-alt-route-finder header {
        padding: 15px;
        border-bottom: 1px solid #fff;
    }

        .component-alt-route-finder header h2 {
            margin: 0 0 5px;
            font-size: 2.6em;
            line-height: 38px;
            color: #fff;
        }

        .component-alt-route-finder header p, .component-alt-route-finder header #page .expandable-panel, #page .component-alt-route-finder header .expandable-panel, .component-alt-route-finder header .expandable-panel-link {
            margin: 0;
            color: #fff;
        }

    .component-alt-route-finder .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        font-family: Averta !important;
        font-weight: 400;
    }

    .component-alt-route-finder .form-control {
        font-size: 16px;
    }

    .component-alt-route-finder .hidden {
        display: none;
    }

    .component-alt-route-finder .qtt-form-date-select {
        max-width: 100%;
    }

    .component-alt-route-finder fieldset {
        padding: 10px 15px 0;
        border: 0;
        margin: 0;
    }

        .component-alt-route-finder fieldset label {
            font-size: 1.4em;
            margin: 0 0 5px 0;
            display: block;
            color: #fff;
        }

    .component-alt-route-finder .btn-wrapper {
        padding: 20px 15px 20px;
        text-align: center;
        transition: opacity 0.8s ease-in-out;
    }

        .component-alt-route-finder .btn-wrapper button:disabled {
            opacity: 0.4;
            pointer-events: none;
        }

    .component-alt-route-finder div.fancy-select div.trigger:after {
        color: #00A6E6 !important;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 46px;
        font-size: 10px;
        margin-right: 6px;
        cursor: pointer;
    }

    .component-alt-route-finder .qtt-form-date-select .qtt-form--date {
        width: 100%;
        margin-bottom: 12px;
    }

    .component-alt-route-finder .qtt-form-date-select .qtt-form--depart {
        margin: 0 1% 0 0;
        width: 60%;
    }

    .component-alt-route-finder .qtt-form-date-select .qtt-form--time {
        width: 39%;
    }

.layout--error {
    padding-top: 30px;
}

@media (min-width:64.0625em) {
    .layout--error {
        padding-top: 100px;
        margin-top: -37px;
    }
}

.errorPage {
    min-height: 250px;
}

.error500 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-top: 50px;
}

.error500--item {
    width: 60vw;
    margin: 0px 20px;
}

@media (max-width:480px) {
    .error500--item {
        width: 80vw;
        margin: 0px 10px;
    }
}

.errorPage {
    padding-top: 10px;
}

    .errorPage .error-content {
        width: 100%;
        padding: 0 12px 200px;
    }

        .errorPage .error-content p, .errorPage .error-content li {
            color: #fff;
        }

            .errorPage .error-content li:before {
                background-color: #fff !important;
            }

.component-newsletter-form .validation-error .validation-error-message {
    font-size: 12px;
    color: #ff4713;
    margin-bottom: 0;
    font-weight: 500;
}

.btn.btn-secondary.btn-submit.news-letter-submit-form {
    background: #FF4713 !important;
}

.component-newsletter-form .message {
    color: #00A6E6;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
}

    .component-newsletter-form .message p, .component-newsletter-form .message #page .expandable-panel, #page .component-newsletter-form .message .expandable-panel, .component-newsletter-form .message .expandable-panel-link {
        margin: 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
    }

.route-information {
    text-align: center;
}

    .route-information .component-attractions ul {
        text-align: left;
        font-weight: 700;
        margin: 30px 0 20px;
    }

    .route-information .title {
        margin-bottom: 15px;
    }

    .route-information .title-sub {
        font-weight: 700;
        margin-top: 0;
    }

    .route-information .row--quick-links {
        margin-top: 25px;
        padding-bottom: 30px;
    }

.component-route-picker {
    max-width: 822px;
    margin: 35px auto 0;
}

    .component-route-picker .btn, .component-route-picker .btn-primary, .component-route-picker .btn-secondary, .component-route-picker .btn-tertiary, .component-route-picker .btn-tertiary-blue, .component-route-picker .btn-primary-invert, .component-route-picker .btn-secondary-invert, .component-route-picker .btn-tertiary-invert {
        margin-top: 15px;
    }

.component-seat-availability-form {
    text-align: center;
    max-width: 470px;
    margin: 10px auto 85px auto;
}

    .component-seat-availability-form .select-wrapper {
        text-align: left;
    }

.component-seat-availability-results {
    margin-bottom: 50px;
}

    .component-seat-availability-results .cap {
        transition: max-height 0.5s ease-in-out;
        overflow: hidden;
    }

        .component-seat-availability-results .cap.show {
            max-height: 100px;
        }

        .component-seat-availability-results .cap.hide {
            max-height: 0px;
        }

    .component-seat-availability-results .seat-availability-titles {
        text-align: center;
    }

        .component-seat-availability-results .seat-availability-titles h4 {
            margin-bottom: 1.5em;
        }

    .component-seat-availability-results .seat-availability-no-results {
        padding: 30px 20px;
    }

    .component-seat-availability-results .seat-availability-loading-bars {
        text-align: center;
        padding-top: 300px;
    }

    .component-seat-availability-results .results-table {
        min-height: 680px;
        background-color: #F4F8FA;
        transition: min-height 1s ease-in-out;
    }

@media (max-width:47.9375em) {
    .component-seat-availability-results .results-table .column--button {
        width: 2%;
    }
}

.component-seat-availability-results .results-table.results-loaded {
    min-height: 0px;
}

@media (max-width:47.9375em) {
    .component-seat-availability-results .results-table .head .column p, .component-seat-availability-results .results-table .head .column #page .expandable-panel, #page .component-seat-availability-results .results-table .head .column .expandable-panel, .component-seat-availability-results .results-table .head .column .expandable-panel-link {
        line-height: 18px;
        margin: 6px 0;
    }
}

.component-seat-availability-results .results-table .body .journey {
    cursor: default;
}

    .component-seat-availability-results .results-table .body .journey .column p.column-text, .component-seat-availability-results .results-table .body .journey .column #page .column-text.expandable-panel, #page .component-seat-availability-results .results-table .body .journey .column .column-text.expandable-panel, .component-seat-availability-results .results-table .body .journey .column .column-text.expandable-panel-link {
        line-height: 54px;
        font-weight: 400;
    }

        .component-seat-availability-results .results-table .body .journey .column p.column-text span, .component-seat-availability-results .results-table .body .journey .column #page .column-text.expandable-panel span, #page .component-seat-availability-results .results-table .body .journey .column .column-text.expandable-panel span, .component-seat-availability-results .results-table .body .journey .column .column-text.expandable-panel-link span {
            font-weight: 500;
        }

.component-seat-availability-results .column--departure {
    width: 24%;
    padding-left: 3%;
}

@media (min-width:48em) {
    .component-seat-availability-results .column--departure {
        width: 30%;
        padding-left: 10%;
    }
}

.component-seat-availability-results .column--arrival {
    width: 21%;
}

.component-seat-availability-results .column--carriages {
    width: 19%;
}

@media (min-width:48em) {
    .component-seat-availability-results .column--carriages {
        width: 25%;
    }
}

.component-seat-availability-results .column--seat-capacity {
    width: 36%;
}

@media (min-width:48em) {
    .component-seat-availability-results .column--seat-capacity {
        width: 24%;
    }
}

.component-seat-availability-results .column--seat-capacity p.column-text:before, .component-seat-availability-results .column--seat-capacity #page .column-text.expandable-panel:before, #page .component-seat-availability-results .column--seat-capacity .column-text.expandable-panel:before, .component-seat-availability-results .column--seat-capacity .column-text.expandable-panel-link:before {
    content: '\e902';
    font-family: icons;
    display: block;
    line-height: 1.5em;
    font-size: 0.85em;
    opacity: 0.4;
}

.component-seat-availability-results .column--seat-capacity p.column-text:after, .component-seat-availability-results .column--seat-capacity #page .column-text.expandable-panel:after, #page .component-seat-availability-results .column--seat-capacity .column-text.expandable-panel:after, .component-seat-availability-results .column--seat-capacity .column-text.expandable-panel-link:after {
    display: block;
    line-height: 1.5em;
}

.component-seat-availability-results .column--seat-capacity p.column-text.colorRed:before, .component-seat-availability-results .column--seat-capacity #page .column-text.colorRed.expandable-panel:before, #page .component-seat-availability-results .column--seat-capacity .column-text.colorRed.expandable-panel:before, .component-seat-availability-results .column--seat-capacity .column-text.colorRed.expandable-panel-link:before {
    color: #CC0701;
}

.component-seat-availability-results .column--seat-capacity p.column-text.colorRed:after, .component-seat-availability-results .column--seat-capacity #page .column-text.colorRed.expandable-panel:after, #page .component-seat-availability-results .column--seat-capacity .column-text.colorRed.expandable-panel:after, .component-seat-availability-results .column--seat-capacity .column-text.colorRed.expandable-panel-link:after {
    content: 'Standing room only';
}

.component-seat-availability-results .column--seat-capacity p.column-text.colorAmber:before, .component-seat-availability-results .column--seat-capacity #page .column-text.colorAmber.expandable-panel:before, #page .component-seat-availability-results .column--seat-capacity .column-text.colorAmber.expandable-panel:before, .component-seat-availability-results .column--seat-capacity .column-text.colorAmber.expandable-panel-link:before {
    color: #FFAA00;
}

.component-seat-availability-results .column--seat-capacity p.column-text.colorAmber:after, .component-seat-availability-results .column--seat-capacity #page .column-text.colorAmber.expandable-panel:after, #page .component-seat-availability-results .column--seat-capacity .column-text.colorAmber.expandable-panel:after, .component-seat-availability-results .column--seat-capacity .column-text.colorAmber.expandable-panel-link:after {
    content: 'Some seats available';
}

.component-seat-availability-results .column--seat-capacity p.column-text.colorGreen:before, .component-seat-availability-results .column--seat-capacity #page .column-text.colorGreen.expandable-panel:before, #page .component-seat-availability-results .column--seat-capacity .column-text.colorGreen.expandable-panel:before, .component-seat-availability-results .column--seat-capacity .column-text.colorGreen.expandable-panel-link:before {
    color: #08BA74;
}

.component-seat-availability-results .column--seat-capacity p.column-text.colorGreen:after, .component-seat-availability-results .column--seat-capacity #page .column-text.colorGreen.expandable-panel:after, #page .component-seat-availability-results .column--seat-capacity .column-text.colorGreen.expandable-panel:after, .component-seat-availability-results .column--seat-capacity .column-text.colorGreen.expandable-panel-link:after {
    content: 'Seats available';
}

.component-smart-app-banner {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 0;
    top: -4.85em;
    border-bottom: 0.1em solid #e8e8e8;
    width: 100%;
    height: 4.85em;
    font-size: 16px;
    text-align: left;
    background: linear-gradient(top,#f4f4f4 0%,#cdcdcd 100%);
    background: -webkit-linear-gradient(top,#f4f4f4 0%,#cdcdcd 100%);
    border: none;
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

    .component-smart-app-banner.shown {
        box-shadow: 0 0.1em 0.15em rgba(0,0,0,0.5);
    }

    .component-smart-app-banner .component-smart-app-banner--icon {
        float: left;
        width: 50px;
        height: 50px;
        background-size: cover;
        background-image: url("/Assets/img/favicons/apple-icon-60x60.png");
        border-radius: 4px;
        margin-top: 13px;
        margin-left: 9px;
    }

@media (max-width:21.25em) {
    .component-smart-app-banner .component-smart-app-banner--icon {
        width: 40px;
        height: 40px;
    }
}

.component-smart-app-banner .component-smart-app-banner--content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--info {
        display: block;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
    }

@media (max-width:21.25em) {
    .component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--info {
        font-size: 11px;
        margin-top: 12px;
        margin-bottom: 3px;
    }
}

.component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--actions {
    max-width: 235px;
    margin: 0 auto;
}

.component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--download, .component-smart-app-banner .component-smart-app-banner--content .component-smart-app-banner--nothanks {
    padding: 8px 10px !important;
    font-size: 12px;
    min-width: 10px;
    margin: 4px 10px 0;
}

.form-group.captcha {
    margin-top: 20px;
}

.invisible-captcha-container .hover .grecaptcha-badge {
    right: 4px !important;
}

.invisible-captcha-container .grecaptcha-badge {
    position: absolute !important;
    bottom: 0 !important;
    display: none !important;
}

@media (max-width:767px) {
    .live-results .journey .column--status span.icon {
        display: block !important;
    }
}

.column--ScheduledArrivalDate {
    width: 12.5%;
}

    .column--ScheduledArrivalDate p {
        font-weight: normal !important;
    }

.map-svg-container .modal-dialog .modal-header {
    padding: 10px 15px 5px !important;
    margin-left: 0;
    border: 0;
    text-align: left;
    left: -30px;
}

    .map-svg-container .modal-dialog .modal-header .modal-title {
        color: #fff !important;
        line-height: 1.42857143;
    }

    .map-svg-container .modal-dialog .modal-header h3 {
        font-size: 24px;
        font-weight: 500
    }

    .map-svg-container .modal-dialog .modal-header h5 {
        font-size: 14px;
        font-weight: 500;
    }

    .map-svg-container .modal-dialog .modal-header h6 {
        font-size: 12px;
        text-transform: none !important;
        color: #ccc
    }

#ui-id-1 {
    max-height: 200px;
    overflow-y: scroll;
}

.modal-backdrop.in {
    z-index: 0 !important;
    opacity: 0 !important
}

.map-svg-container .modal-dialog .modal-header .modal-bg button.close {
    position: absolute;
    right: 10px;
    z-index: 99999999999999 !important;
}

@media (max-width:767px) {
    .map-markers {
        max-height: none !important;
        z-index: 0 !important;
    }

    .modal {
        z-index: 999999999999 !important;
    }
}

@media (max-width:360px) {
    .map-legends-mobile {
        right: 55px !important;
        width: 250px !important;
        top: 90px !important;
        position: absolute !important;
    }

    .map-legends h4 {
        font-size: 14px !important;
        font-weight: 500;
    }
}

@media (max-width:767px) {
    .map-legends-mobile {
        right: 55px !important;
        width: 250px !important;
        top: 90px !important;
        position: absolute !important;
    }

    .map-legends h4 {
        font-size: 14px !important;
        font-weight: 500;
    }

    .mm-menu-active {
        margin-top: 0px !important
    }

    .no-js {
        margin-top: 0px !important
    }

    body {
        padding-top: 40px;
    }

    .component-smart-app-banner {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        left: 0;
        border-bottom: 0.1em solid #e8e8e8;
        width: 100%;
        height: 4.85em;
        font-size: 16px;
        text-align: left;
        background: linear-gradient(top,#f4f4f4 0%,#cdcdcd 100%);
        background: -webkit-linear-gradient(top,#f4f4f4 0%,#cdcdcd 100%);
        border: none;
        z-index: 9998;
        -webkit-font-smoothing: antialiased;
        overflow: hidden;
    }
}

#stationInfo {
    overflow: hidden !important;
}

.scfForm .display-section-border {
    background: #131E29;
    width: 66% !important;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    float: left;
}

.scfForm .field-title {
    width: 100%;
    font-size: 14px;
    padding: 10px 0 8px 0
}

.scfForm select, .scfForm input, .scfForm textarea {
    height: 44px;
    border-radius: 5px;
    width: 100%;
    border: 0px;
    padding: 8px 10px;
    font-size: 16px;
}

.scfForm .field-panel {
    width: 100%
}

.scfForm .display-section-border .field-border, .scfForm .display-section-border .field-border1 {
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.scfForm input::placeholder {
    font-size: 0px
}

.scfForm textarea {
    height: 200px !important;
}

.scfForm input[type="radio"], .scfForm input[type="checkbox"] {
    width: auto !important;
    height: auto !important
}

.scfForm select::after {
    content: '\e900';
    font-family: icons;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    top: 1px;
    right: 9px;
    color: #0092CB !important;
    box-sizing: border-box;
}

.scfForm .display-section-border table, .scfForm .display-section-border table td {
    background: transparent;
    border: 0px;
    padding: 5px 0px;
    ;
    font-size: 14px;
}

    .scfForm .display-section-border table.scfRadioButtonListBorder td {
        padding: 0 0 10px 0 !important;
        / width:50%;
        display: block !important;
        float: left;
        /font-size:14px;
        font-weight: normal !important
    }

        .scfForm .display-section-border table.scfRadioButtonListBorder td input[type="radio"], .scfForm .display-section-border table td input[type="checkbox"] {
            margin-right: 2px;
            position: relative;
            top: 2px;
        }

    .scfForm .display-section-border table td input[type="checkbox"] {
        margin-right: 10px;
    }

.scfForm input[type="submit"] {
    background: #E2F5E9;
    float: left;
    margin-bottom: 40px;
    color: #131e29;
    font-weight: 500;
    margin-top: 30px;
    width: 180px;
}

.scfForm .forms-contener {
    background: #131E29;
    padding: 0px;
}

.scfForm h1 {
    text-align: center;
    font-size: 64px;
    font-weight: 300;
    font-family: Averta;
    padding-bottom: 80px;
}

.headrow span.logo1 img, .headrow span.logo2 img {
    width: auto;
}

.scfForm .display-section-border table {
    margin-bottom: 0px;
}

.scfForm .checkbox-content label {
    font-size: 13px;
    color: #000;
    top: 2px;
    position: relative;
    padding-left: 10px;
}

.scfForm input::placeholder, .scfForm textarea::placeholder, .scfForm .select2-selection__placeholder {
    font-size: 14px;
    color: #000
}

.scfForm .required-checkbox .checkbox-content {
    background: #E2F5E9;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

    .scfForm .required-checkbox .checkbox-content input[type="checkbox"] {
        width: 18px !important;
        height: 18px !important;
        float: left;
    }

.field-validation-error, .scfForm .checkBoxlist-error-message, .scfForm .form-validation-summary {
    font-size: 13px;
    padding-top: 8px;
    color: #f00 !important;
    margin-left: 0px;
}

span.validation-error-message {
    color: #f00 !important;
    font-size: 13px !important;
    text-align: left !important
}

.scfForm .field-content {
    padding-right: 0px;
}

.scfForm .required-checkbox {
    float: left
}

.scfForm .component .form-group, .scfForm .component .forms-contener {
    margin-bottom: 0px;
}

.form-completion {
    background: #131E29;
    color: #fff;
    font-size: 14px;
    padding: 30px;
    margin-bottom: 30px;
    width: 66%;
    border-radius: 5px;
    line-height: 20px;
}

.captcha-field-required {
    color: #f00;
    float: left;
    width: 100%;
    padding-top: 20px;
    font-size: 13px;
}

.nav-top-wrap .component-basket-status li {
    float: right;
    padding-right: 20px;
    color: #fff;
}

    .nav-top-wrap .component-basket-status li .forms-wrapper {
        padding-top: 0px;
        position: relative;
        top: -4px
    }

        .nav-top-wrap .component-basket-status li .forms-wrapper input {
            font-size: 16px !important
        }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    font-weight: normal;
    color: #000;
    border-radius: 0px !important;
}

li.ui-menu-item a {
    font-size: 16px !important
}

.ui-corner-all {
    z-index: 9999;
}

#easyPaginate .accordion, #easyPaginate {
    width: 100%;
    float: left;
}

.easyPaginatess {
    width: 100%;
    float: left;
}

#showTravelUpdateIcon {
    position: relative
}

.icon-good:before {
    color: #008A1C;
    font-size: 20px;
}

.icon-minor:before, .icon-status_minor:before {
    color: #323333;
}

.icon-major:before, .icon-status_major:before {
    color: #e2f5e9;
}

#showTravelUpdateIcon::before {
    position: absolute;
    font-size: 20px;
    left: 10px;
    top: 8px;
}

.travel-updates-arrow-down {
    display: block;
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
    color: #000
}

.travel-update-information {
    font-family: Averta;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

    .travel-update-information span {
        font-size: 12px;
    }

    .travel-update-information .checkYourJourneyLink, .travel-update-information input[type="button"] {
        color: #fff;
        border-radius: 5px;
        background: #0092CB;
        border: 1px #0092CB solid;
        float: right;
        padding: 9px 20px;
        font-size: 16px;
    }

        .travel-update-information .checkYourJourneyLink:hover {
            text-decoration: none
        }

    .travel-update-information .last-updated {
        float: left;
        margin-right: 20px;
    }

    .travel-update-information ul.live-information-results {
        float: left;
        clear: both;
        padding-left: 0px;
        padding-top: 20px;
    }

        .travel-update-information ul.live-information-results li, .travel-update-information ul.live-information-results li span {
            list-style: none;
            font-family: Averta !important;
            font-size: 16px;
        }

            .travel-update-information ul.live-information-results li a {
                color: #000;
            }

            .travel-update-information ul.live-information-results li .icon-good:before, .travel-update-information ul.live-information-results li.icon-minor:before, .travel-update-information ul.live-information-results li.icon-status_minor:before, .travel-update-information ul.live-information-results li.icon-major:before, .travel-update-information ul.live-information-results li.icon-status_major:before {
                padding-right: 15px;
                font-size: 20px;
            }

input#autoSuggest-desktop-globalSearchPage {
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px #ccc solid;
    width: 280px;
    margin-bottom: 20px;
}

.user-type ul li input, .user-type ul li input:focus, input#autoSuggest-mobile {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px #ccc solid;
}

input#autoSuggest-mobile {
    width: 95%;
    float: none;
    margin: 20px auto;
    position: relative;
    left: 10px
}

* {
    outline: transparent !important
}

.easyPaginateNav {
    float: left;
    padding-bottom: 10px;
    margin: 20px 0;
}

    .easyPaginateNav a {
        background: #eee;
        padding: 10px 15px !important;
        font-size: 15px;
        margin: 20px 3px;
        color: #444;
    }

.swr-globalSearch .fa-search:before, .nav-top-wrap .component-basket-status li .forms-wrapper .fa-search:before {
    content: "\f002";
    font-size: 18px;
    position: relative;
    right: 30px;
    color: #ccc;
    top: 1px;
}

.mobile-menu ul li .fa-search:before {
    content: "\f002";
    font-size: 18px;
    position: absolute;
    right: 10px;
    color: #ccc;
    top: -15px;
}

.mobile-menu ul li .fa-search {
    position: relative
}

.travel-update-information ul.live-information-results li {
    width: 100%;
    text-align: left;
}

.travel-updates-arrow {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background: 0 0;
    border-top: .15rem solid #0a493e;
    border-right: .15rem solid #0a493e;
    box-shadow: 0 0 0 #d3d3d3;
    -webkit-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    transform: rotate(-224deg);
    top: -6px;
    bottom: 0;
    right: 25px;
    margin: auto;
    transition: .01s;
}

    .travel-updates-arrow.arrow-down {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px;
        transition: .01s;
    }

.icon-status_major span {
    color: red
}

.highlight {
    background-color: #F5D83C
}

.icon-status_minor span {
    color: #EDAD00;
}

.live-information-results li.icon-status_minor a span {
    color: #EDAD00
}

.live-information-results li.icon-status_major a span {
    color: #DE0000
}

.swr-globalSearch input {
    font-size: 16px;
}

.mobile-header {
    text-align: right;
}

    .mobile-header .nav-top-wrap {
        padding-right: 20px;
        box-shadow: 0 3px 5px rgba(0,0,0,0.4);
        z-index: 99;
        position: relative;
    }

    .mobile-header ul {
        display: inline-block;
    }

        .mobile-header ul li a {
            font-size: 15px;
            line-height: 37px;
            margin-top: -5px;
            font-family: Averta !important;
        }

        .mobile-header ul li::before {
            float: left;
            font-size: 16px;
            margin-top: 5px;
            margin-left: 10px;
        }

.forms-wrapper i.fa.fa-search:hover {
    cursor: pointer
}

.totalCount {
    width: 100%;
    text-align: right;
}

li#showTravelUpdateIcon-override, li#showTravelUpdateIcon-mobile-override {
    position: relative
}

    li#showTravelUpdateIcon-override .travel-updates-arrow-down, li#showTravelUpdateIcon-mobile-override .travel-updates-arrow-down {
        padding-left: 10px;
        padding-right: 30px;
    }

.overrideFeedStatusDescription span {
    padding-left: 10px;
}

.overrideFeedStatusDescription {
    text-align: left
}

ul.ui-corner-all {
    max-height: 280px;
    overflow-y: scroll
}

.column-qtt {
    width: 32%;
}

    .column-qtt .sidebar {
        width: 100%;
    }

        .column-qtt .sidebar .form-title {
            margin-top: 0px;
        }

@media (max-width:1024px) {
    .container {
        width: 95% !important;
        float: none;
        margin: auto;
        display: block
    }

    .scfForm .display-section-border {
        width: 100% !important;
    }

    .scfForm h1 {
        font-size: 36px;
    }

    .scfForm .display-section-border {
        padding: 20px;
    }

    .form-completion, #easyPaginate, .easyPaginatess, .column-qtt {
        width: 100%
    }

    .travel-update-information input[type="button"], .travel-update-information .checkYourJourneyLink {
        float: left;
        clear: both;
        margin-top: 10px;
    }

        .travel-update-information .checkYourJourneyLink:hover {
            text-decoration: none
        }

    .travel-updates-arrow {
        right: 15px;
        top: -10px;
    }

    .mobile-header ul li {
        position: relative;
        display: inline-block;
    }

    .mobile-header .nav-top-wrap ul li a {
        color: #fff;
    }

    .mobile-menu.mm-menu {
        border-top: 0px;
        z-index: -1;
    }

    .totalCount {
        text-align: left
    }

    li#showTravelUpdateIcon-mobile-override .travel-updates-arrow-down::before {
        padding-right: 8px;
    }

    .travel-update-information-mobile {
        background: #fff;
        padding: 0px;
        margin: 0px;
        width: 100% !important;
    }

        .travel-update-information-mobile .travel-update-information {
            padding-left: 10px;
            padding-right: 10px;
        }

    .easyPaginateNav a {
        float: left;
        margin: 3px !important;
        padding: 4px 10px !important;
    }

    .easyPaginateNav {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .scfForm .display-section-border table.scfRadioButtonListBorder td input[type="radio"] {
        width: 16px !important;
        height: 16px !important;
    }

    body {
        padding-top: 0px;
    }

    .promo-crd--h-4-8 .promo-crd__wrapper {
        margin-top: 30%;
        margin-bottom: 0;
    }

    .promo-crd--h-4-8 {
        background-repeat: no-repeat;
        background-position: left top !important;
        background-size: contain;
    }

    .component-fault-report-form {
        margin-left: 0% !important;
    }

    .promo-crd--h-4-8 .promo-crd__wrapper {
        height: 180px;
    }
}

.filterby {
    text-align: left;
    font-size: 20px;
    padding-bottom: 20px;
}

.all_side_padd {
    border: 0px;
    border-radius: 0px;
    padding: 20px;
}

.foo_sty {
    text-align: left !important;
    padding: 15px 0 0 0 !important;
}

.sel_field:not(.disabled):hover, .btn_apply:not(.disabled):focus {
    background: #ff4713 !important;
}

.btn_apply:not(.disabled):hover {
    background: #ffffff !important;
}

.well_new_bg {
    background-color: #fff !important;
}

.yellow-theme a p {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px !important;
}

.blue-theme a p {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px !important;
}

.height_350 {
    height: 350px !important;
}

.no_padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.image_offer img {
    width: 100%;
    height: auto;
}

.padd_border {
    border-radius: 4px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.component-global-service-info .icon-good:before {
    color: #131e28;
}

.station-listing li {
    display: inline-block;
    margin-left: 20px
}

.component.component-fault-report-form .fancy-select option {
    display: none
}

.alerts-service-title .icon-status_minor:before {
    color: #FFAA03
}

.alerts-service-title .icon-status_major:before {
    color: #CC0701
}

.station-list-group {
    padding-left: 10%;
}

    .station-list-group li {
        float: left;
        width: 33.33%;
    }

.station-listing {
    padding-left: 0%;
}

.pagination-list {
    display: inline-block;
}

    .pagination-list a {
        color: #ff4713;
        float: left;
        padding: 10px 16px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #fff;
    }

        .pagination-list a.pag-li-item:hover {
            cursor: pointer;
            border: 1px solid #ff4713;
        }

        .pagination-list a.pag-li-inactive {
            color: #D3D3D3
        }

.station-index-active {
    background: #ff4713;
    color: #131e29 !important;
}

@media (max-width:767px) {
    .station-list-group {
        padding-left: 10%;
    }

        .station-list-group li {
            float: left;
            width: 100%;
        }

    .station-listing {
        padding-left: 0px;
        padding-right: 20px;
    }

    .qtt_100 {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .qtt_bx_lft_49 {
        width: 50% !important;
        margin-right: 0% !important;
        padding: 0px !important;
    }

    .qtt_bx_rgt_49 {
        width: 50% !important;
        margin-left: 0% !important;
    }

    .qtt_wd_100 {
        width: 100% !important;
    }

    .qtt-tabbed:before {
        margin: 0 auto;
    }

    .railcards-button {
        margin-top: 0% !important;
    }

    .fancy-select .options {
        z-index: 99999999 !important;
    }
}

@media (max-width:380px) {
    .responsive-captcha {
        transform: scale(0.7);
        transform-origin: 0 0;
        margin-bottom: -20px;
    }
}

#sidebar.affix-top {
    position: static;
    margin-top: 30px;
    width: 228px;
}

#sidebar.affix-bottom {
    position: relative;
}

#sidebar.affix {
    position: fixed;
    top: 86px;
    width: 228px;
}

.load-more {
    float: right;
    display: block;
    background: #ff4713;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    color: #131e29;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 2%;
    margin-top: 2%;
    cursor: pointer;
    border: 1px solid #ff4713;
}

    .load-more:hover, .load-more:active, .load-more:focus {
        background: #fff;
    }

.filter-section-offers1 {
    width: 100%;
    float: left;
    height: 20%;
    background-color: #e2f6e8;
    margin-bottom: 2%;
    border-radius: 14%;
    text-align: center;
}

.no-result-found {
    margin-top: 8%;
    margin-left: 10%;
    font-size: 17px;
}

#Clear-all-filters {
    color: #337ab7;
    cursor: pointer;
}

.clear-all-filters-filterSection {
    color: #ff4713;
    display: none;
    cursor: pointer;
    float: right;
    font-size: 12px;
    line-height: 13px;
}

.clear-all-filters-filterSection-mobile {
    color: #ff4713;
    display: none;
    cursor: pointer;
    float: right;
    font-size: 12px;
    line-height: 24px;
}

.applied-filters-attraction {
    font-size: 14px;
    color: #fff;
}

.applied-filters-regions {
    font-size: 14px;
    color: #fff;
}

input#autoSuggest-desktop {
    line-height: 1.15em !important
}

.offers-section {
    min-height: 720px;
}

.close-filter-btn {
    margin-left: 0px !important;
}

.component-fault-report-form {
    margin-left: 28%;
    float: left;
    width: 100%;
}

.component-news-letter-signup {
    margin-left: 25%;
    width: 50%;
}

@media (max-width:1024px) {
    .component-journey-check-form .qtt-form-stations {
        margin: 0 70px;
    }

    .qtt-tabbed.active .qtt-form-stations {
        margin: 0 0px;
    }

    .qtt-form-railcards-mobile {
        display: block !important;
    }

    .qtt-form-date-select {
        width: 78.5%;
        float: left;
        margin: 0px;
    }

    .component-qtt-form .form-row {
        margin-bottom: 12px;
        position: relative;
        clear: both;
    }

    .component-qtt-form .passenger-children-select-qtt {
        width: 93.5%;
        margin: 0px 20px;
        padding-top: 10px;
    }

    .qtt-form-railcards-mobile {
        float: left;
        margin: 0px 60px !important;
        width: 81% !important;
        padding: 0px;
    }

    .promo-content .container {
        margin-top: 0px;
    }

    .qtt-form-passengers {
        float: none;
        width: 92%;
        margin: 0px 50px;
    }

    .mobile-qtt-button {
        margin-top: 0 !important;
    }

    .season-tickets-button {
        margin-top: 20px !important
    }

    .qtt-form-passengers .childno {
        float: left;
        width: 45%;
        margin-left: 1%;
    }

    .qtt-form-passengers .adultno {
        width: 45%;
        float: left;
    }

    .component-qtt-form .form-row--hidden {
        display: block;
        overflow: visible;
        opacity: 1
    }

    .qtt-form-railcards-mobile {
        display: none;
        padding-top: 10px;
    }

    .qtt-form-railcards {
        margin-left: inherit;
        display: none;
        position: relative;
        float: right;
        margin-right: 0%;
    }

    .qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
        margin: 0;
        float: left;
        width: 78%;
        max-width: 100%;
        padding-left: 0px;
        margin: 0px 70px 12px 70px;
    }

    .qtt-form--depart trigger:after {
        left: 86.2px;
    }
}

@media (max-width:767px) {
    .modal-backdrop.in {
        display: none !important;
    }

    #mobile-legend-collapse {
        display: none
    }

    .mobile-qtt-button {
        margin-bottom: 0px
    }

    .qtt-form-passengers .trigger {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 23px;
    }

    div.fancy-select div.trigger:after {
        content: '\f105';
        font-family: FontAwesome;
        font-weight: 600;
        font-size: 21px;
        position: absolute;
        top: 0px;
        right: 9px !important;
        color: #131e29 !important;
        box-sizing: border-box;
    }

    .railcards {
        z-index: 100;
        width: 100%;
        margin: -4px 0 0 0;
        background: #fff;
        position: inherit;
        padding: 12px;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3),0px 4px 4px 0px rgba(0,0,0,0.2);
        border-radius: 0 0 4px 4px;
    }

    .qtt-form-date-select {
        width: 91.5%;
        float: left;
        margin: 0px 40px 12px 20px;
    }

    .qtt-form-passengers {
        float: left;
        width: 345px;
        margin-left: 0%;
    }

    .qtt-form-railcards {
        display: none !important;
    }

    .component-qtt-form .form-row {
        margin-bottom: 12px;
        position: relative;
        clear: both;
    }

    .component-qtt-form .passenger-children-select-qtt {
        width: 92.5%;
        margin: 0px 20px;
        padding-top: 10px;
    }

    .qtt-form-railcards-mobile {
        float: left;
        margin: 12px 10px !important;
        width: 96.5% !important;
        padding: 0px;
    }

    .mobile-qtt-button {
        margin-top: 0% !important;
    }

    .qtt-form-passengers .childno {
        float: left;
        width: 35%;
        margin-left: 1%;
    }

    .qtt-form-passengers .adultno {
        width: 34%;
        float: left;
    }

    .component-qtt-form .form-row--hidden {
        display: block;
        overflow: visible;
        opacity: 1
    }

    .qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
        margin: 0;
        float: left;
        width: 92%;
        max-width: 100%;
        padding-left: 0px;
        margin: -12px 10px 0px 20px;
    }

    .qtt-form--depart trigger:after {
        left: 86.2px;
    }
}

@media (max-width:640px) {
    .qtt-form-date-select {
        width: 92%;
        float: left;
        margin: 0px 0px 12px 20px;
    }

    .mobile-qtt-button {
        margin-bottom: 0px
    }
}

@media (max-width:480px) {
    .qtt-tabbed--without-image .qtt-form-railcards-mobile {
        float: left;
        margin: 10px 0px !important;
        width: 100% !important;
        PADDING: 0px;
    }

    div.component-qtt-form div.fancy-select div.trigger, div.component-journey-check-form div.fancy-select div.trigger {
        padding-left: 11px;
        font-size: 14px !important;
        width: 100%;
        height: 42px;
        cursor: pointer;
        background: #fff;
        color: #131E29;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 23px;
        max-width: 98%;
        overflow: hidden;
    }

    .qtt-form-date-select .datepickerwrap input[readonly].hasDatepicker {
        background: transparent !important;
        color: #131E29;
        white-space: normal;
        text-overflow: ellipsis;
        padding-right: 13px;
    }

    .component-journey-check-form .qtt-form-stations {
        margin: 0 20px !important;
    }

    .component-journey-check-form .qtt-form-date-select {
        width: 100%;
        float: left;
        margin-bottom: 0px;
        padding: 0 20px;
    }

    .qtt-form-railcards-mobile {
        float: left;
        margin: 10px 10px !important;
        width: 91.5% !important;
        padding: 0px;
    }

    .qtt-form-date-select {
        width: 83%;
        float: left;
        margin-bottom: 0px;
    }

    .component-qtt-form .passenger-children-select-qtt {
        width: 85%;
    }

    .mobile-qtt-button {
        margin-left: 0% !important
    }

    .qtt-form-passengers .childno {
        float: left;
        width: 35%;
        margin-left: 1%;
    }

    .qtt-form-passengers .adultno {
        width: 34%;
        float: left;
    }

    .component-qtt-form .form-row--hidden {
        display: block;
        overflow: visible;
        opacity: 1
    }

    .qtt-form-railcards-mobile {
        padding-top: 10px;
    }

    .qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
        margin-top: 0px;
        width: 85%;
        padding-left: 0px;
        margin-right: 0%;
    }

    .qtt-form--depart trigger:after {
        left: 86.2px;
    }
}

.single-line-text-hidden {
    display: none
}

.qtt-form-railcards-mobile {
    display: none;
}

@media (max-width:441px) {
    .qtt-tabbed .nav__tabs .nav__tabs__item a {
        padding: 7px 3px;
    }
}

@media (max-width:320px) {
    .qtt-form-date-select {
        width: 86%;
        float: left;
        margin-bottom: 0px;
    }

    .qtt-form-railcards-mobile {
        width: 99.5% !important;
        margin-left: 0px !important;
    }
}

.live-results .journey .column--status span.icon-status_minor:before {
    color: #FFAA03
}

.accordion .accordion-default-open {
    display: block !important
}

.accordion-default-open {
    border: 2px solid #0092CB !important
}

.component-global-service-info .notification {
    display: block
}

.custom-layout-signup .forms-wrapper .signup-text {
    width: 50%;
    float: left;
    margin: 0px;
}

    .custom-layout-signup .forms-wrapper .signup-text h3 {
        color: #fff;
        margin: 0px;
        font-size: 21px;
        margin-bottom: 10px;
    }

    .custom-layout-signup .forms-wrapper .signup-text div {
        color: #fff;
        font-size: 14px;
    }

.custom-layout-signup .email-signup {
    width: 50%;
    float: left;
}

.custom-layout-signup .input-wrapper {
    width: 66%;
    float: left;
}

.custom-layout-signup .btn-submit {
    float: right;
    margin-top: 0px !important;
    margin-left: 15px;
}

.border-bottom-footer {
    border-bottom: 1px solid #fff;
    padding-top: 30px;
    margin: 0 auto;
}

.border-top-footer {
    border-top: 1px solid #fff;
    padding-bottom: 30px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .component-qtt-form .btn-secondary {
        margin-left: 0 !important;
        margin-top: 13px;
        display: inline-block !important;
    }

    .modal-backdrop.in {
        display: none !important;
    }

    .component-news-letter-signup {
        margin-left: 0% !important
    }

    .custom-layout-signup .forms-wrapper .signup-text {
        width: 100%;
        float: none;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .custom-layout-signup .email-signup {
        width: 100%;
        float: none;
    }

    .custom-layout-signup .input-wrapper {
        width: 60%;
        float: left;
    }

    .custom-layout-signup a.btn.btn-secondary.btn-submit {
        min-width: 120px;
    }
}

.hide-offers {
    display: none
}

.loading-icon-offers li {
    height: 87px;
    width: 7px;
    margin: 0 0 0 0;
    background-color: #ff4713;
    display: inline-block;
    padding: 0;
    animation: stretchdelay 1.2s infinite ease-in-out;
    margin-right: 3px;
    margin-top: 29px;
}

.mobile-qtt-button a {
    color: black;
    font-weight: 700;
    text-decoration-line: none;
}

.btn-revenue-custom a {
    color: black;
    font-weight: 700;
    text-decoration-line: none;
}

.live-departures-form-javascriptDisabled a {
    color: white !important;
    font-weight: 700;
    text-decoration-line: none;
}

#live-departures-form-javascriptDisabled {
    margin-left: 24%;
    !important
}

.plan-my-journey-check-form a {
    color: white !important;
    font-weight: 700;
    text-decoration-line: none;
}

.javascript-disabled {
    margin-left: 0% important
}

#accessible-wheelchair {
    display: none
}

.swr-station-button {
    background: #0092CB;
    height: 71px;
    float: left;
    width: 12%;
    border-radius: 20px;
    padding-left: 3%;
    padding-top: 1.5%;
    color: white;
    font-size: 17px;
    cursor: pointer;
    margin-left: 17%;
    margin-bottom: 3%;
    font-weight: bold;
}

.all-station-button {
    background: #0092CB;
    height: 71px;
    float: left;
    width: 13%;
    border-radius: 20px;
    padding-left: 4%;
    padding-top: 1.5%;
    color: white;
    font-size: 17px;
    cursor: pointer;
    margin-left: 5%;
    font-weight: bold;
}

#svg_4099, #svg_4118, #svg_4137, #svg_4156, #svg_4175, #svg_4194, #svg_4396, #svg_4377, #svg_4358, #svg_4339, #svg_4320, #svg_4301, #svg_4282, #svg_4263, #svg_4244, #svg_4225, #svg_4206, #svg_4187, #svg_4168, #svg_4149, #svg_4130, #svg_4175, #svg_4156, #svg_4119, #svg_4138, #svg_4157, #svg_4176, #svg_4195, #svg_4119, #svg_4138, #svg_4157, #svg_4176, #svg_4101, #svg_4122, #svg_4125, #svg_4128, #svg_4131, #svg_4134, #svg_4137 {
    display: none
}

.swr-bottom-logo ul {
    margin: 0px;
}

    .swr-bottom-logo ul li {
        list-style: none;
        padding: 0px;
        display: inline-block;
        margin-left: 15px;
    }

        .swr-bottom-logo ul li a {
            display: block;
        }

            .swr-bottom-logo ul li a img {
            }

.swr-bottom-logo {
    background: #fff;
    text-align: left;
    margin-top: 20px;
    margin-bottom: -20px;
}

.svg-image-accordingly {
    width: 70px;
    float: left;
    display: none;
    margin-right: 20px;
}

.station-image {
    margin-bottom: 20px;
}

.station-name {
    margin-bottom: 10px;
    border-bottom: 1px solid #131e29;
}

.link-station-detail {
    text-align: right;
}

.primary.card.card--yellow-top-dark h1 {
    color: #fff !important;
    font-size: 32px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
}

.component-cheap-ticket-form {
    margin-left: 15%;
    width: 70%;
}

.sidebar .component-qtt-form--simple .javascript-disabled {
    margin-left: 0%;
}

@media screen and (max-width:1024px) {
    .modal-backdrop.in {
        display: none !important;
    }

    .component-cheap-ticket-form {
        margin-left: 0% !important;
    }

    .component-qtt-form .btn-secondary {
        margin-left: 37%;
    }
}

#stationAddress p {
    color: white;
    font-size: 14px !important;
}

@media (max-width:767px) {
    .map-markers {
        z-index: 9999 !important;
    }

    .swr-bottom-logo ul li {
        margin: 8px 0px !important;
    }
}

@media screen and (max-width:1024px) {
    .news-letter-submit-form {
        min-width: 107px !important;
    }

    .map-markers a {
        width: 55px !important;
    }
}

.swr-bottom-logo ul li {
    margin: 10px 0px !important;
}

.layout--8-4.promo-list--bordered .component-qtt-form .btn {
    margin-left: 0%;
}

@media(max-width:768px) {
    .usabilla_live_button_container {
        left: inherit !important;
        right: 80px;
    }
}

.usabilla_live_button_container {
    z-index: 9999999999
}

#k2cWidgetHolder {
    height: 200px
}

#k2claunchWidget {
    height: 200px
}

#stationAddress p {
    color: white;
    font-size: 14px !important;
}

div.mm-dropdown {
    width: 100%;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

    div.mm-dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border: 0;
        box-shadow: 0 3px 3px #b9b9b9;
    }

.basket-status.component-basket-status {
    z-index: 99999;
}

div.mm-dropdown ul li {
    padding: 0;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 6px 7px;
    float: none !important;
}

div.mm-dropdown div.textfirst {
    padding: 6px 13px 6px 7px;
    font-weight: 500;
}

div.mm-dropdown ul li:last-child {
    border-bottom: 0;
}

div.mm-dropdown ul li {
    display: none;
    padding-left: 7px;
    min-width: 130px;
    color: #333 !important;
}

    div.mm-dropdown ul li.main {
        display: block;
    }

div.textfirst img, .input-option.lang img {
    width: 20px;
    height: 14px;
    margin-bottom: -2px;
}

.cntrynav {
    background: #fff;
    position: absolute;
    top: 37px;
    left: 0;
}

.mm-dropdown, .mm-dropdown li {
    font-size: 14px;
    text-align: left;
}

.dropiconlang {
    height: auto !important;
    width: 8px !important;
    margin-left: 6px;
    position: absolute;
    top: 14px;
    right: 0px;
}

.input-option.lang span {
    display: inline-block;
    width: calc(100% - 30px);
    margin-left: 4px;
}

.textfirst .dropiconlang {
    transform: rotate(0deg);
    transition: 0.5s;
}

.textfirst.showcntry .dropiconlang {
    transform: rotate(-180deg);
}

.reciteme {
    color: #fff;
    cursor: pointer;
}

#autoSuggest-desktopBtn {
    cursor: pointer
}

@media screen and (max-width:768px) {
    .map-svg-container {
        width: 100% !important;
        height: 100% !important;
    }

    .railway-container {
        width: 100% !important;
        height: 612px !important;
    }
}

.f_width {
    width: 100%;
}

.nav-main-content .nav-sub-content {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding-left: 13px;
    padding-top: 22px;
    padding-bottom: 30px;
    vertical-align: top !important;
}

.container h2:not(.section-title) {
    margin-top: -5px !important;
}

.nav-main-content ul li a:link, .nav-main-content ul li .expandable-panel-link:link, .nav-main-content ul li a:active, .nav-main-content ul li .expandable-panel-link:active, .nav-main-content ul li a:visited, .nav-main-content ul li .expandable-panel-link:visited {
    position: relative !important;
    margin: 0px 0px 0px 0px !important;
    vertical-align: top !important;
    padding: 0px !important;
}

.nav-main-content .nav-sub-content {
    display: inline-block;
    width: 33.33%;
    float: left !important;
    padding-left: 13px;
    padding-top: 22px;
    padding-bottom: 30px;
    vertical-align: top;
}

.nav-sub-sub-content.third-level-navigation {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.33%;
    padding-left: 13px;
    padding-top: 22px;
}

@media (min-width:64.0625em) {
    #menu-thumb a, #menu-thumb .expandable-panel-link {
        font-family: Averta !important;
        font-weight: 500;
        font-size: 16px !important;
        text-decoration: none;
        color: #ffffff;
        margin-right: 10px;
        padding: 10px 0px !important;
        display: inline-block;
        position: relative;
        margin: -4px 3px !important;
    }
}

.account-buy {
    padding-top: 7px !important;
}

.btnstylenew:after {
    background: none !important;
}

.pageHeadingchanged {
    margin-bottom: 19px !important;
}

.enggwrks {
    list-style: none;
}

    .enggwrks li {
        position: relative;
    }

        .enggwrks li:before {
            content: '';
            position: absolute;
            left: -20px;
            top: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #000;
        }

@media only screen and (max-width:320px) {
    .custom-layout-signup .forms-wrapper .signup-text {
        margin-bottom: 40px;
    }

    .news-letter-submit-form {
        min-width: 106px !important;
    }
}

.read-more-target li {
    margin-left: 14px;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: 0.9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 0.25em;
    background: #F5D83C;
    margin-top: 21px;
    font-weight: 500;
    font-size: 14px;
}

@media (min-width:64.0625em) {
    #menu-thumb {
        display: block;
        float: left;
    }
}

@media only screen and (min-width:1200px) {
    .nav-main-wrapper .logo {
        max-width: 143px !important;
        top: 6px;
        position: relative;
    }
}

@media only screen and (min-width:1200px) {
    .menu-items-wrapper {
        padding-left: 160px;
    }
}

@media (min-width:64.0625em) {
    #menu-thumb li {
        display: inline-block;
        margin: 14px 12px !important;
    }
}

.col-qtt-cen {
    text-align: initial !important;
    float: none !important;
}

@media (min-width:64.0625em) {
    .basket-status {
        right: 28px !important;
        top: 0;
    }
}

.bold-nav {
    font-weight: 700 !important;
}

.station-note-spaces {
    width: 50%;
    float: left;
}

.car-parking-charges-station {
    margin-bottom: 235px;
}

.station-parking-special-note {
    float: left;
}

span.parking-spaces-value {
    float: left;
    clear: both;
}

.station-park-charges {
    float: right;
}

strong.station-park-charges-heading {
    line-height: 2;
}

div[role="main"] .swr-rich-text ul li:before {
    content: '';
    background-color: #131e29;
    position: absolute;
    top: 9px !important;
    left: -20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

div[role="main"] .swr-rich-text ul li, div[role="main"] .swr-rich-text ul li a {
    color: #131e29;
}

.top_btn {
    display: none
}

input#search-all-station {
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px #ccc solid;
    width: 325px;
    margin-bottom: 28px;
}

.indexed-station-list .swr-globalSearch {
    width: 100%;
    margin-left: 10px;
}

.indexed-station-list .swr-station-button {
    background: #0092CB;
    float: left;
    width: 25%;
    border-radius: 20px;
    color: white;
    font-size: 17px;
    cursor: pointer;
    margin-left: 40%;
    margin-bottom: 3%;
    margin-top: 2%;
    font-weight: bold;
    padding: 13px 16px 10px 27px;
}

    .indexed-station-list .swr-station-button a {
        color: white
    }

.station-list-group {
    padding-left: 0.5% !important;
    list-style-type: none !important;
    .station-list-group

{
    padding-left: 5% !important;
    list-style-type: none !important;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

}

.station-list-group li {
    float: left;
    width: 93% !important;
    border-bottom: 1px solid;
    margin: 6px 28px 3px 0px !important;
    padding: 6px 2px 5px !important;
    border-color: #ccc;
    font-size: 14px !important;
    font-weight: 600 !important;
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

    .station-list-group li a {
        color: #1d1d1d !important;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.1px;
        font-weight: 400;
    }

.pagination-list a {
    padding: 7px !important;
    margin: 0 4px !important;
    width: 35px;
    text-align: center;
}

.change::-webkit-input-placeholder {
    color: #000;
    font-weight: 500;
}

.change {
    font-size: 14px;
    font-weight: 400;
}

.bold-chang {
    font-weight: 500 !important;
}

.indexed-station-list .swr-station-button {
    background: #0092CB;
    float: left;
    width: auto;
    border-radius: 6px !important;
    color: white;
    font-size: 17px !important;
    cursor: pointer;
    margin-left: 41%;
    margin-bottom: 3%;
    margin-top: 2%;
    font-weight: bold;
    padding: 12px 30px !important;
    height: 48px !important;
}

.loading-for-stations {
    margin-left: 44%
}

    .loading-for-stations li {
        width: 7px !important;
        margin: 0 5px 0 0 !important;
        float: none;
    }

@media only screen and (min-width:320px) and (max-width:480px) {
    .container h2:not(.section-title) {
        margin-top: -5px !important;
    }

    .station-index-active {
        background-color: white;
        color: #0092CB !important;
    }

    .loading-for-stations {
        margin-left: 31% !important
    }

    #AllStationsLoad ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-break-inside: avoid;
    }

    .station-list-group li {
        width: 100% !important;
    }

    .station-list-group {
        padding-left: 1% !important;
    }

    .loading-for-stations li {
        width: 7px !important;
        margin: 0 5px 0 0 !important;
    }
}

.top_btn {
    background-color: #002855;
    position: absolute;
    right: 10px;
    padding: 0px 15px 8px 15px;
    border-radius: 11px;
    color: white;
    font-size: 13px;
    text-align: center;
    margin-top: -110px;
}

.station-list-group li a:hover {
    text-decoration: none;
}

.stations-feature-section {
    margin-top: 40px
}

@media only screen and (max-width:768px) {
    .hide-top-btn {
        display: none;
    }

    .h2-stat {
        font-size: 21px;
        font-weight: 400;
    }

    .container h2:not(.section-title) {
        margin-top: -5px !important;
    }

    .station-index-active {
        background-color: #ff4713;
        color: #000 !important;
    }

    .component-news-letter-signup {
        margin-left: 0% !important
    }

    .top_btn {
        display: block
    }

    .featured-stations {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        width: 100%;
        -webkit-column-break-inside: avoid;
    }

    .indexed-station-list .swr-globalSearch {
        width: 100%;
        margin-left: 9px;
    }

    .swr-station-search {
        margin-top: -20px
    }

    .stations-feature-section {
        margin-top: 29px;
    }

    .station-listing {
        background-color: #fff;
    }

    .pagination-list a {
        color: #ff4713
    }

        .pagination-list a.pag-li-item:hover {
            background-color: #ff4713;
            color: black !important;
            cursor: pointer
        }

    .indexed-station-list .all-stations .station-row {
        height: 38px;
        width: 100%;
        border: 1px #ff4713 solid;
    }

    .station-row span {
        font-size: 14px;
        padding: 6px 23px 9px 27px;
        position: absolute;
    }

    .indexed-station-list .swr-station-button {
        margin-left: 10% !important;
        padding: 10px 14px 6px 13px !important;
    }

    .h2title {
        font-weight: 500 !important;
        font-size: 2em;
    }

    .pagination-list a {
        padding: 7px 13px !important;
        margin: 0 4px !important;
        width: 40px !important;
        text-align: center;
    }

    .station-listing {
        padding: 8px 0px 8px 0 !important;
    }

    input#search-all-station {
        width: 78%;
    }

    .station-list span {
        font-size: 18px;
        padding-left: 30%;
    }

    .no-results-stationPage {
        margin-left: 31% !important;
        margin-top: 6%;
        float: left;
    }
}

.station-list span {
    font-size: 20px;
    padding-left: 30%;
}

.toggle-btn {
    float: right;
    margin: 10px 13px;
    font-size: 11px;
    color: #ff4713;
    font-weight: 600;
}

.swr-station-button a:hover {
    text-decoration: none;
}

.toggle-btn-i {
    font-size: 39px;
}

.station-list .no-result {
    margin-left: 42%;
    float: left;
    margin-top: 5%;
}

.no-results-stationPage {
    margin-left: 40%;
    margin-top: 6%;
    float: left;
}

.st48, .st49, .st50 {
    cursor: pointer;
}

.grecaptcha-badge {
    bottom: 70px !important;
    z-index: 9;
}

.form_builder_recaptcha_popup_model {
    padding-top: 8%;
}

.recaptcha_max_width {
    width: 850px;
}

.form_builder_recaptcha_popup_colour {
    color: black;
}

.searchdrop-down {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 3px rgba(0,0,0,0.18);
}

    .searchdrop-down ul {
        list-style: none;
        padding: 5px 0;
        margin: 0;
        width: 100%;
        max-height: 250px;
        overflow-y: auto;
        background: #fff;
    }

        .searchdrop-down ul li {
            list-style: none;
            padding: 0 !important;
            margin: 0;
            float: none !important;
            width: 100%;
        }

            .searchdrop-down ul li a {
                padding: 5px 10px;
                background: #fff;
                text-align: left;
                color: #333;
                width: 100%;
                display: inline-block;
                line-height: 27px;
            }

                .searchdrop-down ul li a:hover {
                    background: #C7DAE7;
                }

.form-submission-error {
    margin-top: 18%;
}

.form-submission-error-text {
    font-size: 12px;
    font-weight: 500;
}

.pattern.pattern--dark-blue-pattern, .pattern--dark-blue-pattern.light-stripes, .dark-stripes-with-border-bottom {
    background: #061B2B;
    background-image: repeating-linear-gradient(-225deg,transparent,transparent 30px,#061B2B 30px,#061B2B 60px),linear-gradient(to bottom,rgba(199,218,231,0.1),rgba(199,218,231,0));
    border-bottom: 5px #d6d1ca solid;
}

@-moz-document url-prefix() {
    .loading-for-stations {
        margin-left: 44% !important;
    }

    .no-results-stationPage {
        margin-left: 48%;
        margin-top: 6%;
        float: left;
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .hide-top-btn {
        display: none;
    }

    .h2-stat {
        font-size: 21px;
        font-weight: 400;
    }

    .indexed-station-list .swr-station-button {
        margin-left: 7% !important;
        padding: 10px 14px 6px 13px !important;
        font-size: 15px !important;
    }

    .download-link btn btn-secondary {
        font-size: 16px !important;
    }

    .fa-search {
        position: absolute;
        transform: translate(2px,8px);
    }

    .station-row span {
        font-weight: 500;
        font-size: 14px;
        padding: 9px 23px 9px 27px;
        position: absolute;
    }

    .component-jumbotron .jumbotron__title {
        line-height: 40px;
        font-size: 32px;
        margin-top: -20px;
    }
}

.station-list-group-featured li {
    border-bottom: 1px solid;
    color: #061B2B;
    border-color: #ccc;
}

.station-list-group-featured {
    list-style: none;
}

.mini_icon {
    font-size: 17px;
    margin: -3px 2px;
}

.plus_icon {
    font-size: 17px;
    margin: 1px 2px;
}

@media only screen and (min-width:768px) and (max-width:1920px) {
    .btn_blow {
        width: 285px;
    }
}

.btn_blow {
    background-color: #0092CB;
    border-radius: 7px;
    padding: 14px 19px;
    color: #fff !important;
    margin: 0px;
    text-align: center;
    font-size: 15px;
    margin: 0px auto;
    width: 290px;
    clear: both;
}

.div_blow_btn {
    text-align: -moz-center;
    text-align: -webkit-center;
    padding: 27px 10px;
}

.btn_blow a {
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

.no_station {
    text-align: center;
    font-size: 20px;
    padding: 10px 0 0 0;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: #555;
    }

.station-list-group .total-bind-items {
    float: left;
    width: 33.3%;
}

.box::-webkit-input-placeholder {
    color: #525252;
    font-weight: 600;
    font-size: 13px
}

.box:-moz-placeholder {
    color: #525252;
    font-weight: 600;
    font-size: 13px
}

.box::-moz-placeholder {
    color: #525252;
    font-weight: 600;
    font-size: 13px
}

:-ms-input-placeholder {
    color: #525252;
    font-weight: 600;
    font-size: 13px
}

.span-height {
    height: 30px;
}

.station-list__item p {
    font-size: 15px !important;
    margin: 0 0 !important;
    font-weight: 400 !important;
}

.st110_main_station {
    stroke-width: 0.5px;
    stroke: black;
}

.st110_sub_station {
    fill: #2f2424;
}

.st133_bule_line {
    fill: none;
    stroke: #29abe2;
    stroke-width: 6px;
    stroke-miterlimit: 10;
}

.st135_green_line {
    fill: none;
    stroke: #228a33;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.st53_green_circle {
    fill: #228a33;
    stroke: #228a33;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.st26_green_text {
    fill: #228a33;
}

.st26_green_text_stroke {
    stroke-width: 0.5px;
    stroke: #228a33;
}

.hide-all-these-items {
    display: none
}

.clndrtable {
    width: 100%;
    border-spacing: 0;
    display: table;
}

    .clndrtable td {
        width: 14.28%;
        border: 1px solid #fff;
        background: #eee;
        color: #333;
        transition: 0.5s;
        min-width: auto !important;
    }

    .clndrtable th {
        width: 14.28%;
        border: 1px solid #fff;
        background: #ccc;
        color: #333;
        padding: 8px 5px;
        font-size: 16px !important;
        min-width: auto !important;
    }

    .clndrtable td.filled-clndr {
        padding: 10px;
        height: 110px;
        vertical-align: baseline;
        background: #204555;
        color: #fff;
        position: relative;
        cursor: pointer
    }

        .clndrtable td.filled-clndr .row {
            padding: 0px;
            position: static;
        }

.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;
}

.clndrbx-2 {
    width: 30%;
    float: right;
    text-align: right;
    font-size: 16px !important;
}

span.clndrcheck {
    width: 18px;
    height: 18px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    display: none;
}

.arrowbtn {
    position: absolute;
    bottom: 15px;
    right: 8px;
    transition: 0.5s;
}

.clndrtable td.filled-clndr:hover {
    background: #131e29;
}

    .clndrtable td.filled-clndr:hover .arrowbtn {
        bottom: 8px;
    }

.clndrcheck.checked {
    background: #e2f6e8;
}

.clndrtable .empty-clndr {
    background: #ccc;
    vertical-align: top;
    padding: 10px;
    height: 110px;
}

.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:first-child {
            border-top: 1px solid #ccc;
        }

        .clndrtask-dtl li:nth-child(odd) {
            background: #f5f5f5;
        }

        .clndrtask-dtl li:nth-child(even) {
            background: #e2f6e8;
        }

    .clndrtask-dtl .dtlbx-1 {
        width: 25%;
        float: left;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }

        .clndrtask-dtl .dtlbx-1 span {
            color: black;
        }

    .clndrtask-dtl .dtlbx-2 {
        width: 75%;
        float: right;
        padding: 10px;
        box-sizing: border-box;
    }

.dtlbx-2 p {
    margin: 0;
}

.dtlbx-2 a.greentxt {
    color: #204555;
}

.prevmonth {
    background: #204555;
    color: #fff;
    padding: 18px;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
}

    .prevmonth:hover {
        text-decoration: none;
        background: #061b2b;
    }

    .prevmonth img {
        width: 14px;
        filter: invert(1);
        margin-right: 10px;
    }

.nextmonth {
    background: #204555;
    color: #fff;
    padding: 18px;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
}

    .nextmonth:hover {
        text-decoration: none;
        background: #061b2b;
    }

    .nextmonth img {
        width: 15px;
        filter: invert(1);
        margin-left: 10px;
        transform: rotate(180deg)
    }

.currentmonth {
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
    font-weight: 500;
}

.tooltipclndr {
    display: inline;
    position: relative;
}

    .tooltipclndr:hover:after {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        background: #ff4713;
        border-radius: 8px;
        color: #fff;
        content: attr(data-tooltip);
        font-size: 16px;
        padding: 13px;
        width: 220px;
        position: absolute;
        right: -120px;
        bottom: 33px;
        z-index: 9;
    }

    .tooltipclndr:hover:before {
        border: solid;
        border-color: #ff4713 transparent;
        border-width: 12px 6px 0 6px;
        content: "";
        left: 24%;
        bottom: 21px;
        position: absolute;
    }

.greentxt strong {
    display: block;
    float: left;
}

.ew-detail p {
    margin: 0;
}

.ew-detail2 p {
    margin-top: 0;
}

.ew-detail2 h3 {
    margin-bottom: 6px;
}

.ew-detail p strong {
    margin-top: 15px;
    display: inline-block;
}

.dtlbx-2 strong {
    color: #204555;
}

.greentxt a {
    color: #204555 !important;
}

.pattern--live-status-update-banner {
    background: #131e29;
    min-height: 300px;
}

@media (max-width:767px) {
    .pattern--live-status-update-banner {
        min-height: 360px;
    }
}

@media (max-width:713px) {
    .pattern--live-status-update-banner {
        min-height: 450px;
    }
}

@media (max-width:441px) {
    .pattern--live-status-update-banner {
        min-height: 530px;
    }
}

#menu-thumb li a:hover {
    cursor: pointer;
}

@media (max-width:1023px) {
    .calender-tbl-bx {
        display: none;
    }

    #engineering-works-dtl {
        display: block;
    }

    #summary {
        display: none;
    }
}

@media (min-width:1023px) {
    #engineering-works-dtl {
        display: none;
    }
}

.menu-content.column .nav-sub-content.open {
    max-height: 520px;
    overflow-y: auto;
}

button#append-button-here {
    display: inline-block !important;
}

.column.season-tickets-button a {
    color: rgb(255,255,255);
    display: block;
    margin-left: 12px;
    position: relative;
    text-decoration: none;
    padding: 10px 0px;
    width: fit-content;
    margin: 0 auto;
    max-width: 120px;
    color: #fff;
    font-family: Averta;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 19px;
}

    .column.season-tickets-button a:hover, .column.season-tickets-button a:focus {
        color: #fff;
    }

.season-tickets-button a::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 100%;
    background: #FF4713;
    transition: right 0.4s ease 0s;
}

.season-tickets-button a:hover::after {
    right: 0px;
}

.nav-sub-content {
    padding-right: 13px;
}

.live-information-route-name {
    color: #131e29;
}

@media (max-width:1024px) {
    .logo {
        max-width: 125px;
        top: 5px;
    }

        .logo img {
            width: 100%;
            max-width: 110px;
        }
}

#menu-thumb a:after, #menu-thumb .expandable-panel-link:after {
    content: '';
    height: 2px;
    background: #ff4713;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: right 0.4s ease;
}

#menu-thumb a:hover:after, #menu-thumb .expandable-panel-link:hover:after, #menu-thumb a.active:after, #menu-thumb .active.expandable-panel-link:after {
    right: 0;
}

.nav-main-content ul li a.active:before, .nav-main-content ul li .active.expandable-panel-link:before, .nav-main-content ul li a.current-page:before, .nav-main-content ul li .current-page.expandable-panel-link:before, .nav-main-content ul li a:hover:before, .nav-main-content ul li .expandable-panel-link:hover:before {
    right: 0;
}

.nav-sub-sub-item a:after {
    border-top: 3px solid #ff4713;
    border-right: 3px solid #ff4713;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    right: -15px;
    top: 18px;
    display: block !important;
}

.nav-sub-sub-item li.no-children a:after {
    display: none !important;
}

#innerA {
    color: #131e29 !important;
}

.indexed-station-list .div_blow_btn .btn_blow {
    display: none;
}

.promo-crd .promo-crd__arrow-link:after, .live-information-cta:after {
    display: none;
}

.promo-crd .open-tab {
    left: 133px;
}

.promo-crd .promo-crd__arrow-link i {
    display: inline;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    font-size: 22px;
}

.live-information-cta i {
    display: inline;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    font-size: 22px;
}

@media (min-width:768px) and (max-width:767px) {
    .clndrtask-dtl .dtlbx-1 span {
        display: block;
    }
}

@media (max-width:767px) {
    .clndrtask-dtl .dtlbx-1 {
        width: 100%;
        text-align: left;
        padding-bottom: 0;
    }

    .clndrtask-dtl .dtlbx-2 {
        width: 100%;
    }
}

.travel-jumbo-bx {
    background: transparent !important;
    z-index: 3
}

    .travel-jumbo-bx:before {
        background-color: transparent !important;
    }

.bg-travel-strip:before {
    min-height: 497px;
    position: absolute;
    width: 100%;
    z-index: -1;
    min-height: 450px;
    min-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    background: #131E29;
}

.errorPage.swr-rich-text .error-content h1, .errorPage.swr-rich-text .error-content li, .errorPage.swr-rich-text .error-content a {
    color: #fff;
}

.view-planned-engineering {
    margin-bottom: 20px;
}

.pattern--live-departure-arrival-section {
    background: #131e29;
    min-height: 375px;
}

@media (max-width:767px) {
    .pattern--live-departure-arrival-section {
        min-height: 425px;
    }

    .column.season-tickets-button a {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
}

@media (max-width:656px) {
    .pattern--live-departure-arrival-section {
        min-height: 525px;
    }
}

@media (max-width:464px) {
    .pattern--live-departure-arrival-section {
        min-height: 600px;
    }
}

@media (max-width:389px) {
    .pattern--live-departure-arrival-section {
        min-height: 670px;
    }
}

@media (max-width:357px) {
    .pattern--live-departure-arrival-section {
        min-height: 700px;
    }
}

span.ellipsismenu-span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.find-more-button a {
    font-style: italic;
    font-weight: 500 !important;
}

#routes-update-btn i {
    font-size: 11px;
}

.nav-top-wrap .hidden-xs li a {
    color: #fff !important;
}

.map-info-station .card.card--yellow-top-dark {
    color: #131e29;
    background-color: #ffffff;
}

    .map-info-station .card.card--yellow-top-dark h1 {
        color: #131e29 !important;
    }

.component-live-departures-results .icon-carat_down_soft:before {
    font-size: 21px;
    font-weight: 600;
}

@media (max-width:767px) {
    .qtt-tabbed .nav__tabs {
        max-width: 100%;
        margin: 0 auto 20px;
        padding: 0 10px;
    }

        .qtt-tabbed .nav__tabs .nav__tabs__item {
            width: 50%;
        }

    .qtt-form-stations {
        margin: 0 0px 0px 0px;
    }

    .qtt-form-date-select {
        width: 100%;
        margin: 0px;
    }

    .qtt-tabbed .nav__tabs.nav__tabs--three-items, .component-qtt-form .nav__tabs.nav__tabs--three-items {
        margin: 0;
        width: 100%;
        margin: -12px 0px 0px 0px;
        padding-right: 0;
    }

    .component-qtt-form .passenger-children-select-qtt {
        width: 100%;
        margin: 0px 0px;
    }

    .season-tickets-button {
        margin-top: 0px !important;
    }

    .qtt-tabbed {
        padding: 30px 20px 0;
    }

    #qtt__search div.component-qtt-form div.fancy-select div.trigger {
        max-width: 100%;
    }
}

@media (max-width:340px) {
    .qtt-tabbed .nav__tabs {
        padding: 0 0px;
    }

    .qtt-form-railcards-mobile {
        float: left;
        margin: 12px 0px !important;
        width: 100% !important;
        padding: 0px 0px !important;
    }
}

@media (max-width:480px) {
    .qtt-form-railcards-mobile {
        float: left;
        margin: 10px 0px !important;
        width: 100% !important;
        padding: 0 12px;
    }
}

.west-coast-destination-guides .bg-stripes.light-stripes {
    display: none;
}

.west-coast-destination-guides .bg-dark-blue .dark-light-text h3 {
    color: #fff;
}

.west-coast-destination-guides .qtt-tabbed--without-image {
    padding-bottom: 60px;
}

div#teconsent {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 990;
    background-color: #e2f5e9;
    padding: 2px 6px 2px 6px;
    border-radius: 5px;
}

    div#teconsent a {
        color: #131e29;
        text-decoration: none;
        cursor: pointer !important;
    }

div#consent-banner {
    position: fixed;
    z-index: 999;
    bottom: 0;
    background-color: #204555;
    width: 100%
}

#truste-consent-track {
    background-color: #ffffff
}

.recaptcha-alert {
    padding: 2% 2% 2% 2%;
    background-color: #f4ca40;
    border: #f4ca40 solid 1px;
    margin-bottom: 1%;
    border-radius: 5px;
}

.recaptcha-alert-icon {
    color: #c0414d;
}

.recaptcha-alert-message {
    margin-left: 1%;
}

.map-placeholder {
    position: absolute;
    top: 25%;
    right: 5%;
    color: #f00 !important;
    max-width: 50%;
}

.promo-crd__wrapper h3 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-crd__wrapper p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-description {
    margin: 0;
}

.component-twitter .twitter-header .logo img {
    width: 44px;
}

img.bookmarkicon {
    width: 11px;
    margin: 0 4px 0px 0;
    float: none;
    vertical-align: inherit;
}

.banner-home {
    position: relative;
    z-index: 2;
}

    .banner-home .home-qtt-bx {
        width: 399px;
        background: #204555;
        border-radius: 4px;
        padding: 15px;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 10%;
        left: auto;
        transform: translateY(-50%);
    }

        .banner-home .home-qtt-bx h3 {
            text-align: center;
            color: #E2F5E9 !important;
            font-size: 20px !important;
            font-weight: 500 !important;
            margin: 0 0 12px 0;
        }

        .banner-home .home-qtt-bx > .tabs {
            opacity: 0.9;
        }

        .banner-home .home-qtt-bx .tabs .tab-nav {
            text-align: left;
            margin: 0 0 10px 0;
        }

            .banner-home .home-qtt-bx .tabs .tab-nav ul {
                padding: 0;
                margin: 0;
                border: 1px solid #E2F5E9;
                border-radius: 4px;
                overflow: hidden;
                display: flex;
            }

            .banner-home .home-qtt-bx .tabs .tab-nav li {
                display: inline-block;
                vertical-align: top;
                margin-right: 0;
                margin-bottom: 0;
                border-right: 1px solid #E2F5E9;
                width: 33.33%;
                text-align: center;
                color: #E2F5E9;
                font-size: 14px;
            }

                .banner-home .home-qtt-bx .tabs .tab-nav li:last-child {
                    border-right: none;
                }

                .banner-home .home-qtt-bx .tabs .tab-nav li.active {
                    background: #E2F5E9;
                    color: #131E29;
                }

                .banner-home .home-qtt-bx .tabs .tab-nav li span {
                    color: #E2F5E9;
                    cursor: pointer;
                    display: block;
                    padding: 5px 0;
                }

    .banner-home .tabs .tab-nav li.active > span {
        color: #131E29;
    }

    .banner-home .home-qtt-bx .tabs .tab {
        display: none;
    }

        .banner-home .home-qtt-bx .tabs .tab.active {
            display: block;
        }

    .banner-home .home-qtt-bx .form-group {
        margin-bottom: 10px;
        display: flex;
        width: 100%;
        position: relative;
    }

        .banner-home .home-qtt-bx .form-group .qtt-input {
            background: #fff;
            color: #131E29;
            padding: 8px 10px;
            font-size: 14px;
            border-radius: 4px;
            border: none;
            width: 100%;
            line-height: 20px;
        }

            .banner-home .home-qtt-bx .form-group .qtt-input:focus {
                outline: none;
            }

        .banner-home .home-qtt-bx .form-group .search-via-select {
            width: 100%;
            border: none;
            border-radius: 4px 0 0 4px;
            border-right: 1px solid #D6D1CA;
            background: #fff;
            color: #131E29;
            padding: 8px 12px;
            font-size: 14px;
            line-height: 20px;
        }

        .banner-home .home-qtt-bx .form-group .search-via-input, .banner-home .home-qtt-bx .form-group .search-via-input .select2 .select2-selection--single {
            width: 100%;
            border-radius: 0px 4px 4px 0px;
        }

    .banner-home .home-qtt-bx [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    .banner-home .home-qtt-bx [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

    .banner-home .home-qtt-bx [type="date"] {
        background: #fff url('../Expandarrow.png') 95% 50% no-repeat !important;
    }

    .banner-home .home-qtt-bx .form-group .inputdate {
        border-right: 1px solid #D6D1CA;
        border-radius: 4px 0 0 4px;
    }

    .banner-home .home-qtt-bx .form-group .inputdate2 {
        border-right: 1px solid #D6D1CA;
        border-radius: 0 4px 4px 0;
    }

    .banner-home .main-qtt-submit {
        background: #FF4713;
        color: #131E29;
        margin-top: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        width: 100%;
        text-align: center;
        border-radius: 4px;
        padding: 9px;
        border: none;
    }

.mb-0 {
    margin-bottom: 0px !important;
}

.banner-home .home-qtt-bx select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/Expandarrow.png) !important;
    background-position: 95% 50% !important;
    background-repeat: no-repeat !important;
}

.banner-home .exchangebtn {
    background: #204555;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    position: absolute;
    right: 20px;
    top: -24px;
    background-image: url(../img/exchange.png) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
}

    .banner-home .exchangebtn:hover {
        cursor: pointer;
    }

    .banner-home .exchangebtn:focus, .banner-home .exchangebtn:active {
        outline: none;
    }

.banner-home .form-group.checkboxes-bx input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.banner-home .form-group.checkboxes-bx label {
    position: relative;
    cursor: pointer;
    color: #e2f5e9;
}

    .banner-home .form-group.checkboxes-bx label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #e2f5e9;
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 3px;
    }

.banner-home .form-group.checkboxes-bx input:checked + label:before {
    background: #FF4713;
    border: 1px solid #ff4713;
}

.banner-home .form-group.checkboxes-bx input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #131E29;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.banner-home .div-checkbox {
    margin-right: 30px;
}

.banner-home .br-0 {
    border-radius: 0 !important;
}

.w-100 {
    width: 100% !important;
}

@media (max-width:991px) {
    .banner-home .home-qtt-bx {
        position: static;
        margin: 30px auto;
        transform: translateY(0);
    }

    .banner-home .item img {
        min-height: auto;
        object-fit: contain;
    }
}

input#dateofbirth {
    width: 33.33%;
}

input#dateofbirth2 {
    width: 33.33%;
}

.banner-home .select2 .select2-selection--single {
    height: 36px !important;
    border: 0;
    line-height: 18px !important;
}

    .banner-home .select2 .select2-selection--single .select2-selection__rendered {
        font-size: 14px !important;
        padding: 8px 10px !important;
        color: #131E29 !important;
        line-height: 20px !important;
        border-radius: 0 4px 4px 0 !important;
    }

.right-textbox.qtt-form--date {
    border-radius: 0 4px 4px 0 !important;
}

@media (max-width:600px) {
    .banner-home .select2 .select2-selection--single .select2-selection__rendered {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .qtt-form-date-select .datepickerwrap input[readonly].hasDatepicker {
        font-size: 12px !important;
        height: 32px;
        line-height: 16px;
    }
}

@media (max-width:521px) {
    .banner-home .home-qtt-bx .tabs .tab-nav li {
        font-size: 12px;
    }

    .banner-home .div-checkbox {
        margin-right: 0;
        width: 49%;
        display: inline-block;
    }

    .banner-home .div-checkbox {
        margin-right: 1% !important;
    }

        .banner-home .div-checkbox label {
            font-size: 12px;
        }

    .banner-home .form-group.checkboxes-bx label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #e2f5e9;
        padding: 5px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 1px;
        border-radius: 3px;
        margin-top: -3px;
    }

    .banner-home .form-group.checkboxes-bx input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 9px;
        left: 4px;
        width: 3px;
        height: 7px;
        border: solid #131E29;
        border-width: 0 1px 1px 0;
        transform: rotate(45deg);
    }
}

.banner-home .owl-theme .owl-controls .owl-page {
    display: inline-block;
}

    .banner-home .owl-theme .owl-controls .owl-page span {
        background: none repeat scroll 0 0 #869791;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
    }

.banner-home .owl-carousel:after {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    pointer-events: none;
    background: url() no-repeat center 50%;
    background-size: 100% auto;
}

.banner-home .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0) scale(1.0,1.0);
}

.banner-home .item {
    opacity: 1;
    transition: .4s ease all;
    margin: 0;
    transform: scale(1);
}

    .banner-home .item img {
        margin: 0;
        min-height: 500px;
        object-fit: cover;
    }

.banner-home .active .item {
    opacity: 1;
    transform: scale(1);
    max-height: 500px !important;
}

.banner-home .inner {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-home .owl-nav div {
    position: absolute;
    top: 45%;
    color: #cdcbcd;
}

.banner-home .owl-nav i {
    font-size: 52px;
}

.banner-home .owl-nav .owl-prev {
    left: 5% !important;
}

.banner-home .owl-nav .owl-next {
    right: 5% !important;
}

.banner-home .owl-prev:hover, .owl-next:hover {
    text-shadow: 2px 2px #000000;
    transform: translateX(10%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.banner-home .owl-prev:hover {
    text-shadow: -2px 2px #000000;
    transform: translateX(-10%);
}

.banner-home .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 25px;
}

.banner-home .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127,127,127,0);
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #fff;
    transition: 0.5s;
}

    .banner-home .owl-dot.active {
        background: #fff;
        height: 14px;
        width: 14px;
        margin-bottom: -2px;
    }

.banner-home .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: none;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt--10 {
    margin-top: -10px !important;
}

#append-button-here:hover {
    cursor: pointer;
}

@media all and (min-device-width:768px) and (max-device-width:1024px) {
    .banner-home .main-qtt-submit {
        font-size: 16px;
        line-height: 16px;
        height: auto;
    }

    .qtt-form-date-select, .passenger-children-select-qtt, .qtt-form-railcards, .nav__tabs--three-items {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 0px;
    }

    .qtt-form-passengers {
        float: none;
        width: 100%;
        margin: 0px;
    }

        .qtt-form-passengers .childno, .qtt-form-passengers .adultno {
            float: left;
            width: 50%;
            margin-left: 0px;
        }

    .banner-home .item img {
        min-height: 180px;
    }

    .railcards .row .done button {
        font-size: 14px;
    }

    .railcards a, .railcards .expandable-panel-link {
        font-size: 14px;
    }

    .banner-home .select2 .select2-selection--single .select2-selection__rendered {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .banner-home .select2 .select2-selection--single {
        height: 32px !important;
    }

    .qtt-form-date-select .datepickerwrap input[readonly].hasDatepicker {
        font-size: 14px !important;
        height: 32px;
        line-height: 16px;
    }

    div.component-qtt-form div.fancy-select div.trigger, div.component-journey-check-form div.fancy-select div.trigger {
        height: 32px !important;
        font-size: 14px !important;
    }

    div.component-qtt-form-pico div.fancy-select div.trigger, div.component-journey-check-form div.fancy-select div.trigger {
        font-size: 14px !important;
        height: 32px !important;
    }

    .qtt-form-railcards .trigger .form-control {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .mobile-menu .mm-panel ul li.item {
        font-size: 14px;
    }

        .mobile-menu .mm-panel ul li.item .mm-next:after {
            width: 6px;
            height: 6px;
        }

    .mobile-menu .mm-panel .mm-navbar a.mm-title, .mobile-menu .mm-panel .mm-navbar .mm-title.expandable-panel-link {
        font-size: 14px;
    }

    .mobile-menu .mm-panel ul li.item .item-label {
        padding: 5px 0 5px 20px;
    }

    .mobile-menu .mm-panel .mm-navbar a.mm-title, .mobile-menu .mm-panel .mm-navbar .mm-title.expandable-panel-link {
        font-size: 14px;
        font-weight: 700;
    }

    .mm-menu-active .hamburger:before {
        height: 17px;
    }

    .mm-menu-active .hamburger:before, .mm-menu-active .hamburger:after {
        top: 2px;
    }

    .mm-menu-active .hamburger:after {
        height: 20px;
    }

    .btn-primary-invert {
        font-size: 16px !important;
        height: auto;
    }

    .footer-list > li:first-of-type > a, .footer-list > li:first-of-type > .expandable-panel-link {
        font-size: 20px;
    }

    .footer-list a, .footer-list .expandable-panel-link {
        font-size: 16px;
    }

    .promo-content > .container, .content-tab > .container, .content-tab--yellow > .container, .content-tab--blue > .container {
        padding: 5px 30px 0 30px;
    }

    .promo-crd__wrapper h4 {
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }

    .promo-crd__wrapper p {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    .promo-crd .promo-crd__arrow-link {
        font-size: 16px;
    }

    .promo-crd--v-50-50 .promo-crd__wrapper {
        height: 145px;
    }

    .card.card--blue-top-light h2 {
        font-size: 20px;
    }

    .nav-quick-links p {
        font-size: 14px;
    }

    .swr-bottom-logo p {
        font-size: 16px !important;
    }
}

@media (max-width:521px) {
    .banner-home .home-qtt-bx .tabs .tab-nav li {
        font-size: 12px;
    }

    .banner-home .div-checkbox {
        margin-right: 0;
        width: 49%;
        display: inline-block;
    }
}

#Id_en {
    margin-left: 4px;
}

.west-coast-group-travel-form .column--white > .column > .column-wrap, .west-coast-group-travel-form .column--white > .column > .column-wrap > .row {
    padding-top: 0;
}

body .west-coast-2for1-offers .btn-primary {
    background: #ff4713;
    color: #131E29;
    font-weight: 700;
    font-family: Averta !important;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    min-width: 180px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    outline: none;
    transition: background 0.2s;
}

    body .west-coast-2for1-offers .btn-primary:focus, body .west-coast-2for1-offers .btn-primary:active, body .west-coast-2for1-offers .btn-primary:hover {
        background: #fff;
        border: 1px solid #ff4713;
        color: #131e29;
    }

.west-coast-live-status-update .icon-major:before {
    color: #CC0701;
}

.swr-bottom-logo {
    background: #131E29;
    text-align: center;
    margin-top: 0;
    margin-bottom: -20px;
    border-top: 1px solid #131e29;
}

    .swr-bottom-logo p {
        color: #e2f5e9;
        font-size: 14px;
        margin: 15px 0;
    }

.homepage-banner-image {
    display: block;
}

@media (min-width:767px) and (max-width:1024px) {
    .west-coast-website .promo-crd--h-4-8 {
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #214555;
    }
}

#autoSuggest-desktop {
    font-size: 14px !important;
}

.searchdrop-down {
    width: 91%;
}

.qtt_popular_station {
    display: none;
    position: absolute;
    background: white;
    width: 93%;
    list-style: none;
    font-size: 10px;
    margin: -3px 0px;
    padding: 8px 0px 0px 0px;
    z-index: 999 !important;
    font-family: Averta;
    overflow-y: scroll;
    height: 196px;
}

.popular-stations-li-head {
    padding: 2% 0% 0% 4%;
}

.qtt_popular_station_li {
    padding: 3% 0% 3% 4%;
    margin-bottom: 0px !important;
    cursor: pointer;
}

    .qtt_popular_station_li:hover {
        background-color: #C7DAE7 !important;
    }

.Qtt-erormsg {
    padding: 0px;
    margin-top: -27px;
    font-size: 14px;
    margin-bottom: -8px;
    float: right;
    color: #fff;
    font-weight: 500;
    margin-right: 114px;
}

.kill-h1-margin {
    margin: 0px !important;
}

@media(max-width:1024px) {
    .qtt_popular_station {
        width: 100%;
    }

    .Qtt-erormsg {
        float: left !important;
        font-weight: 500;
        margin-left: 74px !important;
        margin-top: -19px;
    }

    #journey-depart-popular-station, #journey-arrival-popular-station, #depart-popular-station, #arrival-popular-station {
        width: 100% !important;
    }
}

@media (max-width:768px) {
    .qtt_popular_station {
        width: 100%;
    }

    .Qtt-erormsg {
        padding: 0px;
        margin-top: -27px;
        font-size: 14px;
        margin-bottom: -8px;
        float: right;
        color: #fff;
        font-weight: 500;
        margin-right: 114px;
    }

    #journey-depart-popular-station, #journey-arrival-popular-station, #depart-popular-station, #arrival-popular-station {
        width: 100% !important;
    }
}

@media (max-width:480px) {
    .Qtt-erormsg {
        padding: 0px;
        margin: -8px 4px 0 24px !important;
    }

    .qtt_popular_station {
        width: 100%;
    }

    .qtt-form-stations {
        margin: 10px 20px 0px 0px !important;
    }

    #journey-depart-popular-station, #journey-arrival-popular-station, #depart-popular-station, #arrival-popular-station {
        width: 100% !important;
    }
}

#journey-depart-popular-station {
    width: 46.9%;
}

#journey-arrival-popular-station {
    width: 46.6%;
}

#depart-popular-station {
    width: 93.7%;
}

#arrival-popular-station {
    width: 93.2%;
}

.qtt_popular_station {
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3),0px 4px 4px 0px rgba(0,0,0,0.2);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.qtt-tabbed.active .title h1 {
    color: #fff !important;
    -webkit-transition: color 0.8s ease-out;
    -moz-transition: color 0.8s ease-out;
    -o-transition: color 0.8s ease-out;
    transition: color 0.8s ease-out;
}

.forms-wrapper input {
    font-weight: 200;
}

#Id_en {
    margin-left: 6px;
}

div.mm-dropdown ul li:hover {
    background: #dedddd;
}

.qtt-placeholder {
    position: relative;
}

    .qtt-placeholder::after {
        position: absolute;
        left: 10px;
        top: 9px;
        content: attr(data-placeholder);
        pointer-events: none;
        opacity: 0.6;
        font-size: 16px;
    }

@media (max-width:320px) {
    .qtt_popular_station {
        width: 100%;
    }
}

.Popular-Station-Text {
    padding: 9px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

@media (min-width:768px) and (max-width:1024px) {
    .footer .layout--3-3-3-3 .column {
        width: 50%;
        float: left;
    }
}

.sitecore-responsive-image {
    height: 300px;
    width: 449px
}

@media (max-width:490px) {
    .sitecore-responsive-image {
        height: auto;
        width: 100%
    }
}

.validation-error-message a {
    color: white;
}

.white-box-color {
    background: #fff !important;
}

.small-box {
    background: #204555;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.start-no {
    position: absolute;
    top: 1px;
    left: 6px;
    color: #fff;
    font-size: 13px;
}

.end-no {
    position: absolute;
    top: 1px;
    right: 6px;
    color: #000;
    font-size: 13px;
}

.updated-time {
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    padding: 0 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: white;
}

.main-progress-block {
    padding: 12px 0;
    background: #131E29;
}

.parking-title {
    color: #fff !important;
    font-size: 14px !important;
    padding: 0 12px;
    margin-bottom: 0px;
    font-weight: 400;
}

.status {
    display: block;
    width: 100%;
    padding: 0px 12px;
}

    .status .tot-capacity {
        display: inline-block;
        font-size: 11px;
        text-align: left;
        width: 49%;
    }

    .status .remain-parking {
        display: inline-block;
        font-size: 11px;
        text-align: right;
        width: 49%;
    }

.progress-block {
    background: #131E29;
    color: #fff;
    padding: 0;
    margin-bottom: 15px;
}

.Capacity {
    color: black;
    background-color: #204555;
    border-radius: 3px;
    height: 21px;
    border: 2px solid #fff;
}

.base {
    background-color: #fff;
    border-radius: 3px;
    height: 21px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

footer {
    padding-top: 0px !important;
}

body {
    font-size: 14px !important
}

h1, h2, h3, h4, h5, h6 {
    color: #204555 !important;
    font-family: Averta !important;
}

h1 {
    font-size: 64px !important;
    font-weight: 300 !important;
    line-height: 72px !important;
}

h2 {
    font-size: 46px !important;
    font-weight: 600 !important;
    line-height: 54px !important;
}

h3 {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 38px !important;
}

h4 {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
}

h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 23px !important;
}

h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

p {
    font-weight: 400 !important;
    line-height: 24px !important;
}

.promo-crd:hover a {
    text-decoration: underline;
}

.component-detailed-network-status .good-service .alerts-service-title i {
    float: left;
    padding-right: 15px
}

.promo-crd:hover a.btn.btn-secondary, .promo-crd:hover a.btn.btn-primary, .promo-crd a.btn.btn-secondary:hover, .promo-crd a.btn.btn-primary:hover {
    text-decoration: none !important;
}

.promo-crd.destination h4 {
    line-height: 45px !important;
}

@media (max-width:1024px) {
    h1 {
        font-size: 40px !important;
        line-height: 32px !important;
        text-transform: none !important;
    }

    h2 {
        font-size: 32px !important;
        line-height: 34px !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    h4, h5, h6 {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .promo-crd h4 {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .jumbotron__title, .jumbotron__subtitle {
        text-align: center !important;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 32px !important;
        line-height: 32px !important;
    }
}

.routes-section button.notification:hover, .routes-section button.notification:focus {
    font-size: 14px !important;
    line-height: 1 !important;
    border-radius: 0px !important;
    letter-spacing: 0px !important;
}

.routes-section button.notification.major, .routes-section button.notification.major i::before, .routes-section button.notification.major a {
    color: #fff !important;
}

.component-qtt-form button#append-button-here, .component-qtt-form button#append-button-here:hover {
    font-size: 16px !important;
    line-height: 1 !important;
}

.new-accordian .content-wrap div {
    float: left;
    padding-right: 10px;
}

.new-accordian .accordion-header {
    background: 0 none;
    border: 0px
}

.new-accordian {
    border-top: solid 1px #ccc;
    margin-bottom: 0px;
}

    .new-accordian .accordion-content.open {
        border: 1px #ff4713 solid !important;
    }

    .new-accordian .accordion-header.open, .new-accordian .accordion-header:hover {
        border: 0px;
        background: #eee;
    }

    .new-accordian .accordion-content {
        float: left;
        width: 100%;
    }

.new-accordian-img {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.new-accordian-content-inner {
    float: left;
    width: 85%;
}

    /*.new-accordian-content-inner a {
        color: #ff4713;
        text-decoration: underline
    }

        .new-accordian-content-inner a:hover {
            text-decoration: underline
        }*/

@charset "UTF-8";

.main-banner-section {
    background: url(../img/banner-bg.jpg);
    width: 100%;
    background-size: cover;
    min-height: 500px;
    background-repeat: no-repeat;
}

    .main-banner-section li {
        list-style: none;
    }

    .main-banner-section .banner-left ul {
        padding: 0px;
    }

    .main-banner-section .banner-left li::before {
        content: "\f00c";
        font-family: fontawesome;
        color: #000;
        left: 0;
        position: absolute;
    }

    .main-banner-section .banner-left li {
        padding-left: 30px;
    }

.banner-left {
    transform: translate(0,50%);
}

.banner-right ul, .departing-tabs ul {
    background: transparent !important;
    overflow: visible !important;
    padding: 20px 20px 0 20px !important;
    border: 0px !important;
    margin: 0px !important;
}

.banner-right#tabs, .departing-tabs#tabs1 {
    background: #fff !important;
    border-radius: 0px !important;
    border: 0px !important;
    position: relative;
    top: 100px;
}

.departing-tabs#tabs1 {
    top: auto !important;
}

.banner-right ul li a, .departing-tabs ul li a {
    overflow: visible !important;
    padding: 0px !important;
    color: #FF4713 !important;
    font-weight: 500 !important;
    margin: 0 20px 0 0;
}

.common-tab {
    padding: 10px 20px 20px 20px !important
}

.banner-right ul li, .banner-right ul li.active, .departing-tabs ul li, .departing-tabs ul li.active {
    background: transparent !important;
    border: 0px !important;
    border-radius: 0px !important
}

    .banner-right ul li.ui-tabs-active a, .departing-tabs ul li.ui-tabs-active a {
        color: #204555 !important;
        border-bottom: 2px #204555 solid;
    }

.banner-exchange-btn {
    background: #204555;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%,70%);
    left: 50%;
    text-align: center;
}

    .banner-exchange-btn img {
        transform: rotate(-90deg);
        position: relative;
        top: 8px;
    }

.banner-right input, .banner-right .dropdown-menu select, .mobile-qtt select {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0;
    border: 1px #204555 solid;
    padding: 10px 15px;
}

    .banner-right input::placeholder, .returning-popup .returning-search-field input::placeholder {
        color: #9da9b7;
        font-size: 16px;
    }

.main-banner-section form label {
    font-size: 14px;
    margin: 0 10px;
    position: relative;
    top: 10px;
    background: #fff;
    padding: 0 5px;
}

.banner-right .quantity-group:nth-child(2n), .railcard-mobile-pop .quantity-group:nth-child(2n) {
    padding: 0px;
}

.banner-right .quantity-group, .railcard-mobile-pop .quantity-group {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}

    .banner-right .quantity-group .input-group, .railcard-mobile-pop .quantity-group .input-group {
        border-radius: 5px;
        box-shadow: 0 0 0;
        border: 1px #204555 solid;
        padding: 8px;
    }

    .banner-right .quantity-group input, .railcard-mobile-pop .quantity-group input {
        border: 0px;
    }

.banner-right input.button-minus, .banner-right input.button-plus, .railcard-mobile-pop input.button-minus, .railcard-mobile-pop input.button-plus {
    background: #E2F5E9;
    padding: 0px !important;
    line-height: 0px !important;
    height: 25px;
    width: 25px !important;
    color: #204555;
    border-radius: 50%;
    font-size: 18px !important;
    border: 0px;
}

    .banner-right input.button-minus:hover, .banner-right input.button-plus:hover, .railcard-mobile-pop input.button-minus:hover, .railcard-mobile-pop input.button-plus:hover {
        cursor: pointer;
    }

.banner-right input.quantity-field, .railcard-mobile-pop input.quantity-field {
    overflow: visible;
    padding: 0px !important;
    text-align: center;
}

.banner-right .dropdown-menu {
    min-width: 100%;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 0px 15px 20px;
    border: 1px #ccc solid;
}

    .banner-right .dropdown-menu li {
        display: block;
    }

.banner-right .dropdown {
    position: relative;
    padding-top: 10px;
    width: 100%;
    display: inline-block;
}

.railcardDiv {
    padding-top: 20px;
}

.banner-right .main-drop {
    color: #FF4713;
    font-size: 14px;
    font-weight: 400;
}

.banner-right .dropdown-menu select {
    font-size: 14px;
}

.add-railcard-btn {
    border: 1px #FF4713 solid;
    font-weight: 600;
    font-size: 14px !important;
    background: 0 none;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}

.main-search-btn {
    width: 100%;
    background-color: #FF4713;
    margin-top: 20px;
}

.clear-both {
    clear: both;
}

.banner-right .radio-btn input[type="radio"]:not(:checked) + label, .banner-right .radio-btn input[type="radio"]:checked + label, .banner-right .check-btn input[type="checkbox"]:not(:checked) + label, .banner-right .check-btn input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
}

    .banner-right .radio-btn input[type="radio"]:not(:checked) + label:before, .banner-right .radio-btn input[type="radio"]:checked + label:before, .banner-right .check-btn input[type="checkbox"]:not(:checked) + label:before, .banner-right .check-btn input[type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: #fff;
    }

    .banner-right .check-btn input[type="checkbox"]:not(:checked) + label:before, .banner-right .check-btn input[type="checkbox"]:checked + label:before, .banner-right .check-btn input[type='checkbox']:after, .banner-right .check-btn input[type='checkbox']:checked:after {
        border-radius: 0px
    }

    .banner-right .radio-btn input[type="radio"]:checked + label:before, .banner-right .check-btn input[type="checkbox"]:checked + label:before {
        border: 1px solid #FF4713;
    }

    .banner-right .radio-btn input[type="radio"]:checked + label:after {
        background: #FF4713;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: '';
        left: 5px;
        top: 5px;
    }

    .banner-right .check-btn input[type="checkbox"]:checked + label:after {
        position: absolute;
        content: "\f00c";
        background: #FF4713;
        width: 18px;
        height: 18px;
        font-family: fontawesome;
        left: 0px;
        top: 0px;
        border-radius: 0px;
        border: 1px #FF4713 solid;
        text-align: center;
        color: #fff;
    }

.banner-right .radio-btn, .banner-right .check-btn {
    padding-top: 20px;
    position: relative;
    width: 50%;
    float: left;
}

.banner-right .field-label {
    top: 0px;
    left: 0px;
    margin: 0px;
    float: left;
}

.banner-right .radio-btn input[type="radio"]:not(:checked), .banner-right .radio-btn input[type="radio"]:checked, .banner-right .check-btn input[type="checkbox"]:not(:checked), .banner-right .check-btn input[type="checkbox"]:checked {
    float: left;
    width: auto;
    position: absolute;
    z-index: 99;
    opacity: 0;
}

.banner-right .radio-btn input[type='radio']:after, .banner-right .check-btn input[type='checkbox']:after {
    content: "";
    vertical-align: middle;
    text-align: center;
    position: absolute;
    cursor: pointer;
    height: 18px;
    width: 18px;
    left: -1px;
    top: 0px;
    background: #fff;
    border: 1px #FF4713 solid;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.banner-right .radio-btn input[type='radio']:checked:after, .banner-right .check-btn input[type='checkbox']:checked:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #FF4713;
    position: absolute;
    top: 4px;
    left: 4px !important;
    border-radius: 100%;
    line-height: 10px;
}

.banner-right .check-btn input[type='checkbox']:checked:after {
    content: "\f00c";
    background: 0 none;
    width: auto;
    height: auto;
    font-family: fontawesome;
}

.remove-railcard-section:nth-child(1), .view-railcard-section {
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.remove-railcard, .view-railcard {
    color: #FF4713;
    float: right;
    font-size: 14px;
}

    .remove-railcard a, .view-railcard a {
        color: #FF4713;
    }

.railcard-visuals {
    float: left;
    font-size: 14px;
    color: #000;
}

.remove-railcard a::before {
    content: "\f057";
    color: #FF4713;
    font-family: fontawesome;
    padding-right: 5px;
}

.dropdown.st-railcard-dropdown {
    margin-top: 4%
}

.railcardDivST {
    margin-top: -3%
}

    .railcardDivST .remove-railcard-section {
        padding-top: 0px !important
    }

.view-dropdown {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 15px 15px 0px 15px;
    border: 1px #ccc solid;
}

@media (min-width:1281px) {
    .view-dropdown {
        margin-top: 10%
    }
}

.view-dropdown .remove-railcard-section {
    padding-top: 0px;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.group-booking {
    margin-top: 10px;
    border-left: 5px #6caf35 solid;
}

    .group-booking, .group-booking p {
        font-size: 14px;
    }

        .group-booking p {
            padding-left: 10px;
            margin-bottom: 0px;
        }

        .group-booking a {
            color: #FF4713;
            text-decoration: underline;
        }

.common-tab #myBtn {
    display: block;
    position: static;
    padding: 0px 12px;
    background: transparent;
    color: #204555;
    font-size: inherit;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    outline: none;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.departing-popup .modal-content {
    width: 50%;
    border-radius: 5px;
    outline: none;
}

.returning-popup .close span, .departing-popup .close span, .railcard-mobile-pop .close span {
    background: #FF4713;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    line-height: 16px;
}

.returning-popup .close, .departing-popup .close, .railcard-mobile-pop .close {
    color: #FF4713 !important;
    font-size: 14px !important;
    font-weight: normal;
}

.returning-popup h2, .departing-popup h2 {
    margin-top: 0px;
}

.returning-popup .modal-content {
    padding: 0px;
    border-radius: 5px !important;
    border: 0px;
    overflow: hidden;
}

.returning-popup .returning-modal-top {
    background: #eee;
    padding: 20px;
}

.returning-popup .returning-search-field {
    width: 100%;
    position: relative;
}

    .returning-popup .returning-search-field label {
        width: 100%;
        color: #204555;
        font-size: 14px;
        font-weight: normal;
        display: block;
    }

    .returning-popup .returning-search-field input {
        width: 100%;
        border: 6px;
        height: 40px;
        border-radius: 6px;
        border: #ccc 1px solid;
        padding: 10px 40px 10px 10px;
    }

    .returning-popup .returning-search-field::after {
        content: "\f002";
        font-family: fontawesome;
        color: #FF4713;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 25px;
    }

.returning-popup .return-stations-nearme {
    padding: 20px;
    max-height: 95%;
    overflow-y: auto;
}

.return-stations.focused {
    cursor: pointer !important;
    background: #eee !important;
}

.returning-popup .return-stations {
    background: #fff;
    border: 1px #204555 solid;
    padding: 10px;
}

.returning-popup .return-station-name {
    float: left;
    color: #204555;
    font-weight: 500
}

.returning-popup .return-stations {
    background: #fff;
    border: 1px #204555 solid;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
}

.returning-popup .return-station-shortcode {
    float: right;
    text-transform: uppercase;
    color: #204555;
}

.returning-popup .reached-station {
    background: #E7EBF3;
    border: 1px #E7EBF3 solid;
}

.returning-popup .return-stations-nearme h5 {
    font-size: 20px;
    margin-bottom: 0px
}

.returning-popup .return-stations-nearme::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 0px;
}

.returning-popup .return-stations-nearme::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
    border: 1px #204555 solid;
}

.returning-popup .return-stations-nearme::-webkit-scrollbar-thumb {
    background: #204555;
    border-radius: 5px;
}

    .returning-popup .return-stations-nearme::-webkit-scrollbar-thumb:hover {
        background: #204555;
        border-radius: 5px;
    }

.departing-tabs {
    border: 0px;
    background: transparent;
}

    .departing-tabs ul {
        padding: 0px !important
    }

.common-depart {
    padding: 0px !important;
    margin-top: 20px;
}

.depart-inner-tabs {
    border: 0px;
    background: #fff
}

    .depart-inner-tabs ul li a, .depart-inner-tabs ul li {
        margin: 0px !important;
    }

    .depart-inner-tabs ul {
        border: 1px #204555 solid !important;
        border-radius: 5px;
    }

        .depart-inner-tabs ul li {
            width: 50%;
            text-align: center;
            padding-bottom: 0px !important;
            list-style: none;
        }

            .depart-inner-tabs ul li a {
                border-bottom: 0px !important;
                display: block;
                width: 100%;
                padding: 10px 0 !important;
                color: #204555 !important;
            }

            .depart-inner-tabs ul li.ui-tabs-active a, .specific-date-tab .depart-inner-tabs li.active a {
                background: #204555;
                color: #fff !important
            }

.depart-time label, .arrive-by-time label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-left: 20px;
    padding-bottom: 5px;
}

.depart-time select, .arrive-by-time select {
    border: 1px #204555 solid;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.depart-time button, .arrive-by-time button {
    margin-top: 15px;
    width: 100%;
}

.specific-date-tab .depart-inner-tabs ul {
    float: left;
    width: 100%;
    margin-top: 46px !important;
}

.specific-date-tab .depart-inner-tabs li {
    float: left;
}

.specific-date-btn {
    margin-top: 15px;
    width: 100%
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.nexus-btn-section {
    float: right;
    padding: 0 30px 0 0;
}

.major .nexus-btn-section button::before, .major .expanded-btn-section button::before {
    content: "\f071";
    font-family: fontawesome;
    color: #d03349;
    padding-right: 10px;
}

.major .expanded-btn-section button::before, .expanded-btn-section button::after, .expanded-btn-section button:hover::after {
    color: #fff !important;
    text-decoration: none !important;
}

.minor .nexus-btn-section button::before, .minor .expanded-btn-section button::before {
    content: "\f12a";
    font-family: fontawesome;
    color: #d03349;
    margin-right: 10px;
    width: 18px;
    height: 17px;
    background: #f4ca40;
    border: 1px #d03349 solid;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding-top: 1px;
}

.good .nexus-btn-section button::before, .good .expanded-btn-section button::before {
    content: "\f058";
    font-family: fontawesome;
    color: #6caf35;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.nexus-btn-section button {
    background: #fff;
    border: 0px;
    padding: 10px 15px;
    font-size: 14px;
}

    .nexus-btn-section button:hover {
        cursor: pointer;
    }

    .nexus-btn-section button::after, .expanded-btn-section button::after {
        content: "\f107";
        font-family: fontawesome;
        color: #333;
        font-size: 24px;
        line-height: 0px;
        top: 3px;
        padding-left: 10px;
        position: relative;
    }

    .nexus-btn-section button.highlight::after, .expanded-btn-section button.highlight::after {
        content: "\f106";
    }

.nexus-main {
    position: relative;
}

.nexus-content p, .expanded-content p {
    width: 100%;
    float: left;
}

.nexus-content, .expanded-content {
    background: #fff;
}

.major .nexus-content, .major .expanded-content {
    border: 1px #d03349 solid;
}

.minor .nexus-content, .minor .expanded-content {
    border: 1px #f4ca40 solid;
}

.good .nexus-content, .good .expanded-content {
    border: 1px #6caf35 solid;
}

.nexus-main .container, .expanded-main .container {
    display: flex;
}

.nexus-content-inner, .expanded-content-inner {
    width: 50%;
    padding: 10px;
    margin: auto;
    font-size: 14px;
}

    .nexus-content-inner p, .expanded-content-inner p {
        font-size: 14px;
        line-height: 22px;
    }

    .nexus-content-inner a, .expanded-content-inner a {
        clear: both;
        float: left;
        color: #FF4713;
    }

    .nexus-content-inner label, .expanded-content-inner label {
        font-weight: 500
    }

.expanded-btn-section {
    width: 100%;
    text-align: center;
}

    .expanded-btn-section button {
        background: 0 none;
        border: 0px;
        position: relative;
    }

.major .expanded-btn-section button {
    color: #fff;
    font-size: 16px;
}

.expanded-btn-section button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.major .expanded-btn-section {
    background: #d03349;
    padding: 8px 0;
}

.minor .expanded-btn-section {
    background: #f4ca40;
    padding: 8px 0;
}

    .minor .expanded-btn-section button::after {
        color: #000 !important
    }

.good .expanded-btn-section {
    background: #6caf35;
    padding: 8px 0;
}

    .good .expanded-btn-section button, .good .expanded-btn-section button::before {
        color: #fff
    }

.mobile-qtt {
    display: none;
}

.remove-railcard-section {
    clear: both;
}

@media (max-width:1024px) {
    .mobile-qtt {
        display: block;
    }

    .desktop-qtt, .banner-left {
        display: none;
    }

    .mobile-qtt .banner-exchange-btn {
        transform: translate(-95%,-20%);
        left: 95%;
    }

    .mobile-qtt .layout--6-6 > .column {
        width: 50%;
        float: left;
    }

    .mobile-qtt .layout--8-4 > .column:first-of-type, .mobile-departing-popup .layout--8-4 > .column:first-of-type {
        width: 66.66666667%;
        float: left;
    }

    .mobile-qtt .layout--8-4 > .column:last-of-type, .mobile-departing-popup .layout--8-4 > .column:last-of-type {
        width: 33.33333333%;
        float: left;
    }

    #mob-tabs {
        background: #fff;
        border: 0px;
        border-radius: 0px;
    }

    .railcard-modal-top .quantity-group {
        float: none;
    }

    .display-flex {
        display: flex;
    }

    .railcard-mobile-pop .amount-group, .railcard-mobile-pop .quantity-field {
        width: 100%;
    }

    .mobile-qtt-form {
        padding-bottom: 15px;
        border-bottom: 1px #ccc solid
    }

    .mobile-qtt-primary-btn {
        margin-top: 30px;
        width: 100%
    }

    .railcard-mobile-pop .modal-content {
        border: 0px;
    }

    .mobile-qtt .remove-railcard, .mobile-qtt .view-railcard {
        float: left;
        padding-left: 10px;
        position: relative;
        z-index: 1;
    }

    .mobile-qtt .view-dropdown {
        position: static;
        margin-top: 25px;
        border: 0px;
        padding: 10px 0;
    }

        .mobile-qtt .view-dropdown .remove-railcard-section {
            padding-bottom: 0px;
        }

    .railcard-mobile-pop .modal-content, .returning-returning-popup .modal-content, .mobile-departing-popup .modal-content {
        top: 0 !important;
        width: 100%;
        height: 100%;
    }

    .railcard-mobile-pop, .returning-returning-popup, .mobile-departing-popup {
        padding-top: 0px !important;
    }

        .returning-returning-popup .modal-content, .mobile-departing-popup .modal-content {
            border-radius: 0px !important;
            border: 0px;
        }
}

@media (max-width:767px) {
    .mobile-qtt .column, .returning-returning-popup .column, .mobile-departing-popup .column {
        margin-bottom: 0px !important;
    }

    .returning-returning-popup .return-stations-nearme {
        padding-right: 0px;
        padding-left: 0px
    }
}

.dp-highlight .ui-state-default {
    background: #484;
    color: #FFF;
}

.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
}

#datepicker {
    height: 300px;
    overflow-x: scroll;
}

.ui-widget {
    font-size: 100%
}
/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font:SIL OFL 1.1,CSS:MIT License) */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-angle-right:before {
    content: "\f105"
}

.nexus-btn-section {
    float: right;
    padding: 0 15px 0 0;
    background: #fff;
}

.major .nexus-btn-section button::before, .major .expanded-btn-section button::before {
    content: "\f071";
    font-family: fontawesome;
    color: #d03349;
    padding-right: 10px;
}

.major .expanded-btn-section button::before, .expanded-btn-section button::after, .expanded-btn-section button:hover::after {
    color: #fff !important;
    text-decoration: none !important;
}

.minor .nexus-btn-section button::before, .minor .expanded-btn-section button::before, .expanded-main.minor i.fa-exclamation {
    content: "\f12a";
    font-family: fontawesome;
    color: #d03349;
    margin-right: 10px;
    width: 18px;
    height: 17px;
    background: #f4ca40;
    border: 1px #d03349 solid;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding-top: 1px;
}

.good .nexus-btn-section button::before, .good .expanded-btn-section button::before {
    content: "\f058";
    font-family: fontawesome;
    color: #6caf35;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.nexus-btn-section button {
    border: 0px;
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    position: relative;
}

    .nexus-btn-section button:hover {
        cursor: pointer;
    }

    .nexus-btn-section button::after, .expanded-btn-section button::after {
        content: "\f107";
        font-family: fontawesome;
        color: #333;
        font-size: 24px;
        line-height: 0px;
        top: 3px;
        padding-left: 10px;
        position: relative;
    }

    .nexus-btn-section button.highlight::after, .expanded-btn-section button.highlight::after {
        content: "\f106";
    }

.nexus-main {
    position: relative;
}

.nexus-content p, .expanded-content p {
    width: 100%;
    float: left;
}

.nexus-content, .expanded-content {
    background: #fff;
}

.major .nexus-content, .major .expanded-content {
    border: 1px #d03349 solid;
}

.minor .nexus-content, .minor .expanded-content {
    border: 1px #f4ca40 solid;
}

.good .nexus-content, .good .expanded-content {
    border: 1px #6caf35 solid;
}

.nexus-main .container, .expanded-main .container {
    display: flex;
}

.nexus-content-inner, .expanded-content-inner {
    width: 50%;
    padding: 10px;
    margin: 0px auto !important;
    font-size: 14px;
}

    .nexus-content-inner p, .expanded-content-inner p {
        font-size: 14px;
        line-height: 22px;
    }

    .nexus-content-inner a, .expanded-content-inner a {
        clear: both;
        float: left;
        color: #FF4713;
    }

    .nexus-content-inner label, .expanded-content-inner label {
        font-weight: 500
    }

.expanded-btn-section {
    width: 100%;
    text-align: center;
}

    .expanded-btn-section button {
        background: 0 none;
        border: 0px;
        position: relative;
    }

.major .expanded-btn-section button {
    color: #fff;
    font-size: 16px;
}

.expanded-btn-section button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.major .expanded-btn-section {
    background: #d03349;
    padding: 8px 0;
}

.minor .expanded-btn-section {
    background: #f4ca40;
    padding: 8px 0;
}

    .minor .expanded-btn-section button::after {
        color: #000 !important
    }

.good .expanded-btn-section {
    background: #6caf35;
    padding: 8px 0;
}

    .good .expanded-btn-section button, .good .expanded-btn-section button::before {
        color: #fff
    }

#menu-thumb .btn-secondary {
    color: #131E29;
}

    #menu-thumb .btn-secondary::after {
        display: none
    }

button.expanded-btn.highlight i, button.nexus-btn.highlight i {
    transform: rotate(180deg);
}

#departureDatePopup .depart-inner-tabs .time-selector-btn-grp button {
    height: auto
}

.time-selector-btn-grp .departby-radio {
    border: solid 2px #204555;
    background-color: white;
    color: black;
    list-style: none;
    white-space: nowrap;
    width: 50%;
    margin-left: -5px;
    margin-right: 0px;
    padding: 2%;
    cursor: pointer;
}

.time-selector-btn-grp .mobile-departby-radio {
    border: solid 2px #204555;
    background-color: white;
    color: black;
    list-style: none;
    white-space: nowrap;
    width: 50%;
    margin-left: -5px;
    margin-right: 0px;
    padding: 2%;
    cursor: pointer
}

    .time-selector-btn-grp .active, .time-selector-btn-grp .mobile-departby-radio:focus {
        background-color: #204555;
        color: white;
        border: solid 2px #204555
    }

.time-selector-btn-grp .active, .time-selector-btn-grp .departby-radio:focus {
    background-color: #204555;
    color: white;
    border: solid 2px #204555
}

.good .nexus-btn-section button {
    padding: 10px 10px 10px 15px
}

.banner-right {
    z-index: 1;
}

.time-selector-btn-grp .departby-radio {
    margin: 0px -4px 0 -1px !important
}

.time-selector-btn-grp .departby-radio, .time-selector-btn-grp .mobile-departby-radio {
    border-radius: 5px 0 0 5px;
}

    .time-selector-btn-grp .departby-radio:nth-child(2), .time-selector-btn-grp .mobile-departby-radio:nth-child(2) {
        border-radius: 0 5px 5px 0;
    }

.btn-primary {
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0px !important
}

.calndar .ui-datepicker {
    max-width: none
}

    .calndar .ui-datepicker .ui-datepicker-header .ui-datepicker-title span, .calndar .ui-datepicker th span, .calndar .ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight.ui-state-active, .calndar .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default, .calndar .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default, .calndar .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default.ui-state-hover {
        font-weight: 400 !important;
        font-size: 14px !important;
        width: 37px;
        margin: auto
    }

#returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-active {
    background: #C7DAE7 !important;
    border: 0px !important;
}

    #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-active.ui-state-disabled, #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-active.x-ui-current-selected-date {
        background: 0 none !important;
        border: 0px !important;
        opacity: 1;
    }

    #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-active a.ui-state-default {
        background: #C7DAE7;
        border-radius: 0px;
    }

#returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.x-ui-current-selected-date a {
    background: #C7DAE7 !important;
    border: 2px #204555 solid !important;
    border-radius: 50% !important;
    height: 36px !important;
    color: #204555 !important
}

#returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.x-ui-current-selected-date {
    position: relative;
}

    #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.x-ui-current-selected-date span, #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.x-ui-current-selected-date a, #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
        position: relative;
        z-index: 1
    }

        #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.x-ui-current-selected-date::after, #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-default.ui-state-active::before {
            background: #C7DAE7;
            content: '';
            width: 50%;
            height: 36px;
            position: absolute;
            top: 0px;
            right: 0px;
            z-index: 0;
        }

        #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-default.ui-state-active::before {
            right: auto;
            left: -50%;
            z-index: -1;
            top: -2px;
            width: 100%
        }

        #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-default {
            background: #fff !important
        }

            #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-default:hover {
                color: #204555 !important
            }

.calndar .ui-datepicker {
    border: 0px !important;
    box-shadow: 0 0 0 !important
}

    .calndar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .calndar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        border-color: #FF4713;
        color: #FF4713;
    }

        .calndar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .calndar .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
            border-color: #555;
            color: #555;
        }

    .calndar .ui-datepicker .ui-datepicker-calendar tbody .ui-state-active, #returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.x-ui-current-selected-date span {
        background: #C7DAE7 !important;
        border: 2px #204555 solid !important;
        color: #204555 !important
    }

    .calndar .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default.ui-state-hover {
        background: #204555 !important;
        border: 2px #204555 solid;
        color: #fff !important
    }

    .calndar .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
        border: 2px transparent solid;
    }

.arrival-time-option .departby-radio {
    height: 43px;
}

#tabs-6 .depart-time {
    padding-top: 0px !important
}

.time-selector-btn-grp {
    padding-bottom: 20px;
}

.arrival-time-option {
    padding-top: 25px !important;
}

@media (min-width:1281px) {
    .railcard-visuals {
        width: 65%;
    }
}

.railcard-visuals i {
    display: none
}

.west-coast-website .promo-content .promo-crd, .nav-quick-links .nav-item .contentbg {
    z-index: 0
}

.quick-btns a {
    background: 0 none;
    border: 2px #ff4713 solid;
    margin: 5px 0;
}

.quick-btns {
    background: #eee;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

    .quick-btns a:hover {
        border: 2px #E33707 solid !important
    }

.nexus-btn-section {
    position: absolute;
    right: 30px;
    z-index: 2;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

    .nexus-btn-section button::after, .expanded-btn-section button::after, .expanded-btn-section button::before {
        display: none !important;
    }

.expanded-main.good i, .expanded-main.major i.fa-exclamation-triangle {
    color: #fff;
    font-size: 16px;
}

.west-coast-website .promo-content .container {
    margin-top: 0px !important
}

.expanded-main.minor i.fa-exclamation {
    margin-right: 0px;
}

.nexus-btn-section .fa-angle-down::before, .expanded-btn-section i.fa-angle-down::before {
    font-size: 23px;
    line-height: 0px !important;
    top: 2px !important;
    position: relative;
}

.group-booking span {
    padding-left: 8px;
    display: block;
}

button.expanded-btn i {
    position: absolute;
    top: 3px;
    right: -20px;
}

button.nexus-btn i {
    position: absolute;
    top: 15px;
    right: 4px;
}

#departureDatePopup .time-selector-btn-grp {
    padding-top: 26px;
}

    #departureDatePopup .time-selector-btn-grp button {
        height: 41px;
    }

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

#close_railcard .close {
    font-size: 16px;
    font-weight: 400;
    color: #FF4713;
    display: flex;
    padding-top: 10px;
}

    #close_railcard .close span {
        width: 16px;
        height: 16px;
        color: #fff;
        border-radius: 50%;
        background: #ff4713;
        display: block;
        margin: 4px 5px;
        text-align: center;
        line-height: 13px;
        font-size: 20px;
    }

#close_railcard .column {
    padding-top: 30px;
}

a:hover, button:hover {
    cursor: pointer;
}

.return-stations:hover {
    cursor: pointer;
    background: #eee;
}

.banner-right .quantity-group input[type="text"] {
    width: 30px;
    border: 0px !important;
    border-radius: 0px !important;
    margin: auto;
}

.button-minus:hover, .button-plus:hover {
    background: #eee !important;
}

@media (max-width:1199px) {
    .banner-right .railcardDiv .quantity-group {
        width: 100%;
        padding-right: 10px !important;
    }

    #close_railcard .column {
        padding-top: 35px;
    }

    .banner-right .quantity-group input[type="text"] {
        width: 25px;
    }

    .banner-right input.button-minus, .banner-right input.button-plus {
        width: 20px !important;
        height: 20px !important
    }
}

@media (max-width:1024px) {
    select {
        -webkit-appearance: none;
    }

    .main-navigation {
        z-index: 9
    }

    .ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default:hover, .ui-datepicker .ui-datepicker-calendar tbody .ui-state-default:hover {
        width: 36px;
        margin: auto !important;
    }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        padding-bottom: 10px
    }

    .x-ui-current-selected-date {
        background: 0 none !important;
        border: 0px !important;
        opacity: 1 !important;
    }

        .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-active.ui-state-default, .x-ui-current-selected-date span {
            background: #C7DAE7 !important;
            border: 2px #204555 solid !important;
            color: #204555 !important;
        }

        .x-ui-current-selected-date span {
            opacity: 1
        }

    #mobile-departing-date-popup .time-selector-btn-grp, #mobile-arrival-date-popup .time-selector-btn-grp {
        margin: 15px 0 0 0 !important
    }

    #mobile-departing-date-popup .specific-date-tab .time-selector-btn-grp, #mobile-arrival-date-popup .specific-date-tab .time-selector-btn-grp {
        margin: 46px 0 0 0 !important
    }

        #mobile-departing-date-popup .specific-date-tab .time-selector-btn-grp button, #mobile-arrival-date-popup .specific-date-tab .time-selector-btn-grp button {
            height: 42px;
        }

    .specific-date-tab .layout--12 {
        margin: 0px !important;
    }

    .specific-date-tab .hasDatepicker {
        background: #fff
    }

    .mobile-departby-radio {
        padding: 10px !important
    }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-title span, .ui-datepicker .ui-datepicker-calendar thead th span, .ui-datepicker .ui-datepicker-calendar tbody td span, .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-active {
        width: 36px;
        font-weight: 400 !important;
        font-size: 14px !important;
        margin: auto;
    }

    .main-banner-section .container {
        width: 100% !important
    }

    .main-banner-section {
        padding-top: 0px;
    }

    .banner-right ul li a, .departing-tabs ul li a {
        font-weight: 400 !important;
    }

    .banner-right ul li, .departing-tabs ul li {
        margin: 0px !important
    }

    .ui-tabs .ui-tabs-nav {
        display: flex;
        overflow-x: auto !important
    }

    .return-stations-nearme-inner {
        margin: 0 10px !important;
    }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        border-color: #FF4713;
        color: #FF4713;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
            border-color: #555;
            color: #555;
        }

    .returning-popup .return-stations-nearme h5 {
        margin-bottom: 10px
    }

    .returning-popup .return-stations-nearme-inner, .returning-popup .return-stations-nearme {
        padding-bottom: 0px
    }

    .specific-date-tab .depart-time, .specific-date-tab .arrive-by-time {
        padding: 20px 0 0 0 !important;
    }
}

@media (max-width:767px) {
    .ui-datepicker {
        height: auto !important
    }

    .nexus-content-inner, .expanded-content-inner {
        width: 100%;
        float: left;
    }

    .quick-btns {
        padding: 15px 0
    }

        .quick-btns .column {
            margin-bottom: 0px !important;
        }

    .nexus-main .container, .expanded-main .container {
        display: block
    }

    .departing-today .ui-datepicker {
        position: static !important;
    }

    .mobile-departing-popup .modal-content {
        overflow-y: scroll;
    }
}

@media (max-width:479px) {
    .specific-date-tab .layout--8-4 .column {
        width: 100% !important;
    }

    #tabsMobile-6 .time-selector-btn-grp, #m-arrival-date-tabs-6 .time-selector-btn-grp {
        margin: 20px -5px 0 5px !important;
    }

    .specific-date-tab .depart-time {
        padding-top: 0px !important
    }
}

.specific-date-tab .depart-time, .specific-date-tab .arrive-by-time {
    padding: 20px 0 0 0 !important;
}

@media (max-width:767px) {
    .ui-datepicker {
        height: auto !important
    }

    .nexus-content-inner, .expanded-content-inner {
        width: 100%;
        float: left;
    }

    .quick-btns {
        padding: 15px 0
    }

        .quick-btns .column {
            margin-bottom: 0px !important;
        }

    .nexus-main .container, .expanded-main .container {
        display: block
    }
}

@media (max-width:479px) {
    .specific-date-tab .layout--8-4 .column {
        width: 100% !important;
    }

    #tabsMobile-6 .time-selector-btn-grp, #m-arrival-date-tabs-6 .time-selector-btn-grp {
        margin: 20px -5px 0 5px !important;
    }

    .specific-date-tab .depart-time {
        padding-top: 0px !important
    }
}

.cookie-message i.closebutton.icon-close_no_circle {
    border: 0;
    float: right;
    font-size: 16px;
    cursor: pointer;
    background: none;
    color: #131e29;
    position: absolute;
    top: 20px !important;
    bottom: 0;
    top: 10px;
    height: 30px;
    right: 10px;
}

.component-grouptravel-form .forms-contener, .component-assistedtravel-form .forms-contener {
    background: #fff !important;
    border: 1px #131E29 solid;
    border-radius: 5px;
}

    .component-grouptravel-form .forms-contener h4, .component-grouptravel-form .forms-contener label, .component-assistedtravel-form .forms-contener h4, .component-assistedtravel-form .forms-contener label {
        color: #131E29 !important
    }

    .component-grouptravel-form .forms-contener .select-wrapper .select2, .component-grouptravel-form .forms-contener .fancy-select .trigger, .component-grouptravel-form .forms-contener .input-wrapper input, .component-grouptravel-form .forms-contener .input-wrapper textarea, .component-assistedtravel-form .forms-contener .select-wrapper .select2, .component-assistedtravel-form .forms-contener .fancy-select .trigger, .component-assistedtravel-form .forms-contener .input-wrapper input, .component-assistedtravel-form .forms-contener .input-wrapper textarea {
        border: 1px #131E29 solid !important;
        border-radius: 5px;
    }

        .component-grouptravel-form .forms-contener .select-wrapper .select2.select2-container--focus, .component-grouptravel-form .forms-contener .select-wrapper .select2.select2-container--open, .component-grouptravel-form .forms-contener .input-wrapper.has-focus input, .component-grouptravel-form .forms-contener .fancy-select .trigger:focus, .component-assistedtravel-form .forms-contener .select-wrapper .select2.select2-container--focus, .component-assistedtravel-form .forms-contener .select-wrapper .select2.select2-container--open, .component-assistedtravel-form .forms-contener .input-wrapper.has-focus input, .component-assistedtravel-form .forms-contener .fancy-select .trigger:focus {
            border: 2px #131E29 solid !important;
        }

    .component-assistedtravel-form .forms-contener .validation-error label, .component-assistedtravel-form .forms-contener .has-validation-error label, .component-grouptravel-form .forms-contener .validation-error label, .component-grouptravel-form .forms-contener .has-validation-error label {
        color: #c0414d !important
    }

    .component-grouptravel-form .forms-contener .validation-error .select-wrapper .select2 :after, .component-grouptravel-form .forms-contener .has-validation-error .fancy-select:after, .component-grouptravel-form .forms-contener .has-validation-error .input-wrapper:after, .component-grouptravel-form .forms-contener .input-wrapper.has-focus:after, .component-assistedtravel-form .forms-contener .validation-error .select-wrapper .select2 :after, .component-assistedtravel-form .forms-contener .has-validation-error .fancy-select:after, .component-assistedtravel-form .forms-contener .has-validation-error .input-wrapper:after, .component-assistedtravel-form .forms-contener .validation-error.input-wrapper:after, .component-assistedtravel-form .forms-contener .input-wrapper.has-focus:after {
        display: none;
    }

    .component-grouptravel-form .forms-contener .validation-error .select-wrapper .select2, .component-grouptravel-form .forms-contener .has-validation-error .fancy-select .trigger, .component-grouptravel-form .forms-contener .has-validation-error .input-wrapper input, .component-grouptravel-form .forms-contener .validation-error .input-wrapper textarea, .component-assistedtravel-form .forms-contener .validation-error .select-wrapper .select2, .component-assistedtravel-form .forms-contener .has-validation-error .fancy-select .trigger, .component-assistedtravel-form .forms-contener .has-validation-error .input-wrapper input, .component-assistedtravel-form .forms-contener .validation-error.input-wrapper input, .component-assistedtravel-form .forms-contener .validation-error .input-wrapper textarea {
        border: 1px #c0414d solid !important;
    }

    .component-grouptravel-form .forms-contener span.validation-error-message, .component-assistedtravel-form .forms-contener span.validation-error-message {
        color: #c0414d !important;
        font-weight: normal;
        padding-top: 10px !important
    }

    .component-grouptravel-form .forms-contener .ul-radio-wrapper li, .component-grouptravel-form .forms-contener .ul-radio-wrapper .radio-wrapper, .component-grouptravel-form .forms-wrapper .ul-radio-wrapper.validation-error div.radio-wrapper, .component-grouptravel-form .forms-contener .checkbox-wrapper.validation-error input[type=checkbox] + label, .component-grouptravel-form .forms-contener .checkbox-wrapper input[type=checkbox] + label, .component-assistedtravel-form .forms-contener .ul-radio-wrapper li, .component-assistedtravel-form .forms-contener .ul-radio-wrapper .radio-wrapper, .component-assistedtravel-form .forms-wrapper .ul-radio-wrapper.validation-error div.radio-wrapper, .component-assistedtravel-form .forms-contener .checkbox-wrapper.validation-error input[type=checkbox] + label, .component-assistedtravel-form .forms-contener .checkbox-wrapper input[type=checkbox] + label {
        background: 0 none !important;
    }

        .component-grouptravel-form .forms-contener .ul-radio-wrapper .radio-wrapper input + label, .component-grouptravel-form .forms-contener .checkbox-wrapper input[type=checkbox] + label:before, .component-assistedtravel-form .forms-contener .ul-radio-wrapper .radio-wrapper input + label, .component-assistedtravel-form .forms-contener .checkbox-wrapper input[type=checkbox] + label:before {
            background: #fff;
            border: 1px #131E29 solid;
        }

            .component-grouptravel-form .forms-contener .ul-radio-wrapper .radio-wrapper input + label:focus, .component-grouptravel-form .forms-contener .checkbox-wrapper input[type=checkbox] + label:focus:before, .component-assistedtravel-form .forms-contener .ul-radio-wrapper .radio-wrapper input + label:focus, .component-assistedtravel-form .forms-contener .checkbox-wrapper input[type=checkbox] + label:focus:before {
                border: 2px #131E29 solid;
            }

        .component-grouptravel-form .forms-contener .ul-radio-wrapper .radio-wrapper input:checked + label:after, .component-assistedtravel-form .forms-contener .ul-radio-wrapper .radio-wrapper input:checked + label:after {
            background: #ff4713;
            box-shadow: 0 0 0;
            top: 4px;
            left: 4px;
        }

        .component-grouptravel-form .forms-contener .ul-radio-wrapper.validation-error .radio-wrapper input + label, .component-grouptravel-form .forms-contener .checkbox-wrapper.validation-error input[type=checkbox] + label:before, .component-assistedtravel-form .forms-contener .ul-radio-wrapper.validation-error .radio-wrapper input + label, .component-assistedtravel-form .forms-contener .checkbox-wrapper.validation-error input[type=checkbox] + label:before {
            background: #efcfd2 !important;
            border: 1px #c0414d solid !important;
        }

        .component-grouptravel-form .forms-contener .checkbox-wrapper input[type=checkbox] + label:before, .component-assistedtravel-form .forms-contener .checkbox-wrapper input[type=checkbox] + label:before {
            border-radius: 0px;
            width: 20px;
            height: 20px;
            top: 11px;
        }

    .component-grouptravel-form .forms-contener .checkbox-wrapper input[type=checkbox]:checked + label:before, .component-assistedtravel-form .forms-contener .checkbox-wrapper input[type=checkbox]:checked + label:before {
        background: #ff4713;
        border: 1px #ff4713 solid;
    }

body .main-banner-section .swr-rich-text .banner-left li::before {
    content: "\f00c" !important;
    position: absolute;
    !important;
    background: 0 none !important;
    top: 0 !important;
    left: 0px !important
}

@media (max-width:1024px) {
    .banner-left {
        display: block !important;
        transform: none;
        padding-top: 70px;
    }

    .basket-status.component-basket-status {
        display: none;
    }

    .main-banner-section {
        background: #e2f5e9;
        height: auto;
    }

    .banner-left h2 {
        font-size: 26px !important
    }

    .main-banner-section .banner-left li {
        padding-left: 25px;
        width: 45%;
        display: inline-flex;
        padding-right: 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .main-banner-section .banner-left p {
        font-size: 15px;
        line-height: 20px !important;
    }
}

@media (max-width:767px) {
    .nav-quick-links p {
        font-size: 12px;
        line-height: 16px !important;
    }

    .nav-quick-links .nav-item {
        min-height: 130px;
    }
}

.listing-main {
    border: 1px #E33707 solid;
    float: left;
    width: 100%;
    background-color: white;
}

.additional-content {
    display: none;
}

.listing-inner-main {
    padding: 20px 15px;
}

.listing-inner {
    border-top: 1px #E33707 solid;
    padding: 15px 0px;
    float: left;
    width: 100%;
}

    .listing-inner h4 {
        color: #131E29;
    }

    .listing-inner:first-child {
        border: 0px;
        padding-top: 0px
    }

.listing-time {
    color: #666;
    font-size: 13px;
    font-style: italic;
    padding-top: 5px;
}

.listing-inner p {
    padding-top: 15px;
}

.listing-inner .show-more {
    background: #ff4713;
    color: #131E29;
    font-weight: 700;
    border-color: transparent;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}

.listing-price {
    font-size: 30px;
    color: #131E29;
}

.listing-img {
    width: 150px;
    padding-right: 10px;
    float: left;
}

    .listing-img img {
        width: 100%
    }

.west-coast-create-event select {
    border: 1px #131E29 solid !important;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    padding: 1%;
    margin-bottom: 1%;
}

.west-coast-create-event input[type=text] {
    border: 1px #131E29 solid !important;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    padding: 1%;
    margin-bottom: 1%;
}

.west-coast-create-venue select {
    border: 1px #131E29 solid !important;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    padding: 1%;
    margin-bottom: 1%;
}

.west-coast-create-venue input[type=text] {
    border: 1px #131E29 solid !important;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    padding: 1%;
    margin-bottom: 1%;
}

img.IconImage {
    width: 27px;
    height: 27px;
    margin: 0 4px 0px 0;
    float: none;
    vertical-align: inherit;
}

#trustarc-overlay.trustarc-wall {
    position: fixed;
    / Sit on top of the page content / width:100%;
    / Full width (cover the whole page) / height:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
}

.trustarc-banner-close {
    display: none
}

@media screen and (device-aspect-ratio:2/3) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio:40/71) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio:375/667) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio:9/16) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

@media screen and (min-width:1024px) {
    .user-type {
        right: 24px;
        display: block
    }
}

.returning-popup .modal-content, .departing-popup .modal-content {
    max-width: 600px;
}

.returning-popup .return-stations-nearme-inner {
    padding-bottom: 0px;
}

.modal-open {
    overflow: hidden
}

#returnJourneyPopup td.ui-datepicker-current-day::before {
    height: 36px;
    content: '';
    width: 50%;
    background: #C7DAE7;
    position: absolute;
}

#returnJourneyPopup td.ui-datepicker-current-day {
    position: relative;
}

#returnJourneyPopup .calndar .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-default.ui-state-active::before {
    display: none;
}

#returnJourneyPopup td.ui-datepicker-current-day.ui-datepicker-today::before {
    background: 0 none;
}

@media (max-width:1024px) {
    #mobile-arrival-date-popup .ui-datepicker .ui-datepicker-calendar tbody .ui-state-active.x-ui-current-selected-date .ui-state-default {
        border-radius: 50%;
        border: 2px #204555 solid;
        width: 36px;
        background: #C7DAE7;
        margin: 0 auto !important;
        float: none;
        color: #204555;
        position: relative;
    }

    #mobile-arrival-date-popup .ui-datepicker .ui-datepicker-calendar tbody .ui-state-active.x-ui-current-selected-date {
        position: relative;
    }

        #mobile-arrival-date-popup .ui-datepicker .ui-datepicker-calendar tbody .ui-state-active.x-ui-current-selected-date::before {
            background: #C7DAE7;
            position: absolute;
            width: 50%;
            height: 36px;
            content: '';
            right: 0;
        }

    #mobile-arrival-date-popup .ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-current-day::before {
        content: '';
        background: #C7DAE7;
        height: 36px;
        width: 50%;
        position: absolute;
        left: 0;
    }

    #mobile-arrival-date-popup .ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-current-day .ui-state-default.ui-state-active, #mobile-arrival-date-popup .ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-current-day {
        position: relative;
    }

        #mobile-arrival-date-popup .ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-current-day.ui-state-disabled::before {
            background: 0 none;
        }
}

@media (max-width:767px) {
    #mobile-arrival-date-popup .ui-datepicker .ui-datepicker-calendar tbody td {
        padding: 0;
    }
}

/*For SideQTT*/
.qtt-form-stations .form-control {
    width: 100%;
    padding: 3%;
    border-radius: 5px;
    box-shadow: 0 0 0;
    border: 1px #204555 solid;
}

@media screen and (max-width: 1024px) {
    .sidebar .modal-content {
        position: fixed;
        top: 0 !important;
        bottom: 0;
        left: 0;
        right: 0;
        padding-bottom: 0px;
		width: 100%;
    }

    .sidebar #SideQtt-Departing-Popular-station .column, .sidebar #SideQtt-Arriving-Popular-station .column {
        margin-bottom: 0px
    }

    .sidebar .returning-popup .return-stations-nearme {
        padding: 0px;
        padding-top: 20px;
    }
}
/*For SideQTT*/
.ext-nav ul {
    padding-left: 0px;
    margin-bottom: 20px !important;
    margin-top: 20px;
}
.ext-nav li:first-child {
    padding-left: 0px;
}
.ext-nav li {
    list-style: none;
    display: inline;
    padding: 0 12px;
}
.banner-right#tabs {
    margin-bottom: 80px;
}
.promo-crd .promo-crd__arrow-link i::before {
    top: 3px;
    position: relative;
    left: 10px;
}
.promo-crd .promo-crd__arrow-link i {
    position: static !important;
}
.promo-crd .promo-crd__arrow-link {
    padding-bottom: 10px !important;
}
.west-coast-assisted-travel {
    position: relative;
    z-index: 99;
}