/* Minification failed. Returning unminified contents.
(1132,45): run-time error CSS1046: Expect comma, found '28'
(1132,51): run-time error CSS1046: Expect comma, found '/'
 */
.carousel-slides {
    margin-bottom: 8px;
    box-shadow: 0 0 10px 5px #d2d6e1;
}

.carousel-indicators {
    margin-bottom: 2px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

@media only screen and (max-width: 992px) {
    .carousel-indicators {
        display: none;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }
}

.disruptions-title {
    border-left-color: #0A1C5C !important;
}

    .disruptions-title h1 {
        color: #0A1C5C;
    }

.diss_widget .diss_selection {
    font-size: 12px;
    color: #0A1C5C;
}

    .diss_widget .diss_selection label {
        font-weight: bold !important;
    }

    .diss_widget .diss_selection select {
        border: 1px solid #0A1C5C;
        border-radius: 5px;
        padding: 3px;
        background-color: #B6BBCE;
        box-sizing: border-box;
        width: 100%;
    }

        .diss_widget .diss_selection select:focus,
        .diss_widget .diss_selection select:hover,
        .diss_widget .diss_selection select:active {
            outline: none;
        }

.diss_widget .diss_contents {
    margin: 20px 0 10px 0;
}

    .diss_widget .diss_contents .diss_item_table {
        margin: 8px 0 0 0;
    }

        .diss_widget .diss_contents .diss_item_table td {
            padding: 8px 2px;
            vertical-align: middle;
        }

            .diss_widget .diss_contents .diss_item_table td.diss_image {
                width: 5%;
                background-color: #0A1C5C;
                text-align: center;
            }

                .diss_widget .diss_contents .diss_item_table td.diss_image img {
                    height: 25px;
                }

            .diss_widget .diss_contents .diss_item_table td.diss_title {
                width: 80%;
                font-size: 12px;
                font-weight: bold;
                color: #0A1C5C;
                padding: 2px 50px 2px 8px;
                background: #DFE3EC url(../../../Content/Images/Disruptions/expand.png) no-repeat right center;
            }

                .diss_widget .diss_contents .diss_item_table td.diss_title.expanded {
                    background-image: url(../../../Content/Images/Disruptions/collapse.png)
                }

            .diss_widget .diss_contents .diss_item_table td.diss_share {
                width: 10%;
                background-color: #0A1C5C;
            }

                .diss_widget .diss_contents .diss_item_table td.diss_share img.diss_share_toggle {
                    height: 35px;
                }

                .diss_widget .diss_contents .diss_item_table td.diss_share.expanded .diss_social_link img {
                    margin: 4px 2px;
                }

.diss_widget .diss_contents .diss_item_summary {
    width: 100%;
    background-color: #DFE3EC;
    margin-top: 2px;
    padding: 8px;
    border-bottom: 2px solid #0A1C5C;
}

        .diss_widget .diss_contents .diss_item_summary .diss_date_posted {
            text-align: right;
            font-size: 10px;
            color: #808080;
        }

        .diss_widget .diss_contents .diss_item_summary .diss_summary_contents {
            font-size: 13.3333px;
            color: #0A1C5C;
        }

            .diss_widget .diss_contents .diss_item_summary .diss_summary_contents a {
                font-weight: bold;
            }

.diss_widget .diss_no_disruptions {
    margin: 10px 0;
}

.diss_widget .diss_footer {
    font-size: 12px;
    margin: 10px 0;
}

.diss_widget .diss_errorMessage {
    font-size: 13.3333px;
    font-weight: bold;
    color: red;
    margin: 10px 0;
}

.diss_loading {
    text-align: center;
}

    .diss_loading .diss_loadingText {
        font-size: 13.3333px;
        margin: 20px 0;
    }

.dis_widget {
    border: 2px solid #2E347D;
}

    .dis_widget .dis_header {
        background: #2E347D;
        color: #FFF;
        padding: 10px;
        font-weight: bold;
        color: #fff;
        margin: 0px;
        font-size: 14px;
    }

    .dis_widget .dis_contentContainer {
        position: relative;
    }

    .dis_widget .dis_list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .dis_widget .dis_list ul li {
            margin: 5px;
            padding: 5px;
            background-color: #B6BBCE;
        }

            .dis_widget .dis_list ul li.no-image {
                padding: 11px 5px 12px 7px;
            }

            .dis_widget .dis_list ul li a {
                display: block;
                font-size: 12px;
                font-weight: bold;
                color: #0A1C5C;
                text-decoration: none;
            }

                .dis_widget .dis_list ul li a img {
                    padding-right: 5px;
                }

    .dis_widget .dis_loading {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .dis_widget .dis_loading .dis_loadingText {
            font-size: 13.3333px;
            margin: 10px 0;
        }

    .dis_widget .dis_errorMessage {
        font-size: 13.3333px;
        font-weight: bold;
        color: red;
        margin: 10px;
    }

.expander_widget .expander_header {
    padding: 10px 50px 10px 10px;
    background: #F5F5F5 url(../../../Content/Images/Expander/expand.png) no-repeat right center;
    cursor: pointer;
}

    .expander_widget .expander_header.expanded {
        background-image: url(../../../Content/Images/Expander/collapse.png)
    }

.expander_widget .expander_content {
    padding: 10px;
}

/*.jp_widget {
    border: 2px solid #F57E2E;
}*/

    .jp_widget .jp_header {
        background: #F57E2E;
        color: #FFF;
        padding: 10px;
        font-weight: bold;
        color: #fff;
        margin: 0px;
        font-size: 14px;
    }

    .jp_widget .jp_form {
        padding: 12px 15px 15px 15px;
        color: #0A1C5C;
        word-break: normal !important;
    }

        .jp_widget .jp_form input[type=text],
        .jp_widget .jp_form select {
            border: 1px solid #0A1C5C;
            border-radius: 5px;
            background-color: #FFF;
            padding: 5px 5px 5px 10px;
        }

        .jp_widget .jp_form select {
            background-color: #D2D6E1;
        }

        .jp_widget .jp_form .jp_date_time select {
            margin: 0 0  5px 5px;
        }

        .jp_widget .jp_form .jp_date_time label {
            margin-top: 5px;
        }

        .jp_widget .jp_form .jp_button_plan {
            width: 100%;
            padding: 5px;
            border: 1px solid #848484;
            border-radius: 5px;
            background-color: #0A1C5C;
            color: #FFF;
            text-align: center;
            cursor: pointer;
            font-size: 15px;
            font-weight: bold;
            outline: none;
        }

            .jp_widget .jp_form .jp_button_plan:hover {
                background-color: #6F7AA0;
                color: #0A1C5C;
            }

            .jp_widget .jp_form .jp_button_plan:disabled {
                color: #808080;
                background-color: #CCC;
                border: 1px solid #808080;
                cursor: default;
            }

        .jp_widget .jp_form .jp_link {
            font-weight: bold;
            color: #0A1C5C;
            text-decoration: none;
            font-size: 12px;
        }

            .jp_widget .jp_form .jp_link:hover {
                text-decoration: underline;
                color: #6F7AA0;
            }

        .jp_widget .jp_form .jp_errorMessage {
            font-size: 13.3333px;
            color: red;
        }

            .jp_widget .jp_form .jp_errorMessage.jp_error_plan {
                font-weight: bold;
                margin: 10px 0;
            }

            .jp_widget .jp_form .jp_errorMessage.jp_error_select {
                margin: 5px 10px;
            }

.jp_leave_arrive_label {
    width: 100%;
    border: 1px solid #848494;
    border-radius: 5px;
    background-color: #D2D6E1;
    padding: 5px 8px 8px 10px;
    cursor: pointer;
}

    .jp_leave_arrive_label.selected {
        background-color: #B6BBCE;
    }

    .jp_leave_arrive_label input[type="radio"] {
        vertical-align: middle;
    }

    .jp_leave_arrive_label span {
        vertical-align: middle;
    }

.ui-autocomplete-jp {
    border: 2px solid #0A1C5C !important;
    max-height: 254px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #0A1C5C;
    font-size: 11px;
}

    .ui-autocomplete-jp .ui-menu-item {
        border-bottom: 1px solid #CCC;
        list-style-image: none;
    }

        .ui-autocomplete-jp .ui-menu-item .ui-menu-item-wrapper {
            padding: 4px 5px;
        }

            .ui-autocomplete-jp .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
                background-color: #CCC;
                color: #0A1C5C;
                border: 1px solid transparent;
            }

.ui-autocomplete-input-jp {
    outline: none;
}
    .ui-autocomplete-input-jp.ui-autocomplete-loading {
        background-image: url(../../../Content/Images/loading.gif);
        background-size: 20px 20px;
        background-position: right center;
        background-repeat: no-repeat;
        background-origin: content-box;
        padding-right: 10px;
    }
/*!
 * froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2020 Froala Labs
 */.clearfix:after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-img-caption.fr-rounded img,img.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-img-caption.fr-bordered img,img.fr-bordered{border:5px solid #ccc}img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #ddd}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file:after{position:relative;content:"\1F4CE";font-weight:400}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir=rtl] blockquote{border-left:none;border-right:2px solid #5e35b1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:2px solid #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{font-weight:400;font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#aaa!important}.fr-view .fr-text-bordered{border-top:1px solid #222;border-bottom:1px solid #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ff0}.fr-view .fr-class-code{border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:Courier New,Courier,monospace}.fr-view .fr-class-transparency{opacity:.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv embed,.fr-view .fr-video.fr-rv object{position:absolute!important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:400;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}
.latest-news-title {
    border-left-color: #288999 !important;
}

    .latest-news-title h1 {
        color: #288999;
    }

.latest_news .latest_news_article img {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .latest_news .latest_news_article img {
        width: auto;
        max-width: 100%;
    }
}

.latest_news .latest_news_article a {
    font-weight: bold;
    color: #0A1C5C;
    text-decoration: none;
}

    .latest_news .latest_news_article a:hover {
        text-decoration: underline;
    }

.latest_news .latest_news_read_more {
    font-size: 12px;
}

.latest_news .latest_news_show_button {
    padding: 10px;
    background-color: #DFE3EC;
    min-width: 150px;
    border: 1px solid #DFE3EC;
    color: #0A1C5C;
    font-weight: 700;
    outline: none;
}

    .latest-news-title .latest_news_show_button:hover {
        border: 2px solid black !important;
    }

    .latest-news-title .latest_news_show_button:focus {
        border: 2px solid black !important;
    }
.link-button {
    display: block;
    box-sizing: border-box;
    padding: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF !important;
    text-decoration: none;
}

    .link-button:hover {
        color: #FFF !important;
        text-decoration: none;
        background-color: #050e2e !important;
        border-color: #040b23 !important;
    }

    .link-button:focus {
        color: #FFF !important;
        text-decoration: none;
        background-color: #050e2e !important;
        border-color: #040b23 !important;
    }

.link-button.right-arrow {
    background: url(../../../Content/Images/transparent_arrow_30x60px.png) no-repeat scroll 100% center;
}

.link-button.blue {
    background-color: #1E7BC0;
    border: 2px solid #1E7BC0;
}

.link-button.green {
    background-color: #97C22A;
    border: 2px solid #97C22A;
}

.link-button.navy {
    background-color: #0A1C5C;
    border: 2px solid #0A1C5C;
}

.link-button.orange {
    background-color: #F57E2E;
    border: 2px solid #F57E2E;
}

.link-button.pink {
    background-color: #E2027C;
    border: 2px solid #E2027C;
}

.link-button.purple {
    background-color: #5B439B;
    border: 2px solid #5B439B;
}

.widgetHeading {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

#goButton {
    width: 100%;
    padding: 5px;
    border: 1px solid #0A1C5C;
    border-radius: 5px;
    background-color: #0A1C5C;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}

    #goButton:hover {
        background-color: #9ac332;
    }

#txtLiveDept {
    border: 1px solid #0a1c5c;
    position: relative;
}

#geoButton {
    border: 1px solid #0a1c5c;
}

.ui-autocomplete-ld {
    border: 1px solid #CBD3DD;
    background: #FFF;
    width: 217px;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    z-index: 100;
}

    .ui-autocomplete-ld .ui-menu-item {
        padding: 0;
        margin: 0;
        font-size: 11px;
        width: 217px;
        color: #00245d;
    }

    /*styles items on hover*/
        .ui-autocomplete-ld .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
            background: #D2D6E1 !important;
            border: none;
            color: #00245d;
        }

#warning {
    color: red;
    border: 1px solid red;
}

.spac_widget .spac_form_container {
    background-color: #DFE3EC;
    padding: 10px 10px 20px 10px;
}

.spac_widget h2,
.spac_widget h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.spac_widget h2 {
    font-size: 24px;
}

.spac_widget h3 {
    font-size: 18px;
}

.spac_widget .spac_warning {
    color: red;
    font-weight: bold;
}

.spac_widget .form-group label {
    margin: auto 0;
}

.spac_widget .form-group.required label::after {
    content: " *";
    color: red;
}

.spac_widget a {
    font-weight: bold;
    color: #0A1C5C;
    text-decoration: none;
}

    .spac_widget a:hover {
        text-decoration: underline;
    }

.spac_widget .spac_agreement {
    margin-bottom: 1rem;
}

    .spac_widget .spac_agreement .spac_check {
        display: inline-block;
        height: 1rem;
        margin-left: 0.25rem;
    }

        .spac_widget .spac_agreement .spac_check input {
            width: 1.4rem;
            height: 1.4rem;
        }

.spac_widget .spac_submit {
    width: 150px;
    height: 30px;
    color: #FFF;
    border: 1px solid #0A1C5C;
    font-size: 14px;
    font-weight: 500;
    background-color: #0A1C5C;
    cursor: pointer;
    outline: none;
}

    .spac_widget .spac_submit:hover {
        background-color: #6F7AA0;
        color: #0A1C5C;
    }

    .spac_widget .spac_submit:disabled {
        color: #808080;
        background-color: #CCC;
        border-color: #808080;
        cursor: default;
    }

.spac_widget .spac_messages {
    margin-top: 15px;
    margin-bottom: 0;
    list-style-type: none;
}

    .spac_widget .spac_messages li.success {
        color: green;
    }

    .spac_widget .spac_messages li.error {
        color: red;
    }

.spac_widget .spac_confirmation {
    padding: 10px 10px 20px 10px;
}

a.btn-simple-link {
    background-color: #DFE3EC;
    color: #0A1C5C;
}

    a.btn-simple-link:focus, a.btn-simple-link:hover {
        background-color: #0A1C5C !important;
        color: #DFE3EC !important;
    }

.tell_us_widget {
    background-color: #DFE3EC;
    padding: 10px 10px 20px 10px;
}

    .tell_us_widget h1,
    .tell_us_widget h2,
    .tell_us_widget h3 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: normal;
    }

    .tell_us_widget h1 {
        font-size: 30px;
        margin-top: 0;
    }

    .tell_us_widget h2 {
        font-size: 24px;
    }

    .tell_us_widget h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .tell_us_widget .tell_us_options_box {
        border: 2px solid white;
    }

        .tell_us_widget .tell_us_options_box .tell_us_options_inner {
            border: 1px solid transparent;
            padding: 4px 8px 0 8px;
        }

            .tell_us_widget .tell_us_options_box .tell_us_options_inner.validation_error {
                border-color: red;
            }

    .tell_us_widget .radio_button_label span{
        padding-left: 2px;
    }

    .tell_us_widget .form-group.label_aligned label {
        margin: auto 0;
    }

    .tell_us_widget .form-group.label_top label {
        margin: 0.5rem 0 0 0;
    }

    .tell_us_widget .form-group.required label::after {
        content: " *";
    }

    .tell_us_widget a {
        font-weight: bold;
        color: #0A1C5C;
        text-decoration: none;
    }

        .tell_us_widget a:hover {
            text-decoration: underline;
        }

    .tell_us_widget .tell_us_agreement {
        margin-bottom: 1rem;
    }

        .tell_us_widget .tell_us_agreement .tell_us_check {
            display: inline-block;
            height: 1rem;
            margin-left: 0.25rem;
        }

            .tell_us_widget .tell_us_agreement .tell_us_check input {
                width: 1.4rem;
                height: 1.4rem;
            }

        .tell_us_widget .tell_us_submit {
            width: 150px;
            height: 30px;
            color: #FFF;
            border: 1px solid #0A1C5C;
            font-size: 14px;
            font-weight: 500;
            background-color: #0A1C5C;
            cursor: pointer;
            outline: none;
        }

            .tell_us_widget .tell_us_submit:hover {
                background-color: #6F7AA0;
                color: #0A1C5C;
            }

            .tell_us_widget .tell_us_submit:disabled {
                color: #808080;
                background-color: #CCC;
                border-color: #808080;
                cursor: default;
            }

    .tell_us_widget .tell_us_messages {
        margin-top: 15px;
        margin-bottom: 0;
        list-style-type: none;
    }

        .tell_us_widget .tell_us_messages li.success {
            color: green;
        }

        .tell_us_widget .tell_us_messages li.error {
            color: red;
        }

.d_button {
    border: 1px solid #0A1C5C;
    border-radius: 5px;
    background-color: #0A1C5C;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    font-size: 12px !important;
}

    .d_button:hover {
        background-color: #b22222;
    }

.ui-autocomplete-ld {
    border: 1px solid #CBD3DD;
    background: #FFF;
    width: 217px;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    z-index: 100;
}

    .ui-autocomplete-ld .ui-menu-item {
        padding: 0;
        margin: 0;
        font-size: 11px;
        width: 217px;
        color: #00245d;
    }

        /*styles items on hover*/
        .ui-autocomplete-ld .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
            background: #D2D6E1 !important;
            border: none;
            color: #00245d;
        }

#dBox {
    border: 1px solid #0a1c5c;
    font-size: 12px;
}

.circle {
    color: white;
    border-radius: 50%;
    max-width: 80px;
    height: 80px;
    font-size: 40px;
}

.severityImage {
    max-height: 25px;
    width: auto;
}

.modeImage {
    max-height: 25px;
    width: auto;
}

body {
    font-size: 12px;
    color: #00245d;
}

#description a, #advice a {
    font-size: 12px !important;
}

.copyLink {
    color: white;
    font-weight: bold;
}

.tickets-passes-title {
    border-left-color: #1E7BC0 !important;
}

    .tickets-passes-title h1 {
        color: #1E7BC0;
    }

.ticketFinder {
    border: 2px solid #1E7BC0;
}

.ticketFinder_header {
    background: #1E7BC0;
    color: #FFF;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    font-size: 14px;
}

.tf_contentContainer {
    margin: 20px;
}

.tf_formSection {
    margin: 2px 5px 10px 5px;
    padding: 5px;
}

    .tf_formSection.validation_error {
        border: 2px solid red;
    }

.tf_button {
    background-color: #0A1C5C;
    border-radius: 5px;
    border: 1px solid #0A1C5C;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding: 2px 5px;
    box-sizing: border-box;
    font-size: 12px;
    margin-bottom: 0px;
    background-image: none;
}

    .tf_button.tf_button_search {
        width: 90%;
        background: #0A1C5C url(../../../Content/Images/TicketFinder/arrow.png) no-repeat right top;
        background-size: 30px 30px;
        font-size: 15px;
        padding: 8px;
    }

    .tf_button:not([disabled]):hover {
        background-color: #6F7AA0 !important;
        border-color: #6F7AA0 !important;
        color: #0A1C5C;
        text-decoration: none;
    }

    .tf_button:disabled {
        background-color: #CCC;
        border-color: #808080 !important;
        color: #808080 !important;
        cursor: default;
    }

.tf_ticketsTable {
    margin-bottom: 5px;
    width: 100%;
    background-color: #DFE3EC;
    font-size: 13.3333px;
    font-weight: 400;
}

    .tf_ticketsTable .header {
        background-color: #0A1C5C;
        color: #fff;
        padding: 3px;
        border-bottom: 1px solid #DFE3EC;
        vertical-align: middle;
    }

    .tf_ticketsTable .header-left {
        width: 20%;
    }

    .tf_ticketsTable .header-right {
        width: 14%;
    }

    .tf_ticketsTable .content {
        padding: 3px;
        vertical-align: middle;
    }

    .tf_ticketsTable .content-left {
        width: 35%;
    }

    .tf_ticketsTable .content-table {
        padding: 0;
    }

    .tf_ticketsTable a {
        font-weight: bold;
        color: #0A1C5C;
        text-decoration: none;
    }

        .tf_ticketsTable a:hover {
            text-decoration: underline;
        }

.tf_pricesTable {
    margin-bottom: 0 !important;
}

    .tf_pricesTable .header {
        width: 31%;
    }

.tf_paging_button {
    background-color: #FFF;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
}

    .tf_paging_button.selected {
        background-color: #0A1C5C;
        border: 1px solid #0A1C5C;
        color: #FFF;
        font-weight: bold;
    }

    .tf_paging_button:disabled {
        background-color: #CCC;
        border: 1px solid #808080 !important;
        color: #808080 !important;
        cursor: default;
    }

.tf_normalText {
    font-size: 12px;
}

.tf_errorMessage {
    font-size: 12px;
    color: red;
    margin: 2px 5px 10px 5px;
}

    .tf_errorMessage.tf_serverError {
        font-weight: bold;
        margin: 0 0 20px 0;
    }

.tf_loading {
    text-align: center;
}

    .tf_loading .tf_loadingText {
        font-size: 13.3333px;
        margin: 10px 0;
    }


.ttf_widget {
    border: 2px solid #E2027C;
}

    .ttf_widget .ttf_header {
        background: #E2027C;
        color: #FFF;
        padding: 10px;
        font-weight: bold;
        color: #fff;
        margin: 0px;
        font-size: 14px;
    }

    .ttf_widget .ttf_form_element {
        padding: 10px;
        color: #0A1C5C;
        word-break: normal !important;
    }

    .ttf_widget .ttf_form_element .ttf_label {
        display: inline-table;
        font-weight: bold;
    }

        .ttf_widget .ttf_form_element .ttf_label .ttf_label_element {
            display: table-cell;
            vertical-align: middle;
            padding-right: 8px;
        }

    .ttf_widget .ttf_form_element input[type=text],
    .ttf_widget .ttf_form_element select {
        width: 100%;
        border: 1px solid #0A1C5C;
        border-radius: 5px;
        background-color: #FFF;
        padding: 5px 5px 5px 10px;
    }

        .ttf_widget .ttf_form_element select {
            background-color: #D2D6E1;
        }

        .ttf_widget .ttf_form_element input[type=text].ttf_has_error {
            border: 2px solid red;
        }

    .ttf_widget .ttf_form_element .ttf_button {
        width: 100%;
        padding: 5px;
        border: 1px solid #0A1C5C;
        border-radius: 5px;
        background-color: #0A1C5C;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        outline: none;
    }

        .ttf_widget .ttf_form_element .ttf_button:hover {
            background-color: #E2027C;
        }

        .ttf_widget .ttf_form_element .ttf_button:focus {
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgb(10 28 92 / 25%);
        } 

        
.containerTF {
    border-width: 2px !important;
}

.widgetHeadingTF {
    color: white;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

#goButtonTF {
    font-family: Arial;
}

#inputTF {
    border: 1px solid #0a1c5c;
    position: relative;
}

#warningTF {
    color: red;
    border: 1px solid red;
}

#errorTF {
    color: red;
}

.ui-autocomplete-tf {
    border: 1px solid #CBD3DD;
    background: #FFF;
    max-height: 272px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .ui-autocomplete-tf .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
        background: #0a1c5c !important;
        font-weight: bold !important;
        color: #FFF !important;
    }

.timetable-search-title {
    border-left-color: #00245d !important;
}

    .timetable-search-title h1 {
        color: #00245d;
    }

.tts_widget .tts_search {
    width: 100%;
    border: 1px solid #0a1c5c;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
}

    .tts_widget .tts_search.input-validation-error {
        margin-bottom: 4px;
        border-color: red;
    }

.tts_widget .field-validation-error {
    color: red;
}

.tts_widget .tts_submit {
    width: 100%;
    background-color: #0A1C5C;
    border-radius: 5px;
    border: 1px solid #0A1C5C;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
}

    .tts_widget .tts_submit:not([disabled]):hover {
        background-color: #6F7AA0 !important;
        border-color: #6F7AA0 !important;
        color: #0A1C5C;
        text-decoration: none;
    }


    .tts_widget .tts_submit:disabled {
        background-color: #CCC;
        border-color: #808080 !important;
        color: #808080 !important;
        cursor: default;
    }

    .tts_widget .tts_submit:not([disabled]):focus {
        background-color: #6F7AA0 !important;
        border-color: #6F7AA0 !important;
        color: #0A1C5C;
        text-decoration: none;
    }

.tts_widget .tts_errorMessage {
    font-size: 13.3333px;
    font-weight: bold;
    color: red;
    margin: 10px 0;
}

.tts_widget .tts_results_message {
    margin: 20px 0 10px 0;
}

.tts_widget .tts_paging_bar {
    margin: 15px 15px;
}
    .tts_widget .tts_paging_bar button {
        font-weight: bold;
        padding: 2px 15px;
        background: none;
        border: none;
        border-bottom: 0.5px solid #0A1C5C;
        border-bottom-width: 0.5px;
        font-size: 15px;
        color: #0A1C5C;
        text-decoration: none;
        outline: none;
    }

        .tts_widget .tts_paging_bar button.current {
            cursor: default;
            border-color: #F57E2E;
        }

.tts_widget .tts_back_to_top a {
    font-weight: bold;
    color: #0A1C5C;
    text-decoration: none;
}

    .tts_widget .tts_back_to_top a:hover {
        text-decoration: underline;
    }

.tts_widget .tts_no_result_box {
    background-color: #B6BBCE;
    margin-top: 20px;
    padding: 10px 15px 2px 15px;
}

.YellowBannerWidget {
    position: relative;
}

