html {
    -webkit-tap-highlight-color: transparent
}

a {
    text-decoration: none;
    outline: 0;
    color: #000
}

button, input[type=submit] {
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer
}

img {
    max-width: 100%
}

input[type=search] {
    -webkit-appearance: none;
    border-radius: 0
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
        display: none
    }

select {
    outline: 0;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    -webkit-appearance: none
}

    select::-ms-expand {
        display: none
    }

.banner {
    position: relative
}

    .banner .stop-start {
        position: absolute;
        bottom: -28px;
        right: 75px;
        width: 14px;
        height: 14px;
        cursor: pointer
    }

@media (max-width:1024px) {
    .banner .stop-start {
        right: 20px
    }
}

@media (max-width:800px) {
    .banner .stop-start {
        top: 220px
    }
}

@media (max-width:480px) {
    .banner .stop-start {
        top: 138px
    }
}

@media (max-width:350px) {
    .banner .stop-start {
        top: 109px
    }
}

.banner .stop-start .pause {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px
}

    .banner .stop-start .pause:before {
        content: '\f04c';
        font-family: FontAwesome;
        font-size: 13px;
        color: grey
    }

@media (max-width:800px) {
    .banner .stop-start .pause:before {
        color: #fff;
        font-size: 16px
    }
}

.banner .stop-start .play {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px
}

    .banner .stop-start .play:before {
        content: '\f04b';
        font-family: FontAwesome;
        color: grey;
        font-size: 13px
    }

@media (max-width:800px) {
    .banner .stop-start .play:before {
        color: #fff;
        font-size: 16px
    }
}

.banner .stop-start.active .pause {
    opacity: 0
}

.banner .stop-start.active .play {
    opacity: 1
}

.main-banner {
    position: relative
}

    .main-banner .slick-dots {
        position: absolute;
        bottom: -64px;
        right: 102px
    }

@media (max-width:1024px) {
    .main-banner .slick-dots {
        right: 44px
    }
}

@media (max-width:800px) {
    .main-banner .slick-dots {
        padding: 0;
        bottom: auto;
        top: 210px;
        right: auto;
        left: 15px
    }
}

@media (max-width:480px) {
    .main-banner .slick-dots {
        top: 130px;
        left: 15px
    }
}

@media (max-width:350px) {
    .main-banner .slick-dots {
        top: 100px
    }
}

.main-banner .slick-dots li {
    cursor: pointer;
    list-style-type: none;
    background: #d0d0d0;
    text-indent: -9999px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px
}

    .main-banner .slick-dots li.slick-active {
        background: #215baf
    }

.main-banner .item {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:1024px) {
    .main-banner .item {
        min-height: 372px
    }
}

@media (max-width:800px) {
    .main-banner .item {
        min-height: 0;
        background-size: 800px 254px;
        background-position: top;
        padding-top: 253px
    }
}

@media (max-width:480px) {
    .main-banner .item {
        background-size: 550px 170px;
        padding-top: 170px
    }
}

@media (max-width:350px) {
    .main-banner .item {
        background-size: 473px 142px;
        padding-top: 142px
    }
}

.main-banner .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
    width: 50%;
    height: 100%;
    background: #e6e6e6
}

.main-banner .item .image {
    position: absolute;
    top: 0;
    right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
    width: 50%;
    height: 100%;
    background: #fff
}

@media (max-width:1280px) {
    .main-banner .item .overlay {
        padding: 0 50px
    }
}

@media (max-width:1024px) {
    .main-banner .item .overlay {
        padding: 0 20px
    }
}

@media (max-width:800px) {
    .main-banner .item .overlay {
        position: relative;
        width: 100%
    }
}

.main-banner .item .overlay h1 {
    color: #06417e;
    margin: 50px 0 20px;
    max-width: 468px
}

@media (max-width:1024px) {
    .main-banner .item .overlay h1 {
        margin: 30px 0 10px
    }
}

@media (max-width:800px) {
    .main-banner .item .overlay h1 {
        margin: 20px 0 0;
        display: block
    }
}

@media (max-width:550px) {
    .main-banner .item .overlay h1 {
        font-size: 22px;
        line-height: 23px
    }
}

.main-banner .item .overlay p {
    margin: 10px 0;
    color: #06417e;
    line-height: 28px
}

@media (max-width:800px) {
    .main-banner .item .overlay p {
        display: none
    }
}

.main-banner .item .overlay .btn-dark-blue {
    margin: 30px 0 20px
}

@media (max-width:1024px) {
    .main-banner .item .overlay .btn-dark-blue {
        margin: 15px 0
    }
}

@media (max-width:800px) {
    .main-banner .item .overlay .btn-dark-blue {
        margin: 14px 0 20px
    }
}

html {
    background: #fafafa
}

body {
    box-shadow: 0 0 6px 1px #ececec;
    padding: 0;
    font-size: 18px;
    font-family: Lato,Arial;
    font-weight: 400;
    color: #323232;
    background: #fff;
    max-width: 1280px;
    min-width: 306px;
    margin: 0 auto
}

@media (max-width:480px) {
    body {
        font-size: 16px
    }
}

img {
    max-width: 100%;
    outline: 0
}

a img {
    border: none
}

.marg-btm {
    margin-bottom: 20px
}

::-moz-selection {
    color: #fff;
    background: #106eb9
}

::selection {
    color: #fff;
    background: #106eb9
}

.breadcrumbs {
    margin: 0;
    padding: 0
}

    .breadcrumbs li {
        position: relative;
        display: inline-block;
        color: #fff;
        margin-right: 20px;
        margin-bottom: 6px;
        font-size: 14px;
        font-family: "Open Sans",Arial
    }

@media (max-width:350px) {
    .breadcrumbs li {
        font-size: 12px
    }
}

.breadcrumbs li:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 3px;
    right: -15px
}

.breadcrumbs li:last-child {
    margin-right: 0
}

    .breadcrumbs li:last-child:after {
        display: none
    }

.breadcrumbs li a {
    color: #fff;
    text-decoration: underline
}

.impInfo {
    background: #e61225;
    padding: 13px 64px 16px 68px
}

@media (max-width:1280px) {
    .impInfo {
        padding: 13px 50px 16px
    }
}

@media (max-width:1024px) {
    .impInfo {
        padding: 8px 20px 10px
    }
}

.impInfo p {
    margin: 0
}

.impInfo a {
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid transparent
}

@media (max-width:1024px) {
    .impInfo a {
        font-weight: 700
    }
}

.impInfo a:hover {
    border-color: #fff
}

.site-overlay {
    display: none;
    width: 100%;
    height: 100%
}

    .site-overlay .content-box {
        border-radius: 12px;
        border: 8px solid #fff;
        background: #fff;
        width: 100%;
        font-size: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

@media (max-width:767px) {
    .site-overlay .content-box {
        box-shadow: none;
        top: 0;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        border-radius: 0
    }
}

.site-overlay .content-box .close-btn {
    position: absolute;
    z-index: 9999;
    top: 3px;
    right: 10px;
    cursor: pointer;
    background: #fff url(/site/static/images/close-cross.png) no-repeat center;
    background-size: 26px 26px;
    height: 26px;
    width: 26px
}

@media (max-width:767px) {
    .site-overlay .content-box .close-btn {
        position: fixed;
        background-size: 22px 22px;
        padding: 0 5px;
        height: 36px;
        width: 36px;
        top: 12px;
        right: 3px
    }
}

.site-overlay .content-box h3 {
    color: #215baf;
    font-family: "Open Sans",Arial;
    font-size: 22px;
    margin: 0 0 10px;
    padding-right: 36px
}

@media (max-width:480px) {
    .site-overlay .content-box h3 {
        font-size: 18px
    }
}

.site-overlay .content-box .row {
    display: table;
    width: 100%;
    padding: 12px 0
}

@media (max-width:380px) {
    .site-overlay .content-box .row {
        padding: 6px 0
    }
}

.site-overlay .content-box .row:first-child {
    padding-top: 0
}

.site-overlay .content-box .row:nth-child(2n) {
    background: #f2f2f2
}

.site-overlay .content-box .row .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 4px
}

    .site-overlay .content-box .row .cell a {
        color: #215baf;
        text-decoration: underline
    }

@media (max-width:480px) {
    .site-overlay .content-box .row .cell {
        font-size: 14px
    }
}

.site-overlay .content-box .row .cell.one {
    width: 60%
}

@media (max-width:480px) {
    .site-overlay .content-box .row .cell.one {
        width: 55%
    }
}

.site-overlay .content-box .row .cell.two {
    width: 20%;
    text-align: center
}

.site-overlay .content-box .row .cell.three {
    width: 20%;
    text-align: center
}

@media (max-width:480px) {
    .site-overlay .content-box .row .cell.three {
        width: 25%
    }
}

#fancybox-close {
    position: absolute !important;
    z-index: 9999 !important;
    top: 10px !important;
    right: 29px !important;
    cursor: pointer;
    background: #fff url(/site/static/images/close-cross.png) no-repeat center !important;
    background-size: 26px 26px !important;
    height: 52px !important;
    width: 35px !important
}

#fancybox-overlay {
    background: #383838 !important;
    z-index: 3010 !important
}

#fancybox-content, #fancybox-outer {
    border-radius: 12px
}

#fancybox-wrap {
    z-index: 3110 !important
}

@media (max-width:800px) {
    #fancybox-wrap {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
        padding: 0 !important
    }

    #fancybox-content, #fancybox-outer {
        border-radius: 0;
        width: 100% !important
    }

    .fancybox-bg {
        display: none
    }

    #fancybox-content {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100% !important
    }

        #fancybox-content > div {
            width: 100% !important;
            height: 100% !important
        }
}

.search-row strong {
    margin-right: 20px
}

@media (max-width:600px) {
    .search-row strong {
        display: block;
        margin-bottom: 12px
    }
}

.search-row input[type=text] {
    -webkit-appearance: none;
    display: inline-block;
    height: 27px;
    width: 150px;
    margin-right: 10px;
    border: 3px solid #eaeaea;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 10px;
    color: #5e606b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    -moz-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

    .search-row input[type=text]::-webkit-input-placeholder {
        color: #adadad
    }

    .search-row input[type=text]:-moz-placeholder {
        color: #adadad
    }

    .search-row input[type=text]::-moz-placeholder {
        color: #adadad
    }

    .search-row input[type=text]:-ms-input-placeholder {
        color: #adadad
    }

@media (max-width:800px) {
    .search-row input[type=text] {
        margin-left: 20px
    }
}

@media (max-width:480px) {
    .search-row input[type=text] {
        width: 139px;
        margin-right: 6px;
        margin-left: 20px
    }
}

.search-row input[type=text]:focus {
    border-color: #d2d2d2
}

.search-row select {
    margin-right: 10px;
    -webkit-appearance: none;
    display: inline-block;
    height: 47px;
    border: 3px solid #eaeaea;
    background: #fff url(/site/static/images/select-arrow.png) no-repeat right center;
    background-size: 35px 47px;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 50px 7px 10px;
    color: #5e606b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    -moz-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

@media (max-width:620px) {
    .search-row select {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
}

.search-row select::-webkit-input-placeholder {
    color: #adadad
}

.search-row select:-moz-placeholder {
    color: #adadad
}

.search-row select::-moz-placeholder {
    color: #adadad
}

.search-row select:-ms-input-placeholder {
    color: #adadad
}

.search-row .btn-dark-blue {
    border: none;
    padding: 12px 40px 13px 16px;
    font-size: 16px;
    border-bottom: 3px solid #d2d2d2
}

.search-row input[type=submit] {
    padding-right: 16px
}

.filter-row strong {
    margin-right: 16px
}

@media (max-width:620px) {
    .filter-row strong {
        display: block;
        margin-bottom: 10px;
        margin-right: 0
    }
}

.filter-row input[type=text] {
    margin-right: 20px;
    -webkit-appearance: none;
    display: inline-block;
    height: 27px;
    width: 150px;
    border: 3px solid #eaeaea;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 10px;
    color: #5e606b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    -moz-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

@media (max-width:620px) {
    .filter-row input[type=text] {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
}

.filter-row input[type=text]:focus {
    border-color: #d2d2d2
}

.filter-row input[type=text]::-webkit-input-placeholder {
    color: #adadad
}

.filter-row input[type=text]:-moz-placeholder {
    color: #adadad
}

.filter-row input[type=text]::-moz-placeholder {
    color: #adadad
}

.filter-row input[type=text]:-ms-input-placeholder {
    color: #adadad
}

.filter-row select {
    margin-right: 20px;
    -webkit-appearance: none;
    display: inline-block;
    height: 47px;
    border: 3px solid #eaeaea;
    background: #fff url(/site/static/images/select-arrow.png) no-repeat right center;
    background-size: 35px 47px;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 50px 7px 10px;
    color: #5e606b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    -moz-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

@media (max-width:620px) {
    .filter-row select {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
}

.filter-row select::-webkit-input-placeholder {
    color: #adadad
}

.filter-row select:-moz-placeholder {
    color: #adadad
}

.filter-row select::-moz-placeholder {
    color: #adadad
}

.filter-row select:-ms-input-placeholder {
    color: #adadad
}

h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 28px;
    line-height: 31px;
    font-family: "Open Sans",Arial;
    color: #215baf;
    font-weight: 700
}

input::-webkit-input-placeholder {
    color: #8d8d8d
}

input:-moz-placeholder {
    color: #8d8d8d
}

input::-moz-placeholder {
    color: #8d8d8d
}

input:-ms-input-placeholder {
    color: #8d8d8d
}

.main-image {
    margin: 0 -68px 0 -64px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 303px
}

@media (max-width:1024px) {
    .main-image {
        margin: 0 -20px;
        height: 240px
    }
}

@media (max-width:480px) {
    .main-image {
        height: 200px
    }
}

@media (max-width:350px) {
    .main-image {
        height: 142px
    }
}

.main-image img {
    width: 100%
}

.accordion-item {
    position: relative;
    padding: 14px 70px 14px 0;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    cursor: pointer
}

    .accordion-item:after {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0;
        font-family: FontAwesome;
        content: '\f105';
        font-size: 16px;
        font-weight: 400
    }

    .accordion-item.active:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .accordion-item.d-blue {
        color: #06417e
    }

    .accordion-item.m-blue {
        color: #215baf
    }

    .accordion-item.l-blue {
        color: #106eb9
    }

    .accordion-item .icon {
        position: absolute;
        top: 50%;
        right: 27px;
        display: block;
        height: 32px;
        width: 33px;
        margin-top: -16px
    }

    .accordion-item .drop-content {
        display: none
    }

@media (max-width:1024px) {
    .in-this-section h3 {
        padding: 11px 0;
        position: relative;
        cursor: pointer;
        margin: 0
    }

        .in-this-section h3:after {
            position: absolute;
            top: 9px;
            right: 0;
            content: '\f107';
            font-size: 30px;
            color: #06417e;
            font-family: FontAwesome
        }

        .in-this-section h3.active:after {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .in-this-section ul {
        display: none
    }
}

input[type=checkbox] {
    display: none
}

    input[type=checkbox] + label {
        font-size: 14px;
        cursor: pointer;
        display: block
    }

        input[type=checkbox] + label span {
            display: inline-block;
            width: 17px;
            height: 17px;
            margin: -1px 8px 0 0;
            vertical-align: middle;
            border: 3px solid #eaeaea;
            background: #fff;
            color: #5e606b;
            border-radius: 5px;
            box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
            cursor: pointer
        }

    input[type=checkbox]:checked + label span {
        background: #fff url(/site/static/images/tick.png) no-repeat center;
        border-color: #d2d2d2
    }

.radio-btn {
    display: inline-block;
    margin-right: 30px
}

@media (max-width:800px) {
    .radio-btn {
        margin-top: 20px
    }

        .radio-btn .required {
            top: 38px !important
        }
}

input[type=radio] {
    display: none
}

    input[type=radio] + label {
        font-size: 18px;
        cursor: pointer;
        display: block
    }

        input[type=radio] + label span {
            display: inline-block;
            width: 32px;
            height: 32px;
            margin: -1px 10px 0 0;
            vertical-align: middle;
            border: 3px solid #eaeaea;
            background: #fff;
            color: #5e606b;
            border-radius: 50%;
            box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
            cursor: pointer
        }

    input[type=radio]:checked + label span {
        background: #106eb9 url(/site/static/images/radiotick.png) no-repeat center;
        border-color: #d2d2d2;
        border: 3px solid #106eb9
    }

input, select, textarea {
    outline: 0
}

a {
    outline: 0;
    color: #323232;
    text-decoration: none;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

h1 {
    display: inline-block;
    font-size: 40px;
    line-height: 47px;
    font-family: "Open Sans",Arial;
    font-weight: 800;
    margin: 0 0 34px
}

@media (max-width:1120px) {
    h1 {
        font-size: 34px;
        line-height: 40px
    }
}

@media (max-width:800px) {
    h1 {
        font-size: 31px;
        margin: 0 0 20px;
        line-height: 34px
    }
}

@media (max-width:480px) {
    h1 {
        font-size: 29px;
        line-height: 29px
    }
}

.content-area p {
    line-height: 28px
}

@media (max-width:550px) {
    .content-area p {
        font-size: 16px;
        line-height: 24px
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.btn-light-blue {
    background: #106eb9;
    padding: 5px 12px;
    border-bottom: 2px solid #06417e;
    color: #fff;
    border-radius: 4px
}

    .btn-light-blue:hover {
        background: #268ad9;
        color: #fff !important
    }

.btn-dark-blue {
    background: #012651;
    display: inline-block;
    font-family: "Open Sans",Arial;
    padding: 13px 20px;
    border-bottom: 4px solid #001a38;
    color: #fff;
    border-radius: 6px;
    font-weight: 700
}

@media (max-width:480px) {
    .btn-dark-blue {
        font-size: 14px;
        padding: 8px 13px
    }
}

.btn-dark-blue:hover {
    background: #07366d
}

.btn-dark-blue.with-arrow {
    position: relative;
    padding-right: 45px
}

    .btn-dark-blue.with-arrow:before {
        position: absolute;
        top: 50%;
        margin-top: -11px;
        font-size: 23px;
        font-weight: 400;
        right: 14px;
        content: '\f105';
        display: block;
        font-family: FontAwesome
    }

.btn-red {
    background: #e61225;
    display: inline-block;
    font-family: "Open Sans",Arial;
    padding: 13px 20px;
    border-bottom: 4px solid #cc0c1d;
    color: #fff;
    border-radius: 6px;
    font-weight: 700
}

@media (max-width:480px) {
    .btn-red {
        font-size: 14px;
        padding: 8px 13px
    }
}

.btn-red:hover {
    background: #ff0018
}

.btn-red.with-arrow {
    position: relative;
    padding-right: 45px
}

    .btn-red.with-arrow:before {
        position: absolute;
        top: 50%;
        margin-top: -11px;
        font-size: 23px;
        font-weight: 400;
        right: 14px;
        content: '\f105';
        display: block;
        font-family: FontAwesome
    }

input[type=submit].with-arrow {
    background-image: url(/site/static/images/button-arrow2.png);
    background-repeat: no-repeat;
    background-size: 25px 15px;
    background-position: right center;
    padding-right: 40px
}

input[type=submit].btn-dark-blue {
    border-top: none;
    border-left: none;
    border-right: none;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.tooltip-area .tooltip-btn {
    background: url(/site/static/images/blue-question-circle.png) no-repeat 0 0;
    width: 32px;
    height: 31px;
    position: absolute;
    top: 10px;
    right: -40px;
    cursor: pointer
}

.tooltip-area .tooltip-text {
    display: none;
    background: #022451;
    color: #fff;
    padding: 12px 16px;
    border-radius: 7px;
    width: 179px;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: -85%
}

    .tooltip-area .tooltip-text:before {
        position: absolute;
        top: 19px;
        left: -5px;
        content: ' ';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 7px 9px 0;
        border-color: transparent #022451 transparent
    }

@media (max-width:991px) {
    .tooltip-area .tooltip-text {
        margin-top: 10px;
        width: 104%;
        font-size: 15px;
        position: relative;
        top: 0;
        right: 0
    }

        .tooltip-area .tooltip-text:before {
            display: none
        }
}

@media (max-width:800px) {
    .tooltip-area {
        width: 93% !important
    }

        .tooltip-area .tooltip-btn {
            right: -9%
        }
}

@media (max-width:550px) {
    .tooltip-area {
        width: 89% !important
    }

        .tooltip-area .tooltip-btn {
            right: -47px
        }
}

.container {
    width: 1150px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1280px) {
    .container {
        width: 100%;
        padding: 0 50px
    }
}

@media (max-width:1024px) {
    .container {
        padding: 0 20px
    }
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #dedede;
    margin: 1.4em 0;
    padding: 0
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 #909090;
    background: #fff
}

    table thead {
        background: #f2f2f2;
        font-weight: 800;
        font-family: "Open Sans",Arial;
        font-size: 19px
    }

    table tr {
        padding: 5px;
        border-bottom: 2px solid #ddd
    }

    table td, table th {
        padding: 14px
    }

    table th {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px
    }

    table td {
        font-size: 16px;
        border: none;
        border-bottom: 1px dotted #ccc;
        border-right: 1px dotted #ccc
    }

        table td p {
            margin: 0 !important
        }

        table td:last-child {
            border-right: none
        }

    table hr {
        display: none
    }

    table.table-left th {
        font-weight: 700;
        font-size: 17.5px;
        font-family: "Open Sans",Arial;
        text-transform: none;
        letter-spacing: normal;
        text-align: left;
        width: 140px;
        border-right: 1px solid #ddd
    }

blockquote {
    margin-left: 9px
}

.serviceFrequency {
    border: 1px solid #ccc !important
}

    .serviceFrequency td {
        padding: 6px 8px !important
    }

    .serviceFrequency tr {
        border-bottom: 1px solid #ccc !important
    }

        .serviceFrequency tr:last-child {
            border-bottom: none
        }

    .serviceFrequency td, .serviceFrequency th {
        border-right: 1px solid #ccc !important
    }

        .serviceFrequency td:last-child, .serviceFrequency th:last-child {
            border-right: none
        }

.chevronList {
    padding-left: 22px;
    list-style-type: disc;
    margin-bottom: 15px
}

#sitemap ul {
    list-style-type: none;
    padding: 0
}

    #sitemap ul li ul {
        list-style-type: none;
        padding: 10px 25px 20px
    }

@media (max-width:800px) {
    table {
        border: 0
    }

        table thead {
            display: none
        }

        table tr {
            display: block;
            border-bottom: 2px solid #ddd
        }

        table td {
            display: block;
            text-align: left;
            border-bottom: 1px dotted #ccc;
            border-right: 0
        }

            table td:last-child {
                border-bottom: 0
            }

            table td:before {
                content: attr(data-label);
                display: inline-block;
                font-weight: 700;
                width: 25%;
                padding: 0 1em 0 0
            }

        table.table-left th {
            font-weight: 700;
            font-size: 17.5px;
            font-family: "Open Sans",Arial;
            text-transform: none;
            letter-spacing: normal;
            text-align: left;
            width: 100%;
            display: block;
            border-right: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        table.table-left td {
            text-align: left
        }

    .tripplelist table tr td {
        border-right: none
    }
}

@media (max-width:480px) {
    table td {
        font-size: 16px
    }

    table.table-left th {
        font-size: 16px;
        padding-bottom: 0
    }
}

header {
    padding-bottom: 24px;
    position: relative;
    font-family: "Open Sans",Arial
}

    header:after {
        content: "";
        display: table;
        clear: both
    }

@media (min-width:801px) {
    header {
        padding-bottom: 96px
    }

        header .inner-container {
            position: relative
        }
}

@media (max-width:991px) {
    header {
        padding-bottom: 92px
    }
}

@media (max-width:800px) {
    header {
        height: 74px;
        padding-bottom: 0
    }
}

header + .li-search {
    position: relative;
    background: #f2f2f2;
    padding: 12px
}

@media (max-width:800px) {
    header + .li-search {
        display: none
    }
}

header + .li-search input[type=text] {
    width: 100%;
    border-radius: 6px;
    padding: 0 46px 0 14px;
    height: 42px;
    border: none;
    font-size: 16px;
    font-family: "Open Sans",Arial;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #545454
}

    header + .li-search input[type=text]::-webkit-input-placeholder {
        color: #545454
    }

    header + .li-search input[type=text]:-moz-placeholder {
        color: #545454
    }

    header + .li-search input[type=text]::-moz-placeholder {
        color: #545454
    }

    header + .li-search input[type=text]:-ms-input-placeholder {
        color: #545454
    }

header + .li-search input[type=submit] {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    position: absolute;
    background: url(/site/static/images/search.png) no-repeat center center;
    background-size: 21px 21px;
    text-indent: -9999px;
    border: none
}

header .logo {
    display: inline-block;
    position: absolute;
    z-index: 2000;
    top: 22px;
    left: 0
}

    header .logo .strap-line {
        width: 194px;
        color: grey;
        font-size: 14px;
        position: absolute;
        bottom: 10px;
        right: -200px
    }

@media (max-width:1024px) {
    header .logo .strap-line {
        font-size: 11px;
        bottom: -7px;
        right: -33px
    }
}

@media (max-width:800px) {
    header .logo .strap-line {
        right: -94px;
        bottom: -9px
    }
}

@media (max-width:350px) {
    header .logo .strap-line {
        font-size: 10px
    }
}

@media (max-width:800px) {
    header .logo {
        margin: 14px 0;
        width: 142px;
        position: absolute;
        top: 0;
        left: 12px
    }
}

header .search-btn {
    display: none
}

@media (max-width:800px) {
    header .search-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 74px;
        height: 74px;
        width: 74px
    }
}

@media (max-width:800px) and (max-width:380px) {
    header .search-btn {
        width: 58px
    }
}

@media (max-width:800px) {
    header .search-btn .open {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding-top: 21px;
        width: 74px;
        height: 53px;
        text-align: center;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }
}

@media (max-width:800px) and (max-width:380px) {
    header .search-btn .open {
        width: 58px;
        padding-top: 23px;
        height: 51px
    }
}

@media (max-width:800px) {
    header .search-btn .open:before {
        display: block;
        position: relative;
        cursor: pointer;
        color: #dadada;
        content: '\f002';
        font-size: 32px;
        font-family: FontAwesome
    }
}

@media (max-width:800px) and (max-width:380px) {
    header .search-btn .open:before {
        font-size: 28px
    }
}

@media (max-width:800px) {
    header .search-btn .close {
        opacity: 0;
        padding-top: 21px;
        display: block;
        width: 74px;
        height: 53px;
        text-align: center;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }
}

@media (max-width:800px) and (max-width:380px) {
    header .search-btn .close {
        width: 58px;
        padding-top: 23px;
        height: 51px
    }
}

@media (max-width:800px) {
    header .search-btn .close:before {
        display: block;
        position: relative;
        cursor: pointer;
        color: #dadada;
        content: '\f00d';
        font-size: 32px;
        font-family: FontAwesome
    }
}

@media (max-width:800px) and (max-width:380px) {
    header .search-btn .close:before {
        font-size: 28px
    }
}

@media (max-width:800px) {
    header .search-btn.active .open {
        opacity: 0
    }

    header .search-btn.active .close {
        opacity: 1
    }
}

header .menu-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 74px;
    background: #06417e;
    cursor: pointer
}

    header .menu-btn .line {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 19px;
        left: 25px;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        header .menu-btn .line.two {
            top: 26px
        }

        header .menu-btn .line.three {
            top: 33px
        }

    header .menu-btn:hover .line.one {
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    header .menu-btn:hover .line.three {
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    header .menu-btn.active .line.one {
        -moz-transform: rotateZ(48deg) translateY(5px) translateX(5px);
        -ms-transform: rotateZ(48deg) translateY(5px) translateX(5px);
        -o-transform: rotateZ(48deg) translateY(5px) translateX(5px);
        -webkit-transform: rotateZ(48deg) translateY(5px) translateX(5px);
        transform: rotateZ(48deg) translateY(5px) translateX(5px)
    }

    header .menu-btn.active .line.two {
        opacity: 0
    }

    header .menu-btn.active .line.three {
        -moz-transform: rotateZ(-49deg) translateX(5px) translateY(-5px);
        -ms-transform: rotateZ(-49deg) translateX(5px) translateY(-5px);
        -o-transform: rotateZ(-49deg) translateX(5px) translateY(-5px);
        -webkit-transform: rotateZ(-49deg) translateX(5px) translateY(-5px);
        transform: rotateZ(-49deg) translateX(5px) translateY(-5px)
    }

    header .menu-btn .text {
        color: #fff;
        position: absolute;
        font-weight: 800;
        bottom: 13px;
        font-size: 14px;
        left: 17px
    }

@media (max-width:800px) {
    header .menu-btn {
        display: block
    }
}

header .right-header {
    float: right;
    width: 100%;
    text-align: right;
    position: relative
}

    header .right-header .top-links {
        font-size: 16px;
        margin-top: 44px
    }

        header .right-header .top-links ul li {
            margin-right: 38px
        }

            header .right-header .top-links ul li .li-search {
                position: relative
            }

                header .right-header .top-links ul li .li-search input[type=text] {
                    width: 272px;
                    display: inline-block;
                    height: 44px;
                    border: none;
                    background: #f7f7f7;
                    line-height: 20px;
                    font-size: 16px;
                    padding: 0 42px 0 16px;
                    color: #5e606b;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    border-radius: 5px
                }

                header .right-header .top-links ul li .li-search input[type=submit] {
                    width: 44px;
                    height: 44px;
                    position: absolute;
                    top: 0;
                    right: 0;
                    text-indent: -9999px;
                    border: none;
                    background: url(/site/static/images/search.png) no-repeat center;
                    background-size: 21px 21px
                }

@media (max-width:800px) {
    header .right-header .top-links ul li .li-search input[type=submit] {
        height: 42px
    }
}

header .right-header .top-links ul li a:hover {
    color: #106eb9
}

header .right-header .top-links ul li:last-child {
    margin-right: 0
}

@media (max-width:1280px) {
    header .right-header .top-links ul li {
        margin-right: 18px
    }
}

@media (max-width:1024px) {
    header .right-header .top-links {
        font-size: 14px
    }
}

@media (max-width:800px) {
    header .right-header .top-links {
        font-size: 16px
    }
}

header .right-header nav {
    font-size: 18.6px;
    font-weight: 700;
    position: absolute;
    top: 100px;
    left: 0;
    text-align: left
}

@media (min-width:800px) {
    header .right-header nav ul {
        width: 100%;
        display: table
    }
}

@media (min-width:800px) {
    header .right-header nav ul li {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        height: 56px;
        padding: 0 10px;
        width: 12%;
        border-right: 1px solid #dedede;
        text-align: center;
        line-height: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        header .right-header nav ul li:last-child {
            border-right: none
        }
}

header .right-header nav ul li:last-child {
    margin-right: 0
}

header .right-header nav ul li a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    color: #4a4a4a;
    position: relative
}

@media (min-width:800px) {
    header .right-header nav ul li a {
        color: #06417e
    }
}

header .right-header nav ul li a:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid #215baf;
    height: 1px;
    width: 100%;
    left: 0;
    border-radius: 6px;
    position: absolute;
    bottom: -9px;
    opacity: 0;
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media (max-width:800px) {
    header .right-header nav ul li a:after {
        display: none
    }
}

@media (min-height:800px) {
    header .right-header nav ul li a:after {
        bottom: -9px
    }
}

header .right-header nav ul li a:hover:after {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:800px) {
    header .right-header nav ul li a:active {
        color: #106eb9
    }
}

header .right-header nav ul li.active a:after {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}

header .right-header nav ul li.active span {
    position: relative;
    display: inline-block
}

    header .right-header nav ul li.active span:before {
        content: ' ';
        display: block;
        border-bottom: 2px solid #215baf;
        height: 1px;
        width: 100%;
        left: 0;
        border-radius: 6px;
        position: absolute;
        bottom: -9px
    }

@media (max-width:800px) {
    header .right-header nav ul li.active span:before {
        display: none
    }
}

@media (max-width:1280px) {
    header .right-header nav {
        font-size: 18px;
        line-height: 17px
    }
}

@media (max-width:1024px) {
    header .right-header nav {
        font-size: 16px
    }
}

@media (max-width:800px) {
    header .right-header nav {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width:991px) {
    header .right-header nav {
        top: 100px
    }
}

header .right-header ul {
    padding: 0;
    margin: 0
}

    header .right-header ul li {
        list-style-type: none;
        display: inline-block
    }

@media (max-width:800px) {
    header .right-header {
        display: none;
        width: 100%;
        overflow: hidden;
        z-index: 300;
        background: #012651;
        border-top: 4px solid #106eb9;
        position: absolute;
        top: 100%;
        float: none;
        left: 0;
        text-align: left
    }

        header .right-header .top-links {
            margin-top: 0;
            padding: 14px 12px 25px
        }

            header .right-header .top-links ul li {
                margin-right: 0;
                margin: 6px 0
            }

                header .right-header .top-links ul li a {
                    display: block
                }

                    header .right-header .top-links ul li a:hover {
                        color: #fff
                    }

        header .right-header nav {
            margin-top: 0;
            position: relative;
            top: 0;
            left: 0;
            padding: 14px 12px 0
        }

            header .right-header nav ul li {
                border-bottom: 1px solid #003b6b;
                padding: 5px 0;
                margin-right: 0
            }

                header .right-header nav ul li a {
                    color: #fff;
                    display: block
                }

        header .right-header ul li {
            display: block
        }

            header .right-header ul li a {
                color: #fff
            }

                header .right-header ul li a.btn-light-blue:hover {
                    color: #fff !important
                }

                header .right-header ul li a:after {
                    display: none
                }
}

footer {
    background: #fff;
    padding: 48px 0 37px 0;
    font-family: "Open Sans",Arial
}

@media (max-width:1280px) {
    footer {
        padding: 33px 0 27px 0
    }
}

@media (max-width:550px) {
    footer {
        padding: 33px 0;
        text-align: center
    }
}

footer .left-footer {
    float: left;
    width: 50%
}

    footer .left-footer .wyca {
        width: 189px;
        display: inline-block;
        vertical-align: top;
        margin-right: 40px
    }

@media (max-width:800px) {
    footer .left-footer .wyca {
        width: 153px;
        vertical-align: middle;
        margin-right: 24px;
        margin-bottom: 12px
    }
}

footer .left-footer .utg {
    width: 112px;
    display: inline-block;
    vertical-align: top
}

@media (max-width:800px) {
    footer .left-footer .utg {
        vertical-align: middle;
        margin-bottom: 12px
    }
}

@media (max-width:800px) {
    footer .left-footer {
        width: 52%
    }
}

@media (max-width:550px) {
    footer .left-footer {
        width: 100%;
        float: none
    }
}

footer .right-footer {
    float: right;
    text-align: right;
    width: 40%
}

@media (max-width:800px) {
    footer .right-footer {
        width: 45%
    }
}

@media (max-width:550px) {
    footer .right-footer {
        width: 100%;
        text-align: center;
        float: none
    }
}

footer ul {
    padding: 0;
    margin: 0;
    margin-bottom: 12px
}

    footer ul:after {
        content: "";
        display: table;
        clear: both
    }

    footer ul li {
        display: inline-block;
        list-style-type: none;
        margin-right: 31px;
        font-size: 16px
    }

@media (max-width:1280px) {
    footer ul li {
        margin-right: 17px;
        font-size: 14px
    }
}

@media (max-width:800px) {
    footer ul li {
        margin-right: 12px;
        font-size: 13px;
        line-height: 22px
    }
}

footer ul li:last-child {
    margin-right: 0
}

footer ul li a:hover {
    color: #106eb9
}

footer .social .icon {
    display: inline-block;
    margin-left: 14px;
    position: relative;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 0 0 #c6c6c6;
    -moz-transition: transform ease-out .1s;
    -o-transition: transform ease-out .1s;
    -webkit-transition: transform ease-out .1s;
    transition: transform ease-out .1s
}

@media (max-width:550px) {
    footer .social .icon {
        box-shadow: none
    }
}

footer .social .icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,.1);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

footer .social .icon:hover {
    -webkit-transform: scale(.93);
    -moz-transform: scale(.93);
    -ms-transform: scale(.93);
    -o-transform: scale(.93);
    transform: scale(.93)
}

footer .social .icon.facebook {
    background: #374a8e url(/site/static/images/facebook-icon.png) no-repeat center
}

    footer .social .icon.facebook:hover:after {
        -moz-animation: sonarEffectFacebook 1.3s ease-out 75ms;
        -o-animation: sonarEffectFacebook 1.3s ease-out 75ms;
        -webkit-animation: sonarEffectFacebook 1.3s ease-out 75ms;
        animation: sonarEffectFacebook 1.3s ease-out 75ms
    }

footer .social .icon.twitter {
    background: #00a8ea url(/site/static/images/twitter-icon.png) no-repeat 11px center
}

    footer .social .icon.twitter:hover:after {
        -moz-animation: sonarEffectTwitter 1.3s ease-out 75ms;
        -o-animation: sonarEffectTwitter 1.3s ease-out 75ms;
        -webkit-animation: sonarEffectTwitter 1.3s ease-out 75ms;
        animation: sonarEffectTwitter 1.3s ease-out 75ms
    }

footer .social .icon.youtube {
    background: #db0042 url(/site/static/images/youtube-icon.png) no-repeat center
}

    footer .social .icon.youtube:hover:after {
        -moz-animation: sonarEffectYoutube 1.3s ease-out 75ms;
        -o-animation: sonarEffectYoutube 1.3s ease-out 75ms;
        -webkit-animation: sonarEffectYoutube 1.3s ease-out 75ms;
        animation: sonarEffectYoutube 1.3s ease-out 75ms
    }

@media (max-width:550px) {
    footer .social {
        text-align: center;
        margin-bottom: 18px
    }
}

footer .bottom-links {
    margin-top: 10px
}

    footer .bottom-links:after {
        content: "";
        display: table;
        clear: both
    }

@media (max-width:800px) {
    footer .bottom-links {
        margin-top: 0
    }
}

footer .bottom-links ul li {
    font-size: 14px;
    line-height: 22px
}

@media (max-width:800px) {
    footer .bottom-links ul li {
        font-size: 13px
    }
}

footer .bottom-links .headland {
    font-size: 12px;
    margin-top: 12px
}

@media (max-width:800px) {
    footer .bottom-links .headland {
        font-size: 13px
    }
}

@media (max-width:550px) {
    footer .bottom-links .headland {
        margin-top: 20px
    }
}

@-webkit-keyframes sonarEffectFacebook {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #374a8e,0 0 0 6px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #374a8e,0 0 0 6px rgba(255,255,255,.5);
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes sonarEffectFacebook {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #374a8e,0 0 0 6px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #374a8e,0 0 0 6px rgba(255,255,255,.5);
        -moz-transform: scale(1.2);
        opacity: 0
    }
}

@keyframes sonarEffectFacebook {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #374a8e,0 0 0 6px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #374a8e,0 0 0 6px rgba(255,255,255,.5);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes sonarEffectTwitter {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #00a8ea,0 0 0 6px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #00a8ea,0 0 0 6px rgba(255,255,255,.5);
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes sonarEffectTwitter {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #00a8ea,0 0 0 6px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #00a8ea,0 0 0 6px rgba(255,255,255,.5);
        -moz-transform: scale(1.2);
        opacity: 0
    }
}

@keyframes sonarEffectTwitter {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #00a8ea,0 0 0 6px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #00a8ea,0 0 0 6px rgba(255,255,255,.5);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes sonarEffectYoutube {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #db0042,0 0 0 6px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #db0042,0 0 0 6px rgba(255,255,255,.5);
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes sonarEffectYoutube {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #db0042,0 0 0 6px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #db0042,0 0 0 6px rgba(255,255,255,.5);
        -moz-transform: scale(1.2);
        opacity: 0
    }
}

@keyframes sonarEffectYoutube {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #db0042,0 0 0 6px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 6px 6px #db0042,0 0 0 6px rgba(255,255,255,.5);
        transform: scale(1.2);
        opacity: 0
    }
}

.required {
    color: #ed1b2d;
    font-weight: 700;
    font-size: 20px;
    display: inline-block
}

.grey-box {
    overflow: hidden;
    position: relative;
    padding: 22px 34px;
    box-shadow: 0 0 5px 0 #909090;
    margin: 45px 0;
    border-radius: 4px;
    background: #f0f0f0
}

    .grey-box table thead {
        background: 0 0 !important
    }

    .grey-box.light {
        background: #f9f9f9
    }

    .grey-box.absolute-btm {
        padding-bottom: 106px
    }

    .grey-box.left-width {
        float: left;
        width: 57%;
        margin-left: 1%;
        margin-right: 4%
    }

    .grey-box .more-link {
        display: inline-block;
        position: absolute;
        top: 30px;
        right: 54px;
        font-size: 16px;
        font-weight: 700
    }

@media (max-width:800px) {
    .grey-box .more-link {
        position: relative;
        top: 0;
        right: auto;
        left: -7px
    }
}

.grey-box .more-link:hover {
    color: #106eb9
}

.grey-box .more-link:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 22px;
    color: #2183d1;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 1px
}

.grey-box.right-width {
    background: #f9f9f9;
    min-height: 353px;
    float: left;
    margin-right: 1%;
    width: 23%
}

.grey-box h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 33px;
    line-height: 31px;
    font-family: "Open Sans",Arial;
    color: #106eb9;
    font-weight: 800
}

.grey-box .right-side .outside-area {
    position: absolute;
    padding: 5px 13px;
    top: 6px;
    left: 105%;
    border-bottom: 3px solid #001a38
}

@media (max-width:800px) {
    .grey-box .right-side .outside-area {
        position: static;
        margin-top: 20px
    }
}

@media (max-width:480px) {
    .grey-box .right-side .outside-area {
        font-size: 15px;
        border-radius: 2px
    }
}

@media (max-width:1280px) {
    .grey-box {
        border-radius: 0
    }

        .grey-box.left-width {
            width: 56%;
            margin: 37px 2%;
            padding: 22px 3%
        }

            .grey-box.left-width .field-area p {
                margin: -8px 0 7px
            }

            .grey-box.left-width .field-row .left-side {
                float: none;
                width: 100%
            }

            .grey-box.left-width .field-row .right-side {
                float: none;
                width: 100%
            }

            .grey-box.left-width .field-row .right-side-only {
                width: 100%;
                margin-left: 0
            }

        .grey-box.right-width {
            min-height: 430px;
            margin: 37px 2%;
            width: 24%;
            padding: 22px 3%
        }
}

@media (max-width:800px) {
    .grey-box {
        margin: 28px 0;
        padding: 22px
    }

        .grey-box.left-width {
            width: 90%;
            margin: 22px 0;
            padding: 22px 5%;
            float: none;
            border-radius: 0
        }

            .grey-box.left-width .field-row .right-side .required {
                left: -13px
            }

        .grey-box.right-width {
            width: 90%;
            margin: 22px 0;
            padding: 22px 5%;
            float: none;
            border-radius: 0;
            min-height: 190px
        }

            .grey-box.right-width .field-row .right-side .required {
                left: -13px
            }

            .grey-box.right-width .field-area p {
                margin: -8px 0 25px
            }

        .grey-box h2 {
            margin-bottom: 15px;
            font-size: 30px
        }
}

@media (max-width:480px) {
    .grey-box h2 {
        font-size: 26px
    }
}

.field-area {
    margin-bottom: 37px
}

    .field-area p {
        margin: -8px 0 25px
    }

.field-row {
    margin-bottom: 15px
}

    .field-row:after {
        content: "";
        display: table;
        clear: both
    }

    .field-row input[type=email], .field-row input[type=password], .field-row input[type=search], .field-row input[type=text], .field-row select, .field-row textarea {
        display: inline-block;
        height: 27px;
        border: 3px solid #eaeaea;
        background: #fff;
        line-height: 20px;
        font-size: 16px;
        padding: 7px 10px;
        color: #5e606b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
        -moz-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
        box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
    }

        .field-row input[type=email]:focus, .field-row input[type=password]:focus, .field-row input[type=search]:focus, .field-row input[type=text]:focus, .field-row select:focus, .field-row textarea:focus {
            border-color: #d2d2d2
        }

    .field-row .security-code input {
        width: 75px !important
    }

    .field-row .security-code .code-img {
        display: inline-block;
        position: relative;
        top: 8px;
        left: 8px
    }

    .field-row .forgotPassword {
        font-size: 14px;
        display: block;
        color: #106eb9;
        text-decoration: underline;
        margin-top: 15px !important
    }

@media (max-width:800px) {
    .field-row input[type=email], .field-row input[type=password], .field-row input[type=search], .field-row input[type=text], .field-row textarea {
        width: 94% !important;
        padding: 7px 3%
    }

    .field-row .security-code input {
        width: 75px !important
    }

    .field-row input[type=checkbox] + label {
        position: relative;
        padding-left: 36px;
        line-height: 20px;
        margin-top: 24px
    }

        .field-row input[type=checkbox] + label span {
            position: absolute;
            left: 0;
            top: 0
        }
}

.field-row .chosen-container, .field-row .chosen-with-drop {
    width: 150px !important;
    height: 47px;
    border: 3px solid #eaeaea;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    color: #5e606b;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

    .field-row .chosen-container .chosen-single, .field-row .chosen-with-drop .chosen-single {
        padding: 7px 10px;
        background: 0 0;
        border: none;
        height: 47px
    }

    .field-row .chosen-container .chosen-drop, .field-row .chosen-with-drop .chosen-drop {
        box-shadow: 0 2px 5px 0 rgba(27,27,30,.33);
        border: none
    }

.field-row .chosen-container-active.chosen-with-drop .chosen-single {
    background: 0 0;
    border: none
}

.field-row .chosen-container-single .chosen-single div {
    width: 40px
}

.field-row .chosen-container-single .chosen-single span {
    height: 100%;
    margin-right: 32px;
    color: #8d8d8d;
    line-height: 33px;
    font-family: "Open Sans",Arial
}

.field-row .chosen-container-single .chosen-single div b {
    background: #f0f0f0 url(/site/static/images/selectarrow.png) no-repeat center !important
}

.field-row .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: #f0f0f0 url(/site/static/images/selectarrow.png) no-repeat center !important;
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.field-row input[type=email], .field-row input[type=password], .field-row input[type=search], .field-row input[type=text] {
    width: 291px;
    -webkit-appearance: none
}

.field-row .upload-file {
    position: relative;
    overflow: hidden;
    padding: 2px 2px
}

    .field-row .upload-file .the_file {
        -webkit-appearance: none;
        -moz-appearance: none;
        position: absolute;
        z-index: 10;
        font-size: 10000px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        text-indent: -9999px;
        cursor: pointer;
        opacity: 0
    }

    .field-row .upload-file input[type=file]:hover + .style-only button {
        background: #07366d
    }

    .field-row .upload-file .style-only {
        position: relative;
        z-index: 1
    }

        .field-row .upload-file .style-only button {
            margin: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 5px;
            border-top-left-radius: 0;
            border-top-right-radius: 5px;
            position: absolute;
            font-size: 17px;
            padding: 13px 41px 10px 15px;
            z-index: 1;
            top: -2px;
            right: 1px;
            border-left: none;
            border-right: 0;
            -moz-transition: background .3s ease-in-out;
            -o-transition: background .3s ease-in-out;
            -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out
        }

@media (max-width:800px) {
    .field-row .upload-file .style-only button {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 9px;
        border-top-left-radius: 0;
        border-top-right-radius: 9px
    }
}

.field-row .upload-file .style-only button:before {
    top: 8px
}

@media (max-width:800px) {
    .field-row .upload-file .style-only button {
        right: -6px
    }
}

.field-row select {
    width: 150px;
    height: 47px;
    color: #8d8d8d;
    padding-right: 46px;
    padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(/site/static/images/selectarrow.png) no-repeat center right
}

@media (max-width:550px) {
    .field-row select {
        background: #fff url(/site/static/images/smallselectarrow.png) no-repeat center right
    }
}

@media (max-width:407px) {
    .field-row select {
        padding-right: 18px;
        padding-left: 2%
    }
}

@media (max-width:388px) {
    .field-row select {
        font-size: 14px
    }
}

@media (max-width:355px) {
    .field-row select {
        background: #fff url(/site/static/images/smallestselectarrow.png) no-repeat center right
    }
}

.field-row .three-select select {
    width: 31%
}

    .field-row .three-select select:first-child {
        margin-right: 2%
    }

    .field-row .three-select select:last-child {
        margin-left: 2%
    }

.field-row .three-select .chosen-container {
    width: 29% !important;
    margin-right: 2%
}

    .field-row .three-select .chosen-container:last-child {
        margin-right: 0
    }

@media (max-width:800px) {
    .field-row .chosen-container .chosen-single, .field-row .chosen-with-drop .chosen-single {
        padding: 7px 5px
    }

    .field-row .three-select .chosen-container {
        width: 28% !important
    }

    .field-row .chosen-container-single .chosen-single div {
        width: 27px
    }

    .field-row .three-select .chosen-container-single .chosen-single span {
        margin-right: 25px;
        text-align: center
    }
}

.field-row .left-side {
    float: left;
    width: 225px;
    margin-right: 10px
}

@media (max-width:800px) {
    .field-row .left-side {
        float: none;
        width: 100%
    }
}

.field-row .right-side {
    position: relative;
    float: left;
    width: 319px
}

@media (max-width:800px) {
    .field-row .right-side {
        float: none;
        width: 100%
    }
}

.field-row .right-side .required {
    position: absolute;
    top: 16px;
    left: -16px
}

.field-row .right-side-only {
    position: relative;
    float: left;
    width: 319px;
    margin-left: 235px
}

@media (max-width:800px) {
    .field-row .right-side-only {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.field-row .right-side-only a {
    margin-top: 25px
}

.field-row label {
    font-weight: 700;
    line-height: 47px
}

.field-row .radio-main-label label {
    line-height: normal
}

.coloured-blocks {
    display: table;
    width: 100%
}

    .coloured-blocks:after {
        content: "";
        display: table;
        clear: both
    }

    .coloured-blocks .block-item {
        width: 33.333%;
        height: 100%;
        vertical-align: top;
        display: table-cell;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 5%
    }

@media (max-width:1280px) {
    .coloured-blocks .block-item {
        padding: 30px 50px
    }
}

@media (max-width:1024px) {
    .coloured-blocks .block-item {
        padding: 30px 20px
    }
}

@media (max-width:800px) {
    .coloured-blocks .block-item {
        padding: 26px 20px 18px;
        width: 100%;
        display: block
    }
}

.coloured-blocks .block-item.d-blue {
    background: #06417e
}

.coloured-blocks .block-item.m-blue {
    background: #215baf
}

.coloured-blocks .block-item.l-blue {
    background: #007bbd
}

.coloured-blocks .block-item ul {
    padding: 0;
    margin: 22px 0
}

    .coloured-blocks .block-item ul li {
        position: relative;
        list-style-type: none;
        margin-bottom: 7px;
        padding-left: 18px
    }

        .coloured-blocks .block-item ul li:before {
            position: absolute;
            top: 2px;
            font-size: 18px;
            font-weight: 400;
            left: 0;
            content: '\f105';
            display: block;
            font-family: FontAwesome;
            color: #fff
        }

@media (max-width:800px) {
    .coloured-blocks .block-item ul li:before {
        top: 0
    }
}

.coloured-blocks .block-item ul li a {
    color: #fff;
    border-bottom: 1px solid transparent;
    -moz-transition: border .15s ease;
    -o-transition: border .15s ease;
    -webkit-transition: border .15s ease;
    transition: border .15s ease
}

    .coloured-blocks .block-item ul li a:hover {
        border-color: #fff
    }

.coloured-blocks .block-item .title {
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
    position: relative
}

@media (max-width:550px) {
    .coloured-blocks .block-item .title {
        padding-bottom: 10px
    }
}

.coloured-blocks .block-item .title:after {
    content: ' ';
    position: absolute;
    top: -6px;
    right: 0;
    background-size: 40px 38px !important;
    height: 38px;
    width: 40px
}

@media (max-width:550px) {
    .coloured-blocks .block-item .title:after {
        background-size: 32px 30px !important
    }
}

.coloured-blocks .block-item .title.bus:after {
    background: url(/site/static/images/homeicon-bus.png) no-repeat center
}

.coloured-blocks .block-item .title.train:after {
    background: url(/site/static/images/homeicon-train.png) no-repeat center
}

.coloured-blocks .block-item .title.jplan:after {
    background: url(/site/static/images/homeicon-jp.png) no-repeat center
}

.coloured-blocks .block-item h2 {
    color: #fff;
    margin: 0;
    padding-right: 44px
}

@media (max-width:1180px) {
    .coloured-blocks .block-item h2 {
        font-size: 23px
    }
}

@media (max-width:1024px) {
    .coloured-blocks .block-item h2 {
        font-size: 21px
    }
}

@media (max-width:800px) {
    .coloured-blocks .block-item h2 {
        font-size: 24px
    }
}

@media (max-width:550px) {
    .coloured-blocks .block-item h2 {
        font-size: 22px
    }
}

.coloured-blocks .block-item .btn-dark-blue {
    font-size: 18px;
    margin: 13px 0;
    box-shadow: 0 0 0 1px #fff
}

@media (max-width:480px) {
    .coloured-blocks .block-item .btn-dark-blue {
        font-size: 14px
    }
}

.coloured-blocks .block-item h3 {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 10px;
    font-family: "Open Sans",Arial
}

@media (max-width:1180px) {
    .coloured-blocks .block-item h3 {
        font-size: 21px;
        font-weight: 700;
        margin: 30px 0 14px
    }
}

@media (max-width:480px) {
    .coloured-blocks .block-item h3 {
        font-size: 18px;
        margin: 15px 0 10px
    }
}

.coloured-blocks .block-item input[type=text] {
    height: 42px;
    border: none;
    border-radius: 6px;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans",Arial;
    width: 100%;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    padding: 4px 10px;
    color: #5e606b;
    font-size: 16px
}

    .coloured-blocks .block-item input[type=text]::-webkit-input-placeholder {
        color: #606060
    }

    .coloured-blocks .block-item input[type=text]:-moz-placeholder {
        color: #606060
    }

    .coloured-blocks .block-item input[type=text]::-moz-placeholder {
        color: #606060
    }

    .coloured-blocks .block-item input[type=text]:-ms-input-placeholder {
        color: #606060
    }

.coloured-blocks .buttons {
    position: relative
}

    .coloured-blocks .buttons.jpbtn {
        margin-top: 30px
    }

@media (max-width:1280px) {
    .coloured-blocks .buttons.jpbtn {
        margin-top: 36px
    }
}

@media (max-width:800px) {
    .coloured-blocks .buttons.jpbtn {
        margin-top: 0
    }
}

.coloured-blocks .buttons .link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    font-size: 15px
}

    .coloured-blocks .buttons .link a {
        font-size: 13.5px;
        color: #fff;
        display: inline-block;
        border-bottom: 1px solid transparent;
        -moz-transition: border .2s ease;
        -o-transition: border .2s ease;
        -webkit-transition: border .2s ease;
        transition: border .2s ease
    }

        .coloured-blocks .buttons .link a:hover {
            border-color: #fff
        }

@media (max-width:1280px) {
    .coloured-blocks .buttons .link {
        position: relative;
        top: 0;
        margin: 5px 0;
        display: block;
        margin-right: 30%;
        min-height: 20px
    }
}

@media (max-width:800px) {
    .coloured-blocks .buttons .link {
        min-height: 0
    }
}

.travel-alerts {
    padding: 16px 0
}

@media (max-width:800px) {
    .travel-alerts {
        background: #f5f5f5
    }
}

.travel-alerts .i-travel {
    font-size: 19px;
    margin-right: 30px;
    color: #e61224;
    font-family: "Open Sans",Arial;
    font-weight: 700
}

@media (max-width:550px) {
    .travel-alerts .i-travel {
        font-size: 17px;
        margin-right: 18px;
        margin-bottom: 12px
    }
}

@media (max-width:380px) {
    .travel-alerts .i-travel {
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 12px
    }
}

.travel-alerts .i-travel:before {
    margin-right: 12px;
    vertical-align: middle;
    content: ' ';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/site/static/images/icons/alert-triangle.png) no-repeat left center;
    background-size: 25px 25px
}

@media (max-width:550px) {
    .travel-alerts .i-travel:before {
        margin-right: 7px;
        width: 28px;
        height: 28px;
        background-size: 28px 28px
    }
}

@media (max-width:380px) {
    .travel-alerts .i-travel:before {
        margin-right: 7px;
        width: 22px;
        height: 22px;
        background-size: 22px 22px
    }
}

.travel-alerts .alert {
    font-family: "Open Sans",Arial;
    font-size: 16px;
    font-weight: 600;
    color: #06417e;
    margin-right: 18px
}

    .travel-alerts .alert:hover {
        text-decoration: none
    }

@media (max-width:550px) {
    .travel-alerts .alert {
        display: inline-block;
        font-size: 14px;
        margin: 5px 10px 5px 0
    }
}

@media (max-width:380px) {
    .travel-alerts .alert {
        margin: 5px 3px 5px 0
    }
}

.travel-alerts .alert strong {
    display: inline-block;
    color: #fff;
    background: #e61224;
    padding: 1.5px 4.5px 2px 4px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 6px
}

@media (max-width:550px) {
    .travel-alerts .alert strong {
        padding: 1px 4px;
        font-size: 12px;
        margin-right: 2px
    }
}

@media (max-width:550px) {
    .travel-alerts .alert .hide-word {
        display: none
    }
}

.link-row {
    display: table;
    width: 100%
}

    .link-row:after {
        content: "";
        display: table;
        clear: both
    }

    .link-row .link-section {
        position: relative;
        display: table-cell;
        vertical-align: top;
        height: 100%;
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 5%
    }

@media (max-width:1280px) {
    .link-row .link-section {
        padding: 30px 50px
    }
}

@media (max-width:1024px) {
    .link-row .link-section {
        padding: 30px 20px
    }
}

@media (max-width:800px) {
    .link-row .link-section {
        width: 100%;
        display: block;
        padding: 20px;
        border-bottom: 1px solid #dcdcdc
    }

        .link-row .link-section:last-child {
            border-bottom: none
        }
}

@media (max-width:1180px) {
    .link-row .link-section h2 {
        font-size: 23px;
        line-height: 23px
    }
}

.link-row .link-section:after {
    position: absolute;
    top: 36px;
    right: 0;
    content: ' ';
    width: 1px;
    height: 80%;
    border-right: 1px solid #e8eef7
}

.link-row .link-section:last-child:after {
    border-right: none
}

.link-row .link-section ul {
    margin: 0;
    padding: 0
}

    .link-row .link-section ul li {
        position: relative;
        list-style-type: none;
        margin-bottom: 8px;
        padding-left: 18px
    }

        .link-row .link-section ul li:before {
            position: absolute;
            top: 2px;
            font-size: 18px;
            font-weight: 400;
            left: 0;
            content: '\f105';
            display: block;
            font-family: FontAwesome;
            color: #aec1d4
        }

@media (max-width:800px) {
    .link-row .link-section ul li:before {
        top: 1px
    }
}

.link-row .link-section ul li a {
    font-size: 17px;
    color: #215baf;
    font-family: "Open Sans",Arial;
    border-bottom: 1px solid transparent;
    -moz-transition: border .15s ease;
    -o-transition: border .15s ease;
    -webkit-transition: border .15s ease;
    transition: border .15s ease
}

@media (max-width:1024px) {
    .link-row .link-section ul li a {
        font-size: 16px
    }
}

.link-row .link-section ul li a:hover {
    border-color: #215baf
}

@media (max-width:800px) {
    .banner {
        display: none
    }
}

.mobileMessage {
    padding: 18px 20px
}

@media (min-width:800px) {
    .mobileMessage {
        display: none
    }
}

section.newsletter {
    background: #215baf;
    color: #fff;
    padding: 42px 0
}

@media (max-width:550px) {
    section.newsletter {
        padding: 26px 0 30px
    }
}

section.newsletter h2 {
    font-size: 31px;
    font-weight: 800;
    font-family: "Open Sans",Arial;
    color: #fff;
    margin: 0;
    line-height: 30px
}

@media (max-width:550px) {
    section.newsletter h2 {
        font-size: 25px;
        line-height: 25px
    }
}

section.newsletter p {
    font-size: 17px;
    margin: 9px 0
}

section.newsletter .left-width {
    width: 50%;
    float: left
}

section.newsletter .right-width {
    width: 50%;
    float: left;
    text-align: right
}

@media (max-width:800px) {
    section.newsletter .left-width {
        width: 100%;
        float: none
    }

    section.newsletter .right-width {
        width: 100%;
        text-align: left;
        float: none
    }

    section.newsletter p {
        margin: 23px 0
    }
}

section.newsletter .newsletter-input {
    position: relative;
    display: inline-block;
    padding-right: 111px
}

    section.newsletter .newsletter-input input[type=email] {
        width: 236px
    }

@media (max-width:550px) {
    section.newsletter .newsletter-input {
        padding-right: 14px
    }
}

@media (max-width:480px) {
    section.newsletter .newsletter-input {
        width: 95%;
        overflow: hidden;
        border-radius: 6px
    }

        section.newsletter .newsletter-input input[type=email] {
            width: 100%
        }
}

section.newsletter .newsletter-input .btn-dark-blue {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

    section.newsletter .newsletter-input .btn-dark-blue.with-arrow {
        padding-right: 45px
    }

@media (max-width:550px) {
    section.newsletter .newsletter-input .btn-dark-blue {
        text-indent: -9999px;
        padding: 0 !important;
        height: 38px;
        width: 30px
    }

        section.newsletter .newsletter-input .btn-dark-blue:before {
            text-indent: 0;
            right: 10px
        }
}

section.newsletter input[type=email], section.newsletter input[type=password], section.newsletter input[type=search], section.newsletter input[type=text], section.newsletter textarea {
    display: inline-block;
    height: 42px;
    border: none;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 16px;
    padding: 4px 22px 4px 10px;
    color: #5e606b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    -moz-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

    section.newsletter input[type=email]:focus, section.newsletter input[type=password]:focus, section.newsletter input[type=search]:focus, section.newsletter input[type=text]:focus, section.newsletter textarea:focus {
        border-color: #d2d2d2
    }

    section.newsletter input[type=email]::-webkit-input-placeholder, section.newsletter input[type=password]::-webkit-input-placeholder, section.newsletter input[type=search]::-webkit-input-placeholder, section.newsletter input[type=text]::-webkit-input-placeholder, section.newsletter textarea::-webkit-input-placeholder {
        color: #5e606b
    }

    section.newsletter input[type=email]:-moz-placeholder, section.newsletter input[type=password]:-moz-placeholder, section.newsletter input[type=search]:-moz-placeholder, section.newsletter input[type=text]:-moz-placeholder, section.newsletter textarea:-moz-placeholder {
        color: #5e606b
    }

    section.newsletter input[type=email]::-moz-placeholder, section.newsletter input[type=password]::-moz-placeholder, section.newsletter input[type=search]::-moz-placeholder, section.newsletter input[type=text]::-moz-placeholder, section.newsletter textarea::-moz-placeholder {
        color: #5e606b
    }

    section.newsletter input[type=email]:-ms-input-placeholder, section.newsletter input[type=password]:-ms-input-placeholder, section.newsletter input[type=search]:-ms-input-placeholder, section.newsletter input[type=text]:-ms-input-placeholder, section.newsletter textarea:-ms-input-placeholder {
        color: #5e606b
    }

.blue-strip {
    background: #06417e;
    padding: 15px 0 22px
}

    .blue-strip h1 {
        color: #fff;
        font-size: 32px;
        font-weight: 800;
        margin: 0
    }

@media (max-width:480px) {
    .blue-strip h1 {
        font-size: 28px
    }
}

@media (max-width:350px) {
    .blue-strip h1 {
        font-size: 22px;
        margin-top: 4px;
        line-height: 24px
    }
}

.main-content {
    font-family: "Open Sans",Arial
}

.contentWrapper {
    margin-bottom: 20px
}

section.content {
    display: table;
    width: 100%;
    font-family: "Open Sans",Arial
}

    section.content .left {
        width: 72%;
        display: table-cell;
        vertical-align: top;
        height: 100%;
        padding: 0 68px 0 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        section.content .left .grey-area {
            background: #f2f2f2;
            color: #06417e;
            padding: 32px 8%;
            margin: 0 -68px 0 -64px
        }

@media (max-width:1280px) {
    section.content .left .grey-area {
        margin: 0 -68px 0 -50px;
        padding: 20px 68px 20px 50px
    }
}

@media (max-width:1024px) {
    section.content .left .grey-area {
        margin: 0 -20px;
        padding: 18px 20px
    }
}

section.content .left .grey-area + .wrapper {
    margin-top: 10px
}

section.content .left .grey-area h1 {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 36px
}

@media (max-width:480px) {
    section.content .left .grey-area h1 {
        font-size: 29px;
        line-height: 30px
    }
}

section.content .left .grey-area h2 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    color: #06417e;
    padding: 0
}

@media (max-width:1024px) {
    section.content .left .grey-area h2 {
        padding: 0
    }
}

section.content .left [data-ux-pagebuilder=Column] {
    padding-bottom: 14px
}

@media (max-width:800px) {
    section.content .left [data-ux-pagebuilder=Column] {
        margin-bottom: 0
    }
}

section.content .left .whitewrapper {
    padding: 0 68px 0 64px
}

@media (max-width:1024px) {
    section.content .left .whitewrapper {
        padding: 0 20px
    }
}

section.content .left .whitewrapper .ticket {
    margin-bottom: 20px
}

    section.content .left .whitewrapper .ticket.collapsed .showhide {
        display: none
    }

    section.content .left .whitewrapper .ticket .title {
        position: relative;
        cursor: pointer;
        padding: 12px 56px 12px 14px;
        background: #f2f2f2;
        font-weight: 600;
        margin: 0
    }

@media (max-width:480px) {
    section.content .left .whitewrapper .ticket .title {
        font-size: 14px
    }
}

section.content .left .whitewrapper .ticket .showhide {
    padding: 18px 14px 0;
    font-size: 16px;
    line-height: 17px
}

@media (max-width:480px) {
    section.content .left .whitewrapper .ticket .showhide {
        font-size: 14px
    }
}

section.content .left .whitewrapper .ticket .showhide a {
    display: inline-block;
    margin-left: 4px;
    margin-top: 6px
}

section.content .left .whitewrapper .ticket #showlink {
    background: #e2e2e2;
    height: 100%;
    width: 47px;
    position: absolute;
    top: 0;
    right: 0
}

    section.content .left .whitewrapper .ticket #showlink:before {
        position: absolute;
        content: '\f068';
        display: block;
        font-family: FontAwesome;
        color: #215baf;
        font-size: 25px;
        text-align: center;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: -11px
    }

    section.content .left .whitewrapper .ticket #showlink.open:before {
        content: '\f067'
    }

section.content .left .sectionHeader {
    display: block;
    background: #f2f2f2;
    color: #06417e;
    padding: 32px 8%;
    margin: 0 -68px 20px -64px;
    font-size: 32px;
    line-height: 36px;
    font-family: "Open Sans",Arial;
    font-weight: 800
}

@media (max-width:1280px) {
    section.content .left .sectionHeader {
        margin: 0 -68px 20px -50px;
        padding: 20px 68px 20px 50px
    }
}

@media (max-width:1024px) {
    section.content .left .sectionHeader {
        margin: 0 -20px 20px;
        padding: 18px 20px
    }
}

@media (max-width:480px) {
    section.content .left .sectionHeader {
        font-size: 29px;
        line-height: 30px
    }
}

section.content .left .sectionContent {
    margin-bottom: 40px
}

section.content .left .contentblock table {
    border: none;
    box-shadow: none
}

    section.content .left .contentblock table td, section.content .left .contentblock table tr {
        border: none;
        padding: 0
    }

    section.content .left .contentblock table ul {
        padding: 0;
        margin-top: 20px
    }

        section.content .left .contentblock table ul li {
            list-style-type: none
        }

            section.content .left .contentblock table ul li a {
                color: #215baf
            }

                section.content .left .contentblock table ul li a:hover {
                    border-color: #215baf
                }

            section.content .left .contentblock table ul li p {
                margin-bottom: 20px !important
            }

section.content .left .contentblock img {
    padding: 12px
}

section.content .left .contentDoubleList td {
    padding: 0;
    vertical-align: top;
    padding-right: 16px !important;
    padding-bottom: 56px !important
}

    section.content .left .contentDoubleList td h2 {
        font-size: 22px;
        line-height: 26px
    }

@media (max-width:800px) {
    section.content .left .contentDoubleList td {
        width: 100% !important;
        padding-right: 0;
        padding-bottom: 24px !important
    }
}

section.content .left a {
    color: #215baf
}

    section.content .left a:hover {
        text-decoration: none
    }

section.content .left .top-text {
    padding-top: 30px
}

    section.content .left .top-text + .article-area {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #dedede
    }

    section.content .left .top-text .LinkDetails {
        padding-left: 36px
    }

    section.content .left .top-text strong {
        color: #215baf
    }

    section.content .left .top-text ul {
        list-style-type: disc;
        margin-bottom: 20px;
        padding: 0 0 0 18px
    }

    section.content .left .top-text h3 {
        color: #215baf
    }

    section.content .left .top-text p {
        margin: 5px 0 18px
    }

@media (max-width:480px) {
    section.content .left .top-text p {
        font-size: 16px
    }
}

section.content .left .top-text p img {
    padding: 12px
}

section.content .left .top-text a {
    color: #215baf;
    text-decoration: underline;
    border-bottom: none
}

    section.content .left .top-text a:hover {
        color: #106eb9;
        border-bottom: none;
        text-decoration: none
    }

section.content .left .top-text .contentlist .listitem {
    padding: 0 0 0 30px
}

section.content .left .top-text .contentlist .listimage {
    left: 0 !important
}

section.content .left .article-area {
    padding: 0 64px 20px
}

@media (max-width:1024px) {
    section.content .left .article-area {
        padding: 20px 20px 0
    }
}

@media (max-width:800px) {
    section.content .left .article-area {
        padding: 10px 20px 0
    }
}

section.content .left .article-row:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:800px) {
    section.content .left .article-row:last-child article {
        border-bottom: none
    }
}

section.content .left .article-row:last-child article:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

section.content .left .inner-block p, section.content .left .inner-block strong {
    font-size: 17px;
    padding: 0 68px 0 64px
}

@media (max-width:1024px) {
    section.content .left .inner-block p, section.content .left .inner-block strong {
        padding: 0 20px
    }
}

@media (max-width:480px) {
    section.content .left .inner-block p, section.content .left .inner-block strong {
        font-size: 16px
    }
}

section.content .left .inner-block p a, section.content .left .inner-block strong a {
    color: #215baf;
    text-decoration: underline
}

    section.content .left .inner-block p a:hover, section.content .left .inner-block strong a:hover {
        color: #106eb9;
        text-decoration: none
    }

section.content .left .inner-block .widgetBody ul {
    padding: 0 68px 0 64px
}

@media (max-width:1024px) {
    section.content .left .inner-block .widgetBody ul {
        padding: 0 20px
    }
}

section.content .left .inner-block .widgetBody ul a {
    color: #215baf;
    text-decoration: underline
}

    section.content .left .inner-block .widgetBody ul a:hover {
        color: #106eb9
    }

section.content .left .inner-block h2 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    color: #06417e;
    padding: 0 68px 0 64px
}

@media (max-width:1024px) {
    section.content .left .inner-block h2 {
        padding: 0 20px
    }
}

section.content .left .inner-block h3 {
    color: #215baf;
    padding: 0 68px 0 64px
}

@media (max-width:1024px) {
    section.content .left .inner-block h3 {
        padding: 0 20px
    }
}

section.content .left .inner-block h4 {
    padding: 0 68px 0 64px
}

@media (max-width:1024px) {
    section.content .left .inner-block h4 {
        padding: 0 20px
    }
}

section.content .left .inner-block p strong {
    color: #215baf;
    padding: 0;
    font-size: 18px
}

section.content .left .content-row {
    padding: 0 64px 0 68px
}

@media (max-width:1024px) {
    section.content .left .content-row {
        padding: 0 20px
    }
}

section.content .left .content-row p {
    padding: 0
}

section.content .left .content-row h3 {
    margin-top: 20px
}

section.content .left article {
    min-height: 111px;
    padding-bottom: 20px;
    margin-bottom: 24px;
    position: relative;
    float: left;
    width: 47%;
    border-bottom: 1px solid #dedede;
    padding-right: 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    section.content .left article:last-child {
        float: right
    }

    section.content .left article:first-child {
        float: left
    }

    section.content .left article .image {
        position: absolute;
        top: 0;
        right: 0
    }

@media (max-width:480px) {
    section.content .left article .image {
        width: 68px
    }
}

section.content .left article a {
    font-size: 22px;
    color: #215baf;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    text-decoration: none
}

    section.content .left article a:hover {
        border-color: #215baf
    }

    section.content .left article a.image {
        border: none !important
    }

section.content .left article p {
    padding: 0 !important;
    margin: 8px 0;
    font-size: 17px
}

@media (max-width:1100px) {
    section.content .left article {
        padding-right: 103px
    }

        section.content .left article a {
            font-size: 19px
        }
}

@media (max-width:800px) {
    section.content .left article {
        width: 100%;
        float: none;
        min-height: 111px
    }
}

@media (max-width:480px) {
    section.content .left article {
        padding-right: 84px
    }

        section.content .left article a {
            font-size: 18px
        }

        section.content .left article p {
            font-size: 16px
        }
}

@media (max-width:1280px) {
    section.content .left {
        padding: 0 68px 0 50px
    }
}

@media (max-width:1024px) {
    section.content .left {
        padding: 0 20px;
        width: 100%;
        display: block
    }
}

section.content .left .contentlist {
    margin-top: 40px
}

@media (max-width:1024px) {
    section.content .left .contentlist {
        margin-top: 20px
    }
}

section.content .left .contentlist .listitem {
    position: relative;
    padding: 0 64px 0 98px;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    section.content .left .contentlist .listitem {
        padding: 0 20px 0 50px
    }
}

section.content .left .contentlist .listitem .listimage {
    position: absolute;
    left: 68px;
    top: 4px;
    max-width: 25px
}

@media (max-width:1024px) {
    section.content .left .contentlist .listitem .listimage {
        left: 20px
    }
}

section.content .left .contentlist .listitem a {
    font-size: 22px;
    color: #215baf;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    text-decoration: none
}

    section.content .left .contentlist .listitem a:hover {
        border-color: #215baf
    }

section.content .left .contentlist .listitem p {
    margin: 8px 0;
    font-size: 17px
}

section.content .left .newslist {
    margin-top: 40px
}

@media (max-width:1024px) {
    section.content .left .newslist {
        margin-top: 20px
    }
}

section.content .left .newslist .newsitems {
    padding: 0;
    list-style-type: none
}

    section.content .left .newslist .newsitems li {
        padding: 26px 0
    }

        section.content .left .newslist .newsitems li p {
            padding: 0
        }

        section.content .left .newslist .newsitems li h3 {
            line-height: 23px;
            font-size: 18px;
            margin: 0;
            padding: 0
        }

            section.content .left .newslist .newsitems li h3 a {
                color: #215baf
            }

                section.content .left .newslist .newsitems li h3 a:hover {
                    text-decoration: none
                }

        section.content .left .newslist .newsitems li .newsdate {
            color: #106eb9;
            font-size: 15px;
            display: block;
            margin: 5px 0
        }

section.content .left .newslist .newsitems li .newscontent {
    font-size: 17px;
    margin: 0
}

section.content .left .newslist .newsitems li:first-child {
    padding-top: 0
}

section.content .left .newslist .newsitems li:last-child {
    border-bottom: none
}


section.content .left .schoolfinder {
    padding: 0 64px 25px 68px;
}

@media (max-width: 1024px) {
    section.content .left .schoolfinder {
        padding: 0 20px;
    }
}

section.content .left .schoolfinder .letters {
    margin-bottom: 30px;
}

    section.content .left .schoolfinder .letters:after {
        content: "";
        display: table;
        clear: both;
    }

    section.content .left .schoolfinder .letters input[type=submit] {
        float: left;
        background: #f2f2f2;
        padding: 12px 14px;
        margin-right: 3px;
        border: none;
    }

        section.content .left .schoolfinder .letters input[type=submit]:hover {
            background: #e2e5e6;
        }

@media (max-width: 800px) {
    section.content .left .schoolfinder .letters input[type=submit] {
        padding: 10px 3px;
        width: 24px;
        margin-bottom: 4px;
        margin-right: 4px;
    }
}

section.content .left .schoolfinder .letters input[type=submit].activeletter {
    background: #215BAF;
    color: #fff;
}

    section.content .left .schoolfinder .letters input[type=submit].activeletter:hover {
        background: #215BAF;
        color: #fff;
    }

section.content .left .schoolfinder .schoollist ul {
    padding: 0;
    list-style-type: none;
}

    section.content .left .schoolfinder .schoollist ul:after {
        content: "";
        display: table;
        clear: both;
    }

    section.content .left .schoolfinder .schoollist ul li {
        float: left;
        width: 50%;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

@media (max-width: 800px) {
    section.content .left .schoolfinder .schoollist ul li {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fff;
    }
}

section.content .left .schoolfinder .schoollist ul li a {
    background: #f2f2f2;
    font-size: 16px;
    display: block;
    padding: 8px 12px 9px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

    section.content .left .schoolfinder .schoollist ul li a:hover {
        background: #e2e5e6;
    }

    section.content .left .schoolfinder .schoollist ul li a.active {
        background: #215BAF;
        color: #fff;
    }

        section.content .left .schoolfinder .schoollist ul li a.active:hover {
            background: #215BAF;
            color: #fff;
        }

section.content .left .schoolfinder h1 {
    margin: 0 0 14px;
    color: #06417e;
    font-size: 32px;
    line-height: 36px;
}

@media (max-width: 480px) {
    section.content .left .schoolfinder h1 {
        font-size: 29px;
        line-height: 30px;
    }
}

section.content .left .schoolfinder h2 {
    padding: 0;
}

section.content .left .schoolfinder .schoolInfo h1 + .emphasise {
    font-weight: 600;
    margin-bottom: 15px;
}

section.content .left .schoolfinder .schoolInfo ul {
    padding: 0 0 0 20px !important;
    list-style-type: disc;
}

section.content .left .schoolfinder .schoolInfo h2 {
    color: #215BAF;
    margin: 25px 0 15px;
    font-size: 21px;
    line-height: 25px;
}

section.content .left .schoolfinder .schoolInfo .infoSection {
    margin-bottom: 15px;
}

    section.content .left .schoolfinder .schoolInfo .infoSection .heading {
        font-weight: 600;
    }

section.content .left .schoolfinder p {
    padding: 0;
}

section.content .left .schoolfinder strong {
    padding: 0;
}

section.content .left .schoolfinder .letters a.activeletter {
    background: #215BAF;
    color: #fff;
}

section.content .left .schoolfinder .letters a {
    display: inline-block;
    float: left;
    background: #f2f2f2;
    padding: 12px 14px;
    margin: 0 3px 0 0;
    border: 0;
    font-size: 14px;
    color: #000;
    line-height: 15px;
    text-align: center
}

section.content .left .schoolfinder .letters a {
    padding: 10px 3px;
    width: 24px;
    margin-bottom: 4px;
    margin-right: 4px
}

.schoolfinder.loading {
    opacity: 0.5;
    pointer-events: none;
    cursor: progress
}

.schoolInfo li p {
    margin: 0
}


section.content .left .stationfinder {
    padding: 0 64px 25px 68px
}

@media (max-width:1024px) {
    section.content .left .stationfinder {
        padding: 0 20px
    }
}

section.content .left .stationfinder .letters {
    margin-bottom: 30px
}

section.content .left .stationfinder .letters:after {
        content: "";
        display: table;
        clear: both
    }

section.content .left .stationfinder .letters input[type=submit] {
        float: left;
        background: #f2f2f2;
        padding: 12px 14px;
        margin-right: 3px;
        border: none
    }

section.content .left .stationfinder .letters input[type=submit]:hover {
            background: #e2e5e6
        }

@media (max-width:800px) {
    section.content .left .stationfinder .letters input[type=submit] {
        padding: 10px 3px;
        width: 24px;
        margin-bottom: 4px;
        margin-right: 4px
    }
}

section.content .left .stationfinder .letters input[type=submit].activeletter {
    background: #215baf;
    color: #fff
}

section.content .left .stationfinder .letters input[type=submit].activeletter:hover {
        background: #215baf;
        color: #fff
    }

section.content .left .stationfinder .stationlist ul {
    padding: 0;
    list-style-type: none
}

section.content .left .stationfinder .stationlist ul:after {
    content: "";
    display: table;
    clear: both
}

section.content .left .stationfinder .stationlist ul li {
    float: left;
    width: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:800px) {
    section.content .left .stationfinder .stationlist ul li {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fff
    }
}

section.content .left .stationfinder .stationlist ul li a {
    background: #f2f2f2;
    font-size: 16px;
    display: block;
    padding: 8px 12px 9px;
    text-decoration: none;
    border-bottom: 1px solid transparent
}

section.content .left .stationfinder .stationlist ul li a:hover {
    background: #e2e5e6
}

section.content .left .stationfinder .stationlist ul li a.active {
    background: #215baf;
    color: #fff
}

section.content .left .stationfinder .stationlist ul li a.active:hover {
    background: #215baf;
    color: #fff
}

section.content .left .stationfinder h1 {
    margin: 0 0 14px;
    color: #06417e;
    font-size: 32px;
    line-height: 36px
}

@media (max-width:480px) {
    section.content .left .stationfinder h1 {
        font-size: 29px;
        line-height: 30px
    }
}

section.content .left .stationfinder h2 {
    padding: 0
}

section.content .left .stationfinder .stationInfo h1 + .emphasise {
    font-weight: 600;
    margin-bottom: 15px
}

section.content .left .stationfinder .stationInfo ul {
    padding: 0 0 0 20px !important;
    list-style-type: disc
}

section.content .left .stationfinder .stationInfo h2 {
    color: #215baf;
    margin: 25px 0 15px;
    font-size: 21px;
    line-height: 25px
}

section.content .left .stationfinder .stationInfo .infoSection {
    margin-bottom: 15px
}

section.content .left .stationfinder .stationInfo .infoSection .heading {
    font-weight: 600
}

section.content .left .stationfinder p {
    padding: 0
}

section.content .left .stationfinder strong {
    padding: 0
}



section.content .right {
    background: #f7f7f7;
    width: 28%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 18px 64px 18px 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    section.content .right h3 {
        font-size: 18px;
        color: #06417e
    }

    section.content .right ul {
        padding: 0;
        margin: 0
    }

        section.content .right ul li {
            position: relative;
            display: block;
            margin-bottom: 6px;
            padding-left: 16px
        }

            section.content .right ul li:before {
                position: absolute;
                left: 0;
                top: 3px;
                font-family: FontAwesome;
                content: '\f105';
                color: #a6b9d4
            }

            section.content .right ul li a {
                font-size: 17px;
                color: #215baf;
                border-bottom: 1px solid transparent
            }

                section.content .right ul li a.active {
                    font-weight: 700
                }

                section.content .right ul li a:hover {
                    border-bottom: 1px solid #215baf
                }

    section.content .right .travel-alerts .i-travel {
        font-size: 15px
    }

@media (max-width:1230px) {
    section.content .right .travel-alerts .i-travel {
        margin-right: 4px
    }
}

@media (max-width:1086px) {
    section.content .right .travel-alerts .i-travel {
        display: block
    }
}

@media (max-width:1024px) {
    section.content .right .travel-alerts .i-travel {
        margin-right: 34px;
        display: inline-block
    }
}

section.content .right .travel-alerts .i-travel:before {
    margin-right: 8px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px
}

section.content .right .travel-alerts .alert {
    font-size: 14px
}

@media (max-width:1024px) {
    section.content .right .travel-alerts .alert strong {
        margin-right: 8px
    }
}

@media (max-width:1230px) {
    section.content .right .travel-alerts .alert {
        margin-right: 4px
    }
}

section.content .right .travel-alerts .alert:hover {
    border-color: transparent
}

section.content .right .travel-alerts .alert:last-child {
    margin-right: 0
}

@media (max-width:1280px) {
    section.content .right {
        padding: 18px 50px 18px 35px
    }
}

@media (max-width:1024px) {
    section.content .right {
        padding: 20px;
        width: 100%;
        display: block
    }
}

section.content .content-row {
    padding: 20px 0 8px;
    border-top: 1px solid #dedede
}

    section.content .content-row:last-child {
        margin-bottom: 40px
    }

@media (max-width:1024px) {
    section.content .content-row:last-child {
        margin-bottom: 0
    }
}

section.content .content-row h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #215baf
}

section.content .content-row a {
    color: #215baf;
    text-decoration: underline
}

    section.content .content-row a:hover {
        color: #106eb9
    }

section.content .content-row p:first-of-type {
    margin-top: 0
}

@media (max-width:480px) {
    section.content .content-row p {
        font-size: 16px
    }
}

.contentblock ul {
    list-style-type: disc;
    padding-left: 20px
}

.contentblock table td p {
    margin-bottom: 20px !important
}

section.blue {
    background: #06417e;
    color: #fff
}

    section.blue .section-content {
        margin-top: 38px
    }

@media (min-width:801px) {
    section.blue .section-content {
        opacity: 0;
        -moz-transition: opacity .75s ease-in-out .3s;
        -o-transition: opacity .75s ease-in-out .3s;
        -webkit-transition: opacity .75s ease-in-out .3s;
        transition: opacity .75s ease-in-out .3s
    }
}

@media (max-width:800px) {
    section.blue .section-content {
        margin-top: 25px
    }
}

@media (min-width:801px) {
    section.blue .banner-image-right {
        opacity: 0;
        -moz-transform: translateX(140px);
        -ms-transform: translateX(140px);
        -o-transform: translateX(140px);
        -webkit-transform: translateX(140px);
        transform: translateX(140px);
        -moz-transition: opacity .45s ease-in-out .25s,transform 1.05s ease-in-out;
        -o-transition: opacity .45s ease-in-out .25s,transform 1.05s ease-in-out;
        -webkit-transition: opacity .45s ease-in-out .25s,transform 1.05s ease-in-out;
        transition: opacity .45s ease-in-out .25s,transform 1.05s ease-in-out
    }
}

section.blue.image-a-side .container {
    padding-bottom: 60px
}

@media (max-width:861px) {
    section.blue.image-a-side .container {
        padding-bottom: 45px
    }
}

@media (max-width:800px) {
    section.blue.image-a-side .container {
        padding-bottom: 35px
    }
}

section.blue.product:before {
    display: none
}

section.blue.product .section-content {
    margin-top: 0;
    width: 47%;
    padding-right: 3%
}

@media (max-width:700px) {
    section.blue.product .section-content {
        width: 100%;
        padding-right: 0
    }

        section.blue.product .section-content h1 {
            line-height: 36px
        }
}

section.blue.product .container {
    padding-bottom: 0 !important
}

section.blue.product .banner-image-right.banner-bg {
    background: url(/site/static/images/women-train-tablet.jpg) no-repeat 0 0
}

section.blue .btn-dark-blue {
    margin-top: 20px
}

@media (max-width:1280px) {
    section.blue .btn-dark-blue {
        margin-top: 6px
    }
}

@media (max-width:861px) {
    section.blue .btn-dark-blue {
        font-size: 16px
    }
}

section.blue .btn-dark-blue:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    z-index: -1;
    left: -2px;
    border: 4px solid #fff;
    border-right: 0;
    border-radius: 7px;
    background: #fff
}

section.light-blue {
    background: #106eb9;
    color: #fff
}

@media (min-width:801px) {
    section.light-blue {
        opacity: 0;
        -moz-transform: translateY(140px);
        -ms-transform: translateY(140px);
        -o-transform: translateY(140px);
        -webkit-transform: translateY(140px);
        transform: translateY(140px);
        -moz-transition: opacity .8s ease-in-out,transform 1s ease-in-out;
        -o-transition: opacity .8s ease-in-out,transform 1s ease-in-out;
        -webkit-transition: opacity .8s ease-in-out,transform 1s ease-in-out;
        transition: opacity .8s ease-in-out,transform 1s ease-in-out
    }
}

section.light-blue .section-content {
    margin-top: 38px;
    float: right
}

@media (max-width:800px) {
    section.light-blue .section-content {
        margin-top: 25px
    }
}

section.light-blue.image-a-side .container {
    padding-bottom: 60px
}

@media (max-width:861px) {
    section.light-blue.image-a-side .container {
        padding-bottom: 45px
    }
}

@media (max-width:800px) {
    section.light-blue.image-a-side .container {
        padding-bottom: 35px
    }
}

section.light-blue .btn-dark-blue {
    margin-top: 20px
}

@media (max-width:1280px) {
    section.light-blue .btn-dark-blue {
        margin-top: 6px
    }
}

@media (max-width:861px) {
    section.light-blue .btn-dark-blue {
        font-size: 16px
    }
}

section.light-blue .btn-dark-blue:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    z-index: -1;
    left: -2px;
    border: 4px solid #fff;
    border-right: 0;
    border-radius: 7px;
    background: #fff
}

.home-articles {
    background: #fff;
    position: relative;
    z-index: 30;
    padding: 50px 0
}

    .home-articles h3 {
        font-size: 31px;
        line-height: 34px;
        font-weight: 800;
        margin: 20px 0;
        font-family: "Open Sans",Arial;
        color: #106eb9
    }

    .home-articles .column-wrap .column-third p {
        font-weight: 400;
        font-size: 17px;
        margin: 5px 0;
        line-height: 28px;
        color: #000
    }

        .home-articles .column-wrap .column-third p:after {
            display: none
        }

    .home-articles .btn-dark-blue {
        width: 76%;
        margin-top: 32px
    }

@media (max-width:915px) {
    .home-articles .btn-dark-blue {
        font-size: 15px
    }

        .home-articles .btn-dark-blue:before {
            top: 8px
        }
}

@media (max-width:765px) {
    .home-articles .btn-dark-blue {
        font-size: 13px
    }
}

@media (max-width:700px) {
    .home-articles .btn-dark-blue {
        font-size: 18px;
        margin-top: 12px;
        width: 200px
    }
}

.home-articles .btn-dark-blue:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    z-index: -1;
    left: -2px;
    border: 4px solid #fff;
    border-right: 0;
    border-radius: 7px;
    background: #fff
}

@media (max-width:900px) {
    .home-articles h3 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 800;
        margin: 16px 0
    }

    .home-articles .column-wrap .column-third p {
        font-size: 14px;
        line-height: 25px
    }

    .home-articles .btn-dark-blue {
        margin-top: 14px
    }
}

@media (max-width:700px) {
    .home-articles {
        padding: 15px 0 0
    }

        .home-articles .column-wrap .column-third {
            width: 90%;
            padding: 0 5%
        }

            .home-articles .column-wrap .column-third:last-child {
                margin-bottom: 20px
            }

            .home-articles .column-wrap .column-third p {
                font-size: 17px;
                line-height: 28px
            }

        .home-articles article {
            margin-bottom: 40px
        }

        .home-articles h3 {
            font-size: 31px;
            line-height: 34px;
            font-weight: 800;
            margin: 20px 0
        }
}

section.grey {
    background: #f0f0f0;
    position: relative
}

    section.grey:after {
        content: "";
        display: table;
        clear: both
    }

    section.grey .section-content {
        margin-top: 38px
    }

@media (max-width:800px) {
    section.grey .section-content {
        margin-top: 25px
    }
}

section.grey img {
    float: right;
    width: 45%
}

section.grey .container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0
}

section.grey .text-with-big-image {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 47%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    section.grey .text-with-big-image .btn-dark-blue {
        border-bottom: 5px solid #001a38
    }

    section.grey .text-with-big-image p {
        padding: 4px 0 13px;
        line-height: 28px
    }

@media (max-width:800px) {
    section.grey {
        margin-bottom: 25px
    }

        section.grey .container {
            position: relative
        }

        section.grey img {
            float: none;
            margin: 0 auto;
            width: 100%
        }

        section.grey .text-with-big-image {
            width: 100%;
            margin-top: 0;
            padding: 30px 0
        }
}

section.grey h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 38px;
    line-height: 42px;
    font-family: "Open Sans",Arial;
    color: #106eb9;
    font-weight: 800
}

@media (max-width:1062px) {
    section.grey h2 {
        font-size: 31px;
        line-height: 33px
    }

    section.grey .text-with-big-image p {
        padding: 0 0 5px;
        line-height: 23px
    }
}

@media (max-width:1062px) {
    section.grey h2 {
        font-size: 26px;
        line-height: 28px
    }

    section.grey .text-with-big-image p {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:800px) {
    section.grey .text-with-big-image {
        position: relative;
        top: 0;
        left: 0;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

section.grey.image-a-side h1 {
    color: #106eb9
}

section.grey.image-a-side img {
    width: 100%
}

section.grey.image-a-side .container {
    padding-bottom: 60px
}

@media (max-width:861px) {
    section.grey.image-a-side .container {
        padding-bottom: 45px
    }
}

@media (max-width:800px) {
    section.grey.image-a-side .container {
        padding-bottom: 26px
    }
}

section.grey.image-a-side .btn-dark-blue {
    margin-top: 10px
}

@media (max-width:861px) {
    section.grey.image-a-side .btn-dark-blue {
        font-size: 16px;
        margin-bottom: 10px
    }
}

section.grey.image-a-side .btn-dark-blue:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    z-index: -1;
    left: -2px;
    border: 4px solid #fff;
    border-right: 0;
    border-radius: 7px;
    background: #fff
}

.timetable-list {
    margin: 30px 0
}

    .timetable-list .timetable-item {
        padding: 26px 0;
        border-bottom: 1px solid #dedede
    }

@media (max-width:800px) {
    .timetable-list .timetable-item {
        padding: 15px 0
    }
}

.timetable-list .timetable-item:first-child {
    padding-top: 0
}

.timetable-list .timetable-item:last-child {
    border-bottom: none
}

.timetable-list .timetable-item h2 {
    line-height: 23px;
    font-size: 18px;
    margin: 0 0 8px
}

.timetable-list .timetable-item a {
    color: #215baf;
    text-decoration: underline
}

    .timetable-list .timetable-item a:hover {
        color: #106eb9
    }

.timetable-list .timetable-item p {
    font-size: 17px;
    margin: 0
}

@media (max-width:480px) {
    .timetable-list .timetable-item p {
        font-size: 16px
    }
}

.operators {
    padding: 20px 0
}

@media (max-width:800px) {
    .operators {
        padding: 10px 0
    }
}

.operators .operator-list ul {
    padding: 0;
    margin: 0
}

    .operators .operator-list ul li {
        list-style-type: none
    }

        .operators .operator-list ul li h3 {
            position: relative;
            font-size: 18px;
            line-height: 22px;
            cursor: pointer;
            background: #f7f7f7;
            margin-bottom: 8px;
            color: #215baf;
            padding: 12px 44px 12px 18px
        }

            .operators .operator-list ul li h3:after {
                content: ' ';
                position: absolute;
                top: 50%;
                margin-top: -12px;
                right: 18px;
                width: 25px;
                height: 25px;
                background: url(/site/static/images/plus-circle.png) no-repeat 0 0;
                background-size: 25px 25px
            }

        .operators .operator-list ul li.active h3:after {
            background-image: url(/site/static/images/minus-circle.png)
        }

        .operators .operator-list ul li .operator-content {
            font-size: 17px;
            display: none;
            padding: 10px 20px 26px
        }

@media (max-width:480px) {
    .operators .operator-list ul li .operator-content {
        font-size: 16px;
        padding: 8px 20px 16px
    }
}

div.renderbuttonstable {
    border: none !important;
    padding-top: 0 !important
}

    div.renderbuttonstable h1 {
        color: #012651 !important
    }

    div.renderbuttonstable h2 {
        border-bottom-color: #dedede !important
    }

    div.renderbuttonstable .colspan.bws hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #dedede;
        margin: 1.4em 0;
        padding: 0
    }

    div.renderbuttonstable .genericsubmit {
        background: #012651;
        display: inline-block;
        font-family: "Open Sans",Arial;
        padding: 9px 20px;
        font-size: 16px;
        border-bottom: 4px solid #001a38;
        color: #fff;
        border-radius: 6px;
        font-weight: 700;
        -moz-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        -webkit-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out
    }

@media (max-width:480px) {
    div.renderbuttonstable .genericsubmit {
        font-size: 14px;
        padding: 8px 13px
    }
}

div.renderbuttonstable .genericsubmit:hover {
    background: #07366d
}

div.renderbuttonstable input[type=text] {
    -webkit-appearance: none;
    display: inline-block;
    height: 27px;
    margin-right: 10px;
    border: 3px solid #eaeaea;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 10px;
    color: #5e606b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    -moz-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

div.renderbuttonstable textarea {
    -webkit-appearance: none;
    display: inline-block;
    height: 80px;
    margin-right: 10px;
    border: 3px solid #eaeaea;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 10px;
    color: #5e606b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    -moz-box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

@media (max-width:800px) {
    div.renderbuttonstable .lM1rM3, div.renderbuttonstable .lM3rM4 {
        width: 100% !important
    }

        div.renderbuttonstable .lM1rM3 .dataelr, div.renderbuttonstable .lM3rM4 .dataelr {
            padding-left: 0;
            padding-right: 0
        }
}

.helptext {
    color: #215baf
}

@media (min-width:801px) {
    .page-loaded section.blue .section-content {
        opacity: 1
    }

    .page-loaded section.blue .banner-image-right {
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .page-loaded section.light-blue {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.grey-area {
    background: #f2f2f2;
    color: #06417e;
    padding: 32px 0
}

@media (max-width:1280px) {
    .grey-area {
        padding: 20px 0
    }
}

@media (max-width:1024px) {
    .grey-area {
        padding: 18px 0
    }
}

.grey-area h2 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    color: #06417e
}

.grey-area .linkButton {
    margin-left: 225px;
    margin-top: 10px
}

.inner-block {
    margin: 0 -68px 0 -64px;
    overflow: hidden
}

@media (max-width:1024px) {
    .inner-block {
        margin: 0 -20px
    }
}

.inner-block img {
    width: 100%;
    display: block
}

.inner-block > div:first-child .widgetBody h2, .inner-block > div:first-child .widgetBody p {
    background: #f2f2f2;
    margin: 0;
    padding: 30px 68px 30px 64px;
    font-size: 18px !important;
    line-height: 25px;
    margin-bottom: 28px;
    color: #06417e;
    font-family: "Open Sans",Arial;
    font-weight: 700
}

@media (max-width:1180px) {
    .inner-block > div:first-child .widgetBody h2, .inner-block > div:first-child .widgetBody p {
        padding: 20px 68px 20px 64px
    }
}

@media (max-width:1024px) {
    .inner-block > div:first-child .widgetBody h2, .inner-block > div:first-child .widgetBody p {
        padding: 20px
    }
}

@media (max-width:480px) {
    .inner-block > div:first-child .widgetBody h2, .inner-block > div:first-child .widgetBody p {
        font-size: 17px !important;
        line-height: 22px
    }
}

#map {
    width: 100%;
    min-height: 512px;
    margin: 25px 0
}

    #map img {
        width: auto
    }

#mapcontainer {
    padding: 0 68px 0 64px
}

.mobileAlerts {
    display: none
}

@media (max-width:1024px) {
    .mobileAlerts {
        display: block
    }
}

.mobileAlerts .travel-alerts {
    padding: 20px
}

.tab-row {
    margin: 28px 0 -32px
}

@media (max-width:1280px) {
    .tab-row {
        margin: 28px -20px -20px
    }
}

.tab-row ul {
    padding: 0;
    margin: 0
}

@media (max-width:800px) {
    .tab-row ul {
        display: table;
        width: 100%
    }
}

.tab-row ul li {
    cursor: pointer;
    background: #215baf;
    color: #fff;
    display: inline-block;
    list-style-type: none;
    padding: 10px 18px 12px;
    margin-right: 5px;
    font-weight: 700;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

@media (max-width:800px) {
    .tab-row ul li {
        width: 33%;
        border-left: 2px solid #f2f2f2;
        border-right: 2px solid #f2f2f2;
        padding: 0 10px;
        height: 56px;
        font-size: 16px;
        line-height: 19px;
        margin-right: 0;
        display: table-cell;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        vertical-align: middle
    }
}

@media (max-width:480px) {
    .tab-row ul li {
        font-size: 15px
    }
}

.tab-row ul li:hover {
    background: #2668c9
}

.tab-row ul li.active {
    background: #fff;
    color: #215baf
}

.tab-item {
    display: none;
    padding: 40px 0
}

@media (max-width:800px) {
    .tab-item {
        padding: 20px 0
    }
}

.tab-item p:first-child {
    margin-top: 0
}

.tab-item.active {
    display: block
}

.tab-item .top-details {
    position: relative;
    margin-bottom: 25px
}

    .tab-item .top-details h2 {
        font-size: 22px;
        margin: 0 0 5px
    }

    .tab-item .top-details .btn-dark-blue, .tab-item .top-details .btn-red {
        position: absolute;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 4px;
        right: 0;
        font-size: 17px
    }

@media (max-width:800px) {
    .tab-item .top-details .btn-dark-blue, .tab-item .top-details .btn-red {
        display: absolute;
        position: relative;
        margin-top: 11px;
        padding: 10px 39px 10px 20px;
        top: 0;
        right: 0;
        font-size: 14px
    }
}

.tab-item .top-details p {
    margin: 8px 0
}

.tab-item .grey-bg {
    background: #f2f2f2;
    padding: 14px 18px;
    margin: 22px 0;
    font-size: 15px
}

@media (max-width:800px) {
    .tab-item .grey-bg {
        display: none
    }
}

.tab-item .grey-bg address {
    font-style: normal;
    margin: 2px 0
}

.tab-item .key {
    margin-top: 20px;
    font-size: 15px
}

@media (max-width:480px) {
    .tab-item .key {
        font-size: 13px
    }
}

.tab-item .key strong {
    display: block;
    margin-bottom: 5px
}

.tab-item .rail-icon {
    background: url(/site/static/images/rail-icon.png) no-repeat 0 0;
    background-size: 15px 12px;
    display: inline-block;
    width: 32px;
    height: 12px
}

.tab-item .blue-letters {
    display: inline-block;
    width: 32px;
    font-size: 15px;
    color: #215baf
}

.timetable-area p {
    font-size: 15px;
    font-weight: 600;
    padding-left: 38%
}

@media (max-width:1024px) {
    .timetable-area p {
        padding-left: 0;
        text-align: center
    }
}

@media (max-width:480px) {
    .timetable-area p {
        font-size: 13px
    }
}

.show-frame {
    font-size: 15px;
    margin: 10px 0 30px
}

@media (max-width:480px) {
    .show-frame {
        font-size: 13px;
        margin: 10px 0 20px
    }
}

.show-frame strong {
    margin-right: 12px
}

@media (max-width:480px) {
    .show-frame strong {
        margin-right: 8px
    }
}

.show-frame .time-btn {
    cursor: pointer;
    margin-right: 12px;
    background: #dadada;
    padding: 3px 12px 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #06417e
}

@media (max-width:480px) {
    .show-frame .time-btn {
        padding: 3px 4px 5px;
        margin-right: 3px
    }
}

.show-frame .time-btn.active {
    color: #215baf;
    background: #f2f2f2
}

.bus-timetable {
    font-size: 15px;
    position: relative;
    padding: 0 36px 0 258px;
    overflow: hidden
}

@media (max-width:600px) {
    .bus-timetable {
        font-size: 14px;
        padding: 0 22px 0 150px
    }
}

@media (max-width:380px) {
    .bus-timetable {
        padding: 0 22px 0 116px;
        font-size: 13px
    }
}

.bus-timetable .sml-blue-btn {
    background: #012651;
    display: inline-block;
    padding: 7px 7px 4px;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 3px solid #001a38;
    color: #fff;
    border-radius: 6px;
    font-weight: 600
}

@media (max-width:480px) {
    .bus-timetable .sml-blue-btn {
        font-size: 12px;
        line-height: 12px
    }
}

.bus-timetable .sml-blue-btn:hover {
    background: #07366d
}

.bus-timetable .bus-stop-names {
    width: 222px;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:600px) {
    .bus-timetable .bus-stop-names {
        width: 128px
    }
}

@media (max-width:380px) {
    .bus-timetable .bus-stop-names {
        width: 94px
    }
}

.bus-timetable .bus-stop-names .top-stop {
    border-bottom: 1px solid transparent;
    padding: 0 4px;
    height: 51px;
    border-color: #dadada;
    padding-top: 0
}

@media (max-width:480px) {
    .bus-timetable .bus-stop-names .top-stop {
        height: 46px
    }
}

.bus-timetable .bus-stop-names .stop {
    border-bottom: 1px solid transparent;
    padding: 4px 0;
    padding-right: 5px
}

@media (max-width:600px) {
    .bus-timetable .bus-stop-names .stop {
        border-color: #dadada
    }
}

.bus-timetable .bus-stop-names .stop:nth-child(4n+1) {
    border-color: #dadada
}

    .bus-timetable .bus-stop-names .stop:nth-child(4n+1):last-child {
        border-color: transparent
    }

.bus-timetable .prev-btn {
    background: #dadada;
    width: 36px;
    height: 100%;
    position: absolute;
    top: 51px;
    left: 222px
}

@media (max-width:600px) {
    .bus-timetable .prev-btn {
        width: 22px;
        left: 128px
    }
}

@media (max-width:480px) {
    .bus-timetable .prev-btn {
        top: 46px
    }
}

@media (max-width:380px) {
    .bus-timetable .prev-btn {
        left: 94px
    }
}

.bus-timetable .prev-btn .sml-blue-btn {
    margin: 0 auto;
    position: absolute;
    cursor: pointer;
    text-align: center;
    width: 25px;
    left: 0;
    right: 0;
    font-size: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 8px 2px 8px
}

@media (max-width:600px) {
    .bus-timetable .prev-btn .sml-blue-btn {
        padding: 2px 5px 2px 4px;
        width: 18px
    }
}

.bus-timetable .prev-btn .sml-blue-btn.top {
    top: -51px
}

@media (max-width:480px) {
    .bus-timetable .prev-btn .sml-blue-btn.top {
        top: -46px;
        padding: 1px 5px 0 4px
    }
}

.bus-timetable .prev-btn .sml-blue-btn.middle {
    top: 50%;
    margin-top: -35px
}

@media (max-width:480px) {
    .bus-timetable .prev-btn .sml-blue-btn.middle {
        padding: 9px 5px 7px 4px;
        width: 18px;
        margin-top: -39px
    }
}

.bus-timetable .prev-btn.slick-disabled .sml-blue-btn {
    opacity: .2;
    cursor: auto
}

.bus-timetable .next-btn {
    background: #dadada;
    width: 36px;
    height: 100%;
    position: absolute;
    top: 51px;
    right: 0
}

@media (max-width:600px) {
    .bus-timetable .next-btn {
        width: 22px
    }
}

@media (max-width:480px) {
    .bus-timetable .next-btn {
        top: 46px
    }
}

.bus-timetable .next-btn .sml-blue-btn {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 25px;
    left: 0;
    right: 0;
    cursor: pointer;
    font-size: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 7px 2px 9px
}

@media (max-width:600px) {
    .bus-timetable .next-btn .sml-blue-btn {
        width: 18px;
        padding: 2px 5px 2px 6px
    }
}

.bus-timetable .next-btn .sml-blue-btn.top {
    top: -51px
}

@media (max-width:480px) {
    .bus-timetable .next-btn .sml-blue-btn.top {
        top: -46px;
        padding: 1px 5px 0 6px
    }
}

.bus-timetable .next-btn .sml-blue-btn.middle {
    top: 50%;
    margin-top: -35px
}

@media (max-width:480px) {
    .bus-timetable .next-btn .sml-blue-btn.middle {
        padding: 9px 2px 7px 4px;
        width: 18px;
        margin-top: -39px
    }
}

.bus-timetable .next-btn.slick-disabled .sml-blue-btn {
    cursor: auto;
    opacity: .2
}

.bus-timetable .bus-slider .col:nth-child(odd) {
    background: #f2f2f2
}

.bus-timetable .bus-slider .col .top-time {
    border-bottom: 1px solid transparent;
    text-align: center;
    padding: 0 4px;
    height: 51px;
    background: #fff;
    border-bottom: 1px solid #dadada;
    color: #215baf
}

@media (max-width:480px) {
    .bus-timetable .bus-slider .col .top-time {
        height: 46px
    }
}

.bus-timetable .bus-slider .col .top-time .sml-blue-btn {
    color: #fff
}

.bus-timetable .bus-slider .col .time {
    border-bottom: 1px solid transparent;
    text-align: center;
    padding: 4px
}

@media (max-width:600px) {
    .bus-timetable .bus-slider .col .time {
        border-color: #dadada
    }
}

.bus-timetable .bus-slider .col .time.blank:before {
    content: '-';
    opacity: 0
}

.bus-timetable .bus-slider .col .time:first-child, .bus-timetable .bus-slider .col .time:nth-child(4n+1) {
    border-color: #dadada
}

    .bus-timetable .bus-slider .col .time:first-child:last-child, .bus-timetable .bus-slider .col .time:nth-child(4n+1):last-child {
        border-color: transparent
    }

.IE8 header .right-header nav ul li {
    margin-right: 30px !important
}

    .IE8 header .right-header nav ul li a:after {
        display: none !important
    }

.IE8 .field-row .three-select .chosen-container {
    margin-right: 1.8% !important
}

.IE8 input[type=checkbox] {
    display: inline-block !important;
    width: 8%;
    height: 20px
}

    .IE8 input[type=checkbox] + label {
        display: inline-block !important;
        width: 86%;
        line-height: 16px !important
    }

        .IE8 input[type=checkbox] + label span {
            display: none !important
        }

.IE8 input[type=radio] {
    display: inline-block !important;
    width: 30px;
    height: 15px;
    margin-top: 10px
}

    .IE8 input[type=radio] + label {
        display: inline-block !important;
        width: 40%;
        line-height: 16px !important;
        margin-top: 10px
    }

        .IE8 input[type=radio] + label span {
            display: none !important
        }

.IE8 footer ul li {
    margin-right: 30px !important
}

.IE8 .feedback .feedback-inner {
    display: inline-block !important;
    width: 350px !important
}

.IE8 section.grey .text-with-big-image {
    top: 16% !important
}

.IE8 section.newsletter .with-arrow.btn-dark-blue:before {
    margin-top: -12px !important
}

.IE8 .the_file {
    overflow: hidden !important;
    width: 0 !important;
    height: 0 !important
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0,0,0,.15)
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0
    }

    .chosen-container a {
        cursor: pointer
    }

    .chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        color: #999
    }

        .chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top
        }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url("chosen-sprite.png") no-repeat 0 2px
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

    .chosen-container-single .chosen-search input[type=text] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: #fff url("chosen-sprite.png") no-repeat 100% -20px;
        background: url("chosen-sprite.png") no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
            background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
            color: #fff
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline
        }

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(#eee 1%,#fff 15%);
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: 0 0 !important;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 3px;
            background-color: #eee;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            color: #333;
            line-height: 13px;
            cursor: default
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url("chosen-sprite.png") -42px 1px no-repeat;
                font-size: 1px
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            color: #666
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
    background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
    background-image: -o-linear-gradient(#eee 20%,#fff 80%);
    background-image: linear-gradient(#eee 20%,#fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: 0 0
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #222 !important
    }

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

    .chosen-disabled .chosen-single {
        cursor: default
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default
    }

.chosen-rtl {
    text-align: right
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px
    }

    .chosen-rtl .chosen-choices li {
        float: right
    }

        .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px
            }

    .chosen-rtl .chosen-drop, .chosen-rtl.chosen-container-single-nosearch .chosen-search {
        left: 9999px
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none
    }

    .chosen-rtl .chosen-search input[type=text] {
        padding: 4px 5px 4px 20px;
        background: #fff url("chosen-sprite.png") no-repeat -30px -20px;
        background: url("chosen-sprite.png") no-repeat -30px -20px;
        direction: rtl
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px
    }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    outline: 0;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.timetablematches {
    margin-left: 50px
}

@media (max-width:800px) {
    .timetablematches {
        margin-left: 5px
    }
}

.school-timetable-name {
    width: 30%
}

.school-timetable-route {
    width: 62%
}

.school-timetable-pass {
    width: 62%
}

@media (max-width:800px) {
    .school-table td {
        display: normal !important
    }

        .school-table td:before {
            content: attr(data-label);
            display: inline-block;
            font-weight: 700;
            width: 0%;
            padding: 0
        }

    .school-timetable-name {
        width: 100%;
        text-align: left !important
    }

    .school-timetable-route {
        width: 100%
    }

    .school-timetable-pass {
        width: 95%;
        text-align: right !important
    }

        .school-timetable-pass span {
            display: normal
        }
}

.card-item {
    position: relative;
    padding-right: 30%
}

@media (max-width:800px) {
    .card-item {
        padding-right: 38%
    }
}

@media (max-width:480px) {
    .card-item {
        padding-right: 0
    }

        .card-item p {
            padding-right: 130px
        }
}

.card-item .card {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 205px
}

@media (max-width:800px) {
    .card-item .card {
        width: 150px
    }
}

@media (max-width:480px) {
    .card-item .card {
        width: 110px;
        top: 10px
    }
}

.faq-item {
    box-shadow: 0 0 5px 0 #909090;
    border-radius: 2px;
    background: #f4f4f4;
    margin-bottom: 22px;
    padding: 12px 20px 16px
}

    .faq-item .faq {
        position: relative;
        cursor: pointer
    }

        .faq-item .faq.open .control {
            -moz-transform: rotateZ(-90deg);
            -ms-transform: rotateZ(-90deg);
            -o-transform: rotateZ(-90deg);
            -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg)
        }

            .faq-item .faq.open .control:before {
                opacity: 0
            }

    .faq-item .control {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: 0;
        height: 36px;
        width: 36px;
        background: #06417e;
        border-radius: 50%;
        -moz-transition: transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out
    }

        .faq-item .control:before {
            width: 20px;
            height: 4px;
            content: ' ';
            position: absolute;
            top: 16px;
            right: 8px;
            background: #fff;
            -moz-transition: opacity .3s ease-in-out;
            -o-transition: opacity .3s ease-in-out;
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out
        }

        .faq-item .control:after {
            width: 4px;
            height: 20px;
            content: ' ';
            position: absolute;
            top: 8px;
            left: 16px;
            background: #fff
        }

    .faq-item h3 {
        margin: 0;
        font-weight: 800;
        font-family: "Open Sans",sans-serif;
        color: #303030;
        padding-right: 90px
    }

@media (max-width:800px) {
    .faq-item h3 {
        font-size: 20px;
        padding-right: 45px
    }
}

.faq-item .faq-drop {
    display: none;
    padding-top: 18px;
    line-height: 30px
}

.IE8 .faq-item .faq.open .control:before, .IE9 .faq-item .faq.open .control:before {
    opacity: 1;
    display: block
}

.IE8 .faq-item .faq.open .control:after, .IE9 .faq-item .faq.open .control:after {
    opacity: 0;
    display: none
}

.two-full-columns:after {
    content: "";
    display: table;
    clear: both
}

.two-full-columns + .newsletter {
    margin-top: 0
}

.two-full-columns .white-left {
    position: relative;
    width: 72%;
    float: left;
    background: #fff
}

    .two-full-columns .white-left .inner-area {
        min-width: 856px;
        margin-top: 40px;
        width: 100%;
        float: right
    }

        .two-full-columns .white-left .inner-area div[data-ux-pagebuilder=DropZone] > div > ul {
            padding: 0
        }

@media (max-width:1400px) {
    .two-full-columns .white-left .inner-area {
        min-width: 0
    }
}

@media (max-width:800px) {
    .two-full-columns .white-left .inner-area {
        float: none
    }
}

.two-full-columns .white-left .inner-area .content-region {
    padding-right: 44px;
    color: #000
}

    .two-full-columns .white-left .inner-area .content-region a {
        text-decoration: underline;
        color: #106eb9
    }

        .two-full-columns .white-left .inner-area .content-region a:hover {
            text-decoration: none
        }

    .two-full-columns .white-left .inner-area .content-region h2 {
        margin-top: 0;
        font-family: "Open Sans",sans-serif;
        color: #106eb9
    }

    .two-full-columns .white-left .inner-area .content-region ul {
        padding-left: 33px
    }

        .two-full-columns .white-left .inner-area .content-region ul > li {
            position: relative;
            margin-bottom: 10px;
            list-style-type: none
        }

            .two-full-columns .white-left .inner-area .content-region ul > li:before {
                content: ' ';
                position: absolute;
                top: 9px;
                left: -22px;
                width: 6px;
                height: 6px;
                background: url(/img/chrome/list-bullet.png) no-repeat 0 0
            }

.two-full-columns .grey-right {
    position: relative;
    width: 28%;
    float: right;
    background: #f0f0f0
}

    .two-full-columns .grey-right .inner-area {
        min-width: 284px;
        margin-top: 40px;
        width: 100%;
        float: left
    }

        .two-full-columns .grey-right .inner-area div[data-ux-pagebuilder=DropZone] > div > ul {
            padding: 0
        }

@media (max-width:1400px) {
    .two-full-columns .grey-right .inner-area {
        min-width: 0
    }
}

@media (max-width:800px) {
    .two-full-columns .grey-right .inner-area {
        float: none;
        margin-top: 0
    }
}

.two-full-columns .grey-right .inner-area .content-region {
    padding-left: 44px
}

    .two-full-columns .grey-right .inner-area .content-region ul {
        padding-left: 20px;
        margin: 10px 0
    }

        .two-full-columns .grey-right .inner-area .content-region ul li {
            list-style-type: none;
            margin-bottom: 13px
        }

            .two-full-columns .grey-right .inner-area .content-region ul li:before {
                background: 0 0
            }

            .two-full-columns .grey-right .inner-area .content-region ul li a {
                font-family: "Open Sans",sans-serif;
                font-size: 17.5px;
                font-weight: 700;
                color: #4d4d4d;
                position: relative;
                display: inline-block;
                text-decoration: none
            }

                .two-full-columns .grey-right .inner-area .content-region ul li a:hover {
                    color: #106eb9
                }

                .two-full-columns .grey-right .inner-area .content-region ul li a:after {
                    position: absolute;
                    top: 1px;
                    left: -18px;
                    font-size: 21px;
                    content: '\f105';
                    font-family: FontAwesome;
                    color: #106eb9
                }

                .two-full-columns .grey-right .inner-area .content-region ul li a.btn-dark-blue {
                    color: #fff
                }

                    .two-full-columns .grey-right .inner-area .content-region ul li a.btn-dark-blue:after {
                        content: ""
                    }

            .two-full-columns .grey-right .inner-area .content-region ul li.active a {
                color: #106eb9
            }

@media (max-width:800px) {
    .two-full-columns .grey-right .inner-area .content-region ul {
        padding-left: 0
    }

        .two-full-columns .grey-right .inner-area .content-region ul li {
            margin-bottom: 8px
        }

            .two-full-columns .grey-right .inner-area .content-region ul li a {
                font-size: 14.5px
            }
}

.two-full-columns .grey-right .inner-area .content-region [data-ux-pagebuilder=Column] > ul {
    padding: 0
}

.two-full-columns .grey-right .inner-area .btn-dark-blue {
    margin-bottom: 20px;
    width: 78%;
    display: block;
    font-size: 17px;
    padding-right: 35px
}

    .two-full-columns .grey-right .inner-area .btn-dark-blue:first-child {
        margin-top: 6px
    }

@media (max-width:865px) {
    .two-full-columns .grey-right .inner-area .btn-dark-blue {
        font-size: 16px
    }

        .two-full-columns .grey-right .inner-area .btn-dark-blue:first-child {
            margin-top: 0
        }
}

@media (max-width:800px) {
    .two-full-columns .white-left {
        float: none;
        width: 100%
    }

        .two-full-columns .white-left .inner-area .content-region {
            width: 90%;
            margin: 0 auto;
            padding: 0
        }

    .two-full-columns .grey-right {
        float: none;
        width: 100%;
        box-shadow: 0 0 8px 1px #c2c2c2;
        padding: 28px 0 15px;
        margin-top: 28px;
        margin-bottom: 31px
    }

        .two-full-columns .grey-right .inner-area .content-region {
            width: 90%;
            margin: 0 auto;
            padding: 0 0 0 10px;
            box-sizing: border-box
        }

            .two-full-columns .grey-right .inner-area .content-region .btn-grey-l {
                width: 216px
            }
}

.card-item {
    position: relative;
    padding-right: 30%
}

@media (max-width:800px) {
    .card-item {
        padding-right: 38%
    }
}

@media (max-width:480px) {
    .card-item {
        padding-right: 0
    }

        .card-item p {
            padding-right: 130px
        }
}

.card-item .card {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 205px
}

@media (max-width:800px) {
    .card-item .card {
        width: 150px
    }
}

@media (max-width:480px) {
    .card-item .card {
        width: 110px;
        top: 10px
    }
}

.faq-item {
    box-shadow: 0 0 5px 0 #909090;
    border-radius: 2px;
    background: #f4f4f4;
    margin-bottom: 22px;
    padding: 12px 20px 16px
}

    .faq-item .faq {
        position: relative;
        cursor: pointer
    }

        .faq-item .faq.open .control {
            -moz-transform: rotateZ(-90deg);
            -ms-transform: rotateZ(-90deg);
            -o-transform: rotateZ(-90deg);
            -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg)
        }

            .faq-item .faq.open .control:before {
                opacity: 0
            }

    .faq-item .control {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: 0;
        height: 36px;
        width: 36px;
        background: #06417e;
        border-radius: 50%;
        -moz-transition: transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out
    }

        .faq-item .control:before {
            width: 20px;
            height: 4px;
            content: ' ';
            position: absolute;
            top: 16px;
            right: 8px;
            background: #fff;
            -moz-transition: opacity .3s ease-in-out;
            -o-transition: opacity .3s ease-in-out;
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out
        }

        .faq-item .control:after {
            width: 4px;
            height: 20px;
            content: ' ';
            position: absolute;
            top: 8px;
            left: 16px;
            background: #fff
        }

    .faq-item h3 {
        margin: 0;
        font-weight: 800;
        font-family: "Open Sans",sans-serif;
        color: #303030;
        padding-right: 90px
    }

@media (max-width:800px) {
    .faq-item h3 {
        font-size: 20px;
        padding-right: 45px
    }
}

.faq-item .faq-drop {
    display: none;
    padding-top: 18px;
    line-height: 30px
}

.IE8 .faq-item .faq.open .control:before, .IE9 .faq-item .faq.open .control:before {
    opacity: 1;
    display: block
}

.IE8 .faq-item .faq.open .control:after, .IE9 .faq-item .faq.open .control:after {
    opacity: 0;
    display: none
}

[data-ux-pagebuilder=Column] > ul > li {
    padding-left: 0 !important
}

    [data-ux-pagebuilder=Column] > ul > li:before {
        display: none !important
    }

section.content .left .inner-block .timetable-list h2 {
    padding-left: 64px
}

@media (max-width:1024px) {
    section.content .left .inner-block .timetable-list h2 {
        padding-left: 20px
    }
}

.ektron-ux-dialog.ui-dialog.ux-app-siteApp-dialog {
    z-index: 5000
}

#achieveForm a {
    color: #323232
}

div[aria-describedby=firmstepDialogSelectorElement] {
    z-index: 100000002
}

.timetable {
    color: #3b4247;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative;
    z-index: 1
}

.linebreak td, th {
    border-bottom: 1px solid #babfc2
}

.filename {
    padding: 10px;
    background: #2a2c39;
    color: #fff
}

.service {
    background: #e5e7eb;
    margin: 0 0 10px
}

.servicenumber {
    padding: 10px;
    background: #9096a7;
    color: #fff
}

.railBusStop {
    padding: 0 5px;
    vertical-align: bottom
}

.even {
    width: 29px;
    padding: 6px 5px
}

.odd {
    width: 29px;
    padding: 6px 5px;
    background: #e9eee7
}

.stopname {
    width: 200px;
    text-align: left;
    padding-right: 10px
}

#busstops {
    background: url("/site/static/images/master/busstopbg2.gif") repeat-y scroll 0 0 transparent;
    padding: 0
}

    #busstops li {
        background: url("/site/static/images/master/busstopbg.gif") no-repeat scroll left center transparent;
        color: #000;
        font-size: 13px;
        list-style: none inside none;
        margin: 4px 0;
        min-height: 11px;
        padding: 0 0 0 20px
    }

    #busstops .first {
        background: url("/site/static/images/master/busstopbgtop.gif") no-repeat scroll left center #fff;
        margin: 0 0 4px
    }

.header {
    color: #106eb9;
    font-size: 1.5em;
    font-weight: 700;
    margin: .75em 0
}

#busstops a {
    color: #000
}

.info {
    color: #3b4247;
    font-size: 85%;
    font-weight: 700;
    line-height: 1.4em
}

.stopnamecolumn {
    width: 200px
}

.arrdep {
    width: 2em
}

.timecolumn {
    width: 335px
}

a.headerbutton {
    background: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #06416e;
    vertical-align: middle;
    display: inline-block;
    behavior: url(/site/static/JS/PIE/PIE.htc);
    font-weight: 700;
    line-height: 1.5em;
    float: right;
    font-size: .575em
}

.subheader {
    display: inline
}

.roadlist {
    padding: 0 0 10px;
    text-align: left
}

.timetable th {
    padding: 6px 2px;
    vertical-align: top
}

.timetable .stopname {
    padding: 1em 0 0
}

.timetable th a {
    color: #fff
}

.busStopList {
    width: 100%
}

    .busStopList th {
        padding: 0 0 5px;
        text-align: left
    }

.servicelabel {
    border-right: 1px solid;
    color: #06417e;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 10px 0 0;
    padding: 2px 10px 2px 0
}

.routeback {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0 0;
    text-decoration: none
}

    .routeback:hover {
        text-decoration: underline
    }

.selectlabel {
    padding: 0 0 15px
}

.timetable .button {
    padding: 5px 6px;
    text-decoration: underline
}

    .timetable .button:hover {
        text-decoration: none
    }

.serviceinfo {
    font-size: .85em;
    padding: 8px 8px 0 0;
    text-align: right
}

.timingpoint {
    font-weight: 700
}

.operators {
    background: #e9eee7;
    margin: 10px 0;
    padding: 10px 5px 5px;
    font-weight: 700
}

    .operators div {
        padding: 5px 0;
        font-weight: 400
    }

.routeSelect {
    max-width: 370px
}

.datepicker {
    width: 5em;
    min-height: 1.35em;
    padding: .5em .75em;
    border: 0
}

.upcomingNotice {
    color: #e61224;
    padding: 6px 0
}

.liststopname {
    min-width: 270px
}

.dropdown {
    margin: 0 10px 0 0
}

.ui-datepicker-trigger {
    padding: 0 10px 0 0
}

.sectionHeader {
    z-index: 1;
    position: relative
}

.busStopList a {
    text-decoration: underline
}

    .busStopList a:hover {
        text-decoration: underline
    }

.listHeader {
    margin: 0
}

.listDisclaimer {
    color: #06417e;
    font-size: .95em;
    padding: 6px 0;
    font-weight: 700
}

#timetable .right {
    position: relative;
    z-index: 1
}

#timetable .button {
    position: relative
}

.universal-block {
    background: #007bbd;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: initial;
    width: 100%;
    display: flex;
    height: 55px
}

    .universal-block ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff
    }

    .universal-block li a {
        text-decoration: none;
        display: flex;
        background: #007bbd
    }

    .universal-block li {
        float: left
    }

        .universal-block .menu-btn:hover, .universal-block li a:hover {
            background-color: #06417e
        }

    .universal-block .logo {
        display: block;
        float: left;
        font-size: 2em;
        text-decoration: none
    }

    .universal-block .menu-icon .navicon:before {
        top: 5px
    }

    .universal-block .menu-icon .navicon:after {
        top: -5px
    }

@media (min-width:48em) {
    .universal-block li {
        float: left;
        width: 70px
    }

        .universal-block li a {
            height: 55px
        }

    .universal-block .menu {
        clear: none;
        float: right;
        max-height: none
    }
}

.logo.UniversalNavigationStyle {
    width: 70px;
    height: 55px;
    float: left;
    filter: grayscale(1) invert(1)
}

.UniversalNavigationStyleActive {
    width: 70px;
    height: 55px;
    float: left;
    background-color: #fff
}

.logoDisabled {
    display: none
}

#blocks {
    margin: 0 0 15px
}

.block {
    width: 264px;
    float: left;
    min-height: 233px;
    color: #fff;
    padding: 30px 30px 20px;
    position: relative;
    z-index: 0
}

.blockheading {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 1.45em;
    font-weight: 400;
    padding: 0 0 16px;
    color: #fff;
    margin: 0
}

#block_bus {
    background: url(/site/static/images/icons/bus.gif) no-repeat 260px 18px #106eb9
}

#block_train {
    background: url(/site/static/images/icons/train.gif) no-repeat 260px 18px #06417e
}

#block_planner {
    background: url(/site/static/images/icons/planner.gif) no-repeat 260px 18px #e61224
}

.block a {
    color: #fff
}

.block ul {
    margin: 0 0 16px;
    padding: 0
}

.block li {
    background: url("/site/static/images/master/chevron.gif") no-repeat left center;
    list-style: none outside none;
    padding: 0;
    overflow: auto
}

    .block li a {
        padding-left: 15px
    }

        .block li a:hover {
            text-decoration: underline
        }

.block .textbox {
    margin: 0 0 10px
}

#twocolumn_left {
    width: 648px;
    float: left
}

#twocolumn_right {
    float: right;
    padding: 35px;
    padding-top: 20px;
    padding-bottom: 15px;
    width: 254px
}

#twocolumn_left .left, #twocolumn_left .right {
    width: 290px
}

.heading {
    border-bottom: 2px solid #babfc2;
    color: #106eb9;
    font-size: 1.4em;
    font-weight: 700;
    padding: 0 0 15px
}

li.PBItem {
    background-image: none
}

.ui-autocomplete {
    width: 300px !important
}

    .ui-autocomplete ul {
        overflow-x: hidden;
        overflow-y: auto;
        height: 200px;
        top: 0;
        position: absolute;
        width: 300px !important
    }

ul.ui-autocomplete {
    overflow-x: hidden;
    overflow-y: auto;
    height: 200px
}

* html .ui-autocomplete ul {
    height: 200px
}

* html ul.ui-autocomplete {
    height: 200px
}

div.ui-menu-wrapper button:hover {
    text-decoration: underline;
    display: inline-block
}

.ui-autocomplete ul.ui-menu {
    margin: 0;
    padding: 0;
    width: 100%
}

.ui-autocomplete ul.ui-widget-content {
    border: currentColor
}

div.ui-menu-wrapper button {
    margin: 0;
    padding: 2px;
    text-align: left;
    cursor: pointer
}

    div.ui-menu-wrapper button:hover {
        text-decoration: underline
    }

.ui-widget-content.ui-autocomplete {
    background-color: #fff
}

.ui-autocomplete ul.ui-widget-content {
    background-color: #fff
}

.ui-widget-content.ui-autocomplete {
    border: 1px solid #000
}

.ui-autocomplete li.ui-menu-item {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Segoe UI;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font: menu;
    display: block;
    cursor: default;
    height: 20px
}

    .ui-autocomplete li.ui-menu-item a {
        padding: 2px 5px;
        line-height: 16px;
        font-weight: 400;
        text-decoration: none
    }

        .ui-autocomplete li.ui-menu-item a strong {
            font-weight: 700
        }

.ui-autocomplete .ui-corner-all {
    -moz-border-radius: 0
}

.ui-autocomplete a.ui-state-hover {
    border: currentColor
}

div.ui-autocomplete br {
    line-height: 0;
    font-size: 0px
}

div.ui-menu-wrapper ul.ui-widget-content {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

#stationinfo {
    background: url('/site/static/images/arrow-down.gif') no-repeat 22px 0;
    color: #fff;
    padding: 4px 0
}

#stationheader {
    margin-top: 8px;
    background: #06417e;
    padding: 17px 20px 16px 17px;
    white-space: nowrap
}

#stationtitle {
    font-weight: 700
}

#stationtext {
    background: #106eb9;
    padding: 10px
}

    #stationtext a {
        color: #fff
    }

#mapcontainer {
    margin-left: -12px
}

.sectionContent {
    background-image: none
}

    .sectionContent img {
        padding: 0 !important;
        margin-left: -26px;
        margin-top: -21px
    }

    .sectionContent .PB-UI-icon {
        margin-top: 0 !important;
        margin-left: 0 !important
    }

.arrow {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -22px
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}

    #fancybox-loading div {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 480px;
        background-image: url('/img/fancybox/fancybox.png')
    }

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: 0;
    display: none
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: 0;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    z-index: 1101
}

#fancybox-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 11px;
    background: transparent url('/img/fancybox/close.gif') 0 0;
    cursor: pointer;
    z-index: 1103;
    display: none
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    line-height: 0;
    vertical-align: top
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: 0;
    background: transparent url('/img/fancybox/blank.gif');
    z-index: 1102;
    display: none
}

#fancybox-left {
    left: 0
}

#fancybox-right {
    right: 0
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}

#fancybox-left-ico {
    background-image: url('/img/fancybox/fancybox.png');
    background-position: -40px -30px
}

#fancybox-right-ico {
    background-image: url('/img/fancybox/fancybox.png');
    background-position: -40px -60px
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible
}

    #fancybox-left:hover span {
        left: 20px
    }

    #fancybox-right:hover span {
        left: auto;
        right: 20px
    }

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('/img/fancybox/fancybox-x.png')
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('/img/fancybox/fancybox.png');
    background-position: -40px -162px
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('/img/fancybox/fancybox-y.png');
    background-position: -20px 0
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('/img/fancybox/fancybox.png');
    background-position: -40px -182px
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('/img/fancybox/fancybox-x.png');
    background-position: 0 -20px
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('/img/fancybox/fancybox.png');
    background-position: -40px -142px
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('/img/fancybox/fancybox-y.png')
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('/img/fancybox/fancybox.png');
    background-position: -40px -122px
}

#fancybox-title {
    font-family: Arial;
    font-size: 12px;
    z-index: 1102
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('/img/fancybox/fancy_title_over.png');
    display: block
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}

    #fancybox-title-float-wrap td {
        border: none;
        white-space: nowrap
    }

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('/img/fancybox/fancybox.png') -40px -90px no-repeat
}

#fancybox-title-float-main {
    color: #fff;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 3px 0;
    background: url('/img/fancybox/fancybox-x.png') 0 -40px
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('/img/fancybox/fancybox.png') -55px -90px no-repeat
}

#fancybox-hide-sel-frame, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right {
    height: expression(this.parentNode.clientHeight + "px")
}

#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px')
}

    #fancybox-loading.fancybox-ie6 div {
        background: 0 0
    }

.fancybox-ie .fancybox-bg {
    background: 0 0 !important
}

.contour h4.contourPageName {
    color: #012651;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 33px;
    font-weight: 800
}

.contour .contourField {
    padding-top: .2em
}

    .contour .contourField > div {
        padding-left: .41em;
        padding-top: .2em;
        padding-bottom: .2em
    }

.contour label.fieldLabel {
    color: #323232;
    font-size: 18px;
    font-weight: 700;
    padding-top: 11px;
    display: block;
    padding-bottom: 4px
}

.contour .contourIndicator {
    color: red
}

.contour input[type=text] {
    display: inline-block;
    margin-bottom: 5px;
    height: 27px;
    border: 3px solid #eaeaea !important;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 10px !important;
    color: #5e606b;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

.contour textarea {
    color: #5e606b;
    border-radius: 5px;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    border: 3px solid #eaeaea !important;
    padding: 7px 10px;
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

.contour .checkbox input, .contour span.checkboxlist input, .contour span.radiobuttonlist input {
    display: none !important
}

.contour input[type=radio] + label {
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 12px
}

.contour input[type=radio]:checked + label:before {
    background: #106eb9 url(/img/chrome/contactus/radiotick.png) no-repeat center;
    border-color: #d2d2d2;
    border: 3px solid #106eb9
}

.contour input[type=radio] + label:before {
    content: ' ';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    border: 3px solid #eaeaea;
    background: #fff;
    color: #5e606b;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    cursor: pointer
}

.contour input[type=checkbox] + label {
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 12px
}

.contour input[type=checkbox]:checked + label:before {
    background: #106eb9 url(/img/chrome/contactus/radiotick.png) no-repeat center;
    border-color: #d2d2d2;
    border: 3px solid #106eb9
}

.contour input[type=checkbox] + label:before {
    content: ' ';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    border: 3px solid #eaeaea;
    background: #fff;
    color: #5e606b;
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33);
    cursor: pointer
}

.contour select {
    margin-bottom: 5px;
    -webkit-appearance: none;
    display: inline-block;
    height: 42px;
    border: 3px solid #eaeaea !important;
    background: #fff url(/img/chrome/select-arrow.png) no-repeat right center;
    background-size: 35px 47px;
    line-height: 20px;
    font-size: 16px;
    padding: 7px 10px;
    color: #5e606b;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(27,27,30,.33)
}

#contour #recaptcha_widget_div, .contour #recaptcha_widget_div {
    margin-left: -5px !important;
    margin-bottom: 50px
}

.contour select {
    max-width: 416px !important;
    width: 95%;
    display: block
}

.contour .dropdown {
    margin-right: 0
}

.contour .contourNavigation {
    border-top: solid #dedede 1px;
    margin-top: 20px;
    padding-top: 40px
}

    .contour .contourNavigation .btn.next {
        cursor: pointer;
        background: #012651 url(/img/chrome/contactus/angle-arrow.png) no-repeat 86% 15px;
        display: inline-block;
        padding: 13px 20px;
        border-bottom: 4px solid #001a38;
        color: #fff;
        border-radius: 4px;
        position: relative;
        padding-right: 45px;
        font-size: inherit;
        font-family: Lato,sans-serif;
        font-weight: 400;
        transition: all .3s ease-in-out;
        margin-right: 24px;
        border: 1px outset #68a
    }

    .contour .contourNavigation .btn.prev {
        cursor: pointer;
        background: #012651 url(/img/chrome/contactus/angle-arrow-left.png) no-repeat 86% 15px;
        display: inline-block;
        padding: 13px 20px;
        border-bottom: 4px solid #001a38;
        color: #fff;
        border-radius: 4px;
        position: relative;
        padding-right: 45px;
        font-size: inherit;
        font-family: Lato,sans-serif;
        font-weight: 400;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin-right: 24px;
        border: 1px outset #68a
    }

    .contour .contourNavigation .btn.primary {
        cursor: pointer;
        background: #012651 url(/img/chrome/contactus/angle-arrow.png) no-repeat 86% 15px;
        display: inline-block;
        padding: 13px 20px;
        border-bottom: 4px solid #001a38;
        color: #fff;
        border-radius: 4px;
        position: relative;
        padding-right: 45px;
        font-size: inherit;
        font-family: Lato,sans-serif;
        font-weight: 400;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin-right: 24px;
        border: 1px outset #68a
    }

footer .social .icon.facebook {
    background-image: url(/img/chrome/media/facebook-icon.png)
}

footer .social .icon.twitter {
    background-image: url(/img/chrome/media/twitter-icon.png)
}

footer .social .icon.youtube {
    background-image: url(/img/chrome/media/youtube-icon.png)
}

.left-footer > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px
}

.travel-alerts .i-travel:before {
    background-image: url(/img/icons/alert-triangle.png)
}

.li-search input[type=submit] {
    background-image: url(/img/icons/search.png) !important
}

input[type=submit].with-arrow {
    background-image: url(/img/icons/button-arrow2.png)
}

.coloured-blocks .block-item .title.jplan:after {
    background-image: url(/img/icons/homeicon-jp.png)
}

.coloured-blocks .block-item .title.bus:after {
    background-image: url(/img/icons/homeicon-bus.png)
}

.coloured-blocks .block-item .title.train:after {
    background-image: url(/img/icons/homeicon-train.png)
}

table.servicelist th {
    text-align: left
}

section.content .left .stationfinder .letters a.activeletter {
    background: #215baf;
    color: #fff
}

section.content .left .stationfinder .letters a {
    display: inline-block;
    float: left;
    background: #f2f2f2;
    padding: 12px 14px;
    margin: 0 3px 0 0;
    border: 0;
    font-size: 14px;
    color: #000;
    line-height: 15px;
    text-align: center
}

section.content .left .stationfinder .letters a {
    padding: 10px 3px;
    width: 24px;
    margin-bottom: 4px;
    margin-right: 4px
}

.stationInfo li p {
    margin: 0
}

.infoSection .heading {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-style: none;
    margin: 0;
    padding: 0
}

.stationfinder.loading {
    opacity: .5;
    pointer-events: none;
    cursor: progress
}

.search-row select {
    background-image: url(/img/chrome/select-arrow.png)
}

ul.slick-dots {
    height: 24px
}

.banner .stop-start {
    bottom: -36px
}

.filter-row select {
    background-image: url(/img/chrome/select-arrow.png)
}

#fancybox-close {
    background-image: url(/img/chrome/close-cross.png) !important
}

.tab-item .rail-icon {
    background-image: url(/img/icons/railwaystation.gif)
}

#sitemap li {
    font-weight: 700;
    padding: 5px 0
}

    #sitemap li:first-child {
        padding-top: 10px
    }

    #sitemap li li li {
        font-weight: 400;
        list-style: circle
    }

        #sitemap li li li a {
            color: #000
        }

#sitemap ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

table.school-table {
    margin-top: 20px
}

img.mybus {
    width: 28px;
    height: 17px;
    box-shadow: #aaa 0 0 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1px;
    float: right
}

.genm .link-row .link-section {
    width: 33%
}

.genm .coloured-blocks .block-item p {
    color: #fff
}

.genm .coloured-blocks .block-item .inner {
    padding: 20px 30px 30px
}
/*# sourceMappingURL=metro.min.css.map */
