<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

@media all and (display-mode: standalone) {
    #getapp {
        display: none;
    }
}

#refresh {
    background: #0a779a;
    border-radius: 50%;
    color: white;
    text-align: center;
    margin: 10px;
    padding: 5px;
    display: none;
}
#refresh .material-icons {
    font-size: 24px;
    transition: all 1s;
    vertical-align: middle;
}

.platforms-list,
.stations-list {
    background: #366b77;
    color: white;
    display: none;
}

.platforms-list .platform,
.stations-list .station {
    padding: 10px 20px;
}

.platforms-list.active,
.stations-list.active{
    display: block;
}

#logo {
    margin: 0px auto 0px 10px;
}

    #logo img {
        max-height: 70px;
		margin-top: 5px;
        margin-bottom: 5px;
    }

#bablicFlagsWidget{
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
}

*,
h1 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

html {
    height: 100%;
    overflow: hidden;
    position: fixed;
}

body {
    color: #242424;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100vw;
    touch-action: none; /*To stop pinch zoom on ios*/
}

img {
    border: none;
    display: block;
    height: auto;
    max-width: 100%;
}

h1 {
    color: #093057;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 2.5em;
    margin: -0.83em 0 0 0;
    padding: 0;
}

    h1 small {
        font-size: 0.7em;
        line-height: 0.7em;
        display: block;
        margin-top: -5px;
    }

h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 9px 0;
}

h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 9px 0;
}

h4 {
    background: #cee3ea;
    border-radius: 0 9px 0 0;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    padding: 5px 12px;
}

h5 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
    margin: 9px 0 0 0;
}

h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 5px 0;
    padding: 0;
}

p {
    color: #5a6062;
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    padding: 0;
}

    p small {
        font-size: 14px;
        line-height: 14px;
    }

    p b {
        color: #242424;
    }

a:link,
a:visited {
    color: #c98000;
    text-decoration: none;
}

a:hover,
a:active {
    color: #0b6d8a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:link.arrow:before,
a:visited.arrow:before {
    background: url(images/Transit/icons.png) -28px -14px no-repeat;
    content: "";
    float: left;
    display: block;
    height: 13px;
    margin: 3px 5px 0 0;
    width: 11px;
}

a:hover.arrow:before,
a:active.arrow:before {
    background: url(images/Transit/icons.png) -28px -27px no-repeat;
}

p a:link img,
p a:visited img {
    margin: 25px 0;
}

hr {
    border-bottom: 1px solid #cee3ea;
    border-top: none;
    border-left: none;
    border-right: none;
    clear: both;
    margin-bottom: 20px;
    padding-top: 10px;
}

.clearfix {
    clear: both;
}
.toggle-buttons {
    display: none;
    flex-direction: row;
}
.toggle-buttons.active {
    display: flex;
}
.route-text {
    flex-grow: 3;
    margin-left: 20px;
}

.toggle-buttons .material-icons {
    background: #0a779a;
    color: white;
    margin: 2px 0;
    display: none;
    float: right;
}
.show-platforms.active .remove {
    display: inline-block;
}

.show-platforms:not(.active) .add {
    display: inline-block;
}
.show-platforms .title {
    flex-grow: 100;
}

.report.material-icons {
    color: white;
    background: red;
    padding: 10px;
}

.show-schedule, .show-platforms {
    background: #00809dc2;
    color: white;
    padding: 10px 20px;
    flex-grow: 3;
    flex-shrink: 1;
    display: flex;
    align-items: center;
}

.show-schedule {
    flex-grow: 0;
    background: #0a779a;
    margin: 0 0 0 5px;
    color: white;
}

#header {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: auto;
    display: flex;
    align-items: center;
    background-color: #0A3057;
    z-index:101;
}

.content-panel {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    min-height: 0;
    overflow: auto;
}

	.content-panel .content-width {
		margin-bottom: 32px;
	}

.map-panel {
    flex-grow: 100;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    /*    height: 100%;*/
    height: calc(100% - 70px);
}

.is-safari .map-panel {
/*    min-height: 500px;
    max-height: 90vh;*/
}



.content {
    clear: both;
    padding: 0;
    position: relative;
    height: 100%;
    flex-grow: 100;
    flex-shrink: 100;
/*    overflow: hidden;*/
}

#footer {
    background: #097195;
    background: -moz-linear-gradient(top, #097195 0%, #0b4b7d 100%);
    background: -webkit-linear-gradient(top, #097195 0%, #0b4b7d 100%);
    background: linear-gradient(to bottom, #097195 0%, #0b4b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#097195', endColorstr='#0b4b7d', GradientType=0);
    border-top: 5px solid #fff;
    color: #fff;
    position: absolute;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    z-index: 101;
    bottom: 0%;
    width: 100%;
}

.contentwidth {
    margin: auto;
    padding: 0;
    position: relative;
    width: 1360px;
}

.aligncenter {
    text-align: center;
}



/*-Header-*/
#logo {
    float: left;
}

#nav {
    float: right;
	margin-left: auto;
    height: 100%;
}

    #nav input[type="checkbox"] {
        display: none;
    }

    #nav ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 99;
        height: inherit;
		display: flex;		
    }

        #nav ul li {
            background-color: rgba(11, 84, 141, 0.6);
            border-left: 1px solid #708aa2;
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            height: inherit;
        }

            #nav ul li.current,
            #nav ul li:hover {
                background-color: rgba(11, 190, 201, 0.4);
            }

                #nav ul li.current:after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 10px 10px 10px;
                    border-color: transparent transparent #ffffff transparent;
                    margin-left: -10px;
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                }

    #nav li a {
        color: #fff;
        display: block;
        font-size: 1.2em;
        font-weight: 300;
        line-height: 25px;
        margin: 0;
        padding: 23px 20px;
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
        max-width: 150px;
        text-align: center;
    }

    #nav ul ul {
        position: absolute;
        top: 71px;
        left: 0;
        width: 200px;
    }

    #nav ul li ul li {
        background-color: #09467a;
        border-left: 0;
        float: none;
        height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

        #nav ul li ul li:hover {
            background-color: #0a779a;
        }

    #nav ul li:hover ul li {
        height: 36px;
    }

    #nav li li a {
        border-top: 1px solid #fff;
        font-size: 16px;
        padding: 5px 15px;
    }

    #nav ul li:last-of-type ul {
        margin-left: -83px;
    }

#secondary-menu ul {
    list-style: none;
    margin: 0;
    padding: 14px 15px 0 15px;
    text-align: right;
}

    #secondary-menu ul li {
        border-right: 1px solid #ccc;
        display: inline-block;
        font-size: 0.9em;
        margin: 0 0 9px 0;
        padding: 0;
    }

        #secondary-menu ul li:last-of-type {
            border-right: none;
        }

        #secondary-menu ul li a:link,
        #secondary-menu ul li a:visited {
            margin: 3px 5px 3px 2px;
            padding: 5px 8px;
        }

        #secondary-menu ul li.current a:link,
        #secondary-menu ul li.current a:link {
            background: #edece1;
            border-radius: 5px;
        }

/*-Inputs &amp; buttons-*/

a.btn,
input[type="submit"],
input[type="button"] {
    background: #08467a;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;
    padding: 15px 30px 16px 30px;
    transition: 0.3s;
}

a.btn {
    display: block;
    font-weight: 400;
    font-size: 0.8em;
    padding: 15px 0 16px 0;
    text-align: center;
}

    a.btn:hover,
    a.btn:active,
    input[type="submit"]:hover,
    input[type="submit"]:active,
    input[type="button"]:hover,
    input[type="button"]:active {
        background: #15a2c0;
    }

input[type="text"],
input[type="number"],
input[type="email"],
input[type='datetime-local'],
input[type='datetime'],
input[type='date'],
input[type='time'] {
    background: #fff;
    border: 2px solid #a1c1cb;
    border-radius: 7px;
    color: #03325d;
    font-size: 1em;
    line-height: 1em;
    margin: 0 0 9px;
    padding: 12px 5%;
    width: 90%;
}

.selectstyle {
    border-radius: 7px;
    margin: 0 0 0 0;
    position: relative;
}

    .selectstyle select::-ms-expand {
        display: none;
    }

    .selectstyle select {
        background: #fff;
        border: 2px solid #a1c1cb;
        border-radius: 7px;
        font-size: 1em;
        line-height: 1em;
        padding: 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
    }

    .selectstyle:after {
        background: url(images/Transit/icons.png) -25px 0 no-repeat;
        content: "";
        position: absolute;
        right: 3%;
        top: 14px;
        pointer-events: none;
        width: 16px;
        height: 12px;
        z-index: 9;
    }

.error select,
.error input[type="text"],
.error input[type="number"],
.error input[type="email"] {
    border: 2px solid #f30000;
}

.error:before {
    background: #f30000;
    color: #fff;
    border-radius: 4px 4px 0 0;
    content: attr(data-err);
    display: block;
    font-size: 0.8em;
    width: 50%;
    margin: 0 0 0 8px;
    padding: 4px 8px 2px 8px;
}

.error.selectstyle:after {
    top: 36px;
}

.error-message {
    background: #f7cbcb;
    border: 2px solid #f30000;
    border-radius: 7px;
    color: #f30000;
    margin: 9px 0;
    padding: 9px 15px;
}

    .error-message p {
        color: #f30000;
        font-weight: 700;
        margin: 0;
    }

#epn-input {
    padding: 0 0 12px 0;
}

    #epn-input input[type="text"] {
        float: left;
        margin: 0 2% 0 0;
        width: 65%;
    }

    #epn-input a.btn {
        float: left;
        width: 20%;
    }


/*-containers-*/

.content-width {
    margin: auto;
    margin-top: 30px;
    /* margin-bottom: 32px; */
    max-width: 1360px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    min-height: 0;
    overflow: auto;
}

.frame-a {
    background: #cee3ea;
    border-radius: 14px;
    padding: 50px 8%;
}

    .frame-a h1 {
        font-size: 1.8em;
        font-weight: 400;
        line-height: 1.8em;
        margin: 0;
        padding: 0 0 20px 0;
    }

.frame-b {
    background: #5d8896;
    border-radius: 6px;
    color: #fff;
    /*min-height: 216px;*/
    padding: 30px;
}

    .frame-b p {
        color: #fff;
    }

.frame-c {
    background: #edece1;
    border-radius: 12px;
    margin: 0;
    padding: 15px 35px;
}

    .frame-c h2 {
        border-bottom: 2px solid #fff;
        margin: 0 -35px 20px -35px;
        padding: 0 20px 9px 20px;
    }

    .frame-c p {
        color: #242424;
    }

.horz-sep {
    border-top: 1px solid #87a5b9;
    margin: 35px 0;
    position: relative;
}

    .horz-sep:after {
        background: #87a5b9;
        border-radius: 18px;
        content: attr(data-msg);
        color: #fff;
        font-size: 1em;
        /* font-weight: 700; */
        line-height: 34px;
        height: 36px;
        position: absolute;
        top: -18px;
        left: 50%;
        padding: 0 11px;
        transform: translateX(-50%);
        text-align: center;
    }

p.stop-label {
    font-size: 1.2em;
    margin: 0 0 9px 0;
}

ul.stop-wait-times {
    color: #272727;
    list-style: none;
    height: 60px;
    margin: 0;
    padding: 0 0 9px 0;
    display: flex;
}

    ul.stop-wait-times li {
        font-size: 1.4em;
        float: left;
        height: 60px;
        line-height: 60px;
        padding: 0 3% 0 5%;
        position: relative;
    }

.realtime:before {
    background: url(images/Transit/icons.png) 0 0 no-repeat;
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    height: 11px;
    width: 11px;
}

.eta-stop-wrap:not(:first-child) {
    margin-top: 20px;
}

    .eta-stop-wrap:not(:first-child)::before {
        content: "";
        display: block;
        height: 6px;
        margin: 0 20px 20px;
        background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='16' height='6'&gt;&lt;circle cx='8' cy='3' r='3' fill='white'&gt;&lt;/circle&gt;&lt;/svg&gt;");
        background-position: center;
    }

p.timestamp {
    margin: 15px 0 0 0;
    font-style: italic;
}

.eta-project-group {
    padding: 20px 0 0 0;
    position: relative;
}

    .eta-project-group::before {
        color: #e2eaec;
        content: attr(data-project);
        font-size: 0.8em;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }

ul.stop-wait-times li small {
    font-size: 0.6em;
}

ul.stop-wait-times li:nth-child(1) {
    background: #fff;
    font-size: 1.1em;
    font-weight: 700;
    padding-left: 15px;
}

ul.stop-wait-times li:nth-child(2) {
    background: #e2eaec;
}

ul.stop-wait-times li:nth-child(3) {
    background: #c5d4d9;
}

ul.stop-wait-times li:nth-child(4) {
    background: #9eb8c0;
}

    ul.stop-wait-times li:nth-child(1):after,
    ul.stop-wait-times li:nth-child(2):after,
    ul.stop-wait-times li:nth-child(3):after,
    ul.stop-wait-times li:nth-child(4):after {
        border-style: solid;
        border-width: 30px 0 30px 12px;
        content: "";
        height: 0;
        position: absolute;
        top: 0;
        right: -12px;
        width: 0;
        z-index: 1;
    }

ul.stop-wait-times li:nth-child(1):after {
    border-color: transparent transparent transparent #ffffff;
}

ul.stop-wait-times li:nth-child(2):after {
    border-color: transparent transparent transparent #e2eaec;
}

ul.stop-wait-times li:nth-child(3):after {
    border-color: transparent transparent transparent #c5d4d9;
}

ul.stop-wait-times li:nth-child(4):after {
    border-color: transparent transparent transparent #9eb8c0;
}

.unformat li {
    list-style-position: inside;
}

.unformat h4 {
    background: none;
    font-size: 1em;
    padding: 5px 0 0 0;
}

    .unformat h4 ~ section {
        margin-left: 15px;
    }

.unformat h3 ~ section {
    margin-bottom: 15px;
}

.unformat h3 {
    margin-bottom: 0;
}

.unformat ul {
    margin-left: 10px;
}

.mobile-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.mobileinfo-wrap {
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    -webkit-column-break-inside: avoid;
    margin: 15px 25px;
    flex-basis: 480px;
}

.mobileinfo-head {
    background-color: #edece1;
    display: flex;
    border-radius: 20px 20px 0 0;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

.mobileinfo-icon {
    margin-right: 25px;
    height: 120px;
    width: 120px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mobileinfo-icon img {
        max-width: 69px;
        max-height: 69px;
        position: relative;
    }

.mobileinfo-headtext {
    width: 208px;
    text-align: justify;
}

    .mobileinfo-headtext span {
        text-transform: uppercase;
        color: #093057;
    }

.mobileinfo-body {
    background-color: #edece1;
    border-radius: 0 0 20px 20px;
    margin-top: 3px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

    .mobileinfo-body h6 {
        font-size: 1.1em;
    }

    .mobileinfo-body ul {
        margin-top: -10px
    }

    .mobileinfo-body li {
        color: #5a6062;
        font-size: 0.9em;
        list-style-position: inside;
        margin-left: 10px;
    }

.mobile-referal-badge {
    display: inline-block;
    align-self: center
}

#mobile-android .mobile-referal-badge {
    width: 225px;
}

#mobile-apple .mobile-referal-badge {
    width: 200px;
    margin: 12.5px;
}

#mobile-arrival .mobileinfo-headtext &gt; span:nth-child(1) {
    font-size: 43px;
    font-weight: bold;
}

#mobile-arrival .mobileinfo-headtext &gt; span:nth-child(2) {
    font-size: 43px;
    font-weight: bold;
    text-transform: unset;
    font-variant: small-caps;
}

#mobile-arrival .mobileinfo-headtext &gt; span:nth-child(3) {
    font-size: 15px;
}

#mobile-arrival .mobileinfo-headtext &gt; span:nth-child(4) {
    font-size: 15px;
}

#mobile-arrival .mobileinfo-headtext &gt; span:nth-child(5) {
    font-size: 15px;
}

#mobile-arrival .mobileinfo-headtext &gt; span:nth-child(6) {
    font-size: 15px;
}

#mobile-sa .mobileinfo-headtext &gt; span:nth-child(1) {
    font-weight: bold;
    font-size: 30px;
}

#mobile-sa .mobileinfo-headtext &gt; span:nth-child(2) {
    font-weight: bold;
    font-size: 30px;
}

#mobile-sa .mobileinfo-headtext &gt; span:nth-child(3) {
    font-weight: bold;
    font-size: 50px;
}

#mobile-sa .mobileinfo-headtext &gt; span:nth-child(4) {
    font-size: 15px;
}

#mobile-sa .mobileinfo-headtext &gt; span:nth-child(5) {
    font-size: 15px;
}

#mobile-sa .mobileinfo-headtext &gt; span:nth-child(6) {
    font-size: 15px;
}

#mobile-sa .mobileinfo-headtext &gt; span:nth-child(7) {
    font-size: 15px;
}

#mobile-android .mobileinfo-headtext &gt; span:nth-child(1) {
    font-size: 30px;
}

#mobile-android .mobileinfo-headtext &gt; span:nth-child(2) {
    font-size: 30px;
}

#mobile-android .mobileinfo-headtext &gt; span:nth-child(3) {
    font-weight: bold;
    font-size: 45px;
}

#mobile-android .mobileinfo-headtext &gt; span:nth-child(4) {
    font-size: 12.5px;
}

#mobile-android .mobileinfo-headtext &gt; span:nth-child(5) {
    font-size: 12.5px;
}

#mobile-android .mobileinfo-headtext &gt; span:nth-child(6) {
    font-size: 12.5px;
}

#mobile-android .mobileinfo-headtext &gt; span:nth-child(7) {
    font-size: 12.5px;
}

#mobile-apple .mobileinfo-headtext &gt; span:nth-child(1) {
    font-size: 30px;
}

#mobile-apple .mobileinfo-headtext &gt; span:nth-child(2) {
    font-size: 30px;
}

#mobile-apple .mobileinfo-headtext &gt; span:nth-child(3) {
    font-weight: bold;
    font-size: 38px;
}

#mobile-apple .mobileinfo-headtext &gt; span:nth-child(4) {
    font-size: 38px;
    font-weight: bold;
}

#mobile-apple .mobileinfo-headtext &gt; span:nth-child(5) {
    font-size: 13.5px;
}

#mobile-apple .mobileinfo-headtext &gt; span:nth-child(6) {
    font-size: 13.5px;
}

#mobile-apple .mobileinfo-headtext &gt; span:nth-child(7) {
    font-size: 13.5px;
}

#mobile-apple .mobileinfo-headtext &gt; span:nth-child(8) {
    font-size: 13.5px;
}

.mobile-further-info .mobileinfo-headtext &gt; span:nth-child(1) {
    font-weight: bold;
    font-size: 50px;
}

.mobile-further-info .mobileinfo-headtext &gt; span:nth-child(2) {
    font-size: 28px;
}

#footer h5 {
    background: #097195;
    border-top: 5px solid #fff;
    font-size: 1em;
    position: absolute;
    top: -36px;
    left: 0;
    margin: 0;
    padding: 9px 5px 6px 20px;
    display: flex;
    align-items: center;
    z-index: 101;
}



    #footer h5:before,
    #footer h5:after {
        border-radius: 0 9px 0 0;
        content: "";
        height: 34px;
        width: 50px;
        position: absolute;
        -ms-transform: skew(45deg, 0deg);
        -webkit-transform: skew(45deg, 0deg);
        transform: skew(45deg, 0deg);
    }

    #footer h5:before {
        background: #fff;
        top: -5px;
        right: -28px;
        z-index: -2;
    }

    #footer h5:after {
        background: #097195;
        top: 0;
        right: -25px;
        z-index: -1;
    }

#show-key-trigger {
    display: none;
}

    #show-key-trigger ~ .foot-content {
        height: 0;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    #show-key-trigger:checked ~ .foot-content {
        height: auto;
    }

    #show-key-trigger ~ label &gt; h5 &gt; span {
        content: "";
        display: inline-block;
        width: 21px;
        height: 17px;
        background: url(images/Transit/icons.png) -112px -41px no-repeat;
        transform: rotate(-90deg) scale(0.8);
        margin: 0 0 2px 6px;
    }

    #show-key-trigger:checked ~ label &gt; h5 &gt; span {
        transform: rotate(90deg) scale(0.8);
    }

ul#footer-key {
    float: left;
    margin: 0;
    padding: 10px 20px 10px 20px;
}

    ul#footer-key li {
        list-style: none;
        float: left;
        font-size: 0.8em;
        margin: 0;
        padding: 14px 40px 14px 45px;
        position: relative;
    }

#footerlinks {
    font-size: 0.8em;
    margin: 0 20px 0 auto;
}

    #footerlinks a:link,
    #footerlinks a:visited {
        color: #fff;
    }

    #footerlinks a:hover,
    #footerlinks a:active {
        opacity: 0.7;
    }

.breadcrumbs {
    font-size: 0.8em;
    margin: -20px 0 20px 0;
}

.csa-title {
    border-top: 1px solid #0a779a;
    margin: 1px 0 15px 0;
}

    .csa-title h3 {
        background: #0a779a;
        border-radius: 0 0 0 8px;
        color: #fff;
        display: inline-block;
        font-size: 0.9em;
        font-weight: 400;
        line-height: 34px;
        height: 34px;
        margin: 0;
        padding: 0 16px;
        position: relative;
    }

        .csa-title h3:after {
            background: #0a779a;
            border-radius: 0 0 7px 0;
            content: "";
            position: absolute;
            top: 0;
            right: -25px;
            height: 34px;
            width: 50px;
            -ms-transform: skew(-45deg, 0deg);
            -webkit-transform: skew(-45deg, 0deg);
            transform: skew(-45deg, 0deg);
            z-index: -1;
        }


.service-alert-wrap {
    border-bottom: 1px solid #cee3ea;
    margin: 0 0 12px 0;
    padding: 0 0 5px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}



/*-Icons-*/
.icon:after {
    background: url(images/Transit/icons.png) 0 0 no-repeat;
    content: "";
    position: absolute;
}

.transfer-center:after {
    background-position: -41px 0;
    height: 32px;
    top: 5px;
    left: 0;
    width: 32px;
}

.ferry:after {
    background-position: -135px -62px;
    height: 29px;
    top: 7px;
    left: 0;
    width: 37px;
}

.bus:after {
    background-position: -144px 0;
    height: 29px;
    top: 7px;
    left: 0;
    width: 37px;
}

.tram:after {
    background-position: -144px 0;
    height: 29px;
    top: 7px;
    left: 0;
    width: 37px;
}

.bus-stop:after {
    background-position: -75px 0;
    height: 31px;
    top: 7px;
    left: 15px;
    width: 22px;
}

.location:after {
    background-position: -98px 0;
    height: 31px;
    top: 6px;
    left: 15px;
    width: 19px;
}

.route-scedule:after {
    background-position: -118px 0;
    height: 18px;
    top: 11px;
    left: 11px;
    width: 23px;
}

.service-alert:after {
    background-position: -185px 0;
    height: 24px;
    top: 10px;
    left: 9px;
    width: 24px;
}

.live-feed:after {
    background-position: -12px 0;
    height: 11px;
    top: 15px;
    left: 19px;
    width: 11px;
}

.icon-transfer:before {
    background: url(images/Transit/icons.png) -43px -36px no-repeat;
    content: "";
    /* position: absolute; */
    top: 8px;
    left: 8px;
    height: 39px;
    width: 28px;
}

.icon-busstop:before {
    background: url(images/Transit/icons.png) -74px -36px no-repeat;
    content: "";
    /* position: absolute; */
    /* top: 8px; */
    /* left: 8px; */
    height: 39px;
    width: 28px;
    flex-shrink: 0;
}

.icon-bus:before {
    background: url(images/Transit/icons.png) -145px -27px no-repeat;
    content: "";
    /* position: absolute; */
    /* top: 8px; */
    /* left: 8px; */
    height: 39px;
    width: 28px;
    flex-shrink: 0;
}

.icon-ferryterminal:before {
    background: url(images/Transit/icons.png) 0px -36px no-repeat;
    content: "";
    /* position: absolute; */
    /* top: 8px; */
    /* left: 8px; */
    height: 39px;
    width: 28px;
    flex-shrink: 0;
}


#map-iframe-container {
    border-top: 4px solid #fff;
    /* position: relative; */
    /* padding-bottom: 56.25%; */
    /* padding-top: 30px; */
    width: 100%;
    height: 0;
    overflow: hidden;
    /* position: relative; */
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

#svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}


/*-map right hand side show bus routes wrap-*/

/*
.map-wrap input[type="checkbox"].map-side-menu-trigger { opacity:0; position:absolute; top:27px; right:40px; height:40px; width:37px; z-index:91; }
.map-wrap input[type="checkbox"].map-side-menu-trigger ~ label { background:#097598; border-radius:8px 0 0 8px; border-right:1px solid #fff; display:block; height:40px; position:absolute; top:27px; right:40px; transition:0.3s; width:37px; z-index:90; }
.map-wrap input[type="checkbox"].map-side-menu-trigger ~ label span { background:url(images/Transit/icons.png) -102px -30px no-repeat; display:block; height:100%; transform:rotate(180deg); width:100%;}
.map-wrap input[type="checkbox"].map-side-menu-trigger:checked ~ label span { transform:rotate(0deg); }

.map-wrap input[type="checkbox"].map-side-menu-trigger:checked ~ label {right:300px;}
.map-wrap input[type="checkbox"].map-side-menu-trigger:checked ~ label  ~ #map-side-route-info-wrap { right:0; }
*/
#map-side-route-info-wrap {
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    width: 300px;
    z-index: 101;
    overflow: auto;
    max-height: 100%;
}

    #map-side-route-info-wrap::-webkit-scrollbar {
        width: 4px;
    }

    #map-side-route-info-wrap::-webkit-scrollbar-track {
        background: white;
        margin: 12px 0;
    }

    #map-side-route-info-wrap::-webkit-scrollbar-thumb {
        background-color: #0a779a;
    }


.hidden {
    display: none !important;
}

.flex {
    display: flex !important;
}

#map-side-route-info {
    margin: 12px 0;
}

#tp-trip-info-wrap {
    position: absolute;
    right: 0;
    /*top: 50px;*/
    transition: 0.3s;
    width: 360px;
    z-index: 15;
    overflow: auto;
    max-height: 100%;
}

    #tp-trip-info-wrap::-webkit-scrollbar {
        width: 4px;
    }

    #tp-trip-info-wrap::-webkit-scrollbar-track {
        background: white;
        margin: 12px 0;
    }

    #tp-trip-info-wrap::-webkit-scrollbar-thumb {
        background-color: #0a779a;
    }


#tp-trip-info {
    margin: 12px 0;
}

#tripinfo-wrap {
    background-color: white;
    padding: 15px 8px;
    display: flex;
    overflow: hidden;
}

#trip-desc {
    color: #073662;
    margin: 0 5px;
    font-size: 0.9em;
    border-collapse: collapse;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    overflow: hidden;
}

    #trip-desc td {
        vertical-align: middle;
        padding-left: 8px;
        border-top: 1px solid #ddd;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        #trip-desc td &gt; span {
            display: inline-block;
        }

    #trip-desc tr:last-child td {
        border-bottom: 1px solid #ddd;
    }

.trip-desc-loc {
    height: 30px !important;
}

#trip-desc tr {
    height: 50px;
}


#trip-desc .trip-desc-loc td {
    font-size: 17px;
    font-weight: bold;
    padding-left: 3px;
}

#trip-times {
    color: #073662;
    margin: 0 2px 0 0;
    font-size: 0.9em;
    border-collapse: collapse;
    min-width: 0;
    overflow: hidden;
}

    #trip-times &gt; tr {
        height: 50px;
    }

        #trip-times &gt; tr.trip-times-time {
            height: 30px;
            /* border: solid 1px; */
        }


#svg-trip {
    height: 450px;
    width: 30px;
    flex-shrink: 0;
}


.trip-opt-wrap {
    background-color: white;
    padding: 10px 0;
    border-radius: 4px 0 0 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #073662;
    margin: 3px 0;
}

/*.trip-opt-expand {
    display: none;
}*/
.trip-opt-expand-header {
    display: none;
}

.trip-opt-fieldset-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#trip-opt-dt {
    width: auto;
    padding: 6px 5%;
    margin: auto;
}

input[type].trip-opt-dt {
    width: auto;
    max-width: 150px;
    padding: 4px;
    margin: auto 5px;
}

.trip-opt-dts {
    background-color: white;
    width: auto;
    padding: 6px;
    margin: auto 0 auto 8px;
    border: 2px solid #a1c1cb;
    border-radius: 5px;
}

    .trip-opt-dts select {
        border-width: 1px 0;
        border-style: solid !important;
    }

    .trip-opt-dts:not(:first-child) {
        margin-right: 8px;
    }

#trip-opt-wrap fieldset {
    border-color: #073662;
    border-radius: 10px;
    padding-inline-end: 0;
    padding-inline-start: 0;
    border-style: solid;
    min-width: 80%;
    padding-left: 0;
    padding-right: 0;
}

    #trip-opt-wrap fieldset:disabled .trip-opt-dt-wrap {
        display: none;
    }

.trip-opt-dt-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#trip-opt-wrap legend {
    margin: auto;
}

.trip-opt-type-wrap {
    margin: 0 10px;
    display: inline-block;
}

.trip-opt-pref-wrap {
    margin: 15px 10px 0;
    display: inline-block;
    font-size: 0.95em;
}

.trip-opt-pref-select {
    display: none;
}

.trip-opt-type-label {
    display: inline-flex;
    align-items: center;
}

    .trip-opt-type-label:not(:first-child) {
        margin-left: 13px;
    }

.trip-opt-pref-wrap &gt; .trip-opt-type-label:not(:first-child) {
    margin-left: 5px;
}


.trip-opt-type-label &gt; label {
    border-bottom: transparent 2px solid;
    padding: 0 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.trip-opt-type-label &gt; input:checked ~ label {
    border-bottom: #0a779a 2px solid;
}

input[name="trip-opt-leavetype"],
input[name="trip-opt-pref"] {
    display: none;
}

#tripinfo-error {
    border: solid darkred 4px;
    font-size: 1.2em;
    color: darkred;
    background-color: white;
    padding: 15px;
    text-align: center;
}
#show_map {
    display:none;
}
#region .material-icons,
#location .material-icons,
#show_map .material-icons {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    vertical-align: middle;
    padding-left:4px;
}

.swipe-to-close {
    display: none;
}

#sbr-wrap {
    background: #073662;
    border-radius: 5px 0 0 5px;
    color: #fff;
    padding: 6px 3px 6px 3px;
    display: flex;
}

    #sbr-wrap h2 {
        font-size: 1.3em;
        font-weight: 300;
        margin: 0px 0px 0px 3px;
        width: 186px;
    }

#sbr-wrap .selectstyle {
    margin: 0;
    position: relative;
}

#sbr-wrap .selectstyle select {
    padding: 9px;
}

#sbr-wrap .selectstyle:after {
    top: 11px;
}

#sbr-wrap:not(.collapsed) .add {
    display: none;
}

#sbr-wrap.collapsed .remove {
    display: none;
}

#sbr-wrap.collapsed .add {
    font-size: 20px;
    display: inline-block;
    color: rgba(50, 180, 50, 1);
    padding: 5px 5px 5px 4px;
}

#sbr-wrap .remove {
    font-size: 20px;
    display: inline-block;
    color: rgba(255, 50, 50, 1);
    padding: 5px 5px 5px 4px;
}

#location,
#region,
#show_map {
    background: #0a779a;
    border-radius: 50%;
    border: none;
    height: 32px;
    width: 32px;
    margin-left: 4px;
}

.mylocation {
    background: url(images/Transit/icons.png) -98px 0 no-repeat;
    margin: auto;
    height: 31px;
    width: 19px;
}

.icon.center {
    background: url(images/Transit/icons.png) -75px 0 no-repeat;
    margin: auto;
    height: 31px;
    width: 19px;
}

.location-disabled {
    background: #65787d !important;
}

    .location-disabled &gt; .mylocation {
        opacity: 0.5;
    }

/*-map right hand side bus info wrap-*/


#businfo-wrap {
    background: #fff;
    padding: 0;
}

    #businfo-wrap input[type="checkbox"] {
        display: none;
    }

    #businfo-wrap label {
        background: #000;
        border-top: 1px solid #fff;
        border-radius: 0;
        color: #fff;
        display: block;
        font-size: 1em;
        padding: 20px;
        position: relative;
        top: 0;
        right: 0;
        height: auto;
    }

        #businfo-wrap label:before {
            /*background: url(images/Transit/icons.png) 0 -15px no-repeat;*/
            background: url(images/Transit/arrow.png) no-repeat;
            content: "";
            display: inline-block;
            height: 14px;
            width: 14px;
            margin: auto 12px -1px -11px;
        }

    #businfo-wrap input[type="checkbox"]:checked ~ label:before {
        transform: rotate(90deg);
    }

    #businfo-wrap input[type="checkbox"] ~ label ~ ul li {
        border-bottom: none;
        height: 0;
        min-height: 0;
        overflow: hidden;
        transition: 0.4s;
    }

    #businfo-wrap input[type="checkbox"]:checked ~ label ~ ul li {
        border-bottom: 1px solid #fff;
        height: auto;
        /* min-height: 36px; */
        overflow: visible;
        transition: 0.4s;
    }

    #businfo-wrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #businfo-wrap ul li {
            margin: 0;
            /* padding: 0 30px 0 0; */
            position: relative;
        }

            #businfo-wrap ul li label {
                background: none;
                color: #2c82a2;
                font-size: 0.9em;
                line-height: 1.15em;
                height: 100%;
                padding: 20px;
                position: relative;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                -o-user-select: none;
                user-select: none;
                display: flex;
                padding: 0;
                justify-content: flex-end;
                align-items: center;
                min-height: 40px;
            }

            #businfo-wrap ul li:nth-child(1) label {
                background: #0a779a !important;
                color: white;
                height: 5px;
                line-height: 0.4em;
                font-style: italic;
            }

            #businfo-wrap ul li label:before {
                display: none;
            }

            #businfo-wrap ul li:nth-child(odd) label {
                background: #f5fafb;
            }

            #businfo-wrap ul li input[type="checkbox"]:checked ~ label span.route-colour {
                width: 11px;
            }

            #businfo-wrap ul li input[type="checkbox"]:checked ~ label {
                background: #dee4e5;
            }
.route-alert {
    background: red;
    color: white;
    text-align: center;
    padding: 20px 0;
    display: none;
}
/*#businfo-wrap label span.route-alert::before {
        content: "";
        background: url(images/Transit/icons.png) -185px 0 no-repeat;
        display: inline-block;
        position: relative;
        top: -5px;
        left: 5px;
        height: 24px;
        margin-bottom: -12px;
        width: 24px;
    }*/
/*#businfo-wrap label span.route-alert {
        top: 15px; 
        position: relative;
         left: -150px; 
    }*/
/*#businfo-wrap label span.route-alert &gt; span {
            position: absolute;
            top: 30px;
            z-index: 9;
            left: 0;
            display: flex;
            justify-content: center;
            width: 200px;
        }*/
/*#businfo-wrap label span.route-alert-wrap {
        background: #cf0000;
        border-radius: 5px;
        color: #fff;
        display: none;
        font-size: 0.9em;
        line-height: 1.3em;
        flex-direction: column;
        flex-basis: auto;
        margin: auto;
        padding: 9px;
        z-index: 9;
        box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

        #businfo-wrap label span.route-alert-wrap &gt; span {
            display: inline-flex;
            flex-direction: column;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            overflow-wrap: break-word;
        }

            #businfo-wrap label span.route-alert-wrap &gt; span:not(:first-child)::before {
                content: "• • •";
                display: inline-block;
                font-size: x-small;
                position: relative;
                clear: both;
                align-self: center;
            }

    #businfo-wrap label span.route-alert:hover span.route-alert-wrap,
    #businfo-wrap label span.route-alert:active span.route-alert-wrap {
        display: flex;
    }

    #businfo-wrap label span.route-alert:hover::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 9px 8px;
        border-color: transparent transparent #cf0000 transparent;
        position: absolute;
        top: 21px;
        left: 9px;
        z-index: 30;
    }*/
a:link.c-schedule,
a:visited.c-schedule {
    background: url(images/Transit/icons.png) -118px 0 no-repeat;
    position: absolute;
    top: 8px;
    right: 8px;
    height: 18px;
    width: 24px;
}

#servicealerts-wrap {
    background: #cf0000;
    border-top: 1px solid #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 11px 16px;
}

    #servicealerts-wrap &gt; input[type=checkbox] {
        display: none;
    }

    #servicealerts-wrap label {
        background: none;
        font-size: 1.0em;
        line-height: 1.4em;
        margin: 0;
        padding: 0 0 0 19px;
        position: relative;
        border: none;
    }

    #servicealerts-wrap input:checked ~ label {
        padding-bottom: 12px;
    }

    #servicealerts-wrap label:before {
        transform: rotate(90deg);
        background: url(images/Transit/icons.png) -102px -31px no-repeat;
        content: "";
        position: absolute;
        left: -8px;
        top: -9px;
        height: 36px;
        width: 36px;
        margin-left: -8px;
    }

    #servicealerts-wrap input:checked ~ label:before {
        transform: none !important;
        /*xbackground: url(images/Transit/icons.png) -184px -28px no-repeat;*/
        background: url(images/Transit/alert.png) no-repeat;
        left: -2px;
        top: -1px;
        height: 26px;
        width: 26px;
        margin-left: -8px;
    }

    #servicealerts-wrap div {
        height: 0;
        overflow: hidden;
        transition: 0.4s;
    }

    #servicealerts-wrap input:checked ~ div {
        height: auto;
    }


    #servicealerts-wrap h5 {
        font-size: 1em;
        line-height: 1.2em;
        margin: 0;
        padding: 10px 0 0 0;
        border-top: solid white 1px;
    }

    #servicealerts-wrap p {
        color: #fff;
        font-size: 0.9em;
        line-height: 1.3em;
        white-space: pre-line;
    }

#subscription-interstitial-wrap {
    display: none;
}

    #subscription-interstitial-wrap.shown {
        display: flex;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 200;
        justify-content: center;
    }

#subscription-interstitial {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    position: absolute;
    margin: 25vh 15px 0;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12) !important;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12) !important;
    border-radius: 5px;
}

    #subscription-interstitial &gt; h2 {
        display: flex;
        align-items: center;
    }

#subscription-interstitial-platform-name {
    font-weight: lighter;
    font-size: 1.2em;
    text-align: center;
}

#subscription-interstitial &gt; h2 &gt; i {
    float: right;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    flex-grow: 1;
    text-align: right;
}


.continue-to-subscription {
    background-color: #e89f1e;
    padding: 7px 10px 7px 20px;
    border-radius: 8px;
    border: #c98000 1px solid;
    color: white !important;
    display: inline-flex;
    align-items: center;
    margin: 5px 0;
    cursor: pointer;
}

    .continue-to-subscription:hover {
        color: black !important;
    }

#continue-to-subscriptions-wrap {
    margin-top: 15px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.continue-to-subscription::after {
    content: "chevron_right";
    font-family: Material Icons;
    font-size: 1.4em;
}

/*-map overlay elements-*/
.map-transfer-center {
    background: url(images/Transit/icons.png) -41px -1px no-repeat;
    height: 32px;
    top: 0;
    left: 0;
    width: 32px;
}

.map-busstop {
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 11;
}

.map-station-eta-wrap {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;

}
.map-platform-eta-wrap {
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.mapinfo-wrap,
.vehicleinfo-wrap,
.connectioninfo-wrap {
    color: #fff;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mobile-subscription-info-pane {
    display: none;
}

.vehicleinfo-header {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: 200px;
}

.vehicleinfo-content {
    padding-top:4px;
    width:100% !important;
}

.progress-linear {
    overflow: hidden;
    position: relative;
    transition: .2s cubic-bezier(.4,0,.2,1);
    width: 100%;
    border-radius: 9999px;
    top: 0px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
}


.mapinfo-header {
    background: #073662;
    /* border-bottom: 1px solid #fff; */
    height: 40px;
    padding: 8px 8px 1px 8px;
    width: 284px;
}

.map-platform-eta-wrap:not(:first-child) .mapinfo-header {
    border-left: white 1px solid;
}

.vehicleinfo-label {
    align-items: center !important;
}

.vehicleinfo-icon {
    background: white;
    border-radius: 8px;
    margin-right: 6px;
    width: 32px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapinfo-label {
    font-size: 1em;
    line-height: 1.2em;
    /* padding-left: 36px; */
    display: flex;
    /* width: 100%; */
    align-items: flex-end;
}

    .mapinfo-label &gt; span:first-child {
        margin-left: 10px;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

        .mapinfo-label &gt; span:first-child &gt; * {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .mapinfo-label small {
        display: block;
        font-size: 0.75em;
    }

.mapinfo-eta {
    background: #ccc;
    color: #2c82a2;
    font-weight: 700;
    max-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding: 0 1px 0 0;*/
    width: 300px;
    flex-grow: 1;
}

.eta-bus-row {
    background-color: #fff;
    display: table;
    font-size: 0.95em;
    height: 40px;
    line-height: 1.1em;
    position: relative;
    border: solid #333;
    border-width: 0 1px 1px 0;
    padding: 0;
    width: calc(100% - 1px);
}

    .eta-bus-row:nth-of-type(even) {
        background: #f5fafb;
    }

.bus-route,
.bus-eta {
    display: table-cell;
    vertical-align: middle;
}

.route-colour {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
}

.bus-route {
    padding: 3px 10px 3px 15px;
}

    .bus-route &gt; span {
        display: inline-block;
        overflow: hidden;
        max-height: 32px;
    }

.no-eta-bus-row {
    font-style: italic;
    font-size: 0.8em;
    text-align: center;
    background-color: #ccc;
    display: table;
    height: 40px;
    line-height: 1.1em;
    padding: 0;
    width: 100%;
}

.bus-eta {
    background: #097598;
    color: #fff;
    font-weight: 400;
    padding: 0 20px;
    position: relative;
    width: 54px;
}

    .bus-eta small {
        font-size: 0.7em;
    }

.eta-bus-row .bus-eta:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 21px 9px;
    border-color: transparent;
}

.eta-bus-row:nth-of-type(odd) .bus-eta:after {
    border-left-color: #ffffff;
}

.eta-bus-row:nth-of-type(even) .bus-eta:after {
    border-left-color: #f5fafb;
}

.bus-eta.realtime:before {
    background: url(images/Transit/icons.png) -11px 0 no-repeat;
}

.due-label {
    font-size: 0.8em;
    /* position: absolute; */
    /* right: 50px; */
    top: 9px;
    margin: 0 5px 15px auto;
    flex-shrink: 0;
}

    .due-label:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4.5px 0 4.5px;
        border-color: #ffffff transparent transparent transparent;
        position: relative;
        left: -18px;
        top: 25px;
    }

.save-stop {
    align-self: flex-start;
    margin-top: 5px;
    color: #097598;
    text-shadow: 0 0 8px white, 0 0 5px white, 0 0 5px white;
    position: relative;
    display: inline-block;
}

    .save-stop .tooltip {
        visibility: hidden;
        width: 120px;
        background-color: black;
        font-family: Verdana;
        color: #fff;
        text-align: center;
        text-shadow: none;
        font-size: 14px;
        white-space: normal;
        padding: 8px 5px;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -65px;
    }

        .save-stop .tooltip::after {
            content: " ";
            position: absolute;
            top: 100%;
            /* At the bottom of the tooltip */
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .save-stop:hover {
        transform: translateY(-1px);
        text-shadow: 0 1px 8px white, 0 1px 5px white, 0 1px 5px white;
    }

        .save-stop:hover .tooltip {
            visibility: visible;
        }


.vehicleinfo-footer,
.mapinfo-footer {
    background: #073662;
    /* border-top: 1px solid #fff; */
    font-size: 0.8em;
    height: 14px;
    padding: 5px 9px 7px 9px;
    position: relative;
    text-align: right;
    border-radius: 0 0 7px 7px;
}

.map-platform-eta-wrap:first-child .mapinfo-header {
    border-top-left-radius: 7px;
}

.map-platform-eta-wrap:last-child .mapinfo-header {
    border-top-right-radius: 7px;
}


.connection-row {
    min-height: 40px;
    padding: 0 5px;
    display: flex;
    background-color: #f9f9f9;
    border: solid #073662;
    border-width: 0 2px 1px;
    font-weight: normal;
    color: black;
}

    .connection-row::before {
        content: "";
        display: inline-block;
        width: 36px;
        height: 36px;
        border: 5px solid #f9f9f9;
        margin: 2px 3px 0 -2px;
        flex-shrink: 0;
        background-image: url(images/Transit/icons.png);
        background-position: -174px -57px;
    }

    .connection-row p {
        font-size: 0.8em;
    }

.connectioninfo-wrap .mapinfo-footer {
    height: 0px;
}

/*-map info wrap pointer-*/
.pointer:after {
    content: "";
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
}

.connectioninfo-wrap.pointer:after {
    pointer-events: none;
}

.bottom-middle:after {
    border-width: 10px 8px 0 8px;
    border-color: #073662 transparent transparent transparent;
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
}

.bottom-left:after {
    border-width: 10px 8px 0 8px;
    border-color: #073662 transparent transparent transparent;
    bottom: -9px;
    left: 10px;
}

.bottom-right:after {
    border-width: 10px 8px 0 8px;
    border-color: #073662 transparent transparent transparent;
    bottom: -9px;
    right: 10px;
}

.top-middle:after {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #073662 transparent;
    top: -8px;
    left: 50%;
    margin-left: -5px;
}

.top-left:after {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #073662 transparent;
    top: -8px;
    left: 10px;
}

.top-right:after {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #073662 transparent;
    top: -8px;
    right: 10px;
}

.left-middle:after {
    border-width: 5px 10px 5px 0;
    border-color: transparent #073662 transparent transparent;
    left: -8px;
    top: 50%;
    margin-top: -5px;
}

.left-top:after {
    border-width: 5px 10px 5px 0;
    border-color: transparent #073662 transparent transparent;
    left: -8px;
    top: 10px;
}

.left-bottom:after {
    border-width: 5px 10px 5px 0;
    border-color: transparent #073662 transparent transparent;
    left: -8px;
    bottom: 10px;
}

.right-middle:after {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #073662;
    right: -8px;
    top: 50%;
    margin-top: -5px;
}

.right-top:after {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #073662;
    right: -8px;
    top: 10px;
}

.right-bottom:after {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #073662;
    right: -8px;
    bottom: 10px;
}


/*-bus icon -*/
.bus-position {
    background: url(images/Transit/icons.png) -143px -30px no-repeat;
    border-radius: 50%;
    display: block;
    height: 30px;
    overflow: visible;
    width: 30px;
}

/* Bus direction arrow NOT NEEDED!!
.bus-position span { background:url(images/bus-direction-arrow.png) 0 0 no-repeat; display:block; height:46px; position:absolute; top:-12px; left:-13px; width:46px; z-index:-2; }
.bus-position span.rd-90 {transform:rotate(90deg);}
.bus-position span.rd-180 {transform:rotate(180deg);}
.bus-position span.rd-270 {transform:rotate(270deg);}
*/

.transitagency h4 {
    max-width: 450px;
}

.agencydetails {
    border-top: 1px solid #cee3ea;
    padding: 15px 0 60px 15px;
    position: relative;
}

.agency1,
.agency2,
.agency3 {
    float: left;
    margin-right: 2%;
}

.agency1 {
    width: 25%;
}

.agency2 {
    width: 32%;
}

.agency3 {
    width: 37%;
}

    .agency3 img {
        float: none;
		margin-left: auto;
		margin-right: auto;
    }

.custompagepanel h4 {
    max-width: 450px;
}

.custompagedetails {
    border-top: 1px solid #cee3ea;
    padding: 15px 0 60px 15px;
    position: relative;
}

.custom1,
.custom2,
.custom3 {
    float: left;
    margin-right: 2%
}

.custom1 {
    width: 30%;
}

    .custom1 img {
        float: left;
    }

.custom2 {
    width: 32%;
}

    .custom2 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

.custom3 {
    width: 32%;
}

    .custom3 img {
        float: right;
    }

/*-custom responsive cols -*/
.row {
    clear: both;
    position: relative;
    width: 100%;
}

.col-1of2,
.col-1of3,
.col-2of3,
.col-40p,
.col-60p {
    float: left;
}

.col-1of2 {
    width: 48%;
}

    .col-1of2:nth-child(2) {
        margin-left: 4%;
    }

.col-1of3 {
    width: 32%;
}

    .col-1of3:nth-of-type(2) {
        margin: 0 2%;
    }

.col-2of3 {
    width: 67%;
}

.col-1of3 ~ .col-2of3 {
    margin-left: 3%;
}

.col-2of3 ~ .col-1of3 {
    margin: 0 0 0 3%;
    width: 30%;
}

.col-40p {
    width: 39%;
}

.col-60p {
    width: 58%;
}

    .col-40p ~ .col-60p,
    .col-60p ~ .col-40p {
        margin-left: 3%;
    }

.auto-col-2 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
    .auto-col-2-entry{
        height: max-content;
    }

.auto-col-3 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.faq &gt; label {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    -webkit-column-break-inside: avoid;
}

.faq p {
    display: inline-block;
}

.faq input[type=checkbox] {
    display: none;
}

.faq-q {
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    color: #0a779a;
}

    .faq-q:after {
        content: "";
        display: inline-block;
        background: url(images/Transit/icons.png) -25px 0 no-repeat;
        position: relative;
        pointer-events: none;
        margin-left: 10px;
        margin-top: 4px;
        width: 16px;
        height: 12px;
        z-index: 9;
    }

.faq input[type=checkbox]:checked ~ .faq-q:after {
    transform: rotate(180deg);
}

.faq input[type=checkbox] ~ .faq-a {
    display: none;
}

.faq input[type=checkbox]:checked ~ .faq-a {
    display: inline-block;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 2px solid #0a779a;
}

/*------------- JQUERY UI ------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px !important;
    cursor: default;
    background: white;
    border: solid 1px black;
    border-top-style: none;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        /* padding: 3px 0; */
        cursor: pointer;
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 5px 1em 5px .4em;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin-left: -1px;
        background: #94d0e2;
        border: 1px solid #0a779a;
    }


.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.draglabel {
    flex-grow: 2;
}

.dragpin-container {
    min-width: 50px;
}

.drag-wp-toggle {
    display: none;
}

@keyframes loading-marquee {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    to {
        -webkit-transform: translateX(330px);
        transform: translateX(330px);
    }
}

@-webkit-keyframes loading-marquee {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    to {
        -webkit-transform: translateX(330px);
        transform: translateX(330px);
    }
}

.load-bit {
    -webkit-animation-name: loading-marquee;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: loading-marquee;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes bounce {

    from, 5%, 13%, 20%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 11% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    17.5% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    22.5% {
        -webkit-transform: translate3d(0, -1.5px, 0);
        transform: translate3d(0, -1.5px, 0);
    }
}

@keyframes bounce {

    from, 5%, 13%, 20%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 11% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    17.5% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    22.5% {
        -webkit-transform: translate3d(0, -1.5px, 0);
        transform: translate3d(0, -1.5px, 0);
    }
}

@keyframes collapse-up {
    from {
        max-height: 100vh;
        transform: translateY(0);
    }

    99% {
        transform: translateY(-99%);
    }

    to {
        max-height: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes collapse-up {
    from {
        max-height: 100vh;
        transform: translateY(0);
    }

    99% {
        transform: translateY(-99%);
    }

    to {
        max-height: 0;
        transform: translateY(-100%);
    }
}

@keyframes expand-up {
    /*this is so annoying @css fix your shit*/
    to {
        max-height: 100vh;
        transform: translateY(0);
    }

    1% {
        transform: translateY(-99%);
    }

    from {
        max-height: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes expand-up {
    to {
        max-height: 100vh;
        transform: translateY(0);
    }

    1% {
        transform: translateY(-99%);
    }

    from {
        max-height: 0;
        transform: translateY(-100%);
    }
}

#sub-iframe {
    width: 100%;
    flex-grow: 1;
    margin-top: 0px !important;
    overflow: auto !important;
}

/*----------- Media queries ----------------*/

@media only screen and (max-width:1500px) {
    .content-width {
        padding: 0 2%;
    }

    ul#footer-key,
    #footerlinks {
        clear: both;
        float: none;
    }

    #footerlinks {
        margin: 0;
        padding: 20px 0 30px 65px;
    }

    .frame-a {
        padding: 30px 4%;
    }
}

@media only screen and (max-width:1350px) {
    #nav li a {
        font-size: 1em;
    }

    #nav ul li:last-of-type ul {
        margin-left: -96px;
    }

    #secondary-menu ul {
        text-align: left;
    }
}

@media only screen and (max-width:1200px) {

    #logo,
    #nav {
        float: none;
    }
    #logo img {
        width: auto;
        max-height: 60px;
    }
        #nav ul li:last-of-type {
            border-radius: 0 15px 0 0;
        }

        #nav li a {
            padding: 18px 20px;
        }

        #nav ul li:last-of-type ul {
            margin-left: 0;
        }

            #nav ul li:last-of-type ul li {
                border-radius: 0;
            }

        #nav ul ul {
            margin-top: -10px;
        }

    ul.stop-wait-times {
		
    }

        ul.stop-wait-times li:nth-child(1) {
            background: none;
            color: #fff;
            height: auto;
            line-height: 1.5em;
            padding: 9px 0 4px 0;
            width: 100%;
        }

            ul.stop-wait-times li:nth-child(1):after {
                display: none;
            }

        ul.stop-wait-times li {
            padding: 0 5% 0 7%;
        }
}

    .map-wrap input[type="checkbox"].map-side-menu-trigger {
        opacity: 0;
        position: absolute;
        top: 14px;
        right: 0px;
        height: 40px;
        width: 37px;
        z-index: 91;
    }

        .map-wrap input[type="checkbox"].map-side-menu-trigger ~ label {
            background: #097598;
            border-radius: 8px 0 0 8px;
            border-right: 1px solid #fff;
            display: block;
            height: 36px;
            width: 36px;
            position: absolute;
            top: 16px;
            right: 0px;
            transition: 0.1s;
            z-index: 92;
        }

            .map-wrap input[type="checkbox"].map-side-menu-trigger ~ label span {
                background: url(images/Transit/icons.png) -102px -31px no-repeat;
                display: block;
                height: 100%;
                transform: rotate(180deg);
                width: 100%;
            }

        .map-wrap input[type="checkbox"].map-side-menu-trigger:checked ~ label span {
            transform: rotate(0deg);
        }

        .map-wrap input[type="checkbox"].map-side-menu-trigger:checked ~ label {
            right: 300px;
        }

    .map-wrap input[type="checkbox"]#tp-side-menu-trigger:checked ~ label {
        right: 360px;
    }

    .map-wrap input[type="checkbox"].map-side-menu-trigger:checked ~ label ~ #map-side-route-info-wrap {
        right: 0;
        z-index: 102;
    }

    .map-wrap input[type="checkbox"].map-side-menu-trigger:checked ~ label ~ #tp-trip-info-wrap {
        right: 0;
    }

#map-side-route-info-wrap {
    right: -320px;
}

#tp-trip-info-wrap {
    right: -360px;
}

.drag-wp-wrap {
    background: white;
    padding: 2px 5px;
    margin: 3px 0;
}

span.draglabel {
    margin: 10px 0px 10px 50px;
    background-color: #0a779a;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    /* width: 140px; */
}

span.dragcircle {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    /*left: 6px;*/
    /*margin-top: 14px;*/
    border-radius: 50%;
    border: 2px white solid;
    background-color: #0a779a;
}

.draglabel input {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 40px;
}

.dragpin {
    position: absolute;
    /*top: 19px;*/
    left: 5px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.drag {
    position: relative;
    margin: 5px 0;
    display: flex;
}

.dragging {
    z-index: 100000000000000;
}

#bablicFlagsWidget {
    position: absolute !important;
    top: 0px !important;
    left: 74px !important;
}

@media only screen and (max-width: 950px) {
	#logo {
		margin: 0px auto 0px auto;
	}

	#nav {
		margin-left: unset !important;
        height: auto;
	}

    /*-MOBILE MENU-*/
    #nav input[type="checkbox"] {
        display: none;
    }

        #nav input[type="checkbox"] ~ label {
            background: url(images/Transit/icons.png) -215px 0 no-repeat;
            cursor: pointer;
            display: block;
            height: 46px;
            width: 52px;
            margin: 0 10px;
        }

        #nav input[type="checkbox"]:checked ~ label {
            background: url(images/Transit/icons.png) -215px -48px no-repeat;
        }

        #nav input[type="checkbox"] ~ #nav-trigger-label {
            background: url(images/Transit/icons.png) -215px 0 no-repeat;
            cursor: pointer;
            display: block;
            height: 46px;
            width: 52px;
            margin: 0 10px;
        }

        #nav input[type="checkbox"]:checked ~ #nav-trigger-label {
            background: url(images/Transit/icons.png) -215px -48px no-repeat;
        }

        #nav input[type="checkbox"] ~ ul {
            position: absolute;
            right: 0;
            width: 100%;
        }

        #nav input[type="checkbox"]:checked ~ ul {
            display: block;
            z-index: 999;
        }

        #nav input[type="checkbox"] ~ ul li {
            background-color: #0b6d8a;
            border-left: none;
            float: none;
        }

        #nav input[type="checkbox"]:checked ~ ul li {
            border-bottom: 1px solid #708aa2;
        }

        #nav input[type="checkbox"] ~ ul li a:link,
        #nav input[type="checkbox"] ~ ul li a:visited {
            height: 0;
            overflow: hidden;
            padding: 0 20px;
            transition: 0.1s;
            max-width: unset;
            text-align: unset;
        }

        #nav input[type="checkbox"]:checked ~ ul li a:link,
        #nav input[type="checkbox"]:checked ~ ul li a:visited {
            height: 27px;
            padding: 9px 20px;
            transform: unset;
        }

        #nav input[type="checkbox"] ~ ul li div {
            height: 0;
            overflow: hidden;
            padding: 0 20px;
            transition: 0.1s;
        }

        #nav input[type="checkbox"]:checked ~ ul li div {
            height: auto;
            overflow: unset;
            padding: unset;
        }

        #nav input[type="checkbox"] ~ ul li.current {
            background-color: #08467a;
        }

            #nav input[type="checkbox"] ~ ul li.current:after {
                display: none;
            }

    #nav ul li:last-of-type {
        border-radius: 0;
    }

    #nav input[type="checkbox"]:checked ~ .topnav-blackout {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100vw;
        height: 100vh;
        transition: background-color 0.2s;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 98;
    }

    .frame-a {
        padding: 20px 4%;
    }

    .col-40p,
    .col-60p,
    .col-1of3,
    .col-2of3,
    .col-2of3 ~ .col-1of3 {
        float: none;
        width: 100%;
    }

        .col-40p ~ .col-60p,
        .col-60p ~ .col-40p,
        .col-1of3:nth-child(2),
        .col-1of3 ~ .col-2of3,
        .col-2of3 ~ .col-1of3 {
            margin-left: 0;
            margin: 12px 0;
        }

    .agency1,
    .agency2,
    .agency3 {
        float: none;
        width: 48%;
    }

    .agency3 {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .custom1,
    .custom2,
    .custom3 {
        float: none;
    }

    .custom3 {
        position: absolute;
        top: 20px;
        right: 0;
    }

    #header {
        min-height: 70px;
        flex-direction: row-reverse;
        position: sticky;
        top: 0;
        z-index: 999999;
    }
}

@media only screen and (max-width: 768px) {
    #footer {
        /*display: none;*/
        z-index: 101;
    }
    #show_map {
        display: inline-block;
    }
    #refresh {
        display: block;
    }
    .swipe-to-close {
        display: unset;
        margin-right:auto;
    }
    #getiosbanner &gt; * {
        margin: 20px 10px;
    }

    #getiosbanner &gt; ol &gt; li {
        margin: 20px 30px;
    }

    #getiosbanner {
        position: absolute;
        bottom: 10px;
        z-index: 999999999;
        background: white;
        left: 10px;
        right: 10px;
        border: 2px solid black;
    }

    #getiosbanner .close {
        background: #d04e4e;
        color: white;
        padding: 10px 20px;
        text-align: center;
        margin: 15px 10px 10px auto;
        float: right;
        border: 2px solid black;
    }

    #panel_timetable {
        max-width: 100vw;
    }
    /*.content {
        overflow: visible;
        height: unset;
    }*/

    #map {
        position: absolute;
        bottom: 0%;
        max-height:95%;
    }
    .drag-wp-toggle.collapsed .tripinfo-expand.material-icons,
    .trip-opt-wrap:not(.expanded) .tripinfo-expand.material-icons {
        transform: rotate(0deg);
    }

    .drag-wp-toggle .tripinfo-expand.material-icons,
    .trip-opt-wrap .tripinfo-expand.material-icons {
        float: right;
        transform: rotate(180deg);
        padding: 5px;
        background-color: #097195;
        transition-duration: 0.3s;
    }

    .trip-opt-type-label &gt; label {
        border-bottom: transparent 2px solid;
        padding: 0 2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        user-select: none;
        padding: 10px;
        border: black 1px solid;
        margin: 0 auto;
        min-width: 80px;
        text-align: center;
        display: inline;
    }

    .trip-opt-type-label &gt; input:checked ~ label {
        border: #0a779a 2px solid;
        background-color: #0a779a;
        color: white;
        font-weight: bold;
    }

    .trip-opt-type-label {
        margin: 5px 0;
    }

    #trip-opt-type-preview,
    #trip-opt-pref-preview,
    .trip-opt-expand .divider {
        display: none;
    }

    /*.drag-wp-toggle::after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 13px;
        margin-left: 3px;
        background: url(images/Transit/icons.png) -28px -27px no-repeat;
        transform: rotate(-90deg) translateX(2px);
        transition: 0.4s;
    }*/
    /*.drag-wp-toggle.collapsed::after {
        transform: rotate(90deg) translateX(2px);
    }*/
    .drag.collapsed {
        display: none;
    }

    .drag-wp-toggle {
        text-align: center;
        background-color: #097195;
        border: none;
        color: white;
        padding: 5px 0;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 0 auto;
        width: 100%;
    }

    .trip-opt-expand-header {
        display: flex;
    }

    .col-1of2 {
        width: 100%;
    }

        .col-1of2:nth-child(2) {
            margin-left: 0;
        }

    .auto-col-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-bottom: 25px;
    }

    .auto-col-3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    #map-side-menu-trigger:checked ~ #map-side-route-info-wrap {
        -webkit-box-shadow: -5px 0px 5px -3px rgba(0, 0, 0, 0.4), -8px 0px 10px 1px rgba(0, 0, 0, 0.46), -3px 0px 14px 2px rgba(0, 0, 0, 0.48);
        box-shadow: -5px 0px 5px -3px rgba(0, 0, 0, 0.4), -8px 0px 10px 1px rgba(0, 0, 0, 0.46), -3px 0px 14px 2px rgba(0, 0, 0, 0.48);
    }

    #map-side-route-info-wrap::-webkit-scrollbar-track {
        margin: 0;
    }

    #sbr-wrap {
        border-radius: 0;
        position: sticky;
        top:0;
        z-index: 100;
    }

    #map-side-route-info {
        margin: 0;
    }

    #map-info-side-swipe {
        /*position: absolute;*/
        /*height: 100%;*/
        width: 3.5%;
        right: 0;
        z-index: 14;
    }

    #map-side-menu-trigger:checked ~ #map-info-side-swipe {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        border-bottom: solid black 6px;
    }

    #map-side-route-info-wrap {
        right: 0;
        width: 100vw;
        position: absolute;
        overflow: auto;
        height: auto;
        /*margin-bottom: 1000px;*/
        z-index: 200;
    }

        #map-side-route-info-wrap.collapsed {
            overflow: hidden;
            height: 60px;
            margin-bottom: 0;
            /*       top: 40px;*/
        }

    #tp-trip-info-wrap {
        right: -360px;
    }

    #sbr-wrap h2 {
        font-size: 1em;
        flex-grow: 3;
    }

    .map-wrap input[type="checkbox"].map-side-menu-trigger,
    .map-wrap input[type="checkbox"].map-side-menu-trigger ~ label {
        /*right: 0;*/
        display: none;
    }

        .map-wrap input[type="checkbox"].map-side-menu-trigger:checked ~ label {
            right: 250px;
        }

    .frame-a {
        padding: 10px 4%;
        padding-bottom: 25px;
    }

        .frame-a h1 {
            font-size: 1.5em;
        }

    .frame-b {
        padding: 20px;
    }

    ul.stop-wait-times li {
        font-size: 1.2em;
    }

    .agency1,
    .agency2 {
        width: 98%;
    }

    .agency3 {
        display: none;
    }

    .custom1,
    .custom2,
    .custom3 {
        width: 98%;
        position: relative;
    }

        .custom1 img,
        .custom2 img,
        .custom3 img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            float: none;
        }

    .map-vehicle-wrap,
    .map-platform-eta-wrap {
        width: 100%;
        justify-content: flex-end;
        flex: 1 0 auto;
        min-height: 0;
    }

    .map-station-eta-wrap {
        transition: transform 0.25s ease-out;
        max-height: calc(50px + 100px);
        overflow: hidden;
        position: absolute;
        width: 100%;
        border-radius: 10px 10px 0 0;
        z-index: 103;
    }

    .mapinfo-wrap,
    .vehicleinfo-wrap,
    .connectioninfo-wrap {
        width: 100vw;
        min-height: 0;
        background-color: transparent;
        z-index: 101;
        /*position: relative;
        z-index: 656565;*/
    }

    .vehicleinfo-wrap,
    .mapinfo-wrap {
        transition: 0.25s ease-out;
        margin: 3px 0;
    }

    .mobile-subscription-info-pane {
        display: none;
    }

        .mobile-subscription-info-pane.shown {
            display: flex !important;
            background-color: orangered;
            padding: 5px 10px;
            letter-spacing: -0.5px;
            position: relative;
        }

        .mobile-subscription-info-pane &gt; i {
            font-size: 18px;
            position: absolute;
            right: 0;
            padding: 5px 10px 5px 40px;
            top: 0;
        }

    #subscription-interstitial {
        margin: 0;
        align-self: flex-end;
        border-radius: 0;
        padding-bottom: 30px;
        max-height: 70%;
        overflow: auto;
    }

    .mobile-subscription-info-pane &gt; i:hover {
        font-weight: bold;
    }

    .vehicleinfo-header,
    .vehicleinfo-footer,
    .mapinfo-header,
    .mapinfo-footer {
        box-sizing: border-box;
    }

    .vehicleinfo-header,
    .mapinfo-header {
        width: 100%;
        flex: 0 0 50px;
        position: relative;
        border-style: none !important;
    }

    .expanded .mapinfo-header {
        flex-basis: auto;
        height: auto;
    }

    .expanded .mapinfo-label &gt; span:first-child &gt; * {
        white-space: normal;
    }

    .mapinfo-eta {
        width: 100%;
        min-height: 0;
        flex: 1 1 auto;
        max-height: unset;
    }

    .vehicleinfo-footer,
    .mapinfo-footer {
        width: 100%;
        flex: 0 0 36px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-radius: 0 0 10px 10px;
    }

    .station-pagination-wrap {
        height: 21px;
        background-color: #083763;
        display: flex;
        justify-content: center;
        overflow-x: hidden;
        overflow-y: visible;
        transition: 0.25s ease-out;
    }

    span.station-pagination-bit {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 3px solid #097195;
        box-sizing: border-box;
    }

        span.station-pagination-bit:not(:last-child) {
            margin-right: 20px;
        }

    .station-pagination {
        display: flex;
        align-items: flex-end;
        position: relative;
    }

    .station-pagination-bullet {
        display: inline-block;
        height: 8px;
        width: 8px;
        background-color: #35a8d0;
        position: absolute;
        border-radius: 50%;
        left: 0;
        margin-left: 4px;
        bottom: 4px;
        transition: left 0.3s;
    }

    .mapinfo-expand {
        position: absolute;
        display: none;
        align-items: center;
        width: 26px;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .save-stop {
        display: none !important;
    }

    .due-label {
        margin-right: 30px;
    }

    .mapinfo-wrap:not(.expanded) .mapinfo-expand.bounce {
        -webkit-animation-name: bounce;
        animation-name: bounce;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
    }

    .expanded .map-platform-eta-wrap:not(:first-child) .mapinfo-expand {
        display: none;
    }

    .mapinfo-expand::after {
        content: "";
        width: 100%;
        height: 20px;
        background: url(images/Transit/icons.png) -110px -40px no-repeat;
        transform: rotate(-90deg);
        transition: transform 0.25s;
    }

    .expanded .mapinfo-expand::after {
        transform: rotate(90deg);
    }

    .foot-content {
        flex-direction: column;
    }

    ul#footer-key li {
        padding-right: 15px;
    }

    #footerlinks {
        padding: 30px 30px 10px 30px;
    }

    #tp-trip-info-wrap {
        right: auto;
        left: 0;
        overflow: visible;
        position: relative;
        width: unset;
    }

    #tp-trip-info {
        margin: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        #tp-trip-info &gt; * {
            box-sizing: border-box;
        }

        #tp-trip-info #sbr-wrap {
            display: none;
        }

    .drag-wp-wrap {
        margin: 0;
        position: relative;
        z-index: 1;
        padding: 0;
    }

    span.dragcircle {
        display: none;
    }

    .trip-opt-expand-2 {
        display: none;
    }

    #tp-trip-info-wrap.shift-me-offscreen {
        left: 2000px;
    }

    /*#map.shift-me-down {
        top: 250px;
    }*/
    /*#footer h5 {
        position: unset;
    }*/

    .dragpin {
        /*position: unset;*/
        /*width: 100%;*/
        left: 0;
        /*top: -7px;*/
        transform: scale(0.7);
        opacity: 0.5;
        /*display:none;*/
    }

        .dragpin.dragging {
            position: absolute;
            transform: scale(0.7);
        }

    .dragpin-container {
        margin: 5px;
        min-width: 30px;
    }

    .drag {
        display: flex;
    }

    .draglabel {
        margin-right: 10px;
        width: 100%;
    }

    .trip-opt-expand-header .trip-opt-show {
        background-color: #097195;
        border: none;
        color: white;
        padding: 5px 0;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 0 auto;
        width: 100%;
    }

    .draglabel input {
        border-radius: 0;
        border-style: none none solid none;
        padding: 0 10px;
        width: 100%;
        min-height: 50px;
        font-size: 16px;
    }

    .trip-opt-expand {
        font-size: 0.8em;
        width: 100%;
        padding: 5px 0;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        background-color: white;
        flex-direction: column;
    }

        .trip-opt-expand .divider {
            margin: 0 10px;
        }

    .trip-opt-show {
        display: block;
        font-family: 'Roboto', sans-serif;
        margin-left: auto;
    }

    /*.trip-opt-show::after {
            content: "";
            display: inline-block;
            width: 11px;
            height: 13px;
            margin-left: 3px;
            background: url(images/Transit/icons.png) -28px -27px no-repeat;
            transform: rotate(90deg) translateX(2px);
            transition: 0.4s;
        }*/
    #trip-opt-wrap {
        margin: 0;
        padding: 0px;
        background: none;
        align-items: stretch;
        pointer-events: none;
    }

    .trip-opts {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        background-color: white;
        overflow: hidden;
    }

    .trip-opt-expand * {
        transition: 0.4s;
        background-color: white;
        pointer-events: all;
        /*display: flex;*/
        /*flex-direction: row;*/
    }

    .trip-opt-expand-header {
        width: 100%;
    }

    /*#trip-opt-wrap:not(.expanded) &gt; .trip-opts {
        -webkit-animation-name: collapse-up;
        -webkit-animation-fill-mode: both;
        -webkit-animation-duration: 0.4s;
        animation-name: collapse-up;
        animation-fill-mode: both;
        animation-duration: 0.4s;
    }

    #trip-opt-wrap.expanded &gt; .trip-opts {
        -webkit-animation-name: expand-up;
        -webkit-animation-fill-mode: both;
        -webkit-animation-duration: 0.4s;
        animation-name: expand-up;
        animation-fill-mode: both;
        animation-duration: 0.4s;
        margin-bottom: 20px;
    }

    #trip-opt-wrap.expanded &gt; .trip-opt-expand &gt; :not(:last-child) {
        opacity: 0;
    }*/
    .trip-opts-container {
        display: none;
        opacity: 0;
        transition: ease .4s;
    }

    .trip-opt-wrap.expanded .trip-opts-container {
        display: flex;
        opacity: 1;
        margin-bottom: 20px;
    }

    /*#trip-opt-wrap.expanded .trip-opt-show::after {
        transform: rotate(-90deg) translateX(-2px);
    }*/
    .trip-opt-pref-select {
        display: block;
        margin: 9px 0 0 0;
        width: calc(100% - 50px);
    }

    .trip-opt-pref-wrap {
        display: none;
    }

    body {
        position: relative;
/*        overflow-y: scroll;*/
    }

    #tripinfo-wrap {
        padding-bottom: 32px;
        overflow-y: auto;
        min-height: 0;
        /*flex: 1 0 0;*/
        transition: 0.4s;
        max-height: 80vh;
    }

        #tripinfo-wrap.minimised {
            padding-top: 31px;
            padding-bottom: 0;
            flex: 1 0 0;
            padding: 0;
        }

    #trip-desc td {
        white-space: normal;
    }

    .tripinfo-preview {
        display: flex;
        justify-content: center;
        font-size: 0.8em;
        opacity: 0;
    }

        .tripinfo-preview &gt; span {
            display: flex;
            align-items: center;
        }

        .tripinfo-preview i {
            font-size: 1.5em
        }

    #loading-marquee-wrap {
        margin-top: auto;
        margin-bottom: 31px;
    }

    #tripinfo-preview-wrap {
        background-color: #097195;
        color: white;
        padding: 10px 5px;
        display: flex;
        align-items: center;
        margin-top: auto;
        border-bottom: #ccc solid 1px;
        transition: transform 0.4s;
    }

        #tripinfo-preview-wrap &gt; * {
            transition: 0.4s;
        }

        #tripinfo-preview-wrap.minimised &gt; .tripinfo-preview {
            opacity: 1;
        }

        #tripinfo-preview-wrap:not(.minimised) &gt; .tripinfo-expand {
            transform: rotate(180deg);
        }

    .tripinfo-preview-transit-route,
    .tripinfo-preview-steptime {
        /* margin-right: 4px; */
        height: 1em;
        /*overflow: hidden;*/
        min-width: 0;
    }

    .tripinfo-preview-steptime {
        font-size: 0.8em;
        align-self: flex-end;
    }

    .tripinfo-preview-transit-route &gt; :first-child {
        display: inline-block;
        width: 1px;
        height: 1em;
    }

    .tripinfo-expand {
        margin-left: auto;
        padding-left: 7px;
    }

    .tripinfo-preview-time {
        padding-right: 10px;
        font-style: italic;
        margin: 0 auto 0 5px;
    }

    .mobileinfo-wrap {
        margin-right: 0;
        margin-left: 0;
    }

    .mobileinfo-icon {
        display: none;
    }

    .content-width {
        margin-bottom: 32px;
    }

    .unformat ul{
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 699px){
	#bablicFlagsWidget{
		position: absolute !important;
		top: unset !important;
		left: unset !important;
	}
}

/*Fixes map-side-route-info-wrap formatting on narrow screens */
@media only screen and (max-width: 280px) {
    #sbr-wrap h2 {
        font-size: 1em;
        flex-grow: 3;
        line-height: 1em;
    }
}

.route-timetable-h1-wrap {
    border-bottom: 1px solid #fff;
    padding: 9px 0 0 3%;
}

    .route-timetable-h1-wrap h1 {
        background: #dee4e5;
        border-radius: 9px 25px 0 0;
        display: inline-block;
        font-size: 1.4em;
        line-height: 1.45em;
        margin: 0;
        padding: 9px 45px 5px 25px;
    }

        .route-timetable-h1-wrap h1 span {
            font-weight: 400;
        }

.tt-routeselect-wrap {
    background: #dee4e5;
    display: flex;
    flex-direction: column;
}

    .tt-routeselect-wrap fieldset {
        border: none;
        display: inline-block;
        margin: 5px 5px 0 3%;
        padding: 0;
        position: relative;
    }

        .tt-routeselect-wrap fieldset legend {
            color: #5c5c5c;
            display: block;
            font-size: 0.9em;
            padding: 5px;
            text-align: left;
        }

.route-timetable fieldset input[type="radio"] {
    display: none;
}

    .route-timetable fieldset input[type="radio"] ~ label {
        background: #086685;
        border-bottom: 6px solid #086685;
        border-radius: 5px 5px 0 0;
        color: #fff;
        display: inline-block;
        font-size: 0.9em;
        margin: 5px 5px 0 0;
        padding: 12px 25px 5px 25px;
    }

    .route-timetable fieldset input[type="radio"]:checked + label {
        background: #073662;
        border-bottom: none;
        margin: 1px 5px 0 0;
        padding: 16px 25px 11px 25px;
    }

#timetable-detail-wrap {
    clear: both;
    overflow-x: scroll;
    margin: 0 0 50px 0;
}

table.timetable-detail {
    border-collapse: collapse;
    border-bottom: 1px solid #7498b5;
    border-top: 1px solid #7498b5;
    font-size: 0.8em;
    min-width: 100%;
    table-layout: fixed;
}

    table.timetable-detail tr:nth-of-type(even) {
        background: #f5fafb;
    }

    table.timetable-detail th {
        background: #073662;
        border-bottom: 1px solid #7498b5;
        border-right: 1px solid #7498b5;
        color: #fff;
        margin: 0;
        padding: 5px;
    }

    table.timetable-detail td {
        border-right: 1px solid #bcc7d0;
        margin: 0;
        padding: 5px;
        text-align: center;
    }

    table.timetable-detail tr:hover td,
    table.timetable-detail tr:active td {
        background: #097598;
        color: #fff;
    }
</pre></body></html>