/* VRNBF-27 Skip Links - Umgehen von Element-Gruppen */
.a11y.skip-link {
    font-size: 26px;
    background: #0098d8;
    left: 0;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 100000;
}

.a11y.skip-link:focus {
    transform: translateY(0%);
}

a.a11y.skip-link {
    color: #ffffff;
}

/* VRNBF-28 Navigation - Fokus */
button.a11y.kontakt-trigger {
    background-color: transparent;
    border-radius: 0 !important;
}

button.a11y.kontakt-trigger:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
    outline: 0;
}

/* VRNBF-29 Navigation Tastatursteuerung*/
#navigation nav#primarynav ul li a:focus-within {
    background: cyan;
}

#navigation nav#primarynav ul li ul li a:focus-within {
    background: cyan;
}

@media only screen and (min-width: 64em) {

    .vrn-nav {
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .vrn-nav ul {
        background-color: #fff;
        display: block;
        list-style-type: none;
        margin: 0;
        min-width: 260px;
        padding: 0;
        position: absolute;
        top: 100%;
        box-shadow: rgba(0, 0, 0, .2) 0 0 8px
    }

    .vrn-nav li {
        margin: 0;
    }

    .vrn-nav > li {
        display: flex;
        position: relative;
    }

    .vrn-nav ul a {
        border: 0;
        color: #002f5a;
        display: block;
        margin: 0;
        padding: 0.5em 1em;
        text-decoration: none;
    }

    .vrn-nav ul a:hover,
    .vrn-nav ul a:focus {
        background-color: #ddd;
        margin-bottom: 0;
        text-decoration: none;
    }

    .vrn-nav ul a:focus {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
        border-color: #80bdff;
        outline: 0;
        position: relative;
    }

    .vrn-nav button,
    .vrn-nav .top-link {
        color: #002f5a;
        align-items: center;
        background-color: transparent;
        display: flex;
        padding: 0.5em;
        font-size: 1.1em;
    }

    .vrn-nav .top-link {
        border-right-color: transparent;
    }

    /*.vrn-nav button::after {*/
    /*    content: "";*/
    /*    border-bottom: 1px solid #000;*/
    /*    border-right: 1px solid #000;*/
    /*    height: 0.5em;*/
    /*    margin-left: 0.25em;*/
    /*    margin-bottom: 0.3em;*/
    /*    width: 0.5em;*/
    /*    transform: rotate(45deg);*/
    /*}*/

    .vrn-nav .top-link + button::after {
        margin-left: 0;
    }

    .vrn-nav button:focus,
    .vrn-nav .top-link:focus {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
        border-color: #80bdff;
        outline: 0;
        position: relative;
    }

    .vrn-nav button:hover,
    .vrn-nav button[aria-expanded="true"] {
        background-color: #0098d8;
        color: #fff;
    }

    .vrn-nav button:hover::after,
    .vrn-nav button[aria-expanded="true"]::after {
        border-color: #fff;
    }

    .local-menu ul a,
    ul.vrn-footer-nav a {
        color: #002f5a;
    }

}

@media only screen and (min-width: 100em) {
    .vrn-nav button,
    .vrn-nav .top-link {
        font-size: 1.3em;
    }
}

/* VRNBF-39 Tab Menü - Tastatursteuerung */
#tab1 {
    border-radius: 8px 0 0 0;
    background-image: url(../images/icons/vrn-icon-auskunft-blue.svg);
    background-repeat: no-repeat;
    background-position-x: 10px !important;
    background-position: left;
}

button[aria-selected="true"]#tab1 {
    background-image: url(../images/icons/vrn-icon-auskunft.svg);
    background-repeat: no-repeat;
}

#tab2 {
    padding-left: 10px;
    background-image: url(../images/icons/vrn-icon-auskunft-abfahrt-blue.svg);
    background-repeat: no-repeat;
    background-position-x: 10px !important;
    background-position: left;
}

button[aria-selected="true"]#tab2 {
    background-image: url(../images/icons/vrn-icon-auskunft-abfahrt.svg);
    background-repeat: no-repeat;
}

#tab3 {
    border-radius: 0 8px 0 0;
    padding-left: 10px;
    background-image: url(../images/icons/vrn-icon-auskunft-verkehrshinweise-blue.svg);
    background-repeat: no-repeat;
    background-position-x: 10px !important;
    background-position: left;
}

button[aria-selected="true"]#tab3 {
    background-image: url(../images/icons/vrn-icon-auskunft-verkehrshinweise.svg);
    background-repeat: no-repeat;
}

/*#auskunft .tabs,*/
/*#auskunft > .row .tabs {*/
/*    top: -2.95rem !important;*/
/*}*/

#auskunft > .row .tabs > label a {
    margin-left: 2.5rem;
}

#auskunft > .row .tabs > label span:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
    outline: 0;
}

.tabs {
    display: grid;
}

.tabs [role="tablist"] {
    display: grid;
    grid-template-columns: repeat(3, min-content);
    grid-gap: 10px;
}

.tabs [role="tabpanel"] {
    background: #efefef;
    padding: 2rem;
    /*min-height: 25vh;*/
}

/* button:not(#vrn_submit_init)*/
.tabs button:not(.vrn-journey-button-frontpage) {
    background: var(--grey);
    background-color: #fafafa;
    border: 0;
    color: #0098d8;
    border-radius: 0;
    --bs-color: rgba(0,0,0,0.1);
    box-shadow: inset 0 -2px 5px var(--bs-color);
    cursor:pointer;
    /*font-size: 1.125rem !important;*/
    margin-bottom: 0;
    padding: 0.75rem 1rem 0.75rem 3.5rem !important;
    white-space: nowrap;
}

.tabs button[aria-selected="true"] {
    background: var(--yellow);
    background-color: #efefef;
    box-shadow: none;
    color: #000D15;
}

.tabs button[aria-selected="false"] a{
    border-bottom: 1px dotted;
}

.tabs button:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
    outline: 0;
}

.columns .tab {
    border-radius: 0 0 8px 8px;
}

button[aria-selected="false"] .tablist-link {
    border-bottom: 1px dotted;
}

@media only screen and (max-width: 64em) {
    .tabs {
        margin-top: 2em;
    }

    .tabs button:not(.vrn-journey-button-frontpage) {
        padding-left: 3rem !important;
        padding-right: 0.3rem !important;
    }

    button[aria-selected="false"] .tablist-link {
        display: none;
    }

    button[aria-selected="true"] .tablist-link {
        display: inline-block;
    }
}


/* VRNBF-36 Slider - Tastatursteuerung */
ul.slick-dots li {
    padding-right: .8rem;
}

.slick-dots li .vrn-button-map, .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .6rem;
}

ul.slick-dots li button:focus {
    box-shadow: 0 0 0 .4rem rgba(0, 123, 255, .5);
    border-color: #80bdff;
    outline: 0;
}

ul.slick-dots li button:hover {
    box-shadow: 0 0 0 .4rem rgba(0, 123, 255, .5);
    border-color: #80bdff;
    outline: 0;
}

.teaser-link-container:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
    outline: 0;
}

.teaser-link-container:hover {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
    outline: 0;
}

.teaser.large .teaser-content .teaser-link-container:hover .link {
    border-bottom: none;
}


/* VRNBF-45 Inhaltsseiten - Fokusreihenfolge */
#sidebar {
    right: auto;
}

#artikel_content, #artikel_footer {
    left: auto;
    float: right;
}

/* VRNBF-46 Pressemeldungen */
article:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
    outline: 0;
}


/* Ticketübersicht */
.accordion li:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
    outline: 0;
}

/* Allgemein */
a:hover {
    text-decoration: underline;
    border: none;
}

a:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
    outline: 0;
}

a:active {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
    outline: 0;
}

header nav ul {
    list-style-type: none;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 0;
    margin-bottom: 1.25rem;

}

ul.no-bullet li ul a,
ul.no-bullet li ol a {
    display: block;
    padding: 0.5em 0 0.5em 1em;
}

.teaser.medium a:hover span.link,
.teaser.medium a .teaser-content span.link,
.teaser-narrow-wrapper a span,
.teaser-narrow-wrapper a:hover span {
    border: none;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

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

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

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

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

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

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


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


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

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

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
    touch-action: none;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.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;
    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: 3px 1em 3px .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: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

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

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

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

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
    touch-action: none;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif /*{ffDefault}*/;
    font-size: 1em /*{fsDefault}*/;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif /*{ffDefault}*/;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5 /*{borderColorDefault}*/;
}

.ui-widget-content {
    border: 1px solid #dddddd /*{borderColorContent}*/;
    background: #ffffff /*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
    color: #333333 /*{fcContent}*/;
}

.ui-widget-content a {
    color: #333333 /*{fcContent}*/;
}

.ui-widget-header {
    border: 1px solid #dddddd /*{borderColorHeader}*/;
    background: #e9e9e9 /*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
    color: #0098D8 /*{fcHeader}*/;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333 /*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5 /*{borderColorDefault}*/;
    background: #f6f6f6 /*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #454545 /*{fcDefault}*/;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545 /*{fcDefault}*/;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc /*{borderColorHover}*/;
    background: #ededed /*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #2b2b2b /*{fcHover}*/;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b /*{fcHover}*/;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff /*{borderColorActive}*/;
    background: #007fff /*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #ffffff /*{fcActive}*/;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff /*{borderColorActive}*/;
    background-color: #ffffff /*{fcActive}*/;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff /*{fcActive}*/;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e /*{borderColorHighlight}*/;
    background: #fffa90 /*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
    color: #777620 /*{fcHighlight}*/;
}

.ui-state-checked {
    border: 1px solid #dad55e /*{borderColorHighlight}*/;
    background: #fffa90 /*{bgColorHighlight}*/;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620 /*{fcHighlight}*/;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899 /*{borderColorError}*/;
    background: #fddfdf /*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
    color: #5f3f3f /*{fcError}*/;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f /*{fcError}*/;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f /*{fcError}*/;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png") /*{iconsContent}*/;
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png") /*{iconsHeader}*/;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png") /*{iconsHover}*/;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png") /*{iconsActive}*/;
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png") /*{iconsHighlight}*/;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png") /*{iconsError}*/;
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png") /*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px /*{cornerRadius}*/;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px /*{cornerRadius}*/;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px /*{cornerRadius}*/;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px /*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa /*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
    opacity: .3 /*{opacityOverlay}*/;
    filter: Alpha(Opacity=30) /*{opacityFilterOverlay}*/; /* support: IE8 */
}

.ui-widget-shadow {
    box-shadow: 0 /*{offsetLeftShadow}*/ 0 /*{offsetTopShadow}*/ 5px /*{thicknessShadow}*/ #666666 /*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

.ui-timepicker-wrapper {
    overflow-y: auto;
    max-height: 150px;
    width: 6.5em;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    outline: none;
    z-index: 10052;
    margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 11em;
}

.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-timepicker-duration {
    margin-left: 5px;
    color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.ui-timepicker-list li {
    padding: 3px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
    color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #1980EC;
    color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2;
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

@font-face {
    font-family: "Fago OT";
    src: url("FagoWeb.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Fago OT";
    src: url("FagoWeb-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

meta.foundation-version {
    font-family: "/5.5.2/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 39.3125em)/";
    width: 0
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:39.375em)/";
    width: 39.375em
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:39.375em) and (max-width:63.9375em)/";
    width: 39.375em
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64em)/";
    width: 64em
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64em) and (max-width:90em)/";
    width: 64em
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:100em)/";
    width: 90.0625em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:100.0625em)/";
    width: 100.0625em
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

html, body {
    height: 100%
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

html, body {
    font-size: 16px
}

body {
    background: #fff;
    color: #000d1a;
    cursor: auto;
    font-family: "Fago OT", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative
}

a:hover {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.invisible {
    visibility: hidden
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -1rem
}

[class*=block-grid-]:before, [class*=block-grid-]:after {
    content: " ";
    display: table
}

[class*=block-grid-]:after {
    clear: both
}

[class*=block-grid-] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 1rem 2rem
}

@media only screen {
    .small-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

    .small-block-grid-1 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .small-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

    .small-block-grid-2 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both
    }

    .small-block-grid-3 > li {
        list-style: none;
        width: 33.3333333333%
    }

    .small-block-grid-3 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .small-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

    .small-block-grid-4 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .small-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

    .small-block-grid-5 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .small-block-grid-6 > li {
        list-style: none;
        width: 16.6666666667%
    }

    .small-block-grid-6 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .small-block-grid-7 > li {
        list-style: none;
        width: 14.2857142857%
    }

    .small-block-grid-7 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

    .small-block-grid-8 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .small-block-grid-9 > li {
        list-style: none;
        width: 11.1111111111%
    }

    .small-block-grid-9 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .small-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

    .small-block-grid-10 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .small-block-grid-11 > li {
        list-style: none;
        width: 9.0909090909%
    }

    .small-block-grid-11 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .small-block-grid-12 > li {
        list-style: none;
        width: 8.3333333333%
    }

    .small-block-grid-12 > li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 39.375em) {
    .medium-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

    .medium-block-grid-1 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .medium-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

    .medium-block-grid-2 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both
    }

    .medium-block-grid-3 > li {
        list-style: none;
        width: 33.3333333333%
    }

    .medium-block-grid-3 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .medium-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

    .medium-block-grid-4 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .medium-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

    .medium-block-grid-5 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .medium-block-grid-6 > li {
        list-style: none;
        width: 16.6666666667%
    }

    .medium-block-grid-6 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .medium-block-grid-7 > li {
        list-style: none;
        width: 14.2857142857%
    }

    .medium-block-grid-7 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

    .medium-block-grid-8 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .medium-block-grid-9 > li {
        list-style: none;
        width: 11.1111111111%
    }

    .medium-block-grid-9 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .medium-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

    .medium-block-grid-10 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .medium-block-grid-11 > li {
        list-style: none;
        width: 9.0909090909%
    }

    .medium-block-grid-11 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .medium-block-grid-12 > li {
        list-style: none;
        width: 8.3333333333%
    }

    .medium-block-grid-12 > li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 64em) {
    .large-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

    .large-block-grid-1 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .large-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

    .large-block-grid-2 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both
    }

    .large-block-grid-3 > li {
        list-style: none;
        width: 33.3333333333%
    }

    .large-block-grid-3 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .large-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

    .large-block-grid-4 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .large-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

    .large-block-grid-5 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .large-block-grid-6 > li {
        list-style: none;
        width: 16.6666666667%
    }

    .large-block-grid-6 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .large-block-grid-7 > li {
        list-style: none;
        width: 14.2857142857%
    }

    .large-block-grid-7 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

    .large-block-grid-8 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .large-block-grid-9 > li {
        list-style: none;
        width: 11.1111111111%
    }

    .large-block-grid-9 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .large-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

    .large-block-grid-10 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .large-block-grid-11 > li {
        list-style: none;
        width: 9.0909090909%
    }

    .large-block-grid-11 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .large-block-grid-12 > li {
        list-style: none;
        width: 8.3333333333%
    }

    .large-block-grid-12 > li:nth-of-type(1n) {
        clear: none
    }

    .large-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both
    }
}

button, .vrn-button-map, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Fago OT", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    padding: .5rem 1rem .5625rem 1rem;
    font-size: inherit;
    background-color: #0098d8;
    border-color: transparent;
    color: #fff;
    transition: background-color 300ms ease-out
}

button:hover, .vrn-button-map:hover, button:focus, .vrn-button-map:focus, .button:hover, .button:focus {
    background-color: #002f5a
}

button:hover, .vrn-button-map:hover, button:focus, .vrn-button-map:focus, .button:hover, .button:focus {
    color: #fff
}

button.secondary, .secondary.vrn-button-map, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #000d1a
}

button.secondary:hover, .secondary.vrn-button-map:hover, button.secondary:focus, .secondary.vrn-button-map:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #b9b9b9
}

button.secondary:hover, .secondary.vrn-button-map:hover, button.secondary:focus, .secondary.vrn-button-map:focus, .button.secondary:hover, .button.secondary:focus {
    color: #000d1a
}

button.success, .success.vrn-button-map, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff
}

button.success:hover, .success.vrn-button-map:hover, button.success:focus, .success.vrn-button-map:focus, .button.success:hover, .button.success:focus {
    background-color: #368a55
}

button.success:hover, .success.vrn-button-map:hover, button.success:focus, .success.vrn-button-map:focus, .button.success:hover, .button.success:focus {
    color: #fff
}

button.alert, .alert.vrn-button-map, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

button.alert:hover, .alert.vrn-button-map:hover, button.alert:focus, .alert.vrn-button-map:focus, .button.alert:hover, .button.alert:focus {
    background-color: #cf2a0e
}

button.alert:hover, .alert.vrn-button-map:hover, button.alert:focus, .alert.vrn-button-map:focus, .button.alert:hover, .button.alert:focus {
    color: #fff
}

button.warning, .warning.vrn-button-map, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

button.warning:hover, .warning.vrn-button-map:hover, button.warning:focus, .warning.vrn-button-map:focus, .button.warning:hover, .button.warning:focus {
    background-color: #cf6e0e
}

button.warning:hover, .warning.vrn-button-map:hover, button.warning:focus, .warning.vrn-button-map:focus, .button.warning:hover, .button.warning:focus {
    color: #fff
}

button.info, .info.vrn-button-map, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #000d1a
}

button.info:hover, .info.vrn-button-map:hover, button.info:focus, .info.vrn-button-map:focus, .button.info:hover, .button.info:focus {
    background-color: #61b6d9
}

button.info:hover, .info.vrn-button-map:hover, button.info:focus, .info.vrn-button-map:focus, .button.info:hover, .button.info:focus {
    color: #fff
}

button.large, .large.vrn-button-map, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem
}

button.small, .small.vrn-button-map, .button.small {
    padding: .25rem .5rem .3125rem .5rem;
    font-size: inherit
}

button.tiny, .tiny.vrn-button-map, .button.tiny {
    padding: .25rem .5rem .3125rem .5rem;
    font-size: inherit
}

button.expand, .expand.vrn-button-map, .button.expand {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

button.left-align, .left-align.vrn-button-map, .button.left-align {
    text-align: left;
    text-indent: .75rem
}

button.right-align, .right-align.vrn-button-map, .button.right-align {
    text-align: right;
    padding-right: .75rem
}

button.radius, .radius.vrn-button-map, .comment-comment-forum-form input.vrn-button-map, .button.radius, .comment-comment-forum-form input.button {
    border-radius: 8px
}

button.round, .round.vrn-button-map, .button.round {
    border-radius: 1000px
}

button.disabled, .disabled.vrn-button-map, button[disabled], [disabled].vrn-button-map, .button.disabled, .button[disabled] {
    background-color: #0098d8;
    border-color: transparent;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled:hover, .disabled.vrn-button-map:hover, button.disabled:focus, .disabled.vrn-button-map:focus, button[disabled]:hover, [disabled].vrn-button-map:hover, button[disabled]:focus, [disabled].vrn-button-map:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #002f5a
}

button.disabled:hover, .disabled.vrn-button-map:hover, button.disabled:focus, .disabled.vrn-button-map:focus, button[disabled]:hover, [disabled].vrn-button-map:hover, button[disabled]:focus, [disabled].vrn-button-map:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: #fff
}

button.disabled:hover, .disabled.vrn-button-map:hover, button.disabled:focus, .disabled.vrn-button-map:focus, button[disabled]:hover, [disabled].vrn-button-map:hover, button[disabled]:focus, [disabled].vrn-button-map:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #0098d8
}

button.disabled.secondary, .disabled.secondary.vrn-button-map, button[disabled].secondary, [disabled].secondary.vrn-button-map, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #000d1a;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.secondary:hover, .disabled.secondary.vrn-button-map:hover, button.disabled.secondary:focus, .disabled.secondary.vrn-button-map:focus, button[disabled].secondary:hover, [disabled].secondary.vrn-button-map:hover, button[disabled].secondary:focus, [disabled].secondary.vrn-button-map:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #b9b9b9
}

button.disabled.secondary:hover, .disabled.secondary.vrn-button-map:hover, button.disabled.secondary:focus, .disabled.secondary.vrn-button-map:focus, button[disabled].secondary:hover, [disabled].secondary.vrn-button-map:hover, button[disabled].secondary:focus, [disabled].secondary.vrn-button-map:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    color: #000d1a
}

button.disabled.secondary:hover, .disabled.secondary.vrn-button-map:hover, button.disabled.secondary:focus, .disabled.secondary.vrn-button-map:focus, button[disabled].secondary:hover, [disabled].secondary.vrn-button-map:hover, button[disabled].secondary:focus, [disabled].secondary.vrn-button-map:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #e7e7e7
}

button.disabled.success, .disabled.success.vrn-button-map, button[disabled].success, [disabled].success.vrn-button-map, .button.disabled.success, .button[disabled].success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.success:hover, .disabled.success.vrn-button-map:hover, button.disabled.success:focus, .disabled.success.vrn-button-map:focus, button[disabled].success:hover, [disabled].success.vrn-button-map:hover, button[disabled].success:focus, [disabled].success.vrn-button-map:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #368a55
}

button.disabled.success:hover, .disabled.success.vrn-button-map:hover, button.disabled.success:focus, .disabled.success.vrn-button-map:focus, button[disabled].success:hover, [disabled].success.vrn-button-map:hover, button[disabled].success:focus, [disabled].success.vrn-button-map:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    color: #fff
}

button.disabled.success:hover, .disabled.success.vrn-button-map:hover, button.disabled.success:focus, .disabled.success.vrn-button-map:focus, button[disabled].success:hover, [disabled].success.vrn-button-map:hover, button[disabled].success:focus, [disabled].success.vrn-button-map:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #43ac6a
}

button.disabled.alert, .disabled.alert.vrn-button-map, button[disabled].alert, [disabled].alert.vrn-button-map, .button.disabled.alert, .button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.alert:hover, .disabled.alert.vrn-button-map:hover, button.disabled.alert:focus, .disabled.alert.vrn-button-map:focus, button[disabled].alert:hover, [disabled].alert.vrn-button-map:hover, button[disabled].alert:focus, [disabled].alert.vrn-button-map:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cf2a0e
}

button.disabled.alert:hover, .disabled.alert.vrn-button-map:hover, button.disabled.alert:focus, .disabled.alert.vrn-button-map:focus, button[disabled].alert:hover, [disabled].alert.vrn-button-map:hover, button[disabled].alert:focus, [disabled].alert.vrn-button-map:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    color: #fff
}

button.disabled.alert:hover, .disabled.alert.vrn-button-map:hover, button.disabled.alert:focus, .disabled.alert.vrn-button-map:focus, button[disabled].alert:hover, [disabled].alert.vrn-button-map:hover, button[disabled].alert:focus, [disabled].alert.vrn-button-map:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #f04124
}

button.disabled.warning, .disabled.warning.vrn-button-map, button[disabled].warning, [disabled].warning.vrn-button-map, .button.disabled.warning, .button[disabled].warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.warning:hover, .disabled.warning.vrn-button-map:hover, button.disabled.warning:focus, .disabled.warning.vrn-button-map:focus, button[disabled].warning:hover, [disabled].warning.vrn-button-map:hover, button[disabled].warning:focus, [disabled].warning.vrn-button-map:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #cf6e0e
}

button.disabled.warning:hover, .disabled.warning.vrn-button-map:hover, button.disabled.warning:focus, .disabled.warning.vrn-button-map:focus, button[disabled].warning:hover, [disabled].warning.vrn-button-map:hover, button[disabled].warning:focus, [disabled].warning.vrn-button-map:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
    color: #fff
}

button.disabled.warning:hover, .disabled.warning.vrn-button-map:hover, button.disabled.warning:focus, .disabled.warning.vrn-button-map:focus, button[disabled].warning:hover, [disabled].warning.vrn-button-map:hover, button[disabled].warning:focus, [disabled].warning.vrn-button-map:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #f08a24
}

button.disabled.info, .disabled.info.vrn-button-map, button[disabled].info, [disabled].info.vrn-button-map, .button.disabled.info, .button[disabled].info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #000d1a;
    box-shadow: none;
    cursor: default;
    opacity: .7
}

button.disabled.info:hover, .disabled.info.vrn-button-map:hover, button.disabled.info:focus, .disabled.info.vrn-button-map:focus, button[disabled].info:hover, [disabled].info.vrn-button-map:hover, button[disabled].info:focus, [disabled].info.vrn-button-map:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    background-color: #61b6d9
}

button.disabled.info:hover, .disabled.info.vrn-button-map:hover, button.disabled.info:focus, .disabled.info.vrn-button-map:focus, button[disabled].info:hover, [disabled].info.vrn-button-map:hover, button[disabled].info:focus, [disabled].info.vrn-button-map:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    color: #fff
}

button.disabled.info:hover, .disabled.info.vrn-button-map:hover, button.disabled.info:focus, .disabled.info.vrn-button-map:focus, button[disabled].info:hover, [disabled].info.vrn-button-map:hover, button[disabled].info:focus, [disabled].info.vrn-button-map:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    background-color: #a0d3e8
}

button::-moz-focus-inner, .vrn-button-map::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media only screen and (min-width: 39.375em) {
    button, .vrn-button-map, .button {
        display: inline-block
    }
}

.button-group {
    list-style: none;
    margin: 0;
    left: 0
}

.button-group:before, .button-group:after {
    content: " ";
    display: table
}

.button-group:after {
    clear: both
}

.button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%
}

.button-group.even-2 li > button, .button-group.even-2 li > .vrn-button-map, .button-group.even-2 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .vrn-button-map, .button-group.even-2 li:first-child .button {
    border-left: 0
}

.button-group.even-2 li button, .button-group.even-2 li .vrn-button-map, .button-group.even-2 li .button {
    width: 100%
}

.button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.3333333333%
}

.button-group.even-3 li > button, .button-group.even-3 li > .vrn-button-map, .button-group.even-3 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .vrn-button-map, .button-group.even-3 li:first-child .button {
    border-left: 0
}

.button-group.even-3 li button, .button-group.even-3 li .vrn-button-map, .button-group.even-3 li .button {
    width: 100%
}

.button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%
}

.button-group.even-4 li > button, .button-group.even-4 li > .vrn-button-map, .button-group.even-4 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .vrn-button-map, .button-group.even-4 li:first-child .button {
    border-left: 0
}

.button-group.even-4 li button, .button-group.even-4 li .vrn-button-map, .button-group.even-4 li .button {
    width: 100%
}

.button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%
}

.button-group.even-5 li > button, .button-group.even-5 li > .vrn-button-map, .button-group.even-5 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .vrn-button-map, .button-group.even-5 li:first-child .button {
    border-left: 0
}

.button-group.even-5 li button, .button-group.even-5 li .vrn-button-map, .button-group.even-5 li .button {
    width: 100%
}

.button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.6666666667%
}

.button-group.even-6 li > button, .button-group.even-6 li > .vrn-button-map, .button-group.even-6 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .vrn-button-map, .button-group.even-6 li:first-child .button {
    border-left: 0
}

.button-group.even-6 li button, .button-group.even-6 li .vrn-button-map, .button-group.even-6 li .button {
    width: 100%
}

.button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%
}

.button-group.even-7 li > button, .button-group.even-7 li > .vrn-button-map, .button-group.even-7 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .vrn-button-map, .button-group.even-7 li:first-child .button {
    border-left: 0
}

.button-group.even-7 li button, .button-group.even-7 li .vrn-button-map, .button-group.even-7 li .button {
    width: 100%
}

.button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%
}

.button-group.even-8 li > button, .button-group.even-8 li > .vrn-button-map, .button-group.even-8 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .vrn-button-map, .button-group.even-8 li:first-child .button {
    border-left: 0
}

.button-group.even-8 li button, .button-group.even-8 li .vrn-button-map, .button-group.even-8 li .button {
    width: 100%
}

.button-group > li {
    display: inline-block;
    margin: 0 -2px
}

.button-group > li > button, .button-group > li > .vrn-button-map, .button-group > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group > li:first-child button, .button-group > li:first-child .vrn-button-map, .button-group > li:first-child .button {
    border-left: 0
}

.button-group.stack > li {
    display: block;
    margin: 0;
    float: none
}

.button-group.stack > li > button, .button-group.stack > li > .vrn-button-map, .button-group.stack > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .vrn-button-map, .button-group.stack > li:first-child .button {
    border-left: 0
}

.button-group.stack > li > button, .button-group.stack > li > .vrn-button-map, .button-group.stack > li .button {
    border-color: rgba(255, 255, 255, .5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0
}

.button-group.stack > li > button, .button-group.stack > li > .vrn-button-map {
    width: 100%
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .vrn-button-map, .button-group.stack > li:first-child .button {
    border-top: 0
}

.button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px
}

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li > .vrn-button-map, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .vrn-button-map, .button-group.stack-for-small > li:first-child .button {
    border-left: 0
}

@media only screen and (max-width: 39.3125em) {
    .button-group.stack-for-small > li {
        display: block;
        margin: 0
    }

    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li > .vrn-button-map, .button-group.stack-for-small > li .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, .5)
    }

    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .vrn-button-map, .button-group.stack-for-small > li:first-child .button {
        border-left: 0
    }

    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li > .vrn-button-map, .button-group.stack-for-small > li .button {
        border-color: rgba(255, 255, 255, .5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0
    }

    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li > .vrn-button-map {
        width: 100%
    }

    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .vrn-button-map, .button-group.stack-for-small > li:first-child .button {
        border-top: 0
    }
}

.button-group.radius > *, .comment-comment-forum-form input.button-group > * {
    display: inline-block;
    margin: 0 -2px
}

.button-group.radius > * > button, .comment-comment-forum-form input.button-group > * > button, .button-group.radius > * > .vrn-button-map, .comment-comment-forum-form input.button-group > * > .vrn-button-map, .button-group.radius > * .button, .comment-comment-forum-form input.button-group > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.radius > *:first-child button, .comment-comment-forum-form input.button-group > *:first-child button, .button-group.radius > *:first-child .vrn-button-map, .comment-comment-forum-form input.button-group > *:first-child .vrn-button-map, .button-group.radius > *:first-child .button, .comment-comment-forum-form input.button-group > *:first-child .button {
    border-left: 0
}

.button-group.radius > *, .comment-comment-forum-form input.button-group > *, .button-group.radius > * > a, .comment-comment-forum-form input.button-group > * > a, .button-group.radius > * > button, .comment-comment-forum-form input.button-group > * > button, .button-group.radius > * > .vrn-button-map, .comment-comment-forum-form input.button-group > * > .vrn-button-map, .button-group.radius > * > .button, .comment-comment-forum-form input.button-group > * > .button {
    border-radius: 0
}

.button-group.radius > *:first-child, .comment-comment-forum-form input.button-group > *:first-child, .button-group.radius > *:first-child > a, .comment-comment-forum-form input.button-group > *:first-child > a, .button-group.radius > *:first-child > button, .comment-comment-forum-form input.button-group > *:first-child > button, .button-group.radius > *:first-child > .vrn-button-map, .comment-comment-forum-form input.button-group > *:first-child > .vrn-button-map, .button-group.radius > *:first-child > .button, .comment-comment-forum-form input.button-group > *:first-child > .button {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

.button-group.radius > *:last-child, .comment-comment-forum-form input.button-group > *:last-child, .button-group.radius > *:last-child > a, .comment-comment-forum-form input.button-group > *:last-child > a, .button-group.radius > *:last-child > button, .comment-comment-forum-form input.button-group > *:last-child > button, .button-group.radius > *:last-child > .vrn-button-map, .comment-comment-forum-form input.button-group > *:last-child > .vrn-button-map, .button-group.radius > *:last-child > .button, .comment-comment-forum-form input.button-group > *:last-child > .button {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.button-group.radius.stack > *, .comment-comment-forum-form input.button-group.stack > * {
    display: block;
    margin: 0
}

.button-group.radius.stack > * > button, .comment-comment-forum-form input.button-group.stack > * > button, .button-group.radius.stack > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack > * > .vrn-button-map, .button-group.radius.stack > * .button, .comment-comment-forum-form input.button-group.stack > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.radius.stack > *:first-child button, .comment-comment-forum-form input.button-group.stack > *:first-child button, .button-group.radius.stack > *:first-child .vrn-button-map, .comment-comment-forum-form input.button-group.stack > *:first-child .vrn-button-map, .button-group.radius.stack > *:first-child .button, .comment-comment-forum-form input.button-group.stack > *:first-child .button {
    border-left: 0
}

.button-group.radius.stack > * > button, .comment-comment-forum-form input.button-group.stack > * > button, .button-group.radius.stack > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack > * > .vrn-button-map, .button-group.radius.stack > * .button, .comment-comment-forum-form input.button-group.stack > * .button {
    border-color: rgba(255, 255, 255, .5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0
}

.button-group.radius.stack > * > button, .comment-comment-forum-form input.button-group.stack > * > button, .button-group.radius.stack > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack > * > .vrn-button-map {
    width: 100%
}

.button-group.radius.stack > *:first-child button, .comment-comment-forum-form input.button-group.stack > *:first-child button, .button-group.radius.stack > *:first-child .vrn-button-map, .comment-comment-forum-form input.button-group.stack > *:first-child .vrn-button-map, .button-group.radius.stack > *:first-child .button, .comment-comment-forum-form input.button-group.stack > *:first-child .button {
    border-top: 0
}

.button-group.radius.stack > *, .comment-comment-forum-form input.button-group.stack > *, .button-group.radius.stack > * > a, .comment-comment-forum-form input.button-group.stack > * > a, .button-group.radius.stack > * > button, .comment-comment-forum-form input.button-group.stack > * > button, .button-group.radius.stack > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack > * > .vrn-button-map, .button-group.radius.stack > * > .button, .comment-comment-forum-form input.button-group.stack > * > .button {
    border-radius: 0
}

.button-group.radius.stack > *:first-child, .comment-comment-forum-form input.button-group.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .comment-comment-forum-form input.button-group.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .comment-comment-forum-form input.button-group.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .vrn-button-map, .comment-comment-forum-form input.button-group.stack > *:first-child > .vrn-button-map, .button-group.radius.stack > *:first-child > .button, .comment-comment-forum-form input.button-group.stack > *:first-child > .button {
    -webkit-top-left-radius: 8px;
    -webkit-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.button-group.radius.stack > *:last-child, .comment-comment-forum-form input.button-group.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .comment-comment-forum-form input.button-group.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .comment-comment-forum-form input.button-group.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .vrn-button-map, .comment-comment-forum-form input.button-group.stack > *:last-child > .vrn-button-map, .button-group.radius.stack > *:last-child > .button, .comment-comment-forum-form input.button-group.stack > *:last-child > .button {
    -webkit-bottom-left-radius: 8px;
    -webkit-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media only screen and (min-width: 39.375em) {
    .button-group.radius.stack-for-small > *, .comment-comment-forum-form input.button-group.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px
    }

    .button-group.radius.stack-for-small > * > button, .comment-comment-forum-form input.button-group.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > * > .vrn-button-map, .button-group.radius.stack-for-small > * .button, .comment-comment-forum-form input.button-group.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, .5)
    }

    .button-group.radius.stack-for-small > *:first-child button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child .vrn-button-map, .button-group.radius.stack-for-small > *:first-child .button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child .button {
        border-left: 0
    }

    .button-group.radius.stack-for-small > *, .comment-comment-forum-form input.button-group.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .comment-comment-forum-form input.button-group.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .comment-comment-forum-form input.button-group.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > * > .vrn-button-map, .button-group.radius.stack-for-small > * > .button, .comment-comment-forum-form input.button-group.stack-for-small > * > .button {
        border-radius: 0
    }

    .button-group.radius.stack-for-small > *:first-child, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child > .vrn-button-map, .button-group.radius.stack-for-small > *:first-child > .button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px
    }

    .button-group.radius.stack-for-small > *:last-child, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child > .vrn-button-map, .button-group.radius.stack-for-small > *:last-child > .button, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px
    }
}

@media only screen and (max-width: 39.3125em) {
    .button-group.radius.stack-for-small > *, .comment-comment-forum-form input.button-group.stack-for-small > * {
        display: block;
        margin: 0
    }

    .button-group.radius.stack-for-small > * > button, .comment-comment-forum-form input.button-group.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > * > .vrn-button-map, .button-group.radius.stack-for-small > * .button, .comment-comment-forum-form input.button-group.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, .5)
    }

    .button-group.radius.stack-for-small > *:first-child button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child .vrn-button-map, .button-group.radius.stack-for-small > *:first-child .button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child .button {
        border-left: 0
    }

    .button-group.radius.stack-for-small > * > button, .comment-comment-forum-form input.button-group.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > * > .vrn-button-map, .button-group.radius.stack-for-small > * .button, .comment-comment-forum-form input.button-group.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, .5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0
    }

    .button-group.radius.stack-for-small > * > button, .comment-comment-forum-form input.button-group.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > * > .vrn-button-map {
        width: 100%
    }

    .button-group.radius.stack-for-small > *:first-child button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child .vrn-button-map, .button-group.radius.stack-for-small > *:first-child .button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child .button {
        border-top: 0
    }

    .button-group.radius.stack-for-small > *, .comment-comment-forum-form input.button-group.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .comment-comment-forum-form input.button-group.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .comment-comment-forum-form input.button-group.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > * > .vrn-button-map, .button-group.radius.stack-for-small > * > .button, .comment-comment-forum-form input.button-group.stack-for-small > * > .button {
        border-radius: 0
    }

    .button-group.radius.stack-for-small > *:first-child, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child > .vrn-button-map, .button-group.radius.stack-for-small > *:first-child > .button, .comment-comment-forum-form input.button-group.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 8px;
        -webkit-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

    .button-group.radius.stack-for-small > *:last-child, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .vrn-button-map, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child > .vrn-button-map, .button-group.radius.stack-for-small > *:last-child > .button, .comment-comment-forum-form input.button-group.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 8px;
        -webkit-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }
}

.button-group.round > * {
    display: inline-block;
    margin: 0 -2px
}

.button-group.round > * > button, .button-group.round > * > .vrn-button-map, .button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.round > *:first-child button, .button-group.round > *:first-child .vrn-button-map, .button-group.round > *:first-child .button {
    border-left: 0
}

.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .vrn-button-map, .button-group.round > * > .button {
    border-radius: 0
}

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .vrn-button-map, .button-group.round > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .vrn-button-map, .button-group.round > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

.button-group.round.stack > * {
    display: block;
    margin: 0
}

.button-group.round.stack > * > button, .button-group.round.stack > * > .vrn-button-map, .button-group.round.stack > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .5)
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .vrn-button-map, .button-group.round.stack > *:first-child .button {
    border-left: 0
}

.button-group.round.stack > * > button, .button-group.round.stack > * > .vrn-button-map, .button-group.round.stack > * .button {
    border-color: rgba(255, 255, 255, .5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0
}

.button-group.round.stack > * > button, .button-group.round.stack > * > .vrn-button-map {
    width: 100%
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .vrn-button-map, .button-group.round.stack > *:first-child .button {
    border-top: 0
}

.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .vrn-button-map, .button-group.round.stack > * > .button {
    border-radius: 0
}

.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .vrn-button-map, .button-group.round.stack > *:first-child > .button {
    -webkit-top-left-radius: .5rem;
    -webkit-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .vrn-button-map, .button-group.round.stack > *:last-child > .button {
    -webkit-bottom-left-radius: .5rem;
    -webkit-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

@media only screen and (min-width: 39.375em) {
    .button-group.round.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px
    }

    .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .vrn-button-map, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, .5)
    }

    .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .vrn-button-map, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0
    }

    .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .vrn-button-map, .button-group.round.stack-for-small > * > .button {
        border-radius: 0
    }

    .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .vrn-button-map, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px
    }

    .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .vrn-button-map, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px
    }
}

@media only screen and (max-width: 39.3125em) {
    .button-group.round.stack-for-small > * {
        display: block;
        margin: 0
    }

    .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .vrn-button-map, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, .5)
    }

    .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .vrn-button-map, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0
    }

    .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .vrn-button-map, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, .5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0
    }

    .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .vrn-button-map {
        width: 100%
    }

    .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .vrn-button-map, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0
    }

    .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .vrn-button-map, .button-group.round.stack-for-small > * > .button {
        border-radius: 0
    }

    .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .vrn-button-map, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: .5rem;
        -webkit-top-right-radius: .5rem;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .vrn-button-map, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: .5rem;
        -webkit-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }
}

.button-bar:before, .button-bar:after {
    content: " ";
    display: table
}

.button-bar:after {
    clear: both
}

.button-bar .button-group {
    float: left;
    margin-right: .625rem
}

.button-bar .button-group div {
    overflow: hidden
}

form {
    margin: 0 0 1rem
}

form .row .row {
    margin: 0 -0.5rem
}

form .row .row .column, form .row .row .columns {
    padding: 0 .5rem
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column, form .row .row.collapse .columns {
    padding: 0
}

form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
    padding-left: .5rem
}

label {
    color: #000d1a;
    cursor: pointer;
    display: block;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0
}

label.right {
    float: none !important;
    text-align: right
}

label.inline {
    margin: 0 0 1rem 0;
    padding: .5078125rem 0
}

label small {
    text-transform: capitalize;
    color: #003163
}

.prefix, .postfix {
    border-style: solid;
    border-width: .125rem;
    display: block;
    font-size: 1.25rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

.postfix.button {
    border-color: true
}

.prefix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center
}

.prefix.button.radius, .comment-comment-forum-form input.prefix.button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

.postfix.button.radius, .comment-comment-forum-form input.postfix.button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.prefix.button.round {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.postfix.button.round {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #dbdbdb
}

span.postfix, label.postfix {
    background: #f2f2f2;
    color: #333;
    border-color: #dbdbdb
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fafafa;
    border-style: solid;
    border-width: .125rem;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #000d1a;
    display: block;
    font-family: inherit;
    font-size: 1.25rem;
    height: 2.6875rem;
    margin: 0 0 1rem 0;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .15s linear, background .15s linear
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
    background: #e5f4fb;
    border-color: #0098d8;
    outline: none
}

input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
    background-color: #ddd;
    cursor: default
}

input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default
}

input[type=text].radius, .comment-comment-forum-form input[type=text], input[type=password].radius, .comment-comment-forum-form input[type=password], input[type=date].radius, .comment-comment-forum-form input[type=date], input[type=datetime].radius, .comment-comment-forum-form input[type=datetime], input[type=datetime-local].radius, .comment-comment-forum-form input[type=datetime-local], input[type=month].radius, .comment-comment-forum-form input[type=month], input[type=week].radius, .comment-comment-forum-form input[type=week], input[type=email].radius, .comment-comment-forum-form input[type=email], input[type=number].radius, .comment-comment-forum-form input[type=number], input[type=search].radius, .comment-comment-forum-form input[type=search], input[type=tel].radius, .comment-comment-forum-form input[type=tel], input[type=time].radius, .comment-comment-forum-form input[type=time], input[type=url].radius, .comment-comment-forum-form input[type=url], input[type=color].radius, .comment-comment-forum-form input[type=color], textarea.radius {
    border-radius: 8px
}

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button, form .row .prefix-radius.row.collapse .vrn-button-map {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button, form .row .postfix-radius.row.collapse .vrn-button-map {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button, form .row .prefix-round.row.collapse .vrn-button-map {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button, form .row .postfix-round.row.collapse .vrn-button-map {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

textarea[rows] {
    height: auto
}

textarea {
    max-width: 100%
}

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    border-radius: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: .125rem;
    border-color: #dbdbdb;
    color: #000d1a;
    font-family: inherit;
    font-size: 1.25rem;
    line-height: normal;
    padding: .5rem;
    border-radius: 0;
    height: 2.6875rem
}

select::-ms-expand {
    display: none
}

select.radius {
    border-radius: 8px
}

select:hover {
    background-color: #fafafa;
    border-color: #0098d8
}

select:disabled {
    background-color: #ddd;
    cursor: default
}

select[multiple] {
    height: auto
}

input[type=file], input[type=checkbox], input[type=radio], select {
    margin: 0 0 1rem 0
}

input[type=checkbox] + label, input[type=radio] + label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

input[type=file] {
    width: 100%
}

fieldset {
    border: 1px solid #ddd;
    margin: 1.125rem 0;
    padding: 1.25rem
}

fieldset legend {
    background: #fff;
    font-weight: bold;
    margin-left: -0.1875rem;
    margin: 0;
    padding: 0 .1875rem
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff
}

[data-abide] span.error, [data-abide] small.error {
    display: none
}

span.error, small.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff
}

.error input, .error textarea, .error select {
    margin-bottom: 0
}

.error input[type=checkbox], .error input[type=radio] {
    margin-bottom: 1rem
}

.error label, .error label.error {
    color: #f04124
}

.error small.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff
}

.error > label > small {
    background: transparent;
    color: #003163;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.error span.error-message {
    display: block
}

input.error, textarea.error, select.error {
    margin-bottom: 0
}

label.error {
    color: #f04124
}

.row {
    margin: 0 auto;
    max-width: 70rem;
    width: 100%
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    margin: 0 -1rem;
    max-width: none;
    width: auto
}

.row .row:before, .row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto
}

.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column, .columns {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    float: left
}

.column + .column:last-child, .column + .columns:last-child, .columns + .column:last-child, .columns + .columns:last-child {
    float: right
}

.column + .column.end, .column + .columns.end, .columns + .column.end, .columns + .columns.end {
    float: left
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .small-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }

    .small-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }

    .small-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }

    .small-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .small-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }

    .small-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }

    .small-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }

    .small-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .small-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }

    .small-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }

    .small-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }

    .small-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .small-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }

    .small-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }

    .small-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }

    .small-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }

    .small-1 {
        width: 8.3333333333%
    }

    .small-2 {
        width: 16.6666666667%
    }

    .small-3 {
        width: 25%
    }

    .small-4 {
        width: 33.3333333333%
    }

    .small-5 {
        width: 41.6666666667%
    }

    .small-6 {
        width: 50%
    }

    .small-7 {
        width: 58.3333333333%
    }

    .small-8 {
        width: 66.6666666667%
    }

    .small-9 {
        width: 75%
    }

    .small-10 {
        width: 83.3333333333%
    }

    .small-11 {
        width: 91.6666666667%
    }

    .small-12 {
        width: 100%
    }

    .small-offset-0 {
        margin-left: 0 !important
    }

    .small-offset-1 {
        margin-left: 8.3333333333% !important
    }

    .small-offset-2 {
        margin-left: 16.6666666667% !important
    }

    .small-offset-3 {
        margin-left: 25% !important
    }

    .small-offset-4 {
        margin-left: 33.3333333333% !important
    }

    .small-offset-5 {
        margin-left: 41.6666666667% !important
    }

    .small-offset-6 {
        margin-left: 50% !important
    }

    .small-offset-7 {
        margin-left: 58.3333333333% !important
    }

    .small-offset-8 {
        margin-left: 66.6666666667% !important
    }

    .small-offset-9 {
        margin-left: 75% !important
    }

    .small-offset-10 {
        margin-left: 83.3333333333% !important
    }

    .small-offset-11 {
        margin-left: 91.6666666667% !important
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.small-centered, .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.small-uncentered, .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.small-centered:last-child, .columns.small-centered:last-child {
        float: none
    }

    .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
        float: left
    }

    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right
    }

    .row.small-collapse > .column, .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }
}

@media only screen and (min-width: 39.375em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }

    .medium-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }

    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }

    .medium-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }

    .medium-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }

    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }

    .medium-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }

    .medium-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }

    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }

    .medium-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }

    .medium-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }

    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }

    .medium-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }

    .medium-1 {
        width: 8.3333333333%
    }

    .medium-2 {
        width: 16.6666666667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 33.3333333333%
    }

    .medium-5 {
        width: 41.6666666667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.3333333333%
    }

    .medium-8 {
        width: 66.6666666667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-10 {
        width: 83.3333333333%
    }

    .medium-11 {
        width: 91.6666666667%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-0 {
        margin-left: 0 !important
    }

    .medium-offset-1 {
        margin-left: 8.3333333333% !important
    }

    .medium-offset-2 {
        margin-left: 16.6666666667% !important
    }

    .medium-offset-3 {
        margin-left: 25% !important
    }

    .medium-offset-4 {
        margin-left: 33.3333333333% !important
    }

    .medium-offset-5 {
        margin-left: 41.6666666667% !important
    }

    .medium-offset-6 {
        margin-left: 50% !important
    }

    .medium-offset-7 {
        margin-left: 58.3333333333% !important
    }

    .medium-offset-8 {
        margin-left: 66.6666666667% !important
    }

    .medium-offset-9 {
        margin-left: 75% !important
    }

    .medium-offset-10 {
        margin-left: 83.3333333333% !important
    }

    .medium-offset-11 {
        margin-left: 91.6666666667% !important
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none
    }

    .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
        float: left
    }

    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right
    }

    .row.medium-collapse > .column, .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
}

@media only screen and (min-width: 64em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }

    .large-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }

    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }

    .large-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }

    .large-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }

    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }

    .large-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }

    .large-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }

    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }

    .large-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }

    .large-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }

    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }

    .large-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }

    .large-1 {
        width: 8.3333333333%
    }

    .large-2 {
        width: 16.6666666667%
    }

    .large-3 {
        width: 25%
    }

    .large-4 {
        width: 33.3333333333%
    }

    .large-5 {
        width: 41.6666666667%
    }

    .large-6 {
        width: 50%
    }

    .large-7 {
        width: 58.3333333333%
    }

    .large-8 {
        width: 66.6666666667%
    }

    .large-9 {
        width: 75%
    }

    .large-10 {
        width: 83.3333333333%
    }

    .large-11 {
        width: 91.6666666667%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-0 {
        margin-left: 0 !important
    }

    .large-offset-1 {
        margin-left: 8.3333333333% !important
    }

    .large-offset-2 {
        margin-left: 16.6666666667% !important
    }

    .large-offset-3 {
        margin-left: 25% !important
    }

    .large-offset-4 {
        margin-left: 33.3333333333% !important
    }

    .large-offset-5 {
        margin-left: 41.6666666667% !important
    }

    .large-offset-6 {
        margin-left: 50% !important
    }

    .large-offset-7 {
        margin-left: 58.3333333333% !important
    }

    .large-offset-8 {
        margin-left: 66.6666666667% !important
    }

    .large-offset-9 {
        margin-left: 75% !important
    }

    .large-offset-10 {
        margin-left: 83.3333333333% !important
    }

    .large-offset-11 {
        margin-left: 91.6666666667% !important
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.large-uncentered, .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.large-centered:last-child, .columns.large-centered:last-child {
        float: none
    }

    .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
        float: left
    }

    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right
    }

    .row.large-collapse > .column, .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .xlarge-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .xlarge-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }

    .xlarge-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }

    .xlarge-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }

    .xlarge-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }

    .xlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .xlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .xlarge-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }

    .xlarge-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }

    .xlarge-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }

    .xlarge-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }

    .xlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .xlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .xlarge-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }

    .xlarge-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }

    .xlarge-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }

    .xlarge-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }

    .xlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .xlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .xlarge-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }

    .xlarge-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }

    .xlarge-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }

    .xlarge-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }

    .xlarge-1 {
        width: 8.3333333333%
    }

    .xlarge-2 {
        width: 16.6666666667%
    }

    .xlarge-3 {
        width: 25%
    }

    .xlarge-4 {
        width: 33.3333333333%
    }

    .xlarge-5 {
        width: 41.6666666667%
    }

    .xlarge-6 {
        width: 50%
    }

    .xlarge-7 {
        width: 58.3333333333%
    }

    .xlarge-8 {
        width: 66.6666666667%
    }

    .xlarge-9 {
        width: 75%
    }

    .xlarge-10 {
        width: 83.3333333333%
    }

    .xlarge-11 {
        width: 91.6666666667%
    }

    .xlarge-12 {
        width: 100%
    }

    .xlarge-offset-0 {
        margin-left: 0 !important
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333% !important
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667% !important
    }

    .xlarge-offset-3 {
        margin-left: 25% !important
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333% !important
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667% !important
    }

    .xlarge-offset-6 {
        margin-left: 50% !important
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333% !important
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667% !important
    }

    .xlarge-offset-9 {
        margin-left: 75% !important
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333% !important
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667% !important
    }

    .xlarge-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.xlarge-centered, .columns.xlarge-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.xlarge-uncentered, .columns.xlarge-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.xlarge-centered:last-child, .columns.xlarge-centered:last-child {
        float: none
    }

    .column.xlarge-uncentered:last-child, .columns.xlarge-uncentered:last-child {
        float: left
    }

    .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite {
        float: right
    }

    .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.xlarge-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }
}

@media only screen and (min-width: 100.0625em) {
    .xxlarge-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .xxlarge-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .xxlarge-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }

    .xxlarge-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }

    .xxlarge-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }

    .xxlarge-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }

    .xxlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .xxlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .xxlarge-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }

    .xxlarge-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }

    .xxlarge-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }

    .xxlarge-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }

    .xxlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .xxlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .xxlarge-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }

    .xxlarge-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }

    .xxlarge-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }

    .xxlarge-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }

    .xxlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .xxlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .xxlarge-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }

    .xxlarge-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }

    .xxlarge-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }

    .xxlarge-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }

    .xxlarge-1 {
        width: 8.3333333333%
    }

    .xxlarge-2 {
        width: 16.6666666667%
    }

    .xxlarge-3 {
        width: 25%
    }

    .xxlarge-4 {
        width: 33.3333333333%
    }

    .xxlarge-5 {
        width: 41.6666666667%
    }

    .xxlarge-6 {
        width: 50%
    }

    .xxlarge-7 {
        width: 58.3333333333%
    }

    .xxlarge-8 {
        width: 66.6666666667%
    }

    .xxlarge-9 {
        width: 75%
    }

    .xxlarge-10 {
        width: 83.3333333333%
    }

    .xxlarge-11 {
        width: 91.6666666667%
    }

    .xxlarge-12 {
        width: 100%
    }

    .xxlarge-offset-0 {
        margin-left: 0 !important
    }

    .xxlarge-offset-1 {
        margin-left: 8.3333333333% !important
    }

    .xxlarge-offset-2 {
        margin-left: 16.6666666667% !important
    }

    .xxlarge-offset-3 {
        margin-left: 25% !important
    }

    .xxlarge-offset-4 {
        margin-left: 33.3333333333% !important
    }

    .xxlarge-offset-5 {
        margin-left: 41.6666666667% !important
    }

    .xxlarge-offset-6 {
        margin-left: 50% !important
    }

    .xxlarge-offset-7 {
        margin-left: 58.3333333333% !important
    }

    .xxlarge-offset-8 {
        margin-left: 66.6666666667% !important
    }

    .xxlarge-offset-9 {
        margin-left: 75% !important
    }

    .xxlarge-offset-10 {
        margin-left: 83.3333333333% !important
    }

    .xxlarge-offset-11 {
        margin-left: 91.6666666667% !important
    }

    .xxlarge-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.xxlarge-centered, .columns.xxlarge-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.xxlarge-uncentered, .columns.xxlarge-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.xxlarge-centered:last-child, .columns.xxlarge-centered:last-child {
        float: none
    }

    .column.xxlarge-uncentered:last-child, .columns.xxlarge-uncentered:last-child {
        float: left
    }

    .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite {
        float: right
    }

    .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.xxlarge-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .columns {
        padding-left: 1rem;
        padding-right: 1rem;
        float: left
    }
}

.inline-list {
    list-style: none;
    margin-left: -1rem;
    margin-right: 0;
    margin: 0 auto 1rem auto;
    overflow: visible;
    padding: 0
}

.inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1rem
}

.inline-list > li > * {
    display: block
}

table {
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 1.5rem;
    table-layout: auto
}

table caption {
    background: transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: bold
}

table thead {
    background: #002f5a
}

table thead tr th, table thead tr td {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    padding: .5rem 1rem
}

table tfoot {
    background: #002f5a
}

table tfoot tr th, table tfoot tr td {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    padding: .5rem 1rem
}

table tr th, table tr td {
    color: #222;
    font-size: 1.25rem;
    padding: .5rem 1rem;
    text-align: left
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.6
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 39.3125em) {
    .small-only-text-left {
        text-align: left !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }

    .small-text-right {
        text-align: right !important
    }

    .small-text-center {
        text-align: center !important
    }

    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .medium-only-text-left {
        text-align: left !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 39.375em) {
    .medium-text-left {
        text-align: left !important
    }

    .medium-text-right {
        text-align: right !important
    }

    .medium-text-center {
        text-align: center !important
    }

    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64em)and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64em) {
    .large-text-left {
        text-align: left !important
    }

    .large-text-right {
        text-align: right !important
    }

    .large-text-center {
        text-align: center !important
    }

    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em)and (max-width: 100em) {
    .xlarge-only-text-left {
        text-align: left !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important
    }

    .xlarge-text-right {
        text-align: right !important
    }

    .xlarge-text-center {
        text-align: center !important
    }

    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 100.0625em)and (max-width: 6249999.9375em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 100.0625em) {
    .xxlarge-text-left {
        text-align: left !important
    }

    .xxlarge-text-right {
        text-align: right !important
    }

    .xxlarge-text-center {
        text-align: center !important
    }

    .xxlarge-text-justify {
        text-align: justify !important
    }
}

div, dl, dt, dd, ul, ol, li, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

a {
    color: #0098d8;
    line-height: inherit;
    text-decoration: none
}

a:hover, a:focus {
    color: #002f5a
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: 1.46875rem;
    line-height: 1.6
}

p aside {
    font-size: .875rem;
    font-style: italic;
    line-height: 1.35
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #222;
    font-family: "Fago OT", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.333;
    margin-bottom: .667em;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0
}

h1, .h1 {
    font-size: 1.75rem
}

h2, .h2 {
    font-size: 1.5rem
}

h3, .h3 {
    font-size: 1.25rem
}

h4, .h4 {
    font-size: 1.125rem
}

h5, .h5 {
    font-size: 1.125rem
}

h6, .h6 {
    font-size: 1rem
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: .2rem;
    margin-bottom: .5rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: .125rem .3125rem .0625rem
}

ul, ol, dl {
    font-family: inherit;
    font-size: 1.25rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1rem
}

ul {
    margin-left: 1.1rem
}

ul.no-bullet {
    margin-left: 0
}

ul.no-bullet li ul, ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

ul li ul, ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

ul.no-bullet {
    list-style: none
}

ol {
    margin-left: 1.4rem
}

ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: .75rem
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #000d1a;
    cursor: help
}

abbr {
    text-transform: none
}

abbr[title] {
    border-bottom: 1px dotted #ddd
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: .8125rem;
    color: #555
}

blockquote cite:before {
    content: "— "
}

blockquote cite a, blockquote cite a:visited {
    color: #555
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #6f6f6f
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: .625rem .75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: .9375rem
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 .0625rem
}

@media only screen and (min-width: 39.375em) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        line-height: 1.333
    }

    h1, .h1 {
        font-size: 2.625rem
    }

    h2, .h2 {
        font-size: 2rem
    }

    h3, .h3 {
        font-size: 1.5rem
    }

    h4, .h4 {
        font-size: 1.4375rem
    }

    h5, .h5 {
        font-size: 1.125rem
    }

    h6, .h6 {
        font-size: 1rem
    }
}

@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 39.375em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 64em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 100.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

.show-for-landscape, .hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

table.hide-for-landscape, table.show-for-portrait {
    display: table !important
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important
}

@media only screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }

    table.show-for-landscape, table.hide-for-portrait {
        display: table !important
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }

    table.show-for-portrait, table.hide-for-landscape {
        display: table !important
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table !important
}

.touch table.show-for-touch {
    display: table !important
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.print-only {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block
    }

    .hide-for-print {
        display: none
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p, h2, .h2, h3, .h3 {
        orphans: 3;
        widows: 3
    }

    h2, .h2, h3, .h3 {
        page-break-after: avoid
    }

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    .show-for-print {
        display: inherit !important
    }
}

@media print {
    .show-for-print {
        display: block
    }

    .hide-for-print {
        display: none
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }
}

@media not print {
    .show-for-print {
        display: none !important
    }
}

* {
    -webkit-font-smoothing: antialiased
}

@media only screen and (min-width: 64em) {
    html, body {
        font-size: 13px
    }
}

@media screen and (min-width: 80em)and (max-width: 90em) {
    html, body {
        font-size: 14px
    }
}

@media only screen and (min-width: 100.0625em) {
    html, body {
        font-size: 16px
    }
}

@media only screen and (min-width: 64em) {
    h1 > span.show-for-large-up, .h1 > span.show-for-large-up {
        display: inline !important
    }
}

h3, .h3 {
    font-weight: bold
}

h2 > img, .h2 > img {
    height: 2rem
}

body, p, table tr th, table tr td, table thead tr th, table thead tr td, dt, dd {
    font-size: 1rem
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    body, p, table tr th, table tr td, table thead tr th, table thead tr td, dt, dd {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 64em) {
    body, p, table tr th, table tr td, table thead tr th, table thead tr td, dt, dd {
        font-size: 1.25rem
    }
}

sup, sub {
    color: #666
}

header nav ul {
    margin: 0;
    padding: 0;
    line-height: 1
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, .postfix, .prefix, select {
    font-size: 1rem;
    margin-bottom: 1rem;
    max-height: 3rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, .postfix, .prefix, select {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 64em) {
    input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, .postfix, .prefix, select {
        font-size: 1.25rem
    }
}

textarea {
    max-height: none !important;
    line-height: 1.6;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.prefix {
    margin-top: 0
}

label {
    font-size: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width: 39.375em) {
    label {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 90.0625em) {
    label {
        font-size: 1.25rem
    }
}

ul, ol, dl {
    font-size: 1rem
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    ul, ol, dl {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 64em) {
    ul, ol, dl {
        font-size: 1.25rem
    }
}

select, input, label, textarea {
    transition: border-color .15s linear, background .15s linear, color .15s linear
}

select:not([disabled]):hover, input:not([disabled]):hover, label:not([disabled]):hover, textarea:not([disabled]):hover {
    border-color: #0098d8
}

select:not([disabled]):hover + label, input:not([disabled]):hover + label, label:not([disabled]):hover + label, textarea:not([disabled]):hover + label {
    border-color: #0098d8
}

select:focus, input:focus, label:focus, textarea:focus {
    border-color: #0098d8;
    outline: none
}

select:focus + label, input:focus + label, label:focus + label, textarea:focus + label {
    border-color: #0098d8
}

select.error, input.error, label.error, textarea.error {
    border-color: red;
    margin-bottom: 1rem
}

@media only screen and (min-width: 39.375em) {
    select.error, input.error, label.error, textarea.error {
        margin-bottom: 2rem
    }
}

a.vrn-link-underlined {
    border-bottom: 1px dotted
}

.error select, .error input, .error label, .error textarea {
    border-color: red;
    margin-bottom: 1rem
}

@media only screen and (min-width: 39.375em) {
    .error select, .error input, .error label, .error textarea {
        margin-bottom: 2rem
    }
}

button, .vrn-button-map, .button, select, .vrn-journey-results, .breadcrumbs > div {
    border-radius: 8px
}

select {
    cursor: pointer;
    line-height: normal;
    background-image: url(../images/icons/vrn-icon-forms-arrow-bottom-margin.svg)
}

a {
    transition: color 150ms linear, border-color 150ms linear
}

p a {
    border-bottom: 1px solid transparent
}

p a:hover, p a:focus {
    border-bottom: 1px solid #002f5a
}

.no-margin {
    margin: 0 !important
}

.panel {
    border-radius: .5rem;
    background-color: #efefef;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.inline-block {
    display: inline-block
}

.link-on-page, a[href^="#"] {
    border-bottom: 1px dotted
}

.link-rss:after {
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: .5rem;
    margin-top: .375rem;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/icons/vrn-icon-rss.svg);
    background-size: contain
}

.link-icon:before {
    content: "";
    display: inline-block;
    margin-right: .25rem;
    width: 1rem;
    height: 1rem;
    background-size: contain
}

.link-trip:before {
    background-image: url(../images/icons/vrn-icon-link-trip.svg)
}

.link-pdf:before {
    background-image: url(../images/icons/vrn-icon-link-pdf.svg)
}

.link-download:before {
    background-image: url(../images/icons/vrn-icon-link-download.svg)
}

.link-external:before {
    background-image: url(../images/icons/vrn-icon-link-external.svg)
}

.link-ticket:before {
    background-image: url(../images/icons/vrn-icon-link-ticket.svg)
}

.link-additional-margin-left {
    margin-left: 1rem
}

@media only screen and (max-width: 39.3125em) {
    .link-additional-margin-left {
        margin-left: .5rem
    }
}

.link-additional-margin-right {
    margin-right: 1rem
}

@media only screen and (max-width: 39.3125em) {
    .link-additional-margin-right {
        margin-right: .5rem
    }
}

@media only screen and (min-width: 64em) {
    .link-special-positioning-for-large-up {
        position: absolute;
        bottom: -0.75rem;
        left: 0
    }
}

.link-with-icon {
    position: relative;
    margin-left: 1.5rem
}

.link-with-icon:before {
    content: "";
    position: absolute;
    left: -1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background-repeat: no-repeat
}

.link-icon-plus:before {
    background-image: url("../images/icons/vrn-icon-forms-plus.svg")
}

a span.link {
    color: #0098d8
}

a:hover span.link {
    color: #002f5a;
    border-bottom: 1px solid
}

span.vrn-bus, span.vrn-foot, span.vrn-train, span.vrn-tram, span.vrn-strain, span.vrn-rufbus, span.vrn-schiff, span.vrn-seilbahn, span.vrn-taxi, span.vrn-bike {
    margin-right: .5rem
}

span.vrn-bus:before, span.vrn-foot:before, span.vrn-train:before, span.vrn-tram:before, span.vrn-strain:before, span.vrn-rufbus:before, span.vrn-schiff:before, span.vrn-seilbahn:before, span.vrn-taxi:before, span.vrn-bike:before {
    content: "";
    margin-right: .5rem;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: bottom;
    background-size: contain;
    z-index: 2
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    span.vrn-bus:before, span.vrn-foot:before, span.vrn-train:before, span.vrn-tram:before, span.vrn-strain:before, span.vrn-rufbus:before, span.vrn-schiff:before, span.vrn-seilbahn:before, span.vrn-taxi:before, span.vrn-bike:before {
        width: 1.75rem;
        height: 1.75rem
    }
}

@media only screen and (min-width: 64em) {
    span.vrn-bus:before, span.vrn-foot:before, span.vrn-train:before, span.vrn-tram:before, span.vrn-strain:before, span.vrn-rufbus:before, span.vrn-schiff:before, span.vrn-seilbahn:before, span.vrn-taxi:before, span.vrn-bike:before {
        width: 1.875rem;
        height: 1.875rem
    }
}

span.vrn-bus:before {
    background-image: url(../images/icons/vrn-icon-auskunft-bus.svg)
}

span.vrn-foot:before {
    background-image: url(../images/icons/vrn-icon-auskunft-fusweg.svg)
}

span.vrn-train:before {
    background-image: url(../images/icons/vrn-icon-auskunft-zug.svg)
}

span.vrn-subway:before {
    background-image: url(../images/icons/vrn-icon-auskunft-ubahn.svg)
}

span.vrn-tram:before {
    background-image: url(../images/icons/vrn-icon-auskunft-straba.svg)
}

span.vrn-strain:before {
    background-image: url(../images/icons/vrn-icon-auskunft-sbahn.svg)
}

span.vrn-bike:before {
    background-image: url(../images/icons/vrn-icon-auskunft-bikesharing.svg)
}

span.vrn-taxi:before {
    background-image: url(../images/icons/vrn-icon-auskunft-ruftaxi.svg)
}

span.vrn-rufbus:before {
    background-image: url(../images/icons/vrn-icon-auskunft-rufbus.svg)
}

span.vrn-schiff:before {
    background-image: url(../images/icons/vrn-icon-auskunft-schiff.svg)
}

span.vrn-seilbahn:before {
    background-image: url(../images/icons/vrn-icon-auskunft-seilbahn.svg)
}

.vrn-button-reset {
    border-radius: 8px;
    padding-left: 1rem
}

.vrn-button-reset:before {
    content: none
}

.vrn-button-cart {
    background-image: url(../images/icons/vrn-icon-transit-cart-white.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: .5rem 50%;
    white-space: nowrap;
    padding-left: 3rem;
    margin-bottom: 0
}

.vrn-button-map {
    content: "";
    display: inline-block;
    height: 3rem;
    width: 3rem;
    background-image: url(../images/icons/vrn-icon-auskunft-form-button-map.svg);
    background-size: 1.8rem 1.8rem;
    background-position: center;
    background-color: #0098d8;
    background-repeat: no-repeat
}

.vrn-new-flag {
    content: "Neu";
    display: inline-block;
    width: 3.25rem;
    height: 2rem;
    background-size: 3.25rem 2rem;
    font-size: 1rem;
    font-family: "Fago OT";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    background-image: url(../images/faehnchen-rot-gross.png);
    background-repeat: no-repeat;
    padding-top: .85rem;
    padding-left: .8125rem;
    transform: translateX(-1.5625rem) translateY(1.25rem)
}

a.vrn-button-map.float-right::before, .vrn-new-flag, a#vrn_submit_map.vrn-button-map::before {
    display: none !important
}

.price-buy .button {
    padding: .25rem .5rem .25rem .5rem;
    margin-bottom: 0
}

.vrn-or {
    font-size: 1.25rem;
    margin-top: .4375rem;
    margin-bottom: .4375rem
}

input[type=text], input[type=date], input[type=time], .prefix, .postfix {
    max-height: 3rem
}

.select2-container .select2-results {
    height: 16.5rem;
    overflow: auto
}

@media only screen and (min-width: 64em) {
    p, table tr th, table tr td, table thead tr th, table thead tr td, dt, dd {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    h1, .h1 {
        font-size: 2.1875rem
    }

    h2, .h2 {
        font-size: 1.75rem
    }

    h3, .h3 {
        font-size: 1.375rem
    }
}

@media only screen and (min-width: 90.0625em) {
    p, table tr th, table tr td, table thead tr th, table thead tr td, dt, dd {
        font-size: 1.25rem
    }
}

@media only screen and (max-width: 39.3125em) {
    body:not(.vrn-mapview) .columns.small-auto {
        width: auto
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    body:not(.vrn-mapview) .columns.medium-auto {
        width: auto
    }
}

body:not(.vrn-mapview) .float-right {
    float: right
}

.positon-relative {
    position: relative
}

h2.line, .line.h2 {
    display: flex;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-right: .5rem
}

h2.line:after, .line.h2:after {
    display: block;
    flex-grow: 1;
    margin-bottom: .5rem;
    margin-left: .75rem;
    content: "";
    border-bottom: .0625rem solid #dbdbdb
}

::-webkit-calendar-picker-indicator {
    display: none
}

.outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%
}

.inner-wrap {
    position: relative;
    width: 100%
}

.row.inner-collapse {
    padding: 0 1rem
}

main {
    margin-bottom: 2rem
}

main.content {
    margin-top: 1.5rem;
    display: block
}

.row.wide {
    max-width: 73.5rem
}

.row.large-gutter > .columns {
    padding: 0 2.5rem
}

@media screen and (min-width: 80em)and (max-width: 90em) {
    .row {
        max-width: 80rem
    }

    .row.wide {
        max-width: 85rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .row {
        max-width: 89.75rem
    }

    .row.wide {
        max-width: 101.25rem
    }

    .collapse-left {
        padding-left: 0
    }

    .collapse-right {
        padding-right: 0
    }

    main.content {
        padding-left: 0
    }

    main.content.has-local-menu {
        padding-left: 0
    }
}

.radius, .comment-comment-forum-form input, .round {
    border-radius: 8px
}

.line-height-reset {
    line-height: 1
}

.line-height-30 {
    line-height: 1.875rem
}

.display-inline-block {
    display: inline-block
}

.positon-relative {
    position: relative
}

.position-fixed {
    position: fixed
}

.margin-left-gutter {
    margin-left: 1rem
}

.margin-right-gutter {
    margin-right: 1rem
}

.margin-top-gutter {
    margin-top: 1rem
}

@media only screen and (min-width: 39.375em) {
    .margin-top-gutter-medium-up {
        margin-top: 1rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .margin-top-gutter-xlarge-up {
        margin-top: 1rem
    }
}

.margin-bottom-gutter-minimum {
    margin-bottom: .5rem !important
}

.margin-bottom-gutter-normal {
    margin-bottom: 2rem
}

.margin-bottom-gutter {
    margin-bottom: 1rem
}

.margin-bottom-gutter-double {
    margin-bottom: 4rem
}

.margin-top-none {
    margin-top: 0
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

@media only screen and (min-width: 39.375em) {
    .margin-top-none-medium-up {
        margin-top: 0
    }
}

@media only screen and (max-width: 39.3125em) {
    .margin-top-none-small-only {
        margin-top: 0 !important
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .margin-top-none-medium-only {
        margin-top: 0 !important
    }
}

@media only screen and (min-width: 64em)and (max-width: 90em) {
    .margin-top-none-large-only {
        margin-top: 0
    }
}

.padding-top-gutter {
    padding-top: 1rem
}

.padding-bottom-gutter {
    padding-bottom: 1rem
}

@media only screen and (max-width: 39.3125em) {
    .padding-bottom-gutter-small-only {
        padding-bottom: 1rem
    }
}

.padding-left-gutter {
    padding-left: 1rem
}

.padding-right-gutter {
    padding-right: 1rem
}

@media only screen and (min-width: 90.0625em) {
    .padding-right-auskunft {
        padding-right: 3rem !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .padding-left-auskunft {
        padding-left: 3rem !important
    }
}

.white-space-pre {
    white-space: pre
}

@media only screen and (min-width: 64em)and (max-width: 90em) {
    .float-left-large-only {
        float: left
    }
}

.gradient-dark-blue {
    background: #002f5a;
    background: linear-gradient(to right, #002f5a 15%, #00182d 100%);
    background-size: 100%;
    background-position: 0 50%
}

.background-grey-light {
    background-color: #efefef
}

.background-blue-light {
    background-color: #e5f4fb
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-bold {
    font-weight: bold
}

.text-size-16 {
    font-size: 1rem
}

.text-secondary {
    color: #666
}

.font-lining-figures {
    font-feature-settings: "lnum" 1
}

@media only screen and (orientation: landscape)and (max-height: 39.3125em) {
    .mobile-landscape-hide {
        display: none !important
    }
}

@media only screen and (orientation: landscape)and (max-height: 39.3125em) {
    .mobile-landscape-show {
        display: block !important
    }
}

@media only screen and (orientation: landscape)and (max-height: 39.3125em)and (max-width: 800px) {
    .hide-for-small {
        display: none !important
    }
}

.tippy-box[data-theme~=vrn] {
    background-color: #0098d8;
    color: #fff
}

.tippy-box[data-theme~=vrn][data-placement^=top] > .tippy-arrow::before {
    border-top-color: #0098d8
}

.tippy-box[data-theme~=vrn][data-placement^=bottom] > .tippy-arrow::before {
    border-bottom-color: #0098d8
}

.tippy-box[data-theme~=vrn][data-placement^=left] > .tippy-arrow::before {
    border-left-color: #0098d8
}

.tippy-box[data-theme~=vrn][data-placement^=right] > .tippy-arrow::before {
    border-right-color: #0098d8
}

i {
    display: inline-block;
    width: 1em;
    height: 1em
}

i:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/icons/vrn-arrow-primary.svg) center center no-repeat;
    background-size: 100%
}

.vrn-button-primary, .vrn-button-reset {
    overflow: visible;
    height: 3rem;
    line-height: 2.75rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.5rem;
    margin-left: 1rem;
    position: relative;
    max-width: calc(100% - 1rem);
    white-space: nowrap
}

.vrn-button-primary:before, .vrn-button-reset:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 3rem;
    width: 2.75rem;
    left: -1rem;
    top: calc(-1 * 0px);
    background-image: url(../images/icons/vrn-arrow-primary.svg);
    background-size: 100% 100%
}

.vrn-button-primary span, .vrn-button-reset span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width: 64em)and (max-width: 90em) {
    .vrn-button-primary.extend-large-only, .vrn-button-reset.extend-large-only {
        width: 100%
    }
}

.vrn-button-primary:focus, .vrn-button-reset:focus {
    outline: none
}

button, .vrn-button-map {
    border-radius: 8px
}

.radio-row {
    display: block;
    margin-bottom: 1rem
}

@media only screen and (min-width: 39.375em) {
    .radio-row {
        margin-bottom: 2rem
    }
}

.radio-row label {
    text-align: center
}

.radio-row input[type=radio] {
    position: absolute;
    left: -999em
}

.radio-row input[type=radio] + label {
    display: inline-block;
    margin: 0;
    background-color: #fafafa;
    color: #797979;
    padding: 0 1rem;
    line-height: 2.75rem
}

.radio-row input[type=radio]:disabled + label {
    background: #dbdbdb
}

.radio-row input[type=radio]:disabled + label:hover {
    cursor: default;
    color: #797979
}

.radio-row input[type=radio]:checked + label {
    background-color: #0098d8;
    color: #fff
}

.radio-row input[type=radio]:checked + label:hover {
    background-color: #002f5a
}

@media only screen and (min-width: 39.375em) {
    .radio-row input[type=radio]:not([disabled]) + label:hover, .radio-row input[type=radio]:not([disabled]) + label:focus {
        border-color: #0098d8 !important
    }

    .radio-row input[type=radio]:not([disabled]) + label:hover + input + label, .radio-row input[type=radio]:not([disabled]) + label:focus + input + label {
        border-left-color: #0098d8 !important
    }
}

@media only screen and (min-width: 39.375em) {
    .radio-row input[type=radio]:focus + label {
        border-color: #0098d8 !important
    }

    .radio-row input[type=radio]:focus + label + input + label {
        border-left-color: #0098d8 !important
    }

    .radio-row input[type=radio]:focus:checked + label, .radio-row input[type=radio]:focus:checked + label:hover {
        background-color: #002f5a
    }
}

.radio-row.radius input[type=radio]:first-of-type + label, .comment-comment-forum-form input.radio-row input[type=radio]:first-of-type + label {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.radio-row.radius input[type=radio]:last-of-type + label, .comment-comment-forum-form input.radio-row input[type=radio]:last-of-type + label {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

@media only screen and (max-width: 39.3125em) {
    .radio-row.radius:not(.force-horizontal) input[type=radio]:first-of-type + label, .comment-comment-forum-form input.radio-row:not(.force-horizontal) input[type=radio]:first-of-type + label {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0
    }

    .radio-row.radius:not(.force-horizontal) input[type=radio]:last-of-type + label, .comment-comment-forum-form input.radio-row:not(.force-horizontal) input[type=radio]:last-of-type + label {
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0
    }
}

.radio-row.border input[type=radio] + label {
    border-style: solid;
    border-color: #dbdbdb;
    border-right-width: 0;
    border-left-width: .125rem;
    border-top-width: .125rem;
    border-bottom-width: .125rem
}

.radio-row.border input[type=radio] + label:last-of-type {
    border-right-width: .125rem
}

@media only screen and (max-width: 39.3125em) {
    .radio-row.border:not(.force-horizontal) input[type=radio] + label {
        border-right-width: .125rem;
        padding-right: 1rem;
        border-top-width: 0;
        padding-top: .625rem;
        border-bottom-width: 0;
        padding-bottom: .625rem
    }

    .radio-row.border:not(.force-horizontal) input[type=radio] + label:first-of-type {
        border-top-width: .125rem;
        padding-top: .5rem
    }

    .radio-row.border:not(.force-horizontal) input[type=radio] + label:last-of-type {
        border-bottom-width: .125rem;
        padding-bottom: .5rem
    }
}

@media only screen and (max-width: 39.3125em) {
    .radio-row:not(.force-horizontal):not(.scale) input[type=radio] + label {
        display: block
    }
}

.breadcrumbs {
    position: relative
}

.breadcrumbs .row {
    padding: 1rem;
    background-color: #efefef;
    overflow-x: auto
}

.breadcrumbs ul {
    font-size: 1rem;
    margin: 0;
    white-space: nowrap
}

@media only screen and (min-width: 64em) {
    .breadcrumbs ul {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .breadcrumbs ul {
        font-size: 1.25rem
    }
}

.breadcrumbs ul li {
    display: inline-block
}

.breadcrumbs ul li:last-child {
    margin-right: 1.5rem
}

.breadcrumbs ul li.active a {
    background-color: #002f5a;
    border-color: #002f5a
}

.breadcrumbs ul li.active a:hover {
    background-color: transparent
}

.breadcrumbs ul li a {
    transition: all 150ms linear;
    text-align: center;
    color: #fff;
    background-color: #0098d8;
    padding: .1666666667rem .5rem;
    border: 2px solid #0098d8;
    border-radius: .625rem;
    font-size: 1.125rem
}

.breadcrumbs ul li a:hover {
    color: #000d1a;
    background-color: transparent
}

.breadcrumbs .current-location {
    padding-right: .5rem;
    text-align: right;
    color: #797979;
    border: none
}

.breadcrumbs .current-location:after {
    content: ":"
}

@media only screen and (min-width: 64em) {
    .breadcrumbs .current-location {
        width: 15rem;
        margin-left: -15rem
    }
}

.breadcrumbs .previous-location {
    display: inline-block;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1rem
}

@media only screen and (min-width: 64em) {
    .breadcrumbs .previous-location {
        margin-bottom: 0;
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .breadcrumbs .previous-location {
        font-size: 1.25rem
    }
}

.banner a {
    display: block;
    height: 100%
}

.banner a > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#mobile-companion-notice {
    width: 100%;
    padding: .9375rem 2.8125rem .9375rem .9375rem;
    position: relative;
    background: #002f5a;
    color: #fff
}

#mobile-companion-notice .border-radius-5 {
    border-radius: .3125rem
}

#mobile-companion-notice a:hover, #mobile-companion-notice a:focus {
    color: #fff;
    border-bottom: 1px dotted #fff
}

#mobile-companion-notice .mobile-companion-notice-text-wrapper {
    display: table;
    height: 5.25rem
}

#mobile-companion-notice .mobile-companion-notice-text-wrapper .mobile-companion-notice-text {
    display: table-cell;
    vertical-align: middle
}

#mobile-companion-notice .vrn-logo {
    margin: .625rem .9375rem .625rem 0;
    float: left;
    transform-origin: 0 0;
    display: block;
    width: 4rem;
    height: 4rem;
    box-sizing: border-box;
    padding: .3125rem;
    background: #fff;
    overflow: visible
}

#mobile-companion-notice .vrn-logo svg {
    overflow: visible;
    display: block;
    width: 100%;
    max-height: 100%;
    height: 3.7rem
}

#mobile-companion-notice .vrn-logo svg .logo-title, #mobile-companion-notice .vrn-logo svg .logo-subtitle {
    fill: #002f5a
}

#mobile-companion-notice .vrn-logo svg .emblem {
    fill: #0098d8
}

#mobile-companion-notice .vrn-logo svg .logo-subtitle {
    display: none
}

#mobile-companion-notice .vrn-logo:not(.white) svg {
    -webkit-filter: none;
    filter: none
}

#mobile-companion-notice .vrn-logo.white svg .logo-title, #mobile-companion-notice .vrn-logo.white svg .logo-subtitle, #mobile-companion-notice .vrn-logo.white svg .emblem {
    fill: #fff
}

#mobile-companion-notice .tooltip-link-close {
    top: .9375rem;
    right: .9375rem;
    position: absolute
}

#mobile-companion-notice .tooltip-link-close:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/icons/vrn-icon-auskunft-button-close.svg);
    background-size: contain
}

#mobile-companion-notice .tooltip-link-close:hover:after {
    background-image: url(../images/icons/vrn-icon-auskunft-button-close-white.svg);
    background-size: contain
}

#kontakt-trigger {
    position: absolute;
    display: block;
    width: 7.5rem;
    margin-left: -3.75rem;
    top: 0;
    left: 50%;
    cursor: pointer;
    z-index: 2000;
    border-top: 3rem solid #0098d8;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    transition: all 150ms linear
}

#kontakt-trigger:hover {
    border-top-color: #002f5a
}

#kontakt-trigger img {
    position: absolute;
    top: -2.25rem;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem
}

@media only screen and (max-width: 39.3125em) {
    #kontakt-trigger {
        transform: scale(0.7);
        top: -0.5rem
    }
}

@media only screen and (min-width: 39.375em) {
    .vrn-header.sticky #kontakt-trigger {
        display: none
    }
}

@media only screen and (min-width: 64em) {
    .frontpage .vrn-header {
        margin-bottom: 7rem
    }
}

.vrn-header {
    transition: opacity 150ms linear;
    background-color: #fff
}

.vrn-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.vrn-header.sticky .vrn-logo .logo-subtitle {
    opacity: 0
}

.vrn-header.sticky .backToFront {
    bottom: .5rem
}

.vrn-header .vrn-logo {
    transform-origin: 0 0
}

@media only screen and (max-width: 39.3125em) {
    .vrn-header {
        min-height: 3rem
    }
}

.vrn-header {
    position: relative;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0px 7px rgba(0, 0, 0, .2)
}

.vrn-header:before, .vrn-header:after {
    content: " ";
    display: table
}

.vrn-header:after {
    clear: both
}

.vrn-header > div.row {
    padding-top: .5rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-header > div.row {
        height: 3rem
    }
}

.vrn-header.sticky {
    -webkit-animation: fadeIn 150ms linear;
    animation: fadeIn 150ms linear
}

.vrn-header.sticky > div.row {
    padding-bottom: .5rem
}

@media only screen and (min-width: 64em) {
    .vrn-header {
        margin-bottom: 4rem
    }
}

.vrn-header .vrn-logo {
    display: block;
    width: 5rem;
    overflow: visible;
    margin-bottom: .5rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-header .vrn-logo {
        height: 2.5rem
    }

    .vrn-header .vrn-logo svg {
        height: 2.5rem !important
    }
}

.vrn-header .vrn-logo svg {
    overflow: visible;
    display: block;
    width: 100%;
    max-height: 100%;
    height: 3.7rem
}

.vrn-header .vrn-logo svg .logo-title, .vrn-header .vrn-logo svg .logo-subtitle {
    fill: #002f5a
}

.vrn-header .vrn-logo svg .emblem {
    fill: #0098d8
}

.vrn-header .vrn-logo svg .logo-subtitle {
    display: none
}

.vrn-header .vrn-logo:not(.white) svg {
    -webkit-filter: none;
    filter: none
}

.vrn-header .vrn-logo.white svg .logo-title, .vrn-header .vrn-logo.white svg .logo-subtitle, .vrn-header .vrn-logo.white svg .emblem {
    fill: #fff
}

.vrn-header .vrn-logo span {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    right: 0
}

@media only screen and (min-width: 64em) {
    .vrn-header .vrn-logo {
        width: 10rem
    }

    .vrn-header .vrn-logo svg {
        height: 7rem
    }

    .vrn-header .vrn-logo svg .logo-subtitle {
        display: block
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-header .vrn-logo {
        position: absolute;
        left: 0;
        margin-bottom: 0
    }

    .vrn-header .vrn-logo svg .logo-subtitle {
        display: none
    }
}

.vrn-header .backToFront {
    position: absolute;
    bottom: .5rem;
    right: 1rem
}

@media only screen and (min-width: 64em) {
    .vrn-header {
        box-shadow: 0 0px 0px rgba(0, 0, 0, .2)
    }

    .vrn-header.sticky {
        box-shadow: 0 0px 7px rgba(0, 0, 0, .2)
    }

    .vrn-header.sticky:after {
        background-color: #0098d8
    }

    .vrn-header.sticky .vrn-logo {
        width: 5rem;
        margin-bottom: 0;
        height: auto
    }

    .vrn-header.sticky .vrn-logo svg {
        height: auto
    }

    .vrn-header.sticky .vrn-logo .logo-subtitle {
        display: none
    }

    .vrn-header.sticky #secondary {
        opacity: 0
    }

    .vrn-header.sticky #navigation {
        padding-top: 2rem
    }

    .vrn-header.sticky #navigation nav#primary > ul > li a {
        font-size: 1.5rem
    }

    .vrn-header.sticky #navigation nav#primary > ul li ul.no-bullet li a {
        font-size: 1.25rem
    }

    .vrn-header .backToFront {
        bottom: 1rem
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .vrn-header.sticky .vrn-logo svg {
        height: 52px !important
    }
}

#navigation {
    max-height: 0;
    overflow: hidden
}

#menu-toggle-label {
    position: absolute;
    right: 1rem;
    width: 4rem;
    height: 2.5rem;
    line-height: 2.5rem
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #menu-toggle-label {
        top: 1.5rem;
        width: 5rem;
        padding-left: .5rem
    }
}

#menu-toggle-label:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    right: 0;
    box-shadow: 0 0 0 .0625rem #797979, 0 .4375rem 0 .0625rem #797979, 0 .875rem 0 .0625rem #797979;
    width: .88889rem
}

input[type=checkbox]#menu-toggle {
    position: absolute;
    left: -999em
}

input[type=checkbox]#menu-toggle:checked + #navigation {
    max-height: 50rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media only screen and (min-width: 64em) {
    input[type=checkbox]#menu-toggle:checked + #navigation {
        max-height: none;
        padding-top: 5rem
    }
}

@media only screen and (max-width: 39.3125em) {
    input[type=checkbox]#menu-toggle:checked + #navigation {
        margin-top: 3rem
    }
}

nav#primary ul li a {
    display: block;
    padding: .5rem 0;
    border-bottom: none
}

nav#primary ul li ul {
    max-height: 0;
    overflow: hidden
}

nav#primary ul li ul.open {
    max-height: 37.5rem
}

nav#primary ul li ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

nav#secondary ul li a {
    display: block;
    padding: .5rem 0;
    color: #797979;
    font-size: 1rem
}

nav#secondary ul li a.search {
    padding-right: 2rem;
    background: url(../images/icons/vrn-icon-search.svg) 100% 50% no-repeat
}

nav#secondary ul li a.arrow-down {
    padding-right: 2rem;
    background: url(../images/icons/vrn-icon-forms-arrow-bottom-margin.svg) calc(100% + 15px) 50% no-repeat
}

nav#secondary ul li:hover > a, nav#secondary ul li:focus > a {
    color: #002f5a
}

nav#secondary ul li ul {
    max-height: 0;
    overflow: hidden
}

.transition nav#secondary ul li ul {
    transition: max-height 200ms linear 1ms
}

nav#secondary ul li ul.open {
    max-height: 37.5rem
}

nav#secondary ul li ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.freizeit nav#secondary ul li a.search {
    background-image: url(../images/icons/vrn-icon-search-white.svg)
}

@media only screen and (min-width: 64em) {
    .no-flexbox #navigation nav#primary > ul > li {
        margin-left: 1rem
    }

    .no-flexbox #navigation nav#primary > ul > li:first-child {
        margin-left: 0
    }

    #menu-toggle-label, input[type=checkbox]#menu-toggle {
        display: none
    }

    #navigation {
        position: relative;
        top: 0;
        padding-top: 5rem;
        max-height: none;
        overflow: visible
    }
}

@media only screen and (min-width: 64em)and (min-width: 90.0625em) {
    #navigation {
        padding-top: 4.5rem
    }
}

@media only screen and (min-width: 64em) {
    #navigation nav#primary {
        text-align: right
    }

    #navigation nav#primary > ul > li > a {
        border-bottom: 2px solid transparent
    }

    #navigation nav#primary > ul > li:hover > a, #navigation nav#primary > ul > li:focus > a {
        color: #002f5a;
        border-bottom: 2px solid
    }

    #navigation nav#primary ul {
        display: flex;
        -ms-justify-content: space-between;
        justify-content: space-between;
        border: none;
        margin: 0;
        padding: 0;
        line-height: 1
    }

    #navigation nav#primary ul li {
        display: inline-block;
        position: relative;
        text-align: left;
        cursor: pointer
    }

    #navigation nav#primary ul li a {
        padding: 0;
        font-size: 1.65rem;
        text-shadow: none;
        background-color: transparent
    }
}

@media only screen and (min-width: 64em)and (min-width: 90.0625em) {
    #navigation nav#primary ul li a {
        font-size: 2rem
    }
}

@media only screen and (min-width: 64em) {
    #navigation nav#primary ul li a.active {
        color: #002f5a
    }
}

@media only screen and (min-width: 64em) {
    #navigation nav#primary ul li:hover a + ul, #navigation nav#primary ul li:focus a + ul {
        position: absolute;
        visibility: visible;
        display: block;
        top: 100%;
        z-index: 60;
        opacity: 1
    }
}

@media only screen and (min-width: 64em) {
    #navigation nav#primary ul li a:focus + ul {
        position: absolute;
        visibility: visible;
        display: block;
        top: 100%;
        z-index: 60;
        opacity: 1
    }
}

@media only screen and (min-width: 64em) {
    #navigation nav#primary ul li:nth-last-child(2) a + ul, #navigation nav#primary ul li:last-child a + ul {
        right: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 0
    }
}

@media only screen and (min-width: 64em) {
    #navigation nav#primary ul li ul.no-bullet {
        display: none;
        visibility: hidden;
        margin: 0;
        max-height: none;
        opacity: 0;
        transition: all 150ms linear;
        border-radius: 8px;
        border-top: 0;
        border-top-left-radius: 0;
        box-shadow: rgba(0, 0, 0, .2) 0px 0px 8px
    }

    #navigation nav#primary ul li ul.no-bullet li {
        display: block;
        width: auto
    }

    #navigation nav#primary ul li ul.no-bullet li.icon a {
        padding-left: 3rem;
        background-position: 1rem center;
        background-repeat: no-repeat;
        background-color: #fff
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-pr a {
        background-image: url(../images/icons/vrn-menu-pr.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-carsharing a {
        background-image: url(../images/icons/vrn-menu-carsharing.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-bike a {
        background-image: url(../images/icons/vrn-menu-fahrrad.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-ruftaxi a {
        background-image: url(../images/icons/vrn-menu-ruftaxi.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-kids a {
        background-image: url(../images/icons/vrn-menu-kids.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-pets a {
        background-image: url(../images/icons/vrn-menu-haustiere.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-handicap a {
        background-image: url(../images/icons/vrn-menu-handicap.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-groups a {
        background-image: url(../images/icons/vrn-menu-groups.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-certificate a {
        background-image: url(../images/icons/vrn-menu-certificate.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-mobiz a {
        background-image: url(../images/icons/vrn-menu-mobiz.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-pr a:hover {
        background-image: url(../images/icons/vrn-menu-pr-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-carsharing a:hover {
        background-image: url(../images/icons/vrn-menu-carsharing-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-bike a:hover {
        background-image: url(../images/icons/vrn-menu-fahrrad-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-ruftaxi a:hover {
        background-image: url(../images/icons/vrn-menu-ruftaxi-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-kids a:hover {
        background-image: url(../images/icons/vrn-menu-kids-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-pets a:hover {
        background-image: url(../images/icons/vrn-menu-haustiere-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-handicap a:hover {
        background-image: url(../images/icons/vrn-menu-handicap-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-groups a:hover {
        background-image: url(../images/icons/vrn-menu-groups-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-certificate a:hover {
        background-image: url(../images/icons/vrn-menu-certificate-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li.icon.icon-mobiz a:hover {
        background-image: url(../images/icons/vrn-menu-mobiz-white.svg)
    }

    #navigation nav#primary ul li ul.no-bullet li a {
        font-size: 1.25rem;
        padding: 1rem 1rem;
        background-color: #fff;
        transition: all 150ms linear
    }

    #navigation nav#primary ul li ul.no-bullet li a:hover {
        background-color: #0098d8;
        color: #fff
    }
}

@media only screen and (min-width: 64em) {
    #navigation nav#secondary {
        position: absolute;
        top: 0;
        right: 1rem
    }

    #navigation nav#secondary ul {
        text-align: right;
        border: none
    }

    #navigation nav#secondary ul li {
        display: inline-block;
        position: relative;
        margin-right: 1rem
    }

    #navigation nav#secondary ul li:last-child {
        margin-right: 0
    }

    #navigation nav#secondary ul li:hover > a, #navigation nav#secondary ul li:focus > a {
        color: #002f5a;
        border-bottom: 1px solid
    }

    #navigation nav#secondary ul li a {
        background-color: transparent;
        border: none;
        color: #797979;
        padding: 0;
        font-size: 1.25rem
    }

    #navigation nav#secondary ul li a.search {
        padding-right: 1.5rem
    }

    #navigation nav#secondary ul li a.arrow-down {
        padding-right: 1.5rem
    }

    #navigation nav#secondary ul li:hover a + ul, #navigation nav#secondary ul li:focus a + ul {
        position: absolute;
        visibility: visible;
        display: block;
        top: 100%;
        z-index: 60;
        opacity: 1
    }

    #navigation nav#secondary ul li a:focus + ul {
        position: absolute;
        visibility: visible;
        display: block;
        top: 100%;
        z-index: 60;
        opacity: 1
    }

    #navigation nav#secondary ul li ul.no-bullet {
        display: none;
        visibility: hidden;
        margin: 0;
        max-height: none;
        opacity: 0;
        transition: all 150ms linear;
        border-radius: 8px;
        border-top: 0;
        border-top-left-radius: 0;
        box-shadow: rgba(0, 0, 0, .2) 0px 0px 8px
    }

    #navigation nav#secondary ul li ul.no-bullet li {
        margin-right: 0;
        display: block;
        width: auto
    }

    #navigation nav#secondary ul li ul.no-bullet li a {
        padding: 1rem 1rem;
        background-color: #fff;
        color: #0098d8;
        transition: all 150ms linear
    }

    #navigation nav#secondary ul li ul.no-bullet li a:hover {
        background-color: #0098d8;
        color: #fff;
        border-bottom: 0
    }
}

@media only screen and (min-width: 64em) {
    body.touch #navigation nav#primary ul li ul.no-bullet.open {
        position: absolute;
        display: block;
        top: 100%;
        z-index: 60
    }
}

@media only screen and (min-width: 64em) {
    body.touch #navigation nav#secondary ul li ul.no-bullet.open {
        position: absolute;
        display: block;
        top: 100%;
        z-index: 60
    }
}

#kontakt {
    position: relative;
    background-color: #e5f4fb;
    max-height: 100vh;
    overflow: auto;
    padding: 2rem 0
}

#kontakt .vrn-contact-blocks > a {
    width: 100%;
    display: block;
    float: left;
    padding: 1.375rem;
    border-top: .0625rem solid #002f5a
}

#kontakt .vrn-contact-blocks > a > h2, #kontakt .vrn-contact-blocks > a > .h2 {
    margin-bottom: 0
}

@media only screen and (max-width: 39.3125em) {
    #kontakt .vrn-contact-blocks > a:last-of-type {
        border-bottom: .0625rem solid #002f5a
    }

    #kontakt .vrn-contact-blocks > a > h2, #kontakt .vrn-contact-blocks > a > .h2 {
        display: none
    }
}

@media only screen and (min-width: 39.375em) {
    #kontakt .vrn-contact-blocks > a {
        padding-top: 0;
        padding-bottom: 0 !important;
        border-top: 0;
        border-right: .0625rem solid #002f5a
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #kontakt .vrn-contact-blocks > a {
        width: 50%;
        margin-bottom: .9375rem
    }

    #kontakt .vrn-contact-blocks > a:nth-of-type(2n) {
        border-right: none
    }

    #kontakt .vrn-contact-blocks > a:nth-of-type(3n), #kontakt .vrn-contact-blocks > a:nth-of-type(4n) {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 64em) {
    #kontakt .vrn-contact-blocks > a {
        width: 25%
    }

    #kontakt .vrn-contact-blocks > a:last-of-type {
        border-right: none
    }
}

#kontakt .vrn-contact-blocks:before, #kontakt .vrn-contact-blocks:after {
    content: " ";
    display: table
}

#kontakt .vrn-contact-blocks:after {
    clear: both
}

@media only screen and (max-width: 39.3125em) {
    #kontakt strong {
        font-size: 1rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #kontakt strong {
        font-size: 1.125rem
    }
}

#kontakt small {
    font-size: .75rem
}

#kontakt-trigger {
    position: absolute;
    display: block;
    width: 7.5rem;
    margin-left: -rem-calc(60);
    top: 0;
    left: 50%;
    cursor: pointer;
    z-index: 2000;
    border-top: 3rem solid #0098d8;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    transition: all 150ms linear
}

#kontakt-trigger:hover {
    border-top-color: #002f5a
}

#kontakt-trigger img {
    position: absolute;
    top: -2.25rem;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem
}

@media only screen and (max-width: 39.3125em) {
    #kontakt-trigger {
        transform: scale(0.7);
        top: -0.5rem
    }
}

@media only screen and (min-width: 39.375em) {
    .vrn-header.sticky #kontakt-trigger {
        display: none
    }
}

.close-extended {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    background: url(../images/icons/vrn-icon-close-blue.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.close-extended:hover {
    background-image: url(../images/icons/vrn-icon-auskunft-button-close-blue-dark.svg)
}

.vrn-footer {
    margin-top: 2rem
}

@media only screen and (min-width: 64em) {
    .vrn-footer {
        margin-top: 8rem
    }
}

.vrn-footer .vrn-footer-copy {
    color: #797979
}

@media only screen and (max-width: 39.3125em) {
    .vrn-footer .vrn-footer-copy {
        font-size: .875rem
    }
}

@media only screen and (min-width: 39.375em) {
    .vrn-footer .vrn-footer-copy {
        text-align: left;
        font-size: smaller
    }
}

.vrn-footer .vrn-footer-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left
}

@media only screen and (max-width: 39.3125em) {
    .vrn-footer .vrn-footer-nav {
        font-size: smaller
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-footer .vrn-footer-nav > li {
        font-size: .9375rem;
        float: left
    }

    .vrn-footer .vrn-footer-nav > li:after {
        content: "  "
    }
}

@media only screen and (min-width: 39.375em) {
    .vrn-footer .vrn-footer-nav > li {
        float: left;
        margin: 1rem
    }

    .vrn-footer .vrn-footer-nav > li:first-child {
        margin-left: 0
    }
}

@media only screen and (min-width: 64em) {
    .vrn-footer .vrn-footer-nav {
        float: right;
        text-align: right
    }

    .vrn-footer .vrn-footer-nav > li {
        margin: 0;
        margin-left: 1rem
    }
}

.vrn-cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4000
}

.back-to-top {
    text-indent: -999px;
    overflow: hidden;
    float: right;
    display: block;
    width: 2rem;
    height: 2rem;
    background: #0098d8 url(../images/icons/vrn-icon-dropdown-arrow-white-direction-top.svg) center center no-repeat;
    background-size: 50%
}

.teaser {
    position: relative
}

.result.row {
    margin-bottom: 2rem
}

.result.row a {
    color: #000d1a
}

.result.row a .meta-data {
    color: #797979;
    margin-bottom: 0
}

.result.row a img {
    display: block;
    width: 100%
}

.result.row a .teaser-content .date {
    color: #666
}

.result.row a .teaser-content h3, .result.row a .teaser-content .h3 {
    color: #0098d8;
    transition: all 150ms linear
}

.result.row a .teaser-content *:last-child {
    margin-bottom: 0
}

.result.row a .teaser-content .fake-link {
    color: #0098d8;
    border-bottom: 1px solid transparent;
    transition: all 150ms linear
}

.result.row a:hover h3, .result.row a:hover .h3 {
    color: #002f5a
}

.result.row a:hover .fake-link {
    color: #002f5a;
    border-bottom: 1px solid #002f5a
}

.vrn-news article img {
    width: 100%
}

@media only screen and (max-width: 39.3125em) {
    .vrn-news article img {
        position: absolute;
        height: 100%;
        width: auto
    }
}

.vrn-news article .teaser-content {
    padding: 1rem;
    padding-bottom: 0
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-news article .teaser-content {
        background-color: #efefef;
        padding-bottom: 1rem;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-news article .teaser-content {
        padding: .5rem
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-news article .teaser-content h3, .vrn-news article .teaser-content .h3 {
        font-size: 1rem;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        height: 3.2rem;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        margin-left: 8.125rem;
        margin-bottom: 0;
        font-weight: normal;
        color: #0098d8;
        line-height: 1.6
    }
}

.vrn-news article .teaser-content p {
    display: none
}

@media only screen and (min-width: 39.375em) {
    .vrn-news article .teaser-content p {
        display: block
    }
}

@media only screen and (min-width: 64em) {
    aside#sidebar {
        padding-right: 5rem
    }
}

aside#sidebar .infobox {
    background-color: #efefef;
    position: relative;
    padding: 1rem;
    background-color: #efefef;
    border-radius: 8px
}

aside#sidebar .infobox h3, aside#sidebar .infobox .h3 {
    margin-top: 0
}

@media only screen and (min-width: 64em) {
    aside#sidebar .infobox {
        padding: 2rem;
        padding-bottom: 1rem
    }
}

nav.local-menu {
    display: none
}

nav.local-menu ul {
    position: relative
}

nav.local-menu ul:before {
    content: "";
    position: absolute;
    width: .125rem;
    top: 1rem;
    bottom: 1rem;
    left: .9375rem;
    background-color: #0098d8
}

nav.local-menu ul li {
    position: relative;
    display: inline-block;
    height: 2.5rem;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0098d8
}

nav.local-menu ul li:hover {
    color: #002f5a
}

nav.local-menu ul li a {
    margin-left: 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.5rem
}

@media only screen and (min-width: 39.375em) {
    nav.local-menu ul li a {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 64em) {
    nav.local-menu ul li a {
        font-size: 1.25rem
    }
}

nav.local-menu ul li a[href="#special"] {
    color: #d5963b
}

nav.local-menu ul li a[href="#special"]:before {
    border-color: #d5963b;
    background-color: #d5963b
}

nav.local-menu ul li a:before {
    transition: all 150ms linear;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    left: 0;
    border: 2px solid #0098d8;
    border-radius: 1.5rem;
    background-color: #0098d8
}

nav.local-menu ul li.active a:before {
    background-color: #fff
}

@media only screen and (min-width: 64em) {
    nav.local-menu {
        display: block;
        margin-left: 0;
        margin-bottom: 4rem
    }

    nav.local-menu ul li a:before {
        border-color: #0098d8;
        background-color: #0098d8
    }

    nav.local-menu.active a:before {
        background-color: #fff
    }
}

.vrn-journey-results {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    background-color: #efefef;
    padding: 1rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results {
        display: flex;
        flex-flow: row wrap
    }
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-results {
        display: table
    }
}

input:not(:checked) ~ .vrn-journey-results {
    background-color: #e5f4fb
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-results {
        height: 4.0625rem;
        padding: .5rem 1rem .5rem 3.5rem
    }
}

.vrn-journey-results > * {
    font-size: 1rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results > * {
        display: block
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-results > * {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-results > * {
        display: table-cell;
        vertical-align: middle
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-results > * {
        font-size: 1.25rem
    }
}

.vrn-journey-results .vrn-journey-info {
    color: #797979;
    font-size: 1rem
}

.vrn-journey-results .vrn-journey-info .title {
    color: #666
}

.vrn-journey-results .vrn-journey-info.departure, .vrn-journey-results .vrn-journey-info.arrival {
    line-height: normal;
    width: 8.125rem
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-results .vrn-journey-info.departure, .vrn-journey-results .vrn-journey-info.arrival {
        width: 9.375rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-results .vrn-journey-info.departure, .vrn-journey-results .vrn-journey-info.arrival {
        width: 10.3125rem
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results .vrn-journey-info.departure {
        order: 1;
        height: 2.8125rem
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results .vrn-journey-info.arrival {
        order: 4
    }
}

.vrn-journey-results .vrn-journey-info.duration {
    width: 3.125rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results .vrn-journey-info.duration {
        order: 2;
        width: calc(100% - 130px - 60px);
        text-align: center;
        height: 2.8125rem
    }
}

.vrn-journey-results .vrn-journey-info.duration .duration-time {
    color: #000d1a
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-results .vrn-journey-info.duration {
        width: 4.375rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-results .vrn-journey-info.duration {
        width: 9.375rem
    }
}

.vrn-journey-results .vrn-journey-info.switches {
    display: none;
    width: 4.0625rem
}

@media only screen and (min-width: 64em) {
    .vrn-journey-results .vrn-journey-info.switches {
        display: table-cell;
        width: 9.375rem
    }
}

.vrn-journey-results .vrn-journey-info.bike-distance {
    width: 3.125rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results .vrn-journey-info.bike-distance {
        order: 2;
        width: calc(100% - 130px - 100px);
        text-align: center;
        height: 2.8125rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-results .vrn-journey-info.bike-distance {
        width: 5rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-results .vrn-journey-info.bike-distance {
        width: 8.75rem
    }
}

.vrn-journey-results .vrn-journey-info.bike-duration {
    width: 3.125rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results .vrn-journey-info.bike-duration {
        order: 1;
        width: 8.125rem;
        height: 2.8125rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-results .vrn-journey-info.bike-duration {
        width: 8.75rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-results .vrn-journey-info.bike-duration {
        width: 12.5rem
    }
}

.vrn-journey-results .vrn-journey-info.bike-altitude {
    width: 3.125rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results .vrn-journey-info.bike-altitude {
        order: 3;
        width: 8.125rem;
        height: 1.5625rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-results .vrn-journey-info.bike-altitude {
        width: 9.375rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-results .vrn-journey-info.bike-altitude {
        width: 18.125rem
    }
}

.vrn-journey-results .vrn-journey-icons {
    width: auto;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results .vrn-journey-icons {
        order: 5;
        width: calc(100% - 130px);
        text-align: right
    }
}

.vrn-journey-results .vrn-journey-icons.bike-icons {
    min-width: 3rem
}

.vrn-journey-results .vrn-journey-icons img {
    height: 1.5rem;
    padding-right: .75rem;
    margin-right: .1875rem;
    background: url(../images/icons/vrn-icon-dropdown-arrow-grey.svg) right center no-repeat;
    background-size: auto 45%
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-results .vrn-journey-icons img {
        height: 2rem;
        padding-right: .875rem;
        margin-right: .3125rem
    }
}

.vrn-journey-results .vrn-journey-icons img:last-child {
    padding-right: 0;
    background: none
}

.vrn-journey-results .vrn-journey-price {
    font-size: 16px;
    line-height: normal;
    width: 3.75rem;
    text-align: right
}

.vrn-journey-results .vrn-journey-price span {
    border-bottom: 1px dotted
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results .vrn-journey-price {
        order: 3;
        height: 2.8125rem
    }
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-results .vrn-journey-price.bike-price {
        width: 11.25rem
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results .vrn-journey-price.bike-price {
        order: 2;
        width: 6.25rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-results .vrn-journey-price {
        width: 8rem
    }
}

.vrn-journey-results .vrn-journey-price > a {
    z-index: 1;
    position: relative;
    text-align: right
}

.vrn-journey-results .vrn-journey-buy {
    display: none
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-results .vrn-journey-buy {
        display: table-cell
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-results .vrn-journey-buy {
        width: 4.375rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-results .vrn-journey-buy {
        width: 9.6875rem
    }
}

.vrn-journey-results .vrn-journey-buy .vrn-button-cart {
    z-index: 1
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-results .vrn-journey-buy .vrn-button-cart {
        text-indent: -624.9375rem;
        padding-right: .3125rem
    }
}

.vrn-journey-results.header {
    font-weight: bold;
    background: none
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-results.header {
        display: none
    }
}

.vrn-journey-info > span {
    font-size: 1rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-info > span {
        white-space: nowrap;
        font-size: .875rem
    }
}

.vrn-journey-scheduled {
    color: #000d1a !important
}

.vrn-journey-delay {
    color: #d80000 !important
}

.vrn-journey-ontime {
    color: #00b127 !important
}

.vrn-journey-date {
    display: block;
    color: #797979;
    width: 100%;
    padding-left: 1.875rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-date {
        padding-left: 1.375rem
    }
}

.vrn-journey-icon-delayed {
    position: relative;
    height: 1.5625rem;
    display: inline-block;
    padding-right: .75rem;
    margin-right: .1875rem;
    background: url(../images/icons/vrn-icon-dropdown-arrow-grey.svg) right center no-repeat;
    background-size: auto 45%
}

.vrn-journey-icon-delayed:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    background-image: url(../images/icons/vrn-icon-auskunft-triangle-outline.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: .9375rem;
    width: .9375rem;
    height: .75rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-icon-delayed:before {
        left: 1.375rem;
        width: 1.25rem;
        height: 1.0625rem
    }
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-icon-delayed {
        height: 2rem;
        padding-right: 1.125rem;
        margin-right: .3125rem
    }
}

.vrn-journey-icon-delayed:last-child {
    padding-right: .625rem;
    background: none
}

.vrn-mapview-container .vrn-journey-results {
    display: flex;
    flex-flow: row wrap
}

@media only screen and (min-width: 39.375em) {
    .vrn-mapview-container .vrn-journey-results {
        height: auto;
        padding: 1rem
    }

    .vrn-mapview-container .vrn-journey-results > * {
        font-size: 1rem;
        display: block
    }

    .vrn-mapview-container .vrn-journey-results .vrn-journey-buy {
        display: none
    }
}

.vrn-mapview-container .vrn-journey-results.header {
    display: none
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-price {
    order: 3;
    margin-bottom: 1rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-mapview-container .vrn-journey-results .vrn-journey-price {
        width: 6.25rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-mapview-container .vrn-journey-results .vrn-journey-price {
        width: 6.25rem
    }
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-price.mdv-missing-price {
    display: inherit
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-info.switches {
    display: none
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-info.arrival {
    order: 4
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-info.departure {
    order: 1;
    height: 2.8125rem
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-info.duration {
    order: 2;
    width: calc(100% - 100px - 85px);
    text-align: center;
    height: 2.8125rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-mapview-container .vrn-journey-results .vrn-journey-info.duration {
        width: calc(100% - 100px - 85px - 1.5rem)
    }
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-info.bike-distance {
    order: 1;
    width: calc(100% - 130px - 60px);
    width: 5.85rem;
    height: 2.8125rem
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-info.bike-duration {
    order: 2;
    text-align: center;
    height: 2.8125rem
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-mapview-container .vrn-journey-results .vrn-journey-info.bike-duration {
        width: calc(100% - 7rem)
    }
}

@media only screen and (min-width: 64em) {
    .vrn-mapview-container .vrn-journey-results .vrn-journey-info.bike-duration {
        width: calc(100% - 7rem)
    }
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-info.bike-altitude {
    order: 3;
    width: 7.5rem;
    height: 1.5625rem
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-info.departure, .vrn-mapview-container .vrn-journey-results .vrn-journey-info.arrival {
    width: 6.5rem
}

.vrn-mapview-container .vrn-journey-results .vrn-journey-icons {
    order: 5;
    width: calc(100% - 120px);
    text-align: right
}

@media only screen and (min-width: 39.375em) {
    .vrn-mapview-container .vrn-journey-results .vrn-journey-icons {
        font-size: 0px
    }
}

.pager__items {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 5rem
}

.pager__items .pager__item {
    display: inline-block;
    margin: 0;
    background-color: #fafafa;
    color: #797979;
    line-height: 2.75rem;
    transition: border-color .15s linear
}

.pager__items .pager__item a {
    padding: .75rem 1rem
}

.pager__items .pager__item:hover, .pager__items .pager__item:focus {
    border-color: #0098d8 !important
}

.pager__items .pager__item:hover + .pager__item, .pager__items .pager__item:focus + .pager__item {
    border-left-color: #0098d8 !important
}

.pager__items .pager__item.is-active {
    background-color: #0098d8
}

.pager__items .pager__item.is-active a {
    color: #fff
}

.pager__items.radius .pager__item:first-of-type, .comment-comment-forum-form input.pager__items .pager__item:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.pager__items.radius .pager__item:last-of-type, .comment-comment-forum-form input.pager__items .pager__item:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.pager__items.border .pager__item {
    border-style: solid;
    border-color: #dbdbdb;
    border-right-width: 0;
    border-left-width: .125rem;
    border-top-width: .125rem;
    border-bottom-width: .125rem
}

.pager__items.border .pager__item:last-of-type {
    border-right-width: .125rem
}

ul.cards {
    margin-left: -1rem;
    margin-right: -1rem
}

ul.cards.columns {
    margin-left: 0;
    margin-right: 0
}

ul.cards > li {
    position: relative
}

ul.cards > li input[type=checkbox] {
    display: none
}

ul.cards > li svg {
    display: none
}

ul.cards > li h2, ul.cards > li .h2 {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    padding-top: 10rem;
    margin: 0;
    color: #fff;
    font-weight: bold;
    background-color: #000d1a
}

ul.cards > li h2 a, ul.cards > li .h2 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: inherit;
    color: #fff;
    background-size: 400%
}

ul.cards > li h2 a:hover, ul.cards > li .h2 a:hover {
    background-size: 700%
}

ul.cards > li h2 a span, ul.cards > li .h2 a span {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    font-size: inherit
}

ul.cards > li ul.ticket-links {
    right: 0;
    padding: 0;
    border-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

ul.cards > li ul.ticket-links li {
    padding: 0;
    width: 50%
}

ul.cards > li ul.ticket-links li:nth-child(2) {
    display: none
}

ul.cards > li ul.ticket-links li a {
    padding: 0 1rem;
    background: none;
    line-height: 3rem;
    font-size: 1.25rem
}

ul.cards > li ul.ticket-links li:last-child a {
    color: #fff;
    background-color: #0098d8
}

ul.cards > li ul.ticket-links li:last-child a:hover {
    background-color: #002f5a
}

ul.ticket-links {
    transition: all 150ms linear;
    margin: 0;
    padding: 1rem;
    overflow: hidden;
    max-height: 31.25rem;
    display: block;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    justify-content: space-between;
    background-color: #efefef
}

ul.ticket-links:before, ul.ticket-links:after {
    content: " ";
    display: table
}

ul.ticket-links:after {
    clear: both
}

ul.ticket-links li {
    display: inline-block;
    text-align: center;
    float: left;
    padding: 0 .3125rem
}

ul.ticket-links li a {
    display: block;
    background: none;
    background-size: 1.5rem
}

input[type=checkbox] ~ svg {
    position: absolute;
    width: 2.0625rem;
    height: 2.25rem;
    fill: currentColor;
    transition: all 150ms linear
}

@media only screen and (min-width: 39.375em) {
    input[type=checkbox] ~ svg {
        width: 2.75rem;
        height: 3rem
    }
}

input[type=checkbox]:checked ~ svg {
    fill: #fff
}

input[type=checkbox]:hover ~ svg {
    fill: currentColor !important
}

li.ast svg {
    color: #797979
}

li.ast a {
    background: #797979;
    background: linear-gradient(to right, #797979 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.job svg {
    color: #97aabb
}

li.job a {
    background: #97aabb;
    background: linear-gradient(to right, #97AABB 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.t60 svg {
    color: #822a82
}

li.t60 a {
    background: #822a82;
    background: linear-gradient(to right, #822A82 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.maxx svg {
    color: #cf9d23
}

li.maxx a {
    background: #cf9d23;
    background: linear-gradient(to right, #CF9D23 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.smaxx svg {
    color: #cd5a2b
}

li.smaxx a {
    background: #cd5a2b;
    background: linear-gradient(to right, #CD5A2B 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.monat-jahr svg {
    color: #6a737b
}

li.monat-jahr a {
    background: #6a737b;
    background: linear-gradient(to right, #6A737B 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.gruppe-tag svg {
    color: #577a29
}

li.gruppe-tag a {
    background: #577a29;
    background: linear-gradient(to right, #577A29 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.rnt svg {
    color: #0069a0
}

li.rnt a {
    background: #0069a0;
    background: linear-gradient(to right, #0069a0 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.semester svg {
    color: #a40028
}

li.semester a {
    background: #a40028;
    background: linear-gradient(to right, #A40028 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.sua svg {
    color: #797979
}

li.sua a {
    background: #797979;
    background: linear-gradient(to right, #797979 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.rad svg {
    color: #2d6770
}

li.rad a {
    background: #2d6770;
    background: linear-gradient(to right, #2D6770 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.db svg {
    color: #f01414
}

li.db a {
    background: #f01414;
    background: linear-gradient(to right, #f01414 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

li.default svg {
    color: #0098d8
}

li.default a {
    background: #0098d8;
    background: linear-gradient(to right, #0098d8 5%, transparent 50%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

ul.accordion {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul.accordion > li {
    position: relative;
    margin-bottom: 1rem
}

ul.accordion > li:last-child {
    border-bottom: none
}

ul.accordion > li input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 2.25rem;
    opacity: 0;
    z-index: 1;
    margin: 0;
    cursor: pointer
}

@media only screen and (min-width: 39.375em) {
    ul.accordion > li input[type=checkbox] {
        height: 3rem
    }
}

@media only screen and (min-width: 64em) {
    ul.accordion > li input[type=checkbox] ~ .accordion-content {
        padding-left: 4rem
    }
}

ul.accordion > li input[type=checkbox]:checked ~ .accordion-content {
    max-height: 0;
    padding: 0 1rem 0 4rem
}

ul.accordion > li input[type=checkbox]:checked ~ ul.ticket-links {
    max-height: 0;
    padding: 0 1rem 0 4rem
}

ul.accordion > li input[type=checkbox]:checked ~ h2 a, ul.accordion > li input[type=checkbox]:checked ~ .h2 a {
    color: #000d1a;
    background-position: 100% 50%;
    background-color: transparent
}

ul.accordion > li input[type=checkbox]:checked:hover ~ h2 a, ul.accordion > li input[type=checkbox]:checked:hover ~ .h2 a {
    color: #fff;
    background-position: 0 50%
}

ul.accordion > li h2, ul.accordion > li .h2 {
    display: block;
    font-size: 1rem;
    margin: 0;
    margin-left: 1rem;
    background-color: #efefef;
    line-height: 2.25rem;
    overflow: hidden
}

@media only screen and (min-width: 39.375em) {
    ul.accordion > li h2, ul.accordion > li .h2 {
        line-height: 3rem
    }
}

ul.accordion > li h2 a, ul.accordion > li .h2 a {
    color: #fff;
    line-height: inherit;
    display: block;
    padding-left: 2rem;
    transition: all 200ms cubic-bezier(0, 0, 1, 0.5) 200ms;
    background-size: 200%;
    background-position: 0% 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width: 39.375em) {
    ul.accordion > li h2 a, ul.accordion > li .h2 a {
        padding-left: 3rem
    }
}

.accordion-content {
    transition: all 150ms linear;
    position: relative;
    overflow: hidden;
    max-height: 31.25rem;
    padding: 1rem;
    background-color: #efefef
}

.accordion-content p:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 64em) {
    #ticket-container ul.ticket-links {
        border-radius: 0;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px
    }
}

@media only screen and (min-width: 64em) {
    #ticket-container .accordion-content {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px
    }
}

@media only screen and (min-width: 39.375em) {
    #ticket-container .cards .accordion-content {
        min-height: 10rem
    }
}

@media only screen and (min-width: 64em) {
    #ticket-container .cards .accordion-content {
        border-radius: 0;
        min-height: 16rem
    }
}

@media only screen and (min-width: 90.0625em) {
    #ticket-container .cards .accordion-content {
        min-height: 14rem
    }
}

@media only screen and (min-width: 64em) {
    #ticket-container .cards ul.ticket-links {
        border-radius: 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px
    }
}

ul.ticket-links {
    transition: all 150ms linear;
    margin: 0;
    padding: 1rem;
    overflow: hidden;
    max-height: 31.25rem;
    display: block;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background-color: #efefef
}

ul.ticket-links:before, ul.ticket-links:after {
    content: " ";
    display: table
}

ul.ticket-links:after {
    clear: both
}

ul.ticket-links li {
    display: inline-block;
    text-align: center;
    float: left;
    padding: 0 .3125rem
}

ul.ticket-links li a {
    display: block;
    background: none;
    background-size: 1.5rem
}

@media only screen and (min-width: 64em) {
    ul.accordion .accordion-content {
        padding-bottom: 4rem
    }

    ul.accordion > li h2, ul.accordion > li .h2 {
        font-size: 1.5rem
    }

    ul.accordion > li input[type=checkbox] ~ ul.ticket-links, ul.accordion > li input[type=checkbox]:checked ~ ul.ticket-links {
        max-height: none;
        background-color: transparent;
        position: absolute;
        z-index: 100;
        display: block;
        bottom: 0;
        right: 0;
        padding: 0
    }

    ul.accordion > li input[type=checkbox] ~ ul.ticket-links li, ul.accordion > li input[type=checkbox]:checked ~ ul.ticket-links li {
        padding: 0
    }

    ul.accordion > li input[type=checkbox] ~ ul.ticket-links li a, ul.accordion > li input[type=checkbox]:checked ~ ul.ticket-links li a {
        opacity: 0;
        visibility: hidden;
        padding: 0 1rem;
        background: none;
        line-height: 3rem;
        font-size: 1.25rem;
        transition: opacity 200ms linear 1ms
    }

    ul.accordion > li input[type=checkbox] ~ ul.ticket-links li:last-child a, ul.accordion > li input[type=checkbox]:checked ~ ul.ticket-links li:last-child a {
        visibility: visible;
        opacity: 1;
        color: #fff;
        background-color: #0098d8
    }

    ul.accordion > li input[type=checkbox] ~ ul.ticket-links li:last-child a:hover, ul.accordion > li input[type=checkbox]:checked ~ ul.ticket-links li:last-child a:hover {
        background-color: #002f5a
    }

    ul.accordion > li input[type=checkbox] ~ ul.ticket-links li a {
        opacity: 1;
        visibility: visible
    }
}

ul.cards {
    margin-left: -1rem;
    margin-right: -1rem
}

ul.cards.columns {
    margin-left: 0;
    margin-right: 0
}

ul.cards > li {
    position: relative
}

ul.cards > li input[type=checkbox] {
    display: none
}

ul.cards > li svg {
    display: none
}

ul.cards > li h2, ul.cards > li .h2 {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    padding-top: 10rem;
    margin: 0;
    color: #fff;
    font-weight: bold;
    background-color: #000d1a
}

ul.cards > li h2 a, ul.cards > li .h2 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: inherit;
    color: #fff;
    background-size: 400%
}

ul.cards > li h2 a:hover, ul.cards > li .h2 a:hover {
    background-size: 700%
}

ul.cards > li h2 a span, ul.cards > li .h2 a span {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    font-size: inherit
}

ul.cards > li ul.ticket-links {
    right: 0;
    padding: 0;
    border-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

ul.cards > li ul.ticket-links li {
    padding: 0;
    width: 50%
}

ul.cards > li ul.ticket-links li:nth-child(2) {
    display: none
}

ul.cards > li ul.ticket-links li a {
    padding: 0 1rem;
    background: none;
    line-height: 3rem;
    font-size: 1.25rem
}

ul.cards > li ul.ticket-links li:last-child a {
    color: #fff;
    background-color: #0098d8
}

ul.cards > li ul.ticket-links li:last-child a:hover {
    background-color: #002f5a
}

.toggle-view {
    display: block;
    line-height: 1;
    margin-bottom: 2rem;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    margin-right: 1rem
}

.toggle-view > a {
    display: inline-block;
    position: relative;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    border-bottom: 0;
    vertical-align: bottom
}

@media only screen and (min-width: 39.375em) {
    .toggle-view > a {
        width: 2.5rem;
        height: 2.5rem
    }
}

.toggle-view > a.active {
    color: #002f5a
}

.toggle-view > a svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    fill: currentColor
}

.vrn-cookie-inner {
    padding: 1rem 0
}

.vrn-cookie-inner p {
    margin: 0;
    color: #666
}

@media only screen and (min-width: 64em) {
    .vrn-cookie-inner {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media only screen and (min-width: 64em) {
    .vrn-cookie-buttons {
        margin-left: 1rem
    }
}

.vrn-cookie-buttons button, .vrn-cookie-buttons .vrn-button-map {
    text-align: center;
    margin: .5rem 0;
    width: 100%
}

@media only screen and (min-width: 39.375em) {
    .vrn-cookie-buttons {
        display: flex
    }

    .vrn-cookie-buttons > div {
        flex: 1
    }

    .vrn-cookie-buttons > div:first-child {
        margin-right: .5rem
    }

    .vrn-cookie-buttons > div:last-child {
        margin-left: .5rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-cookie-buttons button, .vrn-cookie-buttons .vrn-button-map {
        min-width: 16.875rem
    }
}

main.content h1, main.content .h1 {
    line-height: 1;
    margin-top: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

main.content h1 span, main.content .h1 span {
    display: block;
    color: #666;
    font-size: .7625em;
    margin-top: 1rem
}

main.content article img.content-image {
    margin-bottom: 1rem
}

main.content article header {
    position: relative
}

main.content article header h2, main.content article header .h2 {
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-right: .5rem;
    text-shadow: -4px 4px #fff, -3px 3px #fff, -2px 2px #fff, -1px 1px #fff, 1px 1px #fff, 2px 2px #fff, 3px 3px #fff, 4px 4px #fff, 5px 5px #fff, 6px 6px #fff, 7px 7px #fff, 8px 8px #fff, 9px 9px #fff, 10px 10px #fff, 11px 11px #fff, 12px 12px #fff, 13px 13px #fff, 14px 14px #fff, 15px 15px #fff, 16px 16px #fff
}

main.content article header h2::after, main.content article header .h2::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dbdbdb;
    bottom: 2.375rem;
    left: 0;
    right: 0;
    z-index: -1
}

@media only screen and (min-width: 39.375em) {
    main.content article header h2::after, main.content article header .h2::after {
        bottom: 2.5rem
    }
}

@media only screen and (min-width: 64em) {
    main.content article header h2::after, main.content article header .h2::after {
        bottom: 2.625rem
    }
}

main.content article header h2.icon-before, main.content article header .icon-before.h2 {
    padding-left: 3rem;
    background-image: url(../images/icons/vrn-icon-prozent-grey.svg);
    background-repeat: no-repeat;
    background-position: 0 50%
}

main.content article header h2.icon-before:after, main.content article header .icon-before.h2:after {
    left: 3rem;
    right: 0
}

main.content article section.special h2, main.content article section.special .h2 {
    color: #d5963b
}

.hero ~ main.content article section:first-child header h2, .hero ~ main.content article section:first-child header .h2 {
    margin-top: 0
}

.sharing-bar {
    color: #797979;
    margin-top: 1rem
}

.sharing-bar a {
    display: block;
    color: #fff;
    border-bottom: 0 !important;
    border-radius: .25rem;
    margin-bottom: .5rem;
    padding: .25rem .5rem .25rem .5rem;
    display: inline-block
}

@media only screen and (max-width: 39.3125em) {
    .sharing-bar a {
        padding: .25rem 0 .25rem 0;
        height: 2rem;
        width: 2rem;
        text-align: center
    }
}

.sharing-bar a > span {
    margin-left: .5rem
}

@media only screen and (max-width: 39.3125em) {
    .sharing-bar a > span {
        display: none
    }
}

.sharing-bar a:before {
    content: "";
    display: inline-block;
    margin-bottom: -0.125rem;
    width: 1rem;
    height: 1rem
}

.sharing-bar a.link-facebook {
    background-color: #3b5998
}

.sharing-bar a.link-facebook:before {
    background-image: url(../images/icons/vrn-icon-sharing-facebook.svg)
}

.sharing-bar a.link-twitter {
    background-color: #55acee
}

.sharing-bar a.link-twitter:before {
    width: 1.25rem;
    background-image: url(../images/icons/vrn-icon-sharing-twitter.svg)
}

.sharing-bar a.link-google {
    background-color: #dc4e41
}

.sharing-bar a.link-google:before {
    width: 1.5625rem;
    background-image: url(../images/icons/vrn-icon-sharing-google.svg)
}

.download-list {
    margin-bottom: 1.25rem;
    border-top: .0625rem solid #dbdbdb
}

@media only screen and (min-width: 39.375em) {
    .download-list > .download-row {
        display: flex;
        border-bottom: .0625rem solid #dbdbdb
    }
}

.download-list > .download-row > a {
    display: block;
    padding: .875rem
}

.download-list > .download-row > a:before, .download-list > .download-row > a:after {
    content: " ";
    display: table
}

.download-list > .download-row > a:after {
    clear: both
}

@media only screen and (max-width: 39.3125em) {
    .download-list > .download-row > a {
        border-bottom: .0625rem solid #dbdbdb
    }
}

@media only screen and (min-width: 39.375em) {
    .download-list > .download-row > a {
        flex: 0 0 50%
    }
}

@media only screen and (min-width: 64em) {
    .download-list > .download-row > a {
        padding: 1rem
    }
}

.download-list > .download-row > a:hover {
    background-color: #e5f4fb
}

.download-list > .download-row > a > .download-image {
    display: block;
    width: 3.75rem;
    margin-right: .875rem;
    float: left
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .download-list > .download-row > a > .download-image {
        width: 5rem
    }
}

@media only screen and (min-width: 39.375em) {
    .download-list > .download-row > a > .download-image {
        margin-right: 1rem
    }
}

@media only screen and (min-width: 64em) {
    .download-list > .download-row > a > .download-image {
        width: 6.25rem
    }
}

.download-list > .download-row > a > .download-info {
    display: block;
    float: left;
    width: calc(100% - 60px - 14px)
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .download-list > .download-row > a > .download-info {
        width: calc(100% - 80px - 16px)
    }
}

@media only screen and (min-width: 64em) {
    .download-list > .download-row > a > .download-info {
        width: calc(100% - 100px - 16px)
    }
}

.download-list > .download-row > a > .download-info > .download-meta {
    display: block;
    font-size: .75rem;
    color: #666
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .download-list > .download-row > a > .download-info > .download-meta {
        font-size: .875rem
    }
}

@media only screen and (min-width: 64em) {
    .download-list > .download-row > a > .download-info > .download-meta {
        font-size: 1rem
    }
}

@-webkit-keyframes highlight-blue {
    100% {
        color: #0098d8
    }
}

@keyframes highlight-blue {
    100% {
        color: #0098d8
    }
}

.error-page {
    min-height: 30vh;
    padding: 5vh 0
}

.error-text {
    padding-top: 11rem;
    background: url(../images/icons/vrn-icon-errorpage.svg) center top no-repeat;
    background-size: auto 9rem
}

@media only screen and (min-width: 39.375em) {
    .error-page {
        padding: 15vh 0
    }

    .error-text {
        padding-top: 0;
        padding-left: 12.5rem;
        background-position: left top
    }
}

#packery {
    margin: 0;
    padding: 0
}

#packery > li {
    padding: 0 .625rem;
    margin-bottom: 1.25rem
}

@media only screen and (min-width: 39.375em) {
    #packery > li {
        width: 50%
    }
}

@media only screen and (min-width: 64em) {
    #packery > li {
        width: 33.3333333337%
    }
}

#packery > li h2, #packery > li .h2 {
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: none;
    padding: 1rem;
    font-size: 1.75rem;
    font-weight: 300
}

@media only screen and (min-width: 39.375em) {
    #packery > li h2, #packery > li .h2 {
        font-size: 2.1875rem
    }
}

@media only screen and (min-width: 64em) {
    #packery > li h2, #packery > li .h2 {
        font-size: 2.625rem
    }
}

#packery > li h2:before, #packery > li .h2:before {
    content: none
}

#packery > li h2 a, #packery > li .h2 a {
    position: relative;
    background: none;
    text-shadow: 0 0 16px rgba(0, 0, 0, .5)
}

#packery > li .vrn-special {
    pointer-events: none;
    z-index: 10;
    display: block;
    position: absolute;
    left: .5625rem;
    top: 2rem;
    background-color: #0098d8;
    color: #fff;
    padding: .5rem;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

#packery > li .vrn-special:before {
    content: "";
    position: absolute;
    width: .625rem;
    height: 6.25rem;
    z-index: 10;
    bottom: 0;
    left: -0.5625rem;
    background: url(../images/icons/vrn-icon-special.svg) right bottom no-repeat
}

@media only screen and (max-width: 39.3125em) {
    #packery > li .vrn-special:before {
        background-size: auto 3.3125rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #packery > li .vrn-special:before {
        background-size: auto 3.5rem
    }
}

@media only screen and (max-width: 39.3125em) {
    #packery > li .vrn-special {
        font-size: 1rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #packery > li .vrn-special {
        font-size: 1.125rem
    }
}

#packery > li > a:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: .625rem;
    right: .625rem;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    background-position: 0 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 150ms linear
}

#packery > li > a:hover:before {
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    background-size: 100% 200%
}

#packery > li img {
    width: 100%;
    margin-bottom: 0
}

.vrn-copyright {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    font-size: .875rem;
    color: #fff;
    display: block;
    z-index: 10;
    line-height: normal;
    opacity: .5
}

#packery .vrn-copyright {
    right: 1.125rem
}

.freizeit-slider {
    z-index: 0
}

.freizeit-slider:before {
    content: "";
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 33%, transparent 66%, rgba(0, 0, 0, 0.8) 100%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

.freizeit-slider img {
    width: 100%
}

body.freizeit .vrn-header {
    z-index: 999;
    background-color: #002f5a
}

body.freizeit .vrn-header .backToFront {
    color: #fff
}

@media only screen and (min-width: 64em) {
    body.freizeit .vrn-header:not(.sticky) {
        background-color: transparent;
        box-shadow: none;
        position: absolute;
        width: 100%
    }
}

body.freizeit #filters h2, body.freizeit #filters .h2, body.freizeit #filters h3, body.freizeit #filters .h3 {
    color: #fff
}

body.freizeit #filters form > .filter > label:before {
    background-image: url(../images/icons/vrn-icon-dropdown-arrow-white.svg)
}

body.freizeit #filters form > .filter.panel {
    background-color: #0098d8;
    border-radius: 0
}

@media only screen and (min-width: 39.375em) {
    body.freizeit #filters form > .filter.panel {
        border-radius: 8px
    }
}

body.freizeit #filters .radio-row input[type=radio]:checked + label, body.freizeit #filters .radio-row input[type=radio]:checked + label:hover {
    background-color: #002f5a;
    border-color: #002f5a
}

@media only screen and (min-width: 39.375em) {
    body.freizeit #filters {
        position: relative;
        margin-top: -2rem
    }
}

#freizeit-container {
    padding: 0 .3125rem
}

#map-container {
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem;
    opacity: 0
}

#map-container.open {
    height: 18.75rem;
    opacity: 1
}

#map-container #map {
    height: 18.75rem
}

@media only screen and (min-width: 64em) {
    #map-container.open {
        height: 37.5rem
    }

    #map-container #map {
        height: 37.5rem
    }
}

.hero {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 37.5rem;
    height: calc(100vh - 75px);
    overflow: hidden;
    z-index: 0
}

@media only screen and (min-width: 64em) {
    .hero {
        height: 100vh
    }
}

.hero .hero-content {
    position: absolute;
    z-index: 750;
    left: 0;
    right: 0;
    bottom: 20%
}

.hero .hero-content h1, .hero .hero-content .h1 {
    display: block;
    color: #fff
}

.hero:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 33%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    background-position: 0 50%;
    background-repeat: no-repeat
}

body.freizeit.freizeit-x h1, body.freizeit.freizeit-x .h1 {
    color: #fff
}

body.freizeit.freizeit-x a:hover {
    color: #002f5a
}

body.freizeit.freizeit-x a.button {
    color: #fff
}

.teaser-news-row {
    overflow: hidden;
    margin-bottom: 2rem
}

.teaser-news-wrapper {
    background-color: #efefef;
    border-radius: 8px
}

@media only screen and (max-width: 39.3125em) {
    .teaser-news-wrapper {
        margin-bottom: 1rem;
        background-color: #fff
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .teaser-news-wrapper {
        background-color: transparent;
        margin-bottom: 2rem
    }
}

@media only screen and (min-width: 64em) {
    .teaser-news-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: .5rem;
        margin-right: .5rem
    }
}

@media only screen and (min-width: 64em)and (max-width: 90em) {
    .teaser-news-wrapper:first-child {
        margin-left: 1rem
    }

    .teaser-news-wrapper:last-child {
        margin-right: 1rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .teaser-news-wrapper {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.teaser-news-wrapper p {
    color: #000d1a
}

.teaser-news-wrapper span.fake-link {
    color: #0098d8;
    border-bottom: 1px solid transparent;
    transition: all 150ms linear
}

.teaser-news-wrapper:hover span {
    color: #002f5a;
    border-bottom: 1px solid #002f5a
}

@media only screen and (min-width: 64em) {
    .equal-height-row {
        display: flex;
        overflow: hidden
    }
}

.equal-height-col img {
    width: 100%
}

@media only screen and (min-width: 64em) {
    .equal-height-col {
        flex: 1
    }
}

table {
    border: none;
    font-size: 16px;
    width: 100%;
    border-collapse: collapse
}

table tbody tr:nth-of-type(even), table tbody tr:nth-of-type(odd) {
    background-color: #fff
}

table tbody tr:nth-of-type(even) td, table tbody tr:nth-of-type(odd) td {
    border-bottom: 1px solid #dbdbdb
}

table.checklist tbody tr td {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 2rem;
    padding-right: 10%
}

table.checklist tbody tr td.available {
    background-image: url(../images/icons/checked.svg)
}

table.checklist tbody tr td.unavailable {
    background-image: url(../images/icons/notchecked.svg)
}

main.content h1, main.content .h1 {
    line-height: 1;
    margin-top: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

main.content h1 span, main.content .h1 span {
    display: block;
    color: #666;
    font-size: .7625em;
    margin-top: 1rem
}

main.content article img.content-image {
    margin-bottom: 1rem
}

main.content article header {
    position: relative
}

main.content article header h2, main.content article header .h2 {
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-right: .5rem;
    text-shadow: -4px 4px #fff, -3px 3px #fff, -2px 2px #fff, -1px 1px #fff, 1px 1px #fff, 2px 2px #fff, 3px 3px #fff, 4px 4px #fff, 5px 5px #fff, 6px 6px #fff, 7px 7px #fff, 8px 8px #fff, 9px 9px #fff, 10px 10px #fff, 11px 11px #fff, 12px 12px #fff, 13px 13px #fff, 14px 14px #fff, 15px 15px #fff, 16px 16px #fff
}

main.content article header h2::after, main.content article header .h2::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dbdbdb;
    bottom: 2.375rem;
    left: 0;
    right: 0;
    z-index: -1
}

@media only screen and (min-width: 39.375em) {
    main.content article header h2::after, main.content article header .h2::after {
        bottom: 2.5rem
    }
}

@media only screen and (min-width: 64em) {
    main.content article header h2::after, main.content article header .h2::after {
        bottom: 2.625rem
    }
}

main.content article header h2.icon-before, main.content article header .icon-before.h2 {
    padding-left: 3rem;
    background-image: url(../images/icons/vrn-icon-prozent-grey.svg);
    background-repeat: no-repeat;
    background-position: 0 50%
}

main.content article header h2.icon-before:after, main.content article header .icon-before.h2:after {
    left: 3rem;
    right: 0
}

main.content article section.special h2, main.content article section.special .h2 {
    color: #d5963b
}

.vrn-outlet-overview .vrn-map {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.vrn-outlet-overview .vrn-regions, .vrn-outlet-overview .vrn-locations, .vrn-outlet-overview .vrn-companies {
    margin-bottom: 0;
    max-width: 100%
}

.vrn-outlet-overview .vrn-list {
    margin-bottom: 1rem
}

.vrn-outlet-overview .vrn-list > .row {
    margin-bottom: 1rem
}

.vrn-outlet-overview .vrn-list > .row:first-of-type {
    margin-top: 0
}

.vrn-outlet-overview .vrn-list > .row p {
    margin-bottom: 0
}

.vrn-traffic-overview .vrn-map {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.vrn-traffic-overview .vrn-regions, .vrn-traffic-overview .vrn-lines {
    margin-bottom: 0
}

.vrn-traffic-overview .vrn-list {
    margin-bottom: 1rem
}

.vrn-traffic-overview .vrn-list > .row {
    margin-bottom: .5rem
}

.vrn-traffic-overview .vrn-list > .row:first-of-type {
    margin-top: 0
}

.vrn-traffic-overview .vrn-list > .row p {
    margin-bottom: 0
}

.vrn-journey-addline {
    position: relative;
    margin-left: 1.75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vrn-journey-addline:before {
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-image: url("../images/icons/vrn-icon-forms-plus.svg");
    background-size: contain;
    position: absolute;
    top: 2px;
    left: -22px
}

.vrn-journey-addline.disabled {
    pointer-events: none;
    color: #797979;
    cursor: initial
}

.vrn-journey-addline.disabled:before {
    -webkit-filter: grayscale(1) brightness(1.1);
    filter: grayscale(1) brightness(1.1)
}

.vrn-journey-input-container {
    display: flex
}

.vrn-journey-input-container > .vrn-button-deleteline {
    display: none
}

.vrn-journey-input-container.deletable > .vrn-button-deleteline {
    display: block;
    height: 3rem;
    width: 3rem;
    content: "";
    background-image: url(../images/icons/vrn-icon-auskunft-button-close.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center;
    cursor: pointer
}

.vrn-journey-select-line, .vrn-journey-select-station, .vrn-journey-select-route {
    background-size: 1.625rem auto !important
}

.vrn-journey-select-line:focus, .vrn-journey-select-station:focus, .vrn-journey-select-route:focus {
    background-size: 1.625rem auto !important
}

.vrn-filter-short {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.vrn-filter-short li {
    display: block
}

.vrn-filter-short li:not(:last-of-type) {
    margin-right: 2rem
}

.vrn-filter-short input[type=checkbox] {
    margin-right: .25rem;
    position: relative;
    top: -0.1875rem
}

.vrn-filter-short label {
    margin: 0
}

.vrn-journey-footer {
    margin-top: 1rem
}

.vrn-journey-footer > .columns {
    padding: 0
}

#pdf-preivew .controls {
    text-align: center;
    padding: .625rem
}

#pdf-preivew object[type="application/pdf"] {
    -webkit-animation-name: pdf-enter;
    animation-name: pdf-enter;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes pdf-enter {
    from {
        opacity: 0;
        transform: translateY(50%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pdf-enter {
    from {
        opacity: 0;
        transform: translateY(50%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.vrn-forum {
    margin-top: 2.125rem
}

.vrn-forum th a {
    color: #fff
}

.vrn-forum-body {
    margin-top: 2rem;
    margin-bottom: 5rem
}

.comment-comment-forum-form {
    margin-top: 5rem
}

.comment-comment-forum-form input {
    margin-right: 1rem
}

.new-comment-mark {
    height: 2.125rem;
    margin-top: .625rem;
    margin-right: .5rem;
    padding: 0 .625rem;
    color: #222;
    border-style: solid;
    border-color: #dbdbdb;
    background-color: #fafafa;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.875rem
}

.comment-header--wrapper {
    display: flex;
    align-items: center;
    margin-top: -3rem
}

.comment-header--wrapper a {
    color: #000d1a
}

.form-item-comment-body-0-value {
    margin-bottom: 1rem
}

.vrn-comment {
    margin: 1rem 0;
    padding: 2rem 1rem;
    background: #e5f4fb
}

.vrn-comment footer {
    margin: -12px 0 1rem;
    color: #797979
}

.indented .vrn-comment {
    background: #efefef
}

.indented {
    margin-left: 1rem
}

.indented .indented {
    margin-left: 0
}

@media only screen and (min-width: 64em) {
    .indented {
        margin-left: 3rem
    }
}

.vrn-comment--links {
    display: flex;
    margin: 0;
    list-style: none
}

.vrn-comment--links li {
    margin-right: 1rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-comment--links li {
        margin-right: 2rem
    }
}

article footer {
    color: #797979
}

@media only screen and (max-width: 39.3125em) {
    .vrn-forum__forums-list th:nth-child(2), .vrn-forum__forums-list td:nth-child(2), .vrn-forum__forums-list th:nth-child(3), .vrn-forum__forums-list td:nth-child(3) {
        display: none
    }

    .vrn-forum__topics-list th:nth-child(2), .vrn-forum__topics-list td:nth-child(2) {
        display: none
    }
}

.paragraph {
    margin: 2rem 0
}

.paragraph:before, .paragraph:after {
    content: " ";
    display: table
}

.paragraph:after {
    clear: both
}

.paragraph-image--right .paragraph-image {
    float: right;
    padding-bottom: 1rem
}

@media only screen and (min-width: 39.375em) {
    .paragraph-image--right .paragraph-image {
        width: 50%;
        padding: 0 0 1rem 1rem
    }
}

.paragraph-image--left .paragraph-image {
    float: left;
    padding-bottom: 1rem
}

@media only screen and (min-width: 39.375em) {
    .paragraph-image--left .paragraph-image {
        width: 50%;
        padding: 0 1rem 1rem 0
    }
}

.paragraph--type--image img {
    width: 100%
}

.teaser-image > div {
    height: 100%
}

.teaser-image > div img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

span.file-extesion-badge {
    margin: 0 .25rem;
    padding: .075rem .5rem;
    color: #fff;
    background: #0098d8;
    font-size: .85rem;
    border-radius: .25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header-image {
    margin-top: 2rem
}

.header-image img {
    width: 100%;
    margin-bottom: 1rem
}

.vrn-download > div {
    background-color: #efefef;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}

.vrn-download__button {
    background-color: #0098d8;
    padding: 0 1rem;
    line-height: 3rem;
    font-size: 1.25rem;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    align-self: stretch;
    min-width: 3rem;
    transition: all 150ms linear
}

.vrn-download__button:hover, .vrn-download__button:focus {
    color: #fff;
    background-color: #002f5a
}

.vrn-download__button svg {
    width: 1rem;
    height: 1rem
}

.vrn-download__button svg * {
    fill: #fff
}

.vrn-download .file-extesion-badge {
    margin: 0 .5rem 0 1rem;
    min-width: calc(0.85rem * 4 * 0.8);
    text-align: center
}

.vrn-download .vrn-download__file {
    flex-grow: 1;
    margin: .5rem;
    word-break: break-all
}

.vrn-hero__wrapper {
    position: relative
}

.vrn-hero__text {
    color: #fff;
    background: #0098d8;
    font-size: 1.75rem;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media only screen and (min-width: 64em) {
    .vrn-hero__text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 4rem;
        border-radius: 0;
        white-space: nowrap
    }
}

.partner-slider__headline {
    color: #797979;
    text-align: center
}

.vrn-journey-container {
    margin-bottom: 2rem
}

.vrn-journey-container .vrn-journey-text {
    position: relative;
    display: inline-block;
    float: left;
    word-break: break-word
}

.vrn-journey-container .vrn-journey-text .vrn-journey-infotext {
    display: none;
    padding-left: 2.1875rem;
    color: #666
}

@media only screen and (min-width: 64em) {
    .vrn-journey-container .vrn-journey-text .vrn-journey-infotext {
        display: inline-block
    }
}

.vrn-journey-container .vrn-journey-text .vrn-journey-infotext > small {
    font-size: 1rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-container > .accordion {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-container > .accordion {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.vrn-journey-container > .accordion > li {
    margin-bottom: .5rem
}

.vrn-journey-container > .accordion > li > input[type=checkbox] {
    height: 6.5625rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-container > .accordion > li > input[type=checkbox] {
        height: 5.0625rem
    }
}

.vrn-journey-container svg {
    color: #0098d8
}

.vrn-journey-container input[type=checkbox] ~ svg {
    margin-left: .75rem;
    margin-top: .5rem;
    width: 1.875rem
}

.vrn-journey-container input[type=checkbox]:checked ~ svg {
    fill: transparent
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-container input[type=checkbox] ~ svg {
        display: none
    }
}

.vrn-journey-container .accordion-content {
    background-color: #fff;
    max-height: 10000px;
    padding-bottom: 0 !important
}

.vrn-journey-container ul.accordion > li input[type=checkbox] ~ .accordion-content {
    padding-left: .5rem;
    padding-right: .5rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-container ul.accordion > li input[type=checkbox] ~ .accordion-content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.vrn-journey-container .text-tertiary {
    color: #666
}

@media only screen and (max-width: 39.3125em), only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-container .text-tertiary {
        display: none
    }
}

.vrn-journey-track {
    position: relative;
    padding-bottom: .5rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-track {
        box-shadow: inset 0 8px 0 #efefef;
        padding-top: 1rem
    }
}

.vrn-journey-track:after {
    z-index: 1;
    content: "";
    width: .125rem;
    background-color: #666;
    display: inline-block;
    position: absolute;
    left: 6.9375rem;
    top: 1.75rem;
    height: calc(100% - 1rem)
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-track:after {
        left: 4.9375rem;
        top: 2.25rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-track:after {
        top: 1.375rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-track:after {
        top: 1.5rem
    }
}

.vrn-journey-track > div:first-child {
    margin-bottom: .5rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-track > div:first-child {
        background: #efefef;
        background: linear-gradient(180deg, #efefef 2rem, transparent 2rem)
    }
}

.vrn-journey-track.foot:after {
    width: .25rem;
    left: 6.875rem;
    background-color: transparent;
    background-image: url(../images/icons/vrn-background-dot-grey-dark.svg)
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-track.foot:after {
        left: 4.875rem
    }
}

.vrn-journey-track.finish {
    padding-bottom: 0
}

.vrn-journey-track.finish:after {
    display: none
}

.vrn-journey-row {
    float: none;
    overflow: hidden;
    padding-bottom: .5rem
}

.vrn-journey-row span {
    min-height: 1rem
}

.vrn-journey-row .link-map {
    margin-right: 2rem
}

.vrn-journey-row .link-map:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .25rem;
    background-image: url(../images/icons/vrn-icon-auskunft-button-map.svg);
    background-size: cover
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-row .link-map + span:before {
        content: "\a";
        white-space: pre
    }
}

.vrn-journey-row .reverse-transfer-time {
    margin-left: 1rem;
    display: none
}

.vrn-journey-row > .vrn-journey-text {
    width: calc(100% - 6.5rem)
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-row > .vrn-journey-text {
        width: calc(100% - 8.5rem)
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-details {
        width: 60%;
        float: left
    }
}

.vrn-journey-meta {
    margin-left: 6.25rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-meta {
        margin-left: 8.5rem
    }
}

.vrn-bike-route .vrn-journey-meta {
    margin-left: 3.25rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-bike-route .vrn-journey-meta {
        margin-left: 3.25rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-meta, .vrn-bike-route .vrn-journey-meta {
        width: 40%;
        float: left;
        margin-left: 0;
        padding-left: 1rem
    }
}

.vrn-journey-time {
    width: 7rem;
    display: inline-block;
    float: left;
    padding-right: 1.5rem;
    text-align: right;
    color: #666;
    margin-right: 1.25rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-time {
        padding-right: 1.25rem;
        width: 5rem;
        font-size: .875rem
    }
}

.vrn-journey-time.time-main {
    color: #000d1a;
    position: relative
}

.vrn-journey-time.time-main:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    right: -0.5rem;
    top: .25rem;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 100%;
    position: absolute
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-time.time-main:after {
        top: .375rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-time.time-main:after {
        top: .5rem
    }
}

.finish .vrn-journey-time.time-main:after {
    background-color: #666
}

.vrn-journey-time.time-step {
    position: relative
}

.vrn-journey-time.time-step:after {
    z-index: 2;
    content: "";
    display: inline-block;
    width: .75rem;
    height: .75rem;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 100%;
    position: absolute;
    right: -0.375rem;
    top: .75rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-time.time-step:after {
        top: .375rem
    }
}

.vrn-journey-stops {
    display: none;
    color: #666
}

@media only screen and (min-width: 64em) {
    .vrn-journey-arrow {
        padding-left: 1.375rem;
        background: url(../images/icons/vrn-icon-transit-arrow-right-black.svg) left center no-repeat;
        background-size: 1rem 1rem
    }
}

.vrn-journey-medium {
    padding-left: 1.75rem
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-medium {
        padding-left: 2rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-medium {
        padding-left: 2.1875rem
    }
}

.vrn-journey-medium > span {
    padding: .1666666667rem .5rem;
    border: .125rem solid #dbdbdb;
    border-radius: .5rem
}

.vrn-journey-medium:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    background-size: contain;
    z-index: 2
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-medium:before {
        width: 1.75rem;
        height: 1.75rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-medium:before {
        width: 2rem;
        height: 2rem
    }
}

.vrn-journey-medium.bus:before {
    background-image: url(../images/icons/vrn-icon-auskunft-bus.svg)
}

.vrn-journey-medium.foot:before {
    background-image: url(../images/icons/vrn-icon-auskunft-fusweg.svg)
}

.vrn-journey-medium.train:before {
    background-image: url(../images/icons/vrn-icon-auskunft-zug.svg)
}

.vrn-journey-medium.subway:before {
    background-image: url(../images/icons/vrn-icon-auskunft-ubahn.svg)
}

.vrn-journey-medium.tram:before {
    background-image: url(../images/icons/vrn-icon-auskunft-straba.svg)
}

.vrn-journey-medium.strain:before {
    background-image: url(../images/icons/vrn-icon-auskunft-sbahn.svg)
}

.vrn-journey-medium.bike:before {
    background-image: url(../images/icons/vrn-icon-auskunft-bikesharing.svg)
}

.vrn-journey-medium.bike-tour:before {
    background-image: url(../images/icons/vrn-icon-auskunft-fahrrad.svg)
}

.vrn-journey-medium.ice:before {
    background-image: url(../images/icons/vrn-icon-auskunft-zug-fern.svg)
}

.vrn-journey-medium.taxi:before {
    background-image: url(../images/icons/vrn-icon-auskunft-ruftaxi.svg)
}

.vrn-journey-medium.mountain-railway:before {
    background-image: url(../images/icons/vrn-icon-auskunft-seilbahn.svg)
}

.vrn-journey-medium.ferry:before {
    background-image: url(../images/icons/vrn-icon-auskunft-schiff.svg)
}

.vrn-journey-medium.lift:before {
    background-image: url(../images/icons/vrn-icon-auskunft-mitfahrgelegenheit.svg)
}

.vrn-journey-medium.carsharing:before {
    background-image: url(../images/icons/vrn-icon-auskunft-carsharing.svg)
}

.vrn-journey-medium.nextbike:before {
    background-image: url(../images/icons/vrn-icon-auskunft-nextbike-grey.svg)
}

.vrn-journey-hint {
    display: inline-block;
    background-image: url(../images/icons/vrn-icon-auskunft-info.svg);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: normal;
    min-width: 1rem;
    min-height: 1rem
}

.vrn-journey-hint.delay {
    cursor: pointer;
    font-size: 1rem;
    color: #d80000 !important;
    background-image: none;
    background-position: left center;
    padding-left: 0;
    border-bottom: 1px dotted
}

.vrn-journey-hint.delay:before {
    content: url(../images/icons/vrn-icon-auskunft-triangle.svg);
    padding-right: .25rem;
    border-bottom: 1px solid #fff
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-hint.delay {
        padding-left: 0;
        font-size: .875rem;
        min-width: .5rem;
        min-height: .5rem
    }
}

.vrn-journey-hint.metahint {
    cursor: pointer;
    color: #0098d8;
    border-bottom: 1px dotted;
    background-image: none;
    transition: all 150ms linear
}

.vrn-journey-hint.metahint:hover {
    color: #002f5a
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-hint.metahint {
        min-width: .5rem;
        min-height: .5rem
    }
}

.vrn-journey-icon-minus {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/icons/vrn-icon-forms-minus.svg);
    background-color: #fff;
    border-radius: 1rem
}

a.underlined {
    border-bottom: 1px dotted;
    color: #d80000
}

.vrn-journey-icon-plus {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    background-image: url("../images/icons/vrn-icon-forms-plus.svg");
    background-color: #fff;
    border-radius: 1rem
}

.vrn-journey-tooltip {
    display: none;
    background-color: #e5f4fb;
    padding: .5rem 1rem .5rem 1rem;
    margin-top: .375rem
}

.vrn-journey-tooltip .tooltip-title {
    margin-bottom: .9375rem
}

.vrn-journey-tooltip .tooltip-title > img {
    width: 1.5625rem;
    height: 1.5625rem
}

.vrn-journey-tooltip .tooltip-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: .5rem
}

.vrn-journey-tooltip .tooltip-link-close {
    float: right
}

.vrn-journey-tooltip .tooltip-link-close:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/icons/vrn-icon-auskunft-button-close.svg);
    background-size: contain
}

.vrn-journey-tooltip .tooltip-link-close:hover:after {
    background-image: url(../images/icons/vrn-icon-auskunft-button-close-blue-dark.svg);
    background-size: contain
}

.vrn-journey-tooltip.delay {
    background-color: #fee2e2
}

.vrn-journey-tooltip.delay .tooltip-link-close:after {
    background-image: url(../images/icons/vrn-icon-auskunft-button-close-red.svg)
}

.vrn-journey-tooltip .tooltip-linkbar a {
    line-height: 1.4em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 1.75rem;
    margin-bottom: .3125rem;
    word-break: normal;
    background-size: 1.375rem
}

@media only screen and (min-width: 64em) {
    .vrn-journey-tooltip .tooltip-linkbar a {
        padding-left: 2.1875rem
    }
}

.vrn-journey-tooltip .tooltip-linkbar a:not(:last-child) {
    margin-right: 1rem
}

.vrn-journey-tooltip .tooltip-linkbar a.tooltip-link-timetable {
    background-image: url(../images/icons/vrn-icon-auskunft-button-fahrplan.svg)
}

.vrn-journey-tooltip .tooltip-linkbar a.tooltip-link-linemap {
    background-image: url(../images/icons/vrn-icon-auskunft-button-linemap.svg)
}

.vrn-journey-tooltip .tooltip-linkbar a.tooltip-link-map {
    background-image: url(../images/icons/vrn-icon-auskunft-button-map.svg)
}

.vrn-journey-tooltip .tooltip-linkbar a.tooltip-link-smap {
    background-image: url(../images/icons/vrn-icon-auskunft-button-smap.svg)
}

.vrn-journey-tooltip .tooltip-linkbar a.tooltip-link-plan {
    background-image: url(../images/icons/vrn-icon-auskunft-button-plan.svg)
}

.vrn-journey-tooltip .tooltip-linkbar a.tooltip-link-pages {
    background-image: url(../images/icons/vrn-icon-auskunft-button-pages.svg)
}

.vrn-journey-tooltip .tooltip-linkbar a.tooltip-link-monitor {
    background-image: url(../images/icons/vrn-icon-auskunft-abfahrt-blue.svg)
}

.vrn-journey-tooltip .tooltip-linkbar a.tooltip-link-external {
    background-image: url(../images/icons/vrn-icon-auskunft-external-blue.svg)
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-tooltip .tooltip-linkbar a {
        display: block
    }
}

.vrn-journey-tooltip.tooltip-buyoverview {
    max-width: 100%;
    margin-bottom: 1rem
}

.vrn-journey-tooltip .tooltip-validity {
    margin-bottom: .9375rem;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-tooltip .tooltip-validity {
        overflow-x: scroll
    }
}

.vrn-journey-tooltip .tooltip-validity a:not(:last-child) {
    margin-right: 1rem
}

.vrn-journey-tooltip .tooltip-validity a.active {
    color: #002f5a;
    border-bottom-style: solid
}

.vrn-journey-tooltip .tooltip-prices {
    display: none
}

.vrn-journey-tooltip .tooltip-prices > strong {
    display: block;
    margin-bottom: .3125rem
}

.vrn-journey-tooltip .tooltip-prices .price-row {
    display: table;
    width: 100%;
    max-width: 50rem
}

.vrn-journey-tooltip .tooltip-prices .price-row:not(:last-child) {
    border-bottom: .125rem solid #fff
}

.vrn-journey-tooltip .tooltip-prices .price-row > *:not(.hide) {
    display: table-cell;
    vertical-align: bottom;
    padding: .3125rem 0
}

.vrn-journey-tooltip .tooltip-prices .price-row .price-value {
    text-align: right;
    white-space: nowrap
}

.vrn-journey-tooltip .tooltip-prices .price-row .price-buy {
    width: 5.5rem;
    text-align: right
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-tooltip .tooltip-prices .price-row .price-buy {
        width: 7rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-tooltip .tooltip-prices .price-row .price-buy {
        position: relative
    }

    .vrn-journey-tooltip .tooltip-prices .price-row .price-buy .special-shop-links {
        position: absolute;
        min-width: 262px;
        line-height: 42px;
        bottom: -2px;
        border-bottom: 2px solid #fff
    }
}

.vrn-journey-buttons-bar {
    margin: 1rem 1rem .625rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-buttons-bar {
        margin-bottom: 1.25rem;
        text-align: right
    }
}

.vrn-journey-buttons-bar a {
    line-height: 1.4em;
    display: inline-block;
    padding-left: 1.75rem;
    margin-bottom: .625rem;
    border-bottom: 0 !important;
    position: relative
}

.vrn-journey-buttons-bar a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-buttons-bar a:before {
        width: 1.5rem;
        height: 1.5rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-buttons-bar a:before {
        width: 1.75rem;
        height: 1.75rem
    }
}

@media only screen and (min-width: 64em)and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .vrn-journey-buttons-bar a:before {
        width: 2rem;
        height: 2rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-journey-buttons-bar a {
        padding-left: 2.1875rem
    }
}

.vrn-journey-buttons-bar a:not(:last-child) {
    margin-right: 1rem
}

.vrn-journey-buttons-bar a.map:before {
    background-image: url(../images/icons/vrn-icon-auskunft-button-map.svg)
}

.vrn-journey-buttons-bar a.map-pdf:before {
    background-image: url(../images/icons/vrn-icon-link-pdf.svg)
}

.vrn-journey-buttons-bar a.print:before {
    background-image: url(../images/icons/vrn-icon-auskunft-button-print.svg)
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-buttons-bar a.print {
        display: none
    }

    .vrn-journey-buttons-bar a.print + input {
        display: none
    }
}

.vrn-journey-buttons-bar a.pdf:before {
    background-image: url(../images/icons/vrn-icon-auskunft-button-pdf.svg)
}

.vrn-journey-buttons-bar a.calendar:before {
    background-image: url(../images/icons/vrn-icon-auskunft-button-calendar.svg)
}

@media only screen and (orientation: landscape)and (max-height: 39.3125em)and (max-width: 800px) {
    .vrn-journey-buttons-bar a.map {
        display: none
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-buttons-bar a {
        display: block
    }

    .vrn-journey-buttons-bar a.map {
        display: none
    }
}

.vrn-journey-earlier, .vrn-journey-later, .vrn-journey-first, .vrn-journey-last, .vrn-journey-printing {
    display: inline-block;
    line-height: 1;
    margin-left: 1.5rem;
    margin-right: .5rem;
    font-size: 1.125rem;
    position: relative
}

.vrn-journey-earlier:before, .vrn-journey-later:before, .vrn-journey-first:before, .vrn-journey-last:before, .vrn-journey-printing:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.125rem;
    height: 1rem;
    left: -1.5rem;
    top: .1875rem;
    background-size: 100% 100% !important
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-earlier, .vrn-journey-later, .vrn-journey-first, .vrn-journey-last, .vrn-journey-printing {
        font-size: 1.25rem
    }
}

.vrn-journey-printing {
    margin-right: 1rem;
    border-bottom: none !important;
    font-size: 1.125rem
}

.vrn-journey-printing:before {
    top: 0;
    left: -1.75rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/icons/vrn-icon-auskunft-button-print.svg) left center no-repeat
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-printing {
        font-size: 1.25rem
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-first {
        margin-left: 3rem;
        margin-bottom: 1rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-first {
        margin-left: 3rem
    }
}

.vrn-journey-first:before {
    background: url(../images/icons/vrn-icon-auskunft-frueher.svg) left center no-repeat
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-earlier {
        margin-bottom: 1rem
    }
}

.vrn-journey-earlier:before {
    background: url(../images/icons/vrn-icon-auskunft-fahrt-erste.svg) left center no-repeat
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-later {
        margin-left: 3rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-later {
        margin-left: 3rem
    }
}

.vrn-journey-later:before {
    background: url(../images/icons/vrn-icon-auskunft-fahrt-letzte.svg) left center no-repeat
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-later {
        margin-top: 1rem
    }
}

.vrn-journey-last:before {
    background: url(../images/icons/vrn-icon-auskunft-spaeter.svg) left center no-repeat
}

@media only screen and (min-width: 39.375em) {
    .vrn-journey-last {
        margin-top: 1rem
    }
}

.messagebox {
    border-left: .25rem solid #0098d8;
    padding: .5rem 1rem;
    margin: 2rem 0;
    width: 100%;
    max-width: 37.5rem;
    line-height: 1.5rem;
    display: inline-block
}

.messagebox > * {
    opacity: .6
}

.rpd-map svg {
    width: 1.75rem;
    height: 1.75rem;
    vertical-align: bottom
}

.vrn-rpd-copyright {
    color: #666;
    font-size: 1rem;
    margin: .5rem 1.25rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-rpd-copyright {
        float: left;
        margin: .625rem 1.25rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-rpd-copyright {
        font-size: 1.25rem;
        margin: .875rem 1.25rem
    }
}

.vrn-bike-route .vrn-journey-time {
    width: 2rem
}

.vrn-bike-route .vrn-journey-track:after {
    left: 1.9375rem
}

.vrn-bike-route .vrn-journey-text .icon-mapmarker {
    width: 1.5rem
}

.rpd-logo {
    position: relative;
    top: .25rem;
    height: 2.375rem
}

.vrn-average-speed {
    color: #666;
    font-size: 1rem;
    margin: .5rem 1.25rem
}

@media only screen and (min-width: 39.375em) {
    .vrn-average-speed {
        float: left;
        margin: .625rem 1.25rem
    }
}

@media only screen and (min-width: 64em) {
    .vrn-average-speed {
        font-size: 1.25rem;
        margin: .875rem 1.25rem
    }
}

.vrn-mapview-container .vrn-bike-route .vrn-journey-time {
    width: 2rem
}

.vrn-mapview-container .vrn-bike-route .vrn-journey-track:after {
    left: 1.9375rem
}

.vrn-mapview-container .vrn-bike-route .vrn-journey-text .icon-mapmarker {
    width: 1.5rem
}

.vrn-mapview-container .rpd-logo {
    height: 1.75rem
}

.vrn-mapview-container .vrn-rad-copyright, .vrn-mapview-container .vrn-average-speed {
    float: none;
    font-size: 1rem;
    color: #666
}

.vrn-mapview-container .vrn-heightprofile {
    position: absolute;
    background-color: #fff;
    left: calc(30% + 12px);
    bottom: .75rem;
    z-index: 250;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vrn-mapview-container .vrn-heightprofile-overlay {
    position: absolute;
    top: .25rem;
    left: 3.6875rem;
    height: 8.25rem;
    width: 34.75rem;
    cursor: none
}

.vrn-mapview-container .vrn-heightprofile-cursor {
    position: absolute;
    min-width: 6.25rem;
    left: 0;
    border-left: .125rem solid #666;
    height: 100%;
    pointer-events: none;
    opacity: 0
}

.vrn-mapview-container .vrn-heightprofile-cursor.visible {
    opacity: 1
}

.vrn-mapview-container .vrn-heightprofile-value {
    display: block;
    margin-left: .375rem;
    padding-left: 1.25rem;
    line-height: .9375rem;
    background-repeat: no-repeat
}

.vrn-mapview-container .vrn-heightprofile-value.height {
    background-image: url(../images/icons/vrn-icon-geo-hoehe.svg)
}

.vrn-mapview-container .vrn-heightprofile-value.distance {
    background-image: url(../images/icons/vrn-icon-geo-distanz.svg)
}

.vrn-mapview-container .vrn-heightprofile-value > .unit {
    color: #797979
}

.ui-menu.ui-widget {
    background-color: #e5f4fb;
    border: .125rem solid #0098d8;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: .5rem;
    padding-bottom: .25rem;
    background-size: 1.75rem auto !important
}

.ui-menu.ui-widget li {
    background-repeat: no-repeat;
    overflow: hidden;
    padding-left: 3.125rem !important;
    background-position: .75rem 50% !important;
    background-size: 1.75rem auto !important
}

.ui-menu.ui-widget li a {
    transition: none
}

.ui-menu.ui-widget li.ui-state-focus {
    background-repeat: no-repeat;
    background-color: #0098d8;
    border-color: #0098d8
}

.ui-menu.ui-widget li.ui-state-focus a {
    color: #fff
}

.ui-menu.ui-widget li.point {
    background-image: url(../images/icons/vrn-icon-autocomplete-mapmarker.svg)
}

.ui-menu.ui-widget li.point.ui-state-focus {
    background-image: url(../images/icons/vrn-icon-autocomplete-mapmarker-white.svg)
}

.ui-menu.ui-widget li.station {
    background-image: url(../images/icons/vrn-icon-autocomplete-station.svg)
}

.ui-menu.ui-widget li.station.ui-state-focus {
    background-image: url(../images/icons/vrn-icon-autocomplete-station-white.svg)
}

.ui-menu.ui-widget li.poi {
    background-image: url(../images/icons/vrn-icon-autocomplete-poi.svg)
}

.ui-menu.ui-widget li.poi.ui-state-focus {
    background-image: url(../images/icons/vrn-icon-autocomplete-poi-white.svg)
}

.ui-menu.ui-widget li.line {
    background-image: url(../images/icons/vrn-icon-autocomplete-line.svg)
}

.ui-menu.ui-widget li.line.ui-state-focus {
    background-image: url(../images/icons/vrn-icon-autocomplete-line-white.svg)
}

.ui-menu.ui-widget li.gps {
    background-image: url(../images/icons/vrn-icon-autocomplete-gps.svg)
}

.ui-menu.ui-widget li.gps.ui-state-focus {
    background-image: url(../images/icons/vrn-icon-autocomplete-gps-white.svg)
}

.ui-menu.ui-widget li.bus {
    background-image: url(../images/icons/vrn-icon-auskunft-bus.svg)
}

.ui-menu.ui-widget li.train {
    background-image: url(../images/icons/vrn-icon-auskunft-zug.svg)
}

.ui-menu.ui-widget li.subway {
    background-image: url(../images/icons/vrn-icon-auskunft-ubahn.svg)
}

.ui-menu.ui-widget li.tram {
    background-image: url(../images/icons/vrn-icon-auskunft-straba.svg)
}

.ui-menu.ui-widget li.strain {
    background-image: url(../images/icons/vrn-icon-auskunft-sbahn.svg)
}

.ui-menu.ui-widget li.ice {
    background-image: url(../images/icons/vrn-icon-auskunft-zug-fern.svg)
}

.ui-widget {
    font-family: "Fago OT", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

input.ui-autocomplete-input {
    background-repeat: no-repeat !important;
    background-position: .75rem 50% !important;
    background-size: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

input.ui-autocomplete-input.point {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-autocomplete-mapmarker.svg)
}

input.ui-autocomplete-input.station {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-autocomplete-station.svg)
}

input.ui-autocomplete-input.poi {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-autocomplete-poi.svg)
}

input.ui-autocomplete-input.line {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-autocomplete-line.svg)
}

input.ui-autocomplete-input.gps {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-autocomplete-gps.svg)
}

input.ui-autocomplete-input.bus {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-auskunft-bus.svg)
}

input.ui-autocomplete-input.train {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-auskunft-zug.svg)
}

input.ui-autocomplete-input.subway {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-auskunft-ubahn.svg)
}

input.ui-autocomplete-input.tram {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-auskunft-straba.svg)
}

input.ui-autocomplete-input.strain {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-auskunft-sbahn.svg)
}

input.ui-autocomplete-input.ice {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-auskunft-zug-fern.svg)
}

input.ui-autocomplete-input.nextbike {
    padding-left: 3.125rem !important;
    background-image: url(../images/icons/vrn-icon-auskunft-nextbike-grey.svg)
}

input.vrn-journey-via {
    padding-left: 2.5rem;
    background-position: .75rem 50%;
    background-image: url(../images/icons/vrn-icon-forms-via.svg) !important;
    background-repeat: no-repeat
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
    background-color: #0098d8
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #0098d8;
    border-color: #0098d8
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #002f5a;
    color: #fff;
    border-color: #002f5a
}

.ui-datepicker {
    z-index: 9999 !important
}

.ui-datepicker table thead {
    background-color: #0098d8
}

.ui-datepicker .ui-datepicker-header .ui-corner-all > .ui-icon {
    background-position: 0;
    background-size: 100% 100%
}

.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover {
    border: none;
    background: transparent;
    top: 2px
}

.ui-datepicker .ui-datepicker-header .ui-corner-all[data-handler=next] {
    right: 0
}

.ui-datepicker .ui-datepicker-header .ui-corner-all[data-handler=next] > .ui-icon {
    background-image: url(/dist/images/icons/vrn-icon-forms-arrow-right.svg)
}

.ui-datepicker .ui-datepicker-header .ui-corner-all[data-handler=prev] {
    left: 0
}

.ui-datepicker .ui-datepicker-header .ui-corner-all[data-handler=prev] > .ui-icon {
    background-image: url(/dist/images/icons/vrn-icon-forms-arrow-left.svg)
}

#filters .filter {
    position: relative
}

#filters .filter > input[type=radio], #filters .filter > input[type=checkbox] {
    position: absolute;
    left: -999em
}

#filters .filter > input[type=radio]:checked ~ .filter-content, #filters .filter > input[type=checkbox]:checked ~ .filter-content {
    width: 100%;
    max-height: 100rem;
    padding-top: 1rem
}

#filters .filter > input[type=radio] + label:before, #filters .filter > input[type=checkbox] + label:before {
    transform: rotate(0deg)
}

#filters .filter > input[type=radio]:checked + label:before, #filters .filter > input[type=checkbox]:checked + label:before {
    transform: rotate(90deg)
}

#filters .filter > label {
    position: absolute;
    left: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 100%;
    height: 3.25rem;
    margin: 0
}

@media only screen and (min-width: 64em) {
    #filters .filter > label {
        width: 50%
    }
}

#filters .filter > label:before {
    top: .75rem;
    content: "";
    position: absolute;
    left: 0;
    height: 1.5625rem;
    width: 1.5625rem;
    background: url(../images/icons/vrn-icon-dropdown-arrow.svg) center center no-repeat;
    background-size: .9375rem 1.5rem;
    transition: all 150ms linear
}

#filters .filter > h2, #filters .filter > .h2 {
    display: inline-block;
    padding: .5rem .5rem .5rem 2rem;
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1.5
}

#filters .filter .filter-content {
    max-height: 0;
    overflow: hidden;
    transition: all 150ms linear
}

#filters .filter .filter-content .select2-container {
    width: 100%;
    margin-bottom: 2rem
}

#filters .filter.panel {
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0
}

#filters .filter.panel > h2, #filters .filter.panel > .h2 {
    padding-left: 3rem
}

#filters .filter.panel > label:before {
    left: 1rem
}

.front > .row {
    margin-bottom: 2rem
}

.slick-slider {
    margin: 0;
    padding: 0
}

.slick-slider .slick-slide {
    position: relative
}

.teaser {
    position: relative
}

.teaser.large .teaser-content {
    background-color: #002f5a;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.teaser.large .teaser-content .teaser-link-container {
    display: block;
    padding: 1rem;
    border-bottom: none;
    cursor: pointer
}

.teaser.large .teaser-content .teaser-link-container h1, .teaser.large .teaser-content .teaser-link-container .h1 {
    margin: 0;
    color: #fff
}

.teaser.large .teaser-content .teaser-link-container .teaser-text {
    color: #fff
}

.teaser.large .teaser-content .teaser-link-container .teaser-text p:last-child {
    margin-bottom: 0
}

.teaser.large .teaser-content .teaser-link-container .link {
    transition: all 150ms linear;
    color: #0098d8;
    border-bottom: 1px solid transparent
}

.teaser.large .teaser-content .teaser-link-container:hover .link {
    color: #fff;
    border-bottom: 1px solid #fff
}

@media only screen and (min-width: 64em) {
    .teaser.large .teaser-content {
        position: absolute;
        z-index: 10;
        width: 33%;
        padding: 0;
        background: none;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }

    .teaser.large .teaser-content.top-left {
        top: 25%;
        left: 5%
    }

    .teaser.large .teaser-content.top-right {
        top: 25%;
        right: 5%
    }

    .teaser.large .teaser-content.bottom-left {
        bottom: 10%;
        left: 5%
    }

    .teaser.large .teaser-content.bottom-right {
        bottom: 10%;
        right: 5%
    }

    .teaser.large .teaser-content.teaser-textshadow h1, .teaser.large .teaser-content.teaser-textshadow .h1 {
        text-shadow: 0 0 2.5rem #000d1a
    }

    .teaser.large .teaser-content .teaser-link-container {
        padding: 0
    }

    .teaser.large .teaser-content .teaser-link-container h1, .teaser.large .teaser-content .teaser-link-container .h1 {
        font-size: 3.625rem;
        padding-bottom: .5rem
    }

    .teaser.large .teaser-content .teaser-link-container .teaser-text {
        padding: 1rem;
        background-color: #002f5a;
        border-radius: 8px
    }
}

@media only screen and (min-width: 90.0625em) {
    .teaser.large .teaser-content {
        width: 25%
    }

    .teaser.large .teaser-content.top-left {
        top: 30%
    }

    .teaser.large .teaser-content.top-right {
        top: 30%
    }

    .teaser.large .teaser-content .teaser-link-container h1, .teaser.large .teaser-content .teaser-link-container .h1 {
        font-size: 4.125rem
    }
}

.teaser.medium:first-child {
    margin-bottom: 2rem
}

.teaser.medium a {
    display: block;
    position: relative;
    border-bottom: none
}

.teaser.medium a .teaser-content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #0098d8;
    padding: 1rem
}

@media only screen and (min-width: 90.0625em) {
    .teaser.medium a .teaser-content {
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
    }
}

.teaser.medium a .teaser-content h3, .teaser.medium a .teaser-content .h3, .teaser.medium a .teaser-content p {
    color: #fff
}

.teaser.medium a .teaser-content span.link {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 150ms linear
}

.teaser.medium a .teaser-content p:last-child {
    margin-bottom: 0
}

.teaser.medium a:hover .teaser-content {
    background-size: 200%
}

.teaser.medium a:hover span.link {
    color: #002f5a;
    border-bottom: 1px solid #002f5a
}

@media only screen and (min-width: 90.0625em) {
    .teaser.medium:first-child {
        margin-bottom: 0
    }

    .teaser.medium .teaser-content {
        position: absolute;
        left: 0;
        right: auto;
        width: 50%;
        bottom: 10%
    }
}

.teaser-narrow-wrapper {
    background-color: #002f5a;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 1rem 2rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.teaser-narrow-wrapper a {
    display: block;
    width: 100%;
    height: auto
}

.teaser-narrow-wrapper a:hover span {
    color: #fff;
    border-bottom: 1px solid currentColor
}

.teaser-narrow-wrapper a span {
    transition: all 150ms linear;
    margin: 0;
    border-bottom: 1px solid transparent
}

.teaser-narrow-wrapper a h2, .teaser-narrow-wrapper a .h2 {
    color: #fff;
    margin-bottom: 0
}

@media only screen and (min-width: 64em) {
    .teaser-narrow-wrapper {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

#auskunft {
    overflow: hidden
}

@media only screen and (min-width: 64em) {
    #auskunft {
        overflow: visible
    }

    #auskunft .tabs {
        position: absolute;
        top: -3rem;
        z-index: 20;
        left: 1rem;
        right: 1rem
    }
}

#auskunft .tabs {
    white-space: nowrap
}

#auskunft .tabs div {
    white-space: normal
}

#auskunft > .row input[type=radio] {
    display: none;
    margin: 0
}

#auskunft > .row .tabs > label {
    border-right: 2px solid #fff;
    position: relative;
    vertical-align: bottom;
    height: 3rem;
    min-width: 4rem;
    padding: .75rem 1rem;
    margin: 0 0 0 .35rem;
    background-color: #fafafa;
    overflow: hidden;
    white-space: nowrap;
    transition: all 150ms linear
}

#auskunft > .row .tabs > label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

@media only screen and (min-width: 39.375em) {
    #auskunft > .row .tabs > label:before {
        width: 2rem;
        height: 2rem;
        top: .5rem
    }
}

@media only screen and (max-width: 39.3125em) {
    #auskunft > .row .tabs > label {
        font-size: 1rem;
        padding: 1rem .75rem;
        min-width: 3rem;
        margin: 0 0 0 .35rem
    }
}

#auskunft > .row .tabs > label span {
    display: none;
    overflow: hidden;
    width: 0;
    color: #0098d8;
    margin-left: 2.1875rem;
    transition: all 150ms linear
}

@media only screen and (min-width: 39.375em) {
    #auskunft > .row .tabs > label span {
        margin-left: 2.5rem;
        display: inline-block
    }
}

#auskunft > .row .tabs > label:first-of-type {
    margin-left: -1rem
}

#auskunft > .row .tabs > label:hover {
    background-color: #efefef
}

@media only screen and (min-width: 64em) {
    #auskunft > .row .tabs > label span {
        width: auto
    }

    #auskunft > .row .tabs > label:first-of-type {
        border-radius: 8px 0 0 0
    }

    #auskunft > .row .tabs > label:last-of-type {
        border-radius: 0 8px 0 0
    }
}

#auskunft > .row .tabs > input[type=radio]:checked + label {
    background-color: #efefef
}

#auskunft > .row .tabs > input[type=radio]:checked + label span {
    display: inline-block;
    width: auto;
    color: #000d1a;
    border-bottom-color: transparent
}

#auskunft + .content {
    margin-top: 0
}

#tab-content {
    display: none;
    padding-top: 3rem;
    background-color: #efefef;
    position: relative;
    border-radius: 0 0 8px 8px
}

@media only screen and (max-width: 39.3125em) {
    #tab-content {
        padding-top: 1rem
    }
}

#tab-content .tab {
    display: none
}

form #tab-content {
    padding-top: 2rem
}

.close-extended {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    background: url(../images/icons/vrn-icon-close-blue.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.close-extended:hover {
    background-image: url(../images/icons/vrn-icon-auskunft-button-close-blue-dark.svg)
}

#tab1:checked ~ #tab-content, #tab2:checked ~ #tab-content, #tab3:checked ~ #tab-content, #tab4:checked ~ #tab-content {
    display: block
}

#tab1:checked + label:before {
    background-image: url(../images/icons/vrn-icon-auskunft.svg)
}

#tab1 + label:before {
    background-image: url(../images/icons/vrn-icon-auskunft-blue.svg)
}

#tab2:checked + label:before {
    background-image: url(../images/icons/vrn-icon-auskunft-abfahrt.svg)
}

#tab2 + label:before {
    background-image: url(../images/icons/vrn-icon-auskunft-abfahrt-blue.svg)
}

#tab3:checked + label:before {
    background-image: url(../images/icons/vrn-icon-auskunft-verkehrshinweise.svg)
}

#tab3 + label:before {
    background-image: url(../images/icons/vrn-icon-auskunft-verkehrshinweise-blue.svg)
}

#tab1:checked ~ #tab-content #content1, #tab2:checked ~ #tab-content #content2, #tab3:checked ~ #tab-content #content3, #tab4:checked ~ #tab-content #content4 {
    display: block
}

#tab1:checked ~ #tab-content #content1 table p:last-child, #tab2:checked ~ #tab-content #content2 table p:last-child, #tab3:checked ~ #tab-content #content3 table p:last-child, #tab4:checked ~ #tab-content #content4 table p:last-child {
    margin-bottom: 1rem
}

@media only screen and (min-width: 64em) {
    #tab1:checked ~ #tab-content #content1 input, #tab2:checked ~ #tab-content #content2 input, #tab3:checked ~ #tab-content #content3 input, #tab4:checked ~ #tab-content #content4 input {
        margin-bottom: 0
    }
}

#auskunft form .extended-fields {
    display: none
}

#auskunft form.full-form .extended-fields {
    display: block
}

@media only screen and (min-width: 64em) {
    .auskunft-container-from {
        padding-right: 3rem
    }

    .auskunft-container-from:after {
        content: "";
        position: absolute;
        right: -1.5rem;
        top: 0;
        width: 3rem;
        height: 3rem;
        background-image: url(../images/icons/vrn-icon-transit-arrow-right.svg);
        background-size: 100% 100%
    }
}

@media only screen and (min-width: 64em) {
    body:not(.vrn-mapview) .auskunft-container-from {
        padding-right: 3rem !important
    }
}

@media only screen and (min-width: 64em) {
    .auskunft-container-to {
        padding-left: 3rem
    }
}

@media only screen and (min-width: 64em) {
    body:not(.vrn-mapview) .auskunft-container-to {
        padding-left: 3rem !important
    }
}

.vrn-journey-form-advanced .auskunft-container-from:after {
    display: none
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-form-advanced .auskunft-container-to {
        width: calc(100% - 3rem)
    }
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-form-advanced .auskunft-container-to {
        width: calc(100% - 3rem)
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    body:not(.vrn-mapview) .vrn-journey-form-advanced .auskunft-container-from, body:not(.vrn-mapview) .vrn-journey-form-advanced .auskunft-container-to {
        width: calc(100% - 4rem)
    }
}

@media only screen and (orientation: landscape)and (max-height: 39.3125em)and (max-width: 800px) {
    body:not(.vrn-mapview) .vrn-journey-form-advanced .auskunft-container-from, body:not(.vrn-mapview) .vrn-journey-form-advanced .auskunft-container-to {
        width: calc(100% - 4rem)
    }
}

@media only screen and (max-width: 39.3125em) {
    body:not(.vrn-mapview) .vrn-journey-form-advanced .auskunft-container-from, body:not(.vrn-mapview) .vrn-journey-form-advanced .auskunft-container-to {
        width: calc(100% - 4rem)
    }
}

@media only screen and (orientation: landscape)and (max-height: 39.3125em)and (max-width: 800px) {
    body:not(.vrn-mapview) .vrn-journey-form-advanced .auskunft-container-from {
        width: calc(100%)
    }
}

@media only screen and (max-width: 39.3125em) {
    body:not(.vrn-mapview) .vrn-journey-form-advanced .auskunft-container-from {
        width: calc(100%)
    }
}

#filters .vrn-journey-form.filter > label, #filters .vrn-journey-form.filter .filter > label {
    position: relative;
    margin: 0;
    left: auto;
    overflow: visible;
    text-indent: 0;
    width: auto;
    height: auto;
    white-space: nowrap;
    transition: all 150ms linear
}

#filters .vrn-journey-form.filter > label:hover, #filters .vrn-journey-form.filter .filter > label:hover {
    color: #002f5a
}

@media only screen and (max-width: 39.3125em) {
    #filters .vrn-journey-form.filter > label, #filters .vrn-journey-form.filter .filter > label {
        font-size: 1rem !important;
        padding: 0;
        padding-top: 1rem;
        padding-left: 2rem;
        color: #0098d8;
        border-bottom: 1px dotted;
        line-height: 1;
        margin-bottom: 1rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #filters .vrn-journey-form.filter > label, #filters .vrn-journey-form.filter .filter > label {
        font-size: 1.125rem !important;
        padding: 0;
        padding-top: 1rem;
        padding-left: 2rem;
        color: #0098d8;
        border-bottom: 1px dotted;
        line-height: 1;
        margin-bottom: 2rem
    }
}

@media only screen and (min-width: 64em) {
    #filters .vrn-journey-form.filter > label, #filters .vrn-journey-form.filter .filter > label {
        padding: .5rem .5rem .5rem 2rem;
        font-size: 1.5rem;
        margin-bottom: 0;
        line-height: 1.5
    }
}

#filters .vrn-journey-form.filter > label:before, #filters .vrn-journey-form.filter .filter > label:before {
    background-color: #efefef
}

@media only screen and (max-width: 39.3125em) {
    #filters .vrn-journey-form.filter > label:before, #filters .vrn-journey-form.filter .filter > label:before {
        top: .75rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #filters .vrn-journey-form.filter > label:before, #filters .vrn-journey-form.filter .filter > label:before {
        top: .75rem
    }
}

@media only screen and (max-width: 39.3125em) {
    #filters .vrn-journey-form.filter > input[type=checkbox]:checked ~ .filter-content, #filters .vrn-journey-form.filter > input[type=radio]:checked ~ .filter-content, #filters .vrn-journey-form.filter .filter > input[type=checkbox]:checked ~ .filter-content, #filters .vrn-journey-form.filter .filter > input[type=radio]:checked ~ .filter-content {
        padding-top: 0
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #filters .vrn-journey-form.filter > input[type=checkbox]:checked ~ .filter-content, #filters .vrn-journey-form.filter > input[type=radio]:checked ~ .filter-content, #filters .vrn-journey-form.filter .filter > input[type=checkbox]:checked ~ .filter-content, #filters .vrn-journey-form.filter .filter > input[type=radio]:checked ~ .filter-content {
        padding-top: 0
    }
}

@media only screen and (max-width: 39.3125em) {
    #filters .vrn-journey-form.filter .filter h2, #filters .vrn-journey-form.filter .filter .h2 {
        margin-left: 3rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #filters .vrn-journey-form.filter .filter h2, #filters .vrn-journey-form.filter .filter .h2 {
        margin-left: 3rem
    }
}

.link-vrn-journey-reverse {
    position: absolute;
    bottom: 1.625rem;
    left: 100%;
    margin-left: -3rem
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .link-vrn-journey-reverse {
        top: 2.75rem
    }
}

@media only screen and (min-width: 64em) {
    .link-vrn-journey-reverse {
        left: 50%;
        margin-left: -0.75rem;
        top: 50%;
        margin-top: -1.75rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    body:not(.vrn-mapview) .link-vrn-journey-reverse {
        top: .75rem;
        bottom: auto
    }
}

.prefix-radius label {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.prefix-radius input, .prefix-radius select {
    width: 70%;
    width: calc(100% - 4rem);
    float: right;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.prefix-radius label.prefix {
    width: 4rem;
    float: left;
    border-right: 0
}

.prefix-radius:hover label.prefix, .prefix-radius:hover input, .prefix-radius:hover select, .prefix-radius:focus label.prefix, .prefix-radius:focus input, .prefix-radius:focus select {
    border-color: #0098d8
}

.vrn-icon-before {
    text-indent: -999px;
    overflow: hidden
}

.vrn-icon-before:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.icon-date:before {
    background-image: url(../images/icons/vrn-icon-forms-calendar.svg)
}

.icon-time:before {
    background-image: url(../images/icons/vrn-icon-forms-time.svg)
}

.icon-transfer-time:before {
    background-image: url(../images/icons/vrn-icon-forms-transfer-time.svg)
}

.icon-transfer:before {
    background-image: url(../images/icons/vrn-icon-forms-transfer.svg)
}

.icon-transfer-walkway:before {
    background-image: url(../images/icons/vrn-icon-forms-transfer-walkway.svg)
}

.icon-transfer-walkspeed:before {
    background-image: url(../images/icons/vrn-icon-forms-transfer-walkspeed.svg)
}

@media only screen and (min-width: 64em) {
    .vrn-forms-datetime .columns {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .vrn-forms-datetime .columns:first-child {
        padding-left: 1rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-forms-datetime .columns:last-child {
        padding-right: 3rem
    }
}

.vrn-forms-datetime .prefix-radius input {
    text-align: center
}

#auskunft .vrn-forms-datetime .vrn-time label, #auskunft .vrn-forms-datetime .vrn-date label, #filters .vrn-forms-datetime .vrn-time label, #filters .vrn-forms-datetime .vrn-date label {
    display: none
}

#auskunft .vrn-forms-datetime .vrn-time input, #auskunft .vrn-forms-datetime .vrn-date input, #filters .vrn-forms-datetime .vrn-time input, #filters .vrn-forms-datetime .vrn-date input {
    width: 100%;
    border-left-width: 2px;
    border-radius: 8px
}

@media only screen and (min-width: 64em) {
    #auskunft .vrn-forms-datetime .columns:last-child {
        padding-right: 1rem
    }
}

@media only screen and (max-width: 39.3125em) {
    #auskunft .vrn-forms-datetime .columns:nth-child(odd) {
        padding-right: .5rem
    }

    #auskunft .vrn-forms-datetime .columns:nth-child(even) {
        padding-left: .5rem
    }

    #auskunft .vrn-forms-datetime .vrn-depart-arrive label, #auskunft .vrn-forms-datetime .vrn-transportation-filter label {
        padding-left: .7272727273rem;
        padding-right: .7272727273rem
    }
}

@media only screen and (max-width: 340px) {
    #auskunft .vrn-forms-datetime .vrn-transportation-filter {
        float: right
    }
}

@media only screen and (min-width: 64em) {
    .vrn-forms-transfer .columns {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .vrn-forms-transfer .columns:first-child {
        padding-left: 1rem
    }

    .vrn-forms-transfer .columns:last-child {
        padding-right: 1rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-forms-transfer .columns:nth-child(2) {
        padding-right: 3rem
    }

    .vrn-forms-transfer .columns:nth-child(3) {
        padding-left: 3rem
    }
}

.vrn-date, .vrn-time {
    position: relative
}

.vrn-date input, .vrn-time input {
    text-align: center
}

.vrn-date .vrn-form-arrow, .vrn-time .vrn-form-arrow {
    position: absolute;
    top: .5rem;
    padding: .5rem;
    cursor: pointer
}

.vrn-date .vrn-form-arrow-left, .vrn-time .vrn-form-arrow-left {
    left: 4rem
}

.vrn-date .vrn-form-arrow-right, .vrn-time .vrn-form-arrow-right {
    right: .125rem
}

body:not(.vrn-mapview) .vrn-date .vrn-form-arrow-left, body:not(.vrn-mapview) .vrn-time .vrn-form-arrow-left {
    left: .125rem
}

.vrn-depart-arrive label {
    width: 50%;
    text-align: center
}

@media only screen and (min-width: 64em) {
    .vrn-forms-via > .columns {
        padding-left: .5rem
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-forms-via > .columns {
        padding-left: 3rem
    }
}

.vrn-transportation label {
    margin-bottom: 0;
    height: 1.5rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.vrn-transportation label span {
    margin-left: .5rem
}

.vrn-transportation [class*=block-grid-] > li {
    padding: 0 .5rem 1rem
}

.content-to-extend {
    display: none
}

.link-extended-search {
    display: none;
    line-height: 3rem
}

@media only screen and (max-width: 39.3125em) {
    .link-extended-search {
        position: absolute;
        top: 1rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .link-extended-search {
        position: absolute;
        top: 1rem
    }
}

@media only screen and (min-width: 64em)and (max-width: 90em) {
    .link-extended-search {
        line-height: 1.5rem;
        max-width: 18%;
        font-size: .9375rem;
        right: 3.5rem;
        top: 4rem;
        position: absolute
    }
}

@media only screen and (min-width: 90.0625em) {
    .link-extended-search {
        position: absolute;
        top: 4rem;
        right: 1rem
    }
}

.vrn-journey-form.full-form .link-extended-search {
    display: inline-block;
    z-index: 10
}

@media only screen and (min-width: 64em) {
    .vrn-journey-button-frontpage {
        width: 100%
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-journey-button-position {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .vrn-journey-button-position button, .vrn-journey-button-position .vrn-button-map, .vrn-journey-button-position .button {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 64em)and (max-width: 90em) {
    .vrn-journey-button-position {
        float: right
    }

    .vrn-journey-button-position button, .vrn-journey-button-position .vrn-button-map, .vrn-journey-button-position .button {
        margin-bottom: 0
    }
}

/* @media only screen and (max-width: 39.3125em) {
    .vrn-journey-button-position-frontpage {
        position: absolute;
        bottom: 0
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-button-position-frontpage {
        position: absolute;
        bottom: 0
    }
} */

@media only screen and (max-width: 39.3125em) {
    #auskunft .vrn-journey-form.full-form {
        padding-bottom: 4rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #auskunft .vrn-journey-form.full-form {
        padding-bottom: 3.5rem
    }
}

/* @media only screen and (max-width: 39.3125em) {
    #auskunft .vrn-journey-form:not(.full-form) .vrn-journey-button-position-frontpage {
        display: none
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    #auskunft .vrn-journey-form:not(.full-form) .vrn-journey-button-position-frontpage {
        display: none
    }
} */

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-form .vrn-button-primary, .vrn-journey-form .vrn-button-map {
        margin-top: 1rem
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .vrn-journey-form .vrn-button-primary, .vrn-journey-form .vrn-button-map {
        margin-top: 1rem
    }
}

body:not(.vrn-mapview) .vrn-journey-form:not(.vrn-journey-form-advanced) .vrn-button-map-large-hidden {
    display: inline-block;
    float: right
}

body:not(.vrn-mapview) .vrn-journey-form:not(.vrn-journey-form-advanced) .vrn-button-map-large-hidden .vrn-button-map {
    margin: 0
}

@media only screen and (min-width: 64em) {
    body:not(.vrn-mapview) .vrn-journey-form:not(.vrn-journey-form-advanced) .vrn-button-map-large-hidden {
        display: none
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    body:not(.vrn-mapview) .vrn-journey-form:not(.vrn-journey-form-advanced) .vrn-journey-to {
        float: left;
        width: calc(100% - 3.875rem)
    }
}

@media only screen and (orientation: landscape)and (max-height: 39.3125em)and (max-width: 800px) {
    body:not(.vrn-mapview) .vrn-journey-form:not(.vrn-journey-form-advanced) .vrn-journey-to {
        float: left;
        width: 100%
    }
}

@media only screen and (min-width: 64em) {
    body:not(.vrn-mapview) .vrn-journey-form-advanced .auskunft-inputs-container {
        width: calc(100% - 3.875rem)
    }
}

body:not(.vrn-mapview) .vrn-journey-form-advanced .vrn-button-map-container {
    width: 3rem
}

@media only screen and (orientation: landscape)and (max-height: 39.3125em)and (max-width: 800px) {
    body:not(.vrn-mapview) .vrn-journey-form-advanced .vrn-button-map-container {
        position: absolute;
        left: 100%;
        margin-left: -3rem;
        top: 3rem
    }

    body:not(.vrn-mapview) .vrn-journey-form-advanced .vrn-button-map-container .vrn-button-map-container {
        margin-top: 0
    }
}

@media only screen and (max-width: 39.3125em) {
    body:not(.vrn-mapview) .vrn-journey-form-advanced .vrn-button-map-container {
        position: absolute;
        left: 100%;
        margin-left: -3rem;
        top: 3rem
    }

    body:not(.vrn-mapview) .vrn-journey-form-advanced .vrn-button-map-container .vrn-button-map-container {
        margin-top: 0
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    body:not(.vrn-mapview) .vrn-journey-form-advanced .vrn-button-map-container {
        position: absolute;
        left: 100%;
        margin-left: -3rem;
        top: 3rem
    }

    body:not(.vrn-mapview) .vrn-journey-form-advanced .vrn-button-map-container .vrn-button-map-container {
        margin-top: 0
    }
}

@media only screen and (max-width: 39.3125em) {
    .ui-timepicker-wrapper, .ui-datepicker {
        display: none !important
    }
}

@media only screen and (min-width: 39.375em)and (max-width: 63.9375em) {
    .ui-timepicker-wrapper, .ui-datepicker {
        display: none !important
    }
}

.vrn-daterange label {
    width: 30%;
    text-align: center
}

.vrn-daterange label:first-of-type {
    width: 40%
}

.vrn-journey-forms-text {
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.vrn-journey-station-background {
    display: inline-block;
    background-color: #e5f4fb;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1rem
}

.vrn-journey-station-text-indent {
    text-indent: -4.5rem;
    margin-left: 4.5rem
}

@media only screen and (max-width: 39.3125em) {
    .vrn-journey-monitor-departure {
        position: relative
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-journey-monitor-departure {
        width: 12%
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-journey-monitor-line {
        width: 16%
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-journey-monitor-direction {
        width: 24%
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-journey-monitor-route {
        width: 36%
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-journey-monitor-route-full {
        width: 48%
    }
}

@media only screen and (min-width: 90.0625em) {
    .vrn-journey-monitor-tip {
        width: 12%
    }
}

.vrn-journey-monitor-hint {
    max-width: 100%
}

.vrn-journey-input-with-place-for-icon {
    display: inline-block !important;
    width: calc(100% - 3rem) !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    line-height: 0;
    margin-top: 1rem
}

@media only screen and (min-width: 64em) {
    .slick-dots {
        position: absolute;
        bottom: 1rem;
        left: 0;
        right: 0;
        margin-top: 0
    }
}

.slick-dots li {
    display: inline-block;
    line-height: 0
}

.slick-dots li button, .slick-dots li .vrn-button-map {
    margin: 0 2px;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: 2px solid #0098d8;
    border-radius: .5rem
}

.slick-dots li button:hover, .slick-dots li .vrn-button-map:hover {
    background-color: #0098d8
}

.slick-dots li button:focus, .slick-dots li .vrn-button-map:focus {
    outline: none
}

.slick-dots li.slick-active button, .slick-dots li.slick-active .vrn-button-map {
    background-color: #0098d8
}

.slick-arrow {
    position: absolute;
    top: 30%;
    z-index: 1
}

@media only screen and (max-width: 39.3125em) {
    .slick-arrow {
        display: none !important
    }
}

.slick-prev {
    left: .5rem
}

.slick-next {
    right: .5rem
}

table {
    border: none;
    font-size: 16px;
    width: 100%;
    border-collapse: collapse
}

table tbody tr:nth-of-type(even), table tbody tr:nth-of-type(odd) {
    background-color: #fff
}

table tbody tr:nth-of-type(even) td, table tbody tr:nth-of-type(odd) td {
    border-bottom: 1px solid #dbdbdb
}

table.checklist tbody tr td {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 2rem;
    padding-right: 10%
}

table.checklist tbody tr td.available {
    background-image: url(../images/icons/checked.svg)
}

table.checklist tbody tr td.unavailable {
    background-image: url(../images/icons/notchecked.svg)
}

.select2wrapper {
    max-width: 31.25rem
}

.select2-container {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 3rem;
    margin: 0;
    padding: .5rem 1rem;
    color: #000d1a;
    font-size: inherit;
    vertical-align: middle;
    background-image: url(../images/icons/vrn-icon-forms-arrow-bottom-margin.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-color: #fafafa;
    border-radius: 8px;
    border: 2px solid #dbdbdb;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single:hover {
    border-color: #0098d8
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-container--open .select2-selection {
    border-radius: 8px 8px 0 0;
    border-bottom: none
}

.select2-dropdown {
    background-color: #e5f4fb;
    border-width: .125rem;
    border-color: #dbdbdb;
    border-style: solid;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option:hover, .select2-results__option--highlighted {
    background-color: #0098d8;
    color: #fff
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 0 .5rem;
    width: 100%;
    box-sizing: border-box;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 8px
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

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

.vrn-traffic-front {
    padding-bottom: 1rem
}

.vrn-traffic-front .vrn-regions {
    margin-bottom: .5rem
}

.vrn-traffic-front .vrn-list {
    margin-bottom: 1rem
}

.vrn-traffic-front .vrn-list > .row {
    border-bottom: .1875rem solid #dbdbdb;
    margin-top: 1rem
}

@media print {
    * {
        -webkit-print-color-adjust: exact
    }

    .large-1 {
        width: 8.33333%
    }

    .large-2 {
        width: 16.66667%
    }

    .large-3 {
        width: 25%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-6 {
        width: 50%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-9 {
        width: 75%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-12 {
        width: 100%
    }
}
