﻿@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ @import url(https://use.typekit.net/tev0qmq.css);
@import url(/Scripts/ArcGIS3.28/esri/css/esri.css);

:root {
    --blue: #047db5;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ed1b2e;
    --orange: #f68b1f;
    --yellow: #ffd200;
    --green: #008244;
    --teal: #dbf4fd;
    --cyan: #0097d0;
    --white: #fff;
    --gray: #626462;
    --gray-dark: #343a40;
    --primary: #0097d0;
    --secondary: #047db5;
    --success: #008244;
    --info: #0097d0;
    --warning: #ffd200;
    --danger: #ed1b2e;
    --light: #f5f5f4;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: proxima-nova,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: proxima-nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #626462;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #047db5;
    background-color: transparent
}

    a, a:hover {
        text-decoration: none
    }

        a:hover {
            color: #0053a0
        }

        a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

            a:not([href]):not([tabindex]):focus {
                outline: 0
            }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #626462;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width:1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.1875rem
}

@media (max-width:1200px) {
    .h1, h1 {
        font-size: calc(1.34375rem + 1.125vw)
    }
}

.h2, h2 {
    font-size: 1.75rem
}

@media (max-width:1200px) {
    .h2, h2 {
        font-size: calc(1.3rem + .6vw)
    }
}

.h3, h3 {
    font-size: 1.53125rem
}

@media (max-width:1200px) {
    .h3, h3 {
        font-size: calc(1.27812rem + .3375vw)
    }
}

.h4, h4 {
    font-size: 1.3125rem
}

@media (max-width:1200px) {
    .h4, h4 {
        font-size: calc(1.25625rem + .075vw)
    }
}

.h5, h5 {
    font-size: 1.09375rem
}

.h6, h6 {
    font-size: .875rem
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-2 {
        font-size: calc(1.675rem + 5.1vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #626462
}

    .blockquote-footer:before {
        content: "\2014\00A0"
    }

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #8a8b8a;
    border-radius: 0
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #626462
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #626462
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #e3e3e0
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #e3e3e0
    }

    .table tbody + tbody {
        border-top: 2px solid #e3e3e0
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #e3e3e0
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #626462;
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8e2f2
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7ac9e7
    }

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #a2d9ee
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #b9dbea
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #7cbbd9
    }

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #a5d1e4
}

.table-success, .table-success > td, .table-success > th {
    background-color: #b8dccb
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #7abe9e
    }

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #a7d4be
}

.table-info, .table-info > td, .table-info > th {
    background-color: #b8e2f2
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #7ac9e7
    }

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #a2d9ee
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fff2b8
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffe87a
    }

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffed9f
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fabfc4
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #f68892
    }

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f8a7ae
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fcfcfc
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fafaf9
    }

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #efefef
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #95999c
    }

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #343a40;
    background-color: #e3e3e0;
    border-color: #e3e3e0
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: hsla(0,0%,100%,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: hsla(0,0%,100%,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.4375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #626462;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e3e0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (max-width:1200px) {
    .form-control {
        font-size: calc(1.26875rem + .225vw)
    }
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #626462;
    background-color: #fff;
    border-color: #51cfff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,151,208,.25)
}

.form-control::-webkit-input-placeholder {
    color: #626462;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #626462;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #626462;
    opacity: 1
}

.form-control::placeholder {
    color: #626462;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e3e3e0;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #626462;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.09375rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .76562rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #626462;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .76562rem;
    line-height: 1.5;
    border-radius: 0
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #626462
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #008244
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .76562rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0,130,68,.9);
    border-radius: 0
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #008244;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23008244' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #008244;
        box-shadow: 0 0 0 .2rem rgba(0,130,68,.25)
    }

    .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #008244;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23008244' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #008244;
        box-shadow: 0 0 0 .2rem rgba(0,130,68,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #008244
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #008244
}

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        border-color: #008244
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #00b55f;
    background-color: #00b55f
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0,130,68,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #008244
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #008244;
    box-shadow: 0 0 0 .2rem rgba(0,130,68,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ed1b2e
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .76562rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(237,27,46,.9);
    border-radius: 0
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #ed1b2e;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ed1b2e' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ed1b2e' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #ed1b2e;
        box-shadow: 0 0 0 .2rem rgba(237,27,46,.25)
    }

    .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #ed1b2e;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ed1b2e' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ed1b2e' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #ed1b2e;
        box-shadow: 0 0 0 .2rem rgba(237,27,46,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #ed1b2e
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #ed1b2e
}

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        border-color: #ed1b2e
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #f14a59;
    background-color: #f14a59
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(237,27,46,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #ed1b2e
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #ed1b2e;
    box-shadow: 0 0 0 .2rem rgba(237,27,46,.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #626462;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.4375rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (max-width:1200px) {
    .btn {
        font-size: calc(1.26875rem + .225vw)
    }
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #626462;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,151,208,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0097d0;
    border-color: #0097d0
}

    .btn-primary:hover {
        color: #fff;
        background-color: #007baa;
        border-color: #00729d
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(38,167,215,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #0097d0;
        border-color: #0097d0
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #00729d;
        border-color: #006990
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38,167,215,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #047db5;
    border-color: #047db5
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #036390;
        border-color: #035b83
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(42,145,192,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #047db5;
        border-color: #047db5
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #035b83;
        border-color: #035277
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(42,145,192,.5)
        }

.btn-success {
    color: #fff;
    background-color: #008244;
    border-color: #008244
}

    .btn-success:hover {
        color: #fff;
        background-color: #005c30;
        border-color: #004f29
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(38,149,96,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #008244;
        border-color: #008244
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #004f29;
        border-color: #004223
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38,149,96,.5)
        }

.btn-info {
    color: #fff;
    background-color: #0097d0;
    border-color: #0097d0
}

    .btn-info:hover {
        color: #fff;
        background-color: #007baa;
        border-color: #00729d
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(38,167,215,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #0097d0;
        border-color: #0097d0
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #00729d;
        border-color: #006990
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38,167,215,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffd200;
    border-color: #ffd200
}

    .btn-warning:hover {
        color: #212529;
        background-color: #d9b300;
        border-color: #cca800
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(222,184,6,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffd200;
        border-color: #ffd200
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #cca800;
        border-color: #bf9e00
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(222,184,6,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #ed1b2e;
    border-color: #ed1b2e
}

    .btn-danger:hover {
        color: #fff;
        background-color: #d11122;
        border-color: #c51020
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(240,61,77,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #ed1b2e;
        border-color: #ed1b2e
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c51020;
        border-color: #ba0f1e
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(240,61,77,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f5f5f4;
    border-color: #f5f5f4
}

    .btn-light:hover {
        color: #212529;
        background-color: #e3e3e0;
        border-color: #ddddd9
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem hsla(180,1%,84%,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f5f5f4;
        border-color: #f5f5f4
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #ddddd9;
        border-color: #d7d7d3
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem hsla(180,1%,84%,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
        }

.btn-outline-primary {
    color: #0097d0;
    border-color: #0097d0
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0097d0;
        border-color: #0097d0
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,151,208,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #0097d0;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #0097d0;
        border-color: #0097d0
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,151,208,.5)
        }

.btn-outline-secondary {
    color: #047db5;
    border-color: #047db5
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #047db5;
        border-color: #047db5
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(4,125,181,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #047db5;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #047db5;
        border-color: #047db5
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(4,125,181,.5)
        }

.btn-outline-success {
    color: #008244;
    border-color: #008244
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #008244;
        border-color: #008244
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(0,130,68,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #008244;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #008244;
        border-color: #008244
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,130,68,.5)
        }

.btn-outline-info {
    color: #0097d0;
    border-color: #0097d0
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #0097d0;
        border-color: #0097d0
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(0,151,208,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #0097d0;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #0097d0;
        border-color: #0097d0
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,151,208,.5)
        }

.btn-outline-warning {
    color: #ffd200;
    border-color: #ffd200
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffd200;
        border-color: #ffd200
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,210,0,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffd200;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffd200;
        border-color: #ffd200
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,210,0,.5)
        }

.btn-outline-danger {
    color: #ed1b2e;
    border-color: #ed1b2e
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ed1b2e;
        border-color: #ed1b2e
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(237,27,46,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #ed1b2e;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #ed1b2e;
        border-color: #ed1b2e
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(237,27,46,.5)
        }

.btn-outline-light {
    color: #f5f5f4;
    border-color: #f5f5f4
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f5f5f4;
        border-color: #f5f5f4
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem hsla(60,5%,96%,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f5f5f4;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f5f5f4;
        border-color: #f5f5f4
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem hsla(60,5%,96%,.5)
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #047db5;
    text-decoration: none
}

    .btn-link:hover {
        color: #0053a0;
        text-decoration: none
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: none;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #626462;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .76562rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty:after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #626462;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e3e3e0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #343a40;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #292d32;
        text-decoration: none;
        background-color: #f5f5f4
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #292d32;
        text-decoration: none;
        background-color: #0097d0
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #626462;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .76562rem;
    color: #626462;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #343a40
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1.4375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #626462;
    text-align: center;
    white-space: nowrap;
    background-color: #e3e3e0;
    border: 1px solid #e3e3e0;
    border-radius: 0
}

@media (max-width:1200px) {
    .input-group-text {
        font-size: calc(1.26875rem + .225vw)
    }
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .76562rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label:before {
        color: #fff;
        border-color: #0097d0;
        background-color: #0097d0
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: 0 0 0 .2rem rgba(0,151,208,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
        border-color: #51cfff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
        color: #fff;
        background-color: #84ddff;
        border-color: #84ddff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #626462
    }

        .custom-control-input:disabled ~ .custom-control-label:before {
            background-color: #e3e3e0
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label:before {
        pointer-events: none;
        background-color: #fff;
        border: 1px solid #707070
    }

    .custom-control-label:after, .custom-control-label:before {
        position: absolute;
        top: .15625rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: ""
    }

    .custom-control-label:after {
        background: no-repeat 50%/50% 50%
    }

.custom-checkbox .custom-control-label:before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #0097d0;
    background-color: #0097d0
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0,151,208,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0,151,208,.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0,151,208,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label:before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label:after {
        top: calc(.15625rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #707070;
        border-radius: .5rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0,151,208,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1.4375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #626462;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #e3e3e0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (max-width:1200px) {
    .custom-select {
        font-size: calc(1.26875rem + .225vw)
    }
}

.custom-select:focus {
    border-color: #51cfff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,151,208,.25)
}

    .custom-select:focus::-ms-value {
        color: #626462;
        background-color: #fff
    }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #626462;
    background-color: #e3e3e0
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .76562rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.09375rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #51cfff;
        box-shadow: 0 0 0 .2rem rgba(0,151,208,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e3e3e0
    }

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]:after {
        content: attr(data-browse)
    }

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #e3e3e0;
    border-radius: 0
}

    .custom-file-label, .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #626462
    }

        .custom-file-label:after {
            bottom: 0;
            z-index: 3;
            display: block;
            height: calc(1.5em + .75rem);
            content: "Browse";
            background-color: #e3e3e0;
            border-left: inherit;
            border-radius: 0 0 0 0
        }

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,151,208,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,151,208,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,151,208,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #0097d0;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #84ddff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #8a8b8a;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0097d0;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #84ddff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #8a8b8a;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #0097d0;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #84ddff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #8a8b8a;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #707070
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #707070
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #707070
}

.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #626462;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px none
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e3e3e0 #e3e3e0 none
        }

        .nav-tabs .nav-link.disabled {
            color: #626462;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #047db5;
            background-color: #fff;
            border-color: none
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: 0
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0097d0
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

    .navbar, .navbar > .container, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .33594rem;
    padding-bottom: .33594rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #343a40
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(52,58,64,.7)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(52,58,64,.9)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(52,58,64,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #343a40
    }

.navbar-light .navbar-toggler {
    color: rgba(52,58,64,.7);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(52, 58, 64, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(52,58,64,.7)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: #343a40
    }

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0,0%,100%,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0,0%,100%,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.5)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0 solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: 0 0 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 0 0
    }

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 0
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 4;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: 0
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e3e3e0;
    border-radius: 0
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: .5rem;
        color: #626462;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #626462
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #047db5;
    background-color: #fff;
    border: 1px solid #8a8b8a
}

    .page-link:hover {
        z-index: 2;
        color: #0053a0;
        text-decoration: none;
        background-color: #e3e3e0;
        border-color: #8a8b8a
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,151,208,.25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0097d0;
    border-color: #0097d0
}

.page-item.disabled .page-link {
    color: #626462;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #8a8b8a
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .76562rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #0097d0
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #00729d
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,151,208,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #047db5
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #035b83
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(4,125,181,.5)
}

.badge-success {
    color: #fff;
    background-color: #008244
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #004f29
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,130,68,.5)
}

.badge-info {
    color: #fff;
    background-color: #0097d0
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #00729d
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,151,208,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffd200
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #cca800
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,210,0,.5)
}

.badge-danger {
    color: #fff;
    background-color: #ed1b2e
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #c51020
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(237,27,46,.5)
}

.badge-light {
    color: #212529;
    background-color: #f5f5f4
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #ddddd9
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(60,5%,96%,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e3e3e0;
    border-radius: 0
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.8125rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004f6c;
    background-color: #cceaf6;
    border-color: #b8e2f2
}

    .alert-primary hr {
        border-top-color: #a2d9ee
    }

    .alert-primary .alert-link {
        color: #002a39
    }

.alert-secondary {
    color: #02415e;
    background-color: #cde5f0;
    border-color: #b9dbea
}

    .alert-secondary hr {
        border-top-color: #a5d1e4
    }

    .alert-secondary .alert-link {
        color: #011e2c
    }

.alert-success {
    color: #004423;
    background-color: #cce6da;
    border-color: #b8dccb
}

    .alert-success hr {
        border-top-color: #a7d4be
    }

    .alert-success .alert-link {
        color: #001109
    }

.alert-info {
    color: #004f6c;
    background-color: #cceaf6;
    border-color: #b8e2f2
}

    .alert-info hr {
        border-top-color: #a2d9ee
    }

    .alert-info .alert-link {
        color: #002a39
    }

.alert-warning {
    color: #856d00;
    background-color: #fff6cc;
    border-color: #fff2b8
}

    .alert-warning hr {
        border-top-color: #ffed9f
    }

    .alert-warning .alert-link {
        color: #524300
    }

.alert-danger {
    color: #7b0e18;
    background-color: #fbd1d5;
    border-color: #fabfc4
}

    .alert-danger hr {
        border-top-color: #f8a7ae
    }

    .alert-danger .alert-link {
        color: #4d090f
    }

.alert-light {
    color: #7f7f7f;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

    .alert-light hr {
        border-top-color: #efefef
    }

    .alert-light .alert-link {
        color: #666
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@keyframes a {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .65625rem;
    background-color: #e3e3e0;
    border-radius: 0
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0097d0;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: a 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #343a40;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #343a40;
        text-decoration: none;
        background-color: #f5f5f4
    }

    .list-group-item-action:active {
        color: #626462;
        background-color: #e3e3e0
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #626462;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0097d0;
        border-color: #0097d0
    }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

        .list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-top-right-radius: 0
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-sm .list-group-item:first-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 0
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-md .list-group-item:first-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 0
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-lg .list-group-item:first-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 0
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-xl .list-group-item:first-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0
            }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004f6c;
    background-color: #b8e2f2
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004f6c;
        background-color: #a2d9ee
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004f6c;
        border-color: #004f6c
    }

.list-group-item-secondary {
    color: #02415e;
    background-color: #b9dbea
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #02415e;
        background-color: #a5d1e4
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #02415e;
        border-color: #02415e
    }

.list-group-item-success {
    color: #004423;
    background-color: #b8dccb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #004423;
        background-color: #a7d4be
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #004423;
        border-color: #004423
    }

.list-group-item-info {
    color: #004f6c;
    background-color: #b8e2f2
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #004f6c;
        background-color: #a2d9ee
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #004f6c;
        border-color: #004f6c
    }

.list-group-item-warning {
    color: #856d00;
    background-color: #fff2b8
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856d00;
        background-color: #ffed9f
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856d00;
        border-color: #856d00
    }

.list-group-item-danger {
    color: #7b0e18;
    background-color: #fabfc4
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #7b0e18;
        background-color: #f8a7ae
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #7b0e18;
        border-color: #7b0e18
    }

.list-group-item-light {
    color: #7f7f7f;
    background-color: #fcfcfc
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #7f7f7f;
        background-color: #efefef
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #7f7f7f;
        border-color: #7f7f7f
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

@media (max-width:1200px) {
    .close {
        font-size: calc(1.25625rem + .075vw)
    }
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #626462;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable:before {
            content: none
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e3e3e0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e3e3e0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: proxima-nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .76562rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: proxima-nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .76562rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0
}

    .popover, .popover .arrow {
        position: absolute;
        display: block
    }

        .popover .arrow {
            width: 1rem;
            height: .5rem;
            margin: 0
        }

            .popover .arrow:after, .popover .arrow:before {
                position: absolute;
                display: block;
                content: "";
                border-color: transparent;
                border-style: solid
            }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
            top: 0;
            border-width: 0 .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
            top: 1px;
            border-width: 0 .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #626462
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner:after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes b {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: b .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes c {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: c .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #0097d0 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #00729d !important
}

.bg-secondary {
    background-color: #047db5 !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #035b83 !important
}

.bg-success {
    background-color: #008244 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #004f29 !important
}

.bg-info {
    background-color: #0097d0 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #00729d !important
}

.bg-warning {
    background-color: #ffd200 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #cca800 !important
}

.bg-danger {
    background-color: #ed1b2e !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #c51020 !important
}

.bg-light {
    background-color: #f5f5f4 !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #ddddd9 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e3e3e0 !important
}

.border-top {
    border-top: 1px solid #e3e3e0 !important
}

.border-right {
    border-right: 1px solid #e3e3e0 !important
}

.border-bottom {
    border-bottom: 1px solid #e3e3e0 !important
}

.border-left {
    border-left: 1px solid #e3e3e0 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0097d0 !important
}

.border-secondary {
    border-color: #047db5 !important
}

.border-success {
    border-color: #008244 !important
}

.border-info {
    border-color: #0097d0 !important
}

.border-warning {
    border-color: #ffd200 !important
}

.border-danger {
    border-color: #ed1b2e !important
}

.border-light {
    border-color: #f5f5f4 !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded, .rounded-sm {
    border-radius: 0 !important
}

.rounded-top {
    border-top-left-radius: 0 !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: 0 !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: 0 !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: 0 !important
}

.rounded-left {
    border-top-left-radius: 0 !important
}

.rounded-lg {
    border-radius: 0 !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive:before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]:after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]:after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after, .bootstrap-datetimepicker-widget .btn[data-action=today]:after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after, .bootstrap-datetimepicker-widget .picker-switch:after, .bootstrap-datetimepicker-widget table th.next:after, .bootstrap-datetimepicker-widget table th.prev:after, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #0097d0 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #005f84 !important
}

.text-secondary {
    color: #047db5 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #02496a !important
}

.text-success {
    color: #008244 !important
}

a.text-success:focus, a.text-success:hover {
    color: #00361c !important
}

.text-info {
    color: #0097d0 !important
}

a.text-info:focus, a.text-info:hover {
    color: #005f84 !important
}

.text-warning {
    color: #ffd200 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #b39300 !important
}

.text-danger {
    color: #ed1b2e !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #ae0e1c !important
}

.text-light {
    color: #f5f5f4 !important
}

a.text-light:focus, a.text-light:hover {
    color: #d1d1cc !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body, .text-muted {
    color: #626462 !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: hsla(0,0%,100%,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #707070;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #8a8b8a !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #e3e3e0
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #e3e3e0
    }
}

.home-bg .btn:focus, .home-bg .form-control:focus {
    box-shadow: 0 0 0 .2rem #fff;
    border-color: #fff;
    outline: none
}

#tripToolsTabs .card .nav-tabs .nav-item .nav-link.active:focus, #tripToolsTabs .card .nav-tabs .nav-item .nav-link:focus {
    box-shadow: 0 0 0 .2rem #fff;
    outline: none
}

.location-toggler:focus {
    border-color: #51cfff !important
}

.btn-link-white:focus {
    outline: 2px solid #fff
}

.accordion .btn:focus {
    border-color: #51cfff !important
}

@font-face {
    font-family: karen;
    src: url(/fonts/knu_1.eot);
    src: local("☺"),url(/fonts/knu_1.woff) format("woff"),url(/fonts/knu_1.ttf) format("truetype"),url(/fonts/knu_1.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.karen-lang {
    font-family: karen,sans-serif
}

img[src^="//insight.adsrvr.org"] {
    display: none
}

body {
    overflow-x: hidden;
    font-size: 16px !important;
    font-size: 1rem !important
}

@media (min-width:992px) {
    body {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

a.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    transition: top 1s ease-out
}

    a.skip-to-content:focus {
        background-color: #ed1b2e;
        color: #fff;
        left: 4px;
        padding: 1rem;
        text-decoration: underline;
        top: 4px;
        transition: top .1s ease-in;
        z-index: 10
    }

@media (min-width:768px) {
    .container {
        padding-right: 0;
        padding-left: 0
    }
}

b, strong {
    font-weight: 700
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-weight: 700 !important;
    margin-bottom: 0
}

.h1, h1 {
    font-size: 32px !important;
    font-size: 2rem !important
}

@media (min-width:992px) {
    .h1, h1 {
        font-size: 42px !important;
        font-size: 2.625rem !important
    }
}

.h1 > .page-title, h1 > .page-title {
    background-color: #047db5
}

.h2, h2 {
    font-size: 23px !important;
    font-size: 1.4375rem !important
}

@media (min-width:992px) {
    .h2, h2 {
        font-size: 32px !important;
        font-size: 2rem !important
    }
}

.h3, h3 {
    font-size: 18px !important;
    font-size: 1.125rem !important
}

@media (min-width:992px) {
    .h3, h3 {
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }
}

.h4, h4 {
    font-size: 16px !important;
    font-size: 1rem !important
}

@media (min-width:992px) {
    .h4, h4 {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

hr {
    border-top: 1px solid #e3e3e0;
    margin: 15px 0
}

@media (min-width:992px) {
    hr {
        margin: 30px 0
    }
}

p.lead {
    font-size: 18px !important;
    font-size: 1.125rem !important
}

@media (min-width:992px) {
    p.lead {
        font-size: 20px !important;
        font-size: 1.25rem !important
    }
}

p.small {
    font-size: 14px !important;
    font-size: .875rem !important
}

@media (min-width:992px) {
    p.small {
        font-size: 16px !important;
        font-size: 1rem !important;
        line-height: 1.3
    }
}

.section {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width:992px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.section:nth-of-type(2n) {
    background-color: #f5f5f4
}

.section a:hover {
    border-bottom: 1px dotted #0097d0
}

    .section a:hover span {
        border-bottom: none
    }

.section h2 a, .section h3 a, .section p.lead a {
    color: #0097d0
}

    .section h2 a:hover, .section h3 a:hover, .section p.lead a:hover {
        color: #047db5;
        border-bottom: none
    }

.pdf {
    position: relative
}

    .pdf:after, .pdf:hover:after {
        content: "";
        position: absolute;
        top: .25rem;
        right: -1.25rem;
        background-image: url(../../../../../img/svg/pdf.svg);
        background-repeat: no-repeat;
        background-size: .75rem;
        width: .75rem;
        height: 1rem
    }

@media (min-width:992px) {
    .pdf:after, .pdf:hover:after {
        top: .15rem;
        right: -1.5rem;
        background-size: 1rem;
        width: 1rem;
        height: 1.25rem
    }
}

.reverse {
    background-color: #f5f5f4
}

    .reverse:nth-of-type(2n) {
        background-color: #fff
    }

.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow-x: hidden
}

.cyan {
    color: #0097d0
}

.red {
    color: #ed1b2e
}

.blue-bg {
    background-color: #047db5;
    color: #fff
}

.cyan-bg {
    background-color: #0097d0 !important;
    color: #fff
}

.gray-bg-100 {
    background-color: #f5f5f4
}

.gray-300-font {
    color: #8a8b8a
}

.green-bg {
    background-color: #008244;
    color: #fff
}

.teal-bg {
    background-color: #dbf4fd
}

.yellow-bg {
    background-color: #ffd200 !important
}

.white-bg {
    background-color: #fff
}

.caps {
    text-transform: uppercase
}

abbr {
    text-decoration: none !important
}

.icon {
    width: 1rem;
    height: 1rem
}

@media (min-width:992px) {
    .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

.card-header {
    background-color: #f5f5f4
}

.embed-responsive {
    margin-bottom: 1rem !important
}

.minus-icon {
    animation-name: e;
    animation-duration: .55s
}

.badge {
    border-radius: 4px
}

@keyframes d {
    0% {
        opacity: 0
    }
}

@keyframes e {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.blink {
    animation: d 1s infinite alternate;
    width: .75rem;
    height: .75rem
}

@media (min-width:992px) {
    .blink {
        width: 1rem;
        height: 1rem
    }
}

.dropdown .active {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out
}

.dropdown.show .active {
    transform: rotate(-180deg);
    transition: transform .3s ease-in-out
}

.site-search-box {
    background: #f5f5f4;
    position: absolute;
    top: 67px;
    right: 0;
    width: 420px;
    padding: 1rem;
    display: none;
    z-index: 3
}

    .site-search-box .form-control {
        color: #626462;
        font-size: 18px !important;
        font-size: 1.125rem !important
    }

    .site-search-box .input-group-append {
        background-color: #fff
    }

        .site-search-box .input-group-append .btn-primary {
            background-color: #fff;
            border: 1px solid #e3e3e0;
            border-left: 0;
            font-size: 18px !important;
            font-size: 1.125rem !important
        }

@media (min-width:768px) {
    .site-search-box button[type=search] .icon {
        width: 24px !important;
        height: 24px !important
    }
}

.accordion .chevron-down-blue {
    transform: rotate(-180deg);
    transition: transform .3s ease-in-out
}

.accordion .collapsed .chevron-down-blue {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out
}

.more-options .plus-blue {
    transform: rotate(-45deg);
    transition: transform .3s ease-in-out
}

.more-options .collapsed .plus-blue {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out
}

.autocomplete-suggestions {
    border: 2px solid #999;
    background: #fff;
    overflow: auto
}

.autocomplete-suggestion {
    cursor: pointer;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font: 400 16px
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    font-weight: 600;
    color: #000
}

.autocomplete-group {
    padding: 2px 5px
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000
    }

.hero {
    background-size: cover;
    background-position: 90%;
    background-repeat: no-repeat;
    height: 10rem
}

@media (min-width:768px) {
    .hero {
        height: 18rem
    }
}

@media (min-width:992px) {
    .hero {
        height: 17.2rem
    }
}

@media (min-width:1200px) {
    .hero {
        height: 20rem
    }
}

.about-bg {
    background-image: url(../../../../../img/about.jpg)
}

.alerts-bg {
    background-image: url(../../../../../img/alerts.jpg)
}

.accessiblity-bg {
    background-image: url(../../../../../img/accessibility.jpg)
}

.bicycle-bg {
    background-image: url(../../../../../img/bicycle.jpg)
}

.blog-bg {
    background-image: url(../../../../../img/blog.jpg)
}

.carpool-vanpool-bg {
    background-image: url(../../../../../img/carpool-vanpool.jpg)
}

.contact-us-bg {
    background-image: url(../../../../../img/contact-us.jpg)
}

.default-bg {
    background-image: url(../../../../../img/default-page-header.jpg)
}

.fares-bg {
    background-image: url(../../../../../img/fares.jpg)
}

.goto-card-bg {
    background-image: url(../../../../../img/goto-card.jpg);
    background-position: 13%
}

@media (min-width:768px) {
    .goto-card-bg {
        background-position: 25%
    }
}

@media (min-width:992px) {
    .goto-card-bg {
        background-position: 42%
    }
}

.home-bg {
    background-image: url(../../../../../img/home.jpg)
}

.how-to-ride-bg {
    background-image: url(../../../../../img/how-to-ride.jpg)
}

.impact-programs-bg {
    background-image: url(../../../../../img/inpact-programs.jpg)
}

.jobs-bg {
    background-image: url(../../../../../img/job-opportunities.jpg)
}

.news-bg {
    background-image: url(../../../../../img/news.jpg)
}

.nextrip-bg {
    background-image: url(../../../../../img/nextrip.jpg)
}

.park-ride-bg {
    background-image: url(../../../../../img/park-ride.jpg)
}

.pass-programs-bg {
    background-image: url(../../../../../img/pass-programs.jpg)
}

.police-bg {
    background-image: url(../../../../../img/police.jpg)
}

.public-art-bg {
    background-image: url(../../../../../img/public-art.jpg)
}

.schedules-maps-bg {
    background-image: url(../../../../../img/schedules-maps.jpg)
}

.stops-stations-bg {
    background-image: url(../../../../../img/stops-stations.jpg)
}

.transit-improvements-bg {
    background-image: url(../../../../../img/transit-improvements.jpg)
}

.transit-initiatives-bg {
    background-image: url(../../../../../img/transit-initiatives.jpg)
}

.trip-planner-bg {
    background-image: url(../../../../../img/trip-planner.jpg);
    background-position: 25%
}

@media (min-width:992px) {
    .trip-planner-bg {
        background-position: 0
    }
}

.accordion {
    margin-bottom: 1rem
}

    .accordion .btn {
        background-color: #f5f5f4;
        color: #626462;
        font-size: 18px !important;
        font-size: 1.125rem !important;
        margin-bottom: 0;
        padding: .657rem .5rem
    }

@media (min-width:992px) {
    .accordion .btn {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        padding: .75rem 1rem
    }
}

.accordion .btn.collapsed {
    background-color: #f5f5f4
}

    .accordion .btn.collapsed:focus, .accordion .btn.collapsed:hover {
        background-color: #dbf4fd
    }

.accordion .btn .icon {
    margin-right: 1rem
}

    .accordion .btn .icon.chevron-down-blue {
        margin-right: 0
    }

.accordion .btn .btn-text {
    width: 100%
}

@media (min-width:768px) {
    .accordion .btn .btn-text {
        width: auto
    }
}

.accordion [aria-expanded=true] {
    background-color: #dbf4fd;
    box-shadow: 0 0 0 .2rem rgbs(0,151,208,.25)
}

.accordion .icon {
    width: 1.625rem;
    height: 1.625rem
}

@media (min-width:992px) {
    .accordion .icon {
        width: 2.25rem;
        height: 2.25rem
    }
}

.accordion .icon.chevron-down-blue {
    width: 1rem;
    height: 1rem
}

@media (min-width:992px) {
    .accordion .icon.chevron-down-blue {
        width: 1rem;
        height: 1rem
    }
}

.accordion [aria-expanded=true] .chevron-down-blue {
    width: 1rem;
    height: 1rem;
    margin-right: 0;
    transform: rotate(-180deg)
}

.accordion .collapse {
    border: 1px solid #e3e3e0;
    border-top: none
}

.badge {
    font-size: 12px !important;
    font-size: .75rem !important;
    text-transform: uppercase
}

@media (min-width:992px) {
    .badge {
        font-size: 16px !important;
        font-size: 1rem !important
    }
}

.badge.badge-warning {
    color: #626462
}

.badge.badge-info, .badge.badge-success {
    color: #fff
}

.btn-container {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

    .btn-container.left {
        text-align: left !important
    }

        .btn-container.left .btn {
            min-width: 0
        }

@media (min-width:1200px) {
    .btn-container {
        text-align: left
    }

        .btn-container.center {
            text-align: center;
            margin: 0 auto
        }
}

.btn {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    font-weight: 700;
    min-width: 220px;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .btn {
        margin-right: 1rem
    }
}

@media (min-width:992px) {
    .btn {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        min-width: 16.875rem;
        padding: .688rem .75rem
    }
}

@media (min-width:1200px) {
    .btn {
        margin-right: 1rem
    }
}

.btn:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.btn.btn-primary {
    position: relative;
    background-color: #0053a0;
    color: #fff;
    border: 2px solid #0053a0;
    padding: .5rem 3rem
}

@media (min-width:992px) {
    .btn.btn-primary {
        padding: .688rem 3rem
    }
}

.btn.btn-primary.has-icon-right:after {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/edit-white.svg);
    background-repeat: no-repeat;
    top: .95rem;
    right: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    .btn.btn-primary.has-icon-right:after {
        top: 1.15rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem
    }
}

.btn.btn-primary:focus, .btn.btn-primary:hover {
    background-color: #002b54
}

.btn.btn-secondary-ghost {
    color: #626462;
    position: relative;
    border: 2px solid #0097d0;
    padding: .5rem 3rem
}

@media (min-width:992px) {
    .btn.btn-secondary-ghost {
        padding: .688rem 3rem
    }
}

.btn.btn-secondary-ghost.has-icon-left:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/arrow-left-blue.svg);
    background-repeat: no-repeat;
    top: .95rem;
    left: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    .btn.btn-secondary-ghost.has-icon-left:before {
        top: 1.15rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem
    }
}

.btn.btn-secondary-ghost.has-icon-left:focus:before, .btn.btn-secondary-ghost.has-icon-left:hover:before {
    background-image: url(../../../../../img/svg/arrow-left-white.svg)
}

.btn.btn-secondary-ghost.has-icon-right:after {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/arrow-right-blue.svg);
    background-repeat: no-repeat;
    top: .95rem;
    right: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    .btn.btn-secondary-ghost.has-icon-right:after {
        top: 1.15rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem
    }
}

.btn.btn-secondary-ghost.has-icon-right:focus:after, .btn.btn-secondary-ghost.has-icon-right:hover:after {
    background-image: url(../../../../../img/svg/arrow-right-white.svg)
}

.btn.btn-secondary-ghost:focus, .btn.btn-secondary-ghost:hover {
    background-color: #0053a0;
    color: #fff;
    border: 2px solid #0053a0
}

.btn.btn-secondary-ghost-alt {
    color: #fff;
    position: relative;
    border: 2px solid #fff;
    padding: .5rem 3rem
}

@media (min-width:992px) {
    .btn.btn-secondary-ghost-alt {
        padding: .688rem 3rem
    }
}

.btn.btn-secondary-ghost-alt.has-icon-left:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/arrow-left-white.svg);
    background-repeat: no-repeat;
    top: .95rem;
    left: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    .btn.btn-secondary-ghost-alt.has-icon-left:before {
        top: 1.15rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem
    }
}

.btn.btn-secondary-ghost-alt.has-icon-left:focus:before, .btn.btn-secondary-ghost-alt.has-icon-left:hover:before {
    background-image: url(../../../../../img/svg/arrow-left-blue.svg)
}

.btn.btn-secondary-ghost-alt.has-icon-right:after {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/arrow-right-white.svg);
    background-repeat: no-repeat;
    top: .95rem;
    right: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    .btn.btn-secondary-ghost-alt.has-icon-right:after {
        top: 1.15rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem
    }
}

.btn.btn-secondary-ghost-alt.has-icon-right:focus:after, .btn.btn-secondary-ghost-alt.has-icon-right:hover:after {
    background-image: url(../../../../../img/svg/arrow-right-blue.svg)
}

.btn.btn-secondary-ghost-alt:focus, .btn.btn-secondary-ghost-alt:hover {
    background-color: #fff;
    color: #0097d0 !important;
    border: 2px solid #fff
}

.btn.btn-anchor {
    color: #626462;
    position: relative;
    border: 2px solid #0053a0;
    background-color: #fff;
    min-width: 10.6275rem;
    padding: .5rem .75rem
}

@media (min-width:992px) {
    .btn.btn-anchor {
        padding: .688rem 1rem
    }
}

.btn.btn-anchor:hover, .btn.btn-anchor:not(:disabled):not(.disabled).active, .btn.btn-anchor:not(:disabled):not(.disabled):active {
    background-color: #dbf4fd;
    border: 2px solid #0097d0;
    color: #047db5
}

.btn.btn-anchor-lg {
    color: #626462;
    position: relative;
    border: 2px solid #0053a0;
    background-color: #fff
}

    .btn.btn-anchor-lg:hover, .btn.btn-anchor-lg:not(:disabled):not(.disabled).active, .btn.btn-anchor-lg:not(:disabled):not(.disabled):active {
        background-color: #dbf4fd;
        border: 2px solid #0097d0;
        color: #047db5
    }

.btn.btn-route, .btn.btn-route-lg {
    color: #626462;
    background-color: #fff;
    border: 2px solid #8a8b8a;
    border-radius: 4px;
    padding: .5rem .75rem
}

    .btn.btn-route-lg:hover, .btn.btn-route-lg:not(:disabled):not(.disabled).active, .btn.btn-route-lg:not(:disabled):not(.disabled):active, .btn.btn-route:hover, .btn.btn-route:not(:disabled):not(.disabled).active, .btn.btn-route:not(:disabled):not(.disabled):active {
        background-color: #dbf4fd;
        border: 2px solid #0097d0;
        color: #047db5
    }

.btn.btn-route {
    min-width: 70px !important;
    width: 70px
}

.btn.btn-route-lg {
    min-width: 170px !important;
    width: 170px
}

.btn.btn-cta-white {
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    padding: .5rem 3rem
}

@media (min-width:992px) {
    .btn.btn-cta-white {
        border: none;
        padding: .688rem 3rem
    }
}

.btn.btn-cta-white.has-icon-right:after {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/arrow-right-white.svg);
    background-repeat: no-repeat;
    top: .95rem;
    right: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    .btn.btn-cta-white.has-icon-right:after {
        top: 1.15rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem
    }
}

.btn.btn-link-white {
    color: #fff;
    margin-bottom: 0;
    min-width: auto;
    position: relative;
    padding: .5rem 3rem;
    padding-left: 0;
    text-align: left
}

@media (min-width:992px) {
    .btn.btn-link-white {
        border: 0;
        padding: .688rem 3rem
    }
}

.btn.btn-link-white.has-icon-right:after {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/arrow-right-white.svg);
    background-repeat: no-repeat;
    top: .95rem;
    right: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    .btn.btn-link-white.has-icon-right:after {
        top: 1.15rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem
    }
}

.btn.btn-link-cyan {
    color: #0097d0;
    min-width: 0;
    position: relative;
    padding: .5rem 3rem
}

@media (min-width:992px) {
    .btn.btn-link-cyan {
        padding: .688rem 3rem
    }
}

.btn.btn-link-cyan.has-icon-left:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/arrow-left-blue.svg);
    background-repeat: no-repeat;
    top: .95rem;
    left: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    .btn.btn-link-cyan.has-icon-left:before {
        top: 1.15rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem
    }
}

.btn.btn-link-cyan.has-icon-left:focus:before, .btn.btn-link-cyan.has-icon-left:hover:before {
    background-image: url(../../../../../img/svg/arrow-left-dark-blue.svg)
}

.btn.btn-link-cyan.has-icon-right:after {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/arrow-right-blue.svg);
    background-repeat: no-repeat;
    top: .95rem;
    right: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    .btn.btn-link-cyan.has-icon-right:after {
        top: 1.15rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem
    }
}

.btn.btn-link-cyan.has-icon-right:focus:after, .btn.btn-link-cyan.has-icon-right:hover:after {
    background-image: url(../../../../../img/svg/arrow-right-dark-blue.svg)
}

.btn.btn-link-cyan:focus, .btn.btn-link-cyan:hover {
    color: #0053a0 !important
}

.btn.btn-link {
    font-size: 16px !important;
    font-size: 1rem !important;
    color: #0097d0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left
}

@media (min-width:992px) {
    .btn.btn-link {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

.btn.btn-block-link {
    background-color: #f5f5f4;
    border: 0;
    margin-right: 0
}

    .btn.btn-block-link:hover {
        border-bottom: 0
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-group-toggle {
    display: block
}

    .btn-group-toggle p {
        margin-bottom: 0
    }

@media (min-width:992px) {
    .btn-group-toggle p {
        margin-top: .25rem
    }
}

.btn-group-toggle .btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #dbf4fd;
    border: 2px solid #0097d0;
    color: #0097d0
}

.btn-group-toggle .btn-outline-secondary {
    border-radius: .25rem !important;
    font-size: 16px !important;
    font-size: 1rem !important;
    width: 70px;
    height: 40px;
    margin-right: .3rem;
    margin-bottom: .5rem !important
}

@media (min-width:992px) {
    .btn-group-toggle .btn-outline-secondary {
        font-size: 18px !important;
        font-size: 1.125rem !important;
        width: 70px;
        height: 50px;
        margin-right: 1.72rem;
        margin-bottom: 1.75rem !important
    }
}

.btn-group-toggle .btn-outline-secondary:nth-child(4n) {
    margin-right: 0
}

@media (min-width:992px) {
    .btn-group-toggle .btn-outline-secondary:nth-child(4n) {
        margin-right: 1.72rem
    }
}

@media (min-width:992px) {
    .btn-group-toggle .btn-outline-secondary:nth-child(5n) {
        margin-right: 0
    }
}

.btn-group-toggle .btn-outline-secondary:hover {
    background-color: #dbf4fd;
    border: 2px solid #0097d0;
    color: #0097d0
}

.btn-group-toggle .btn-outline-secondary:last-child {
    width: 70px;
    height: 40px
}

@media (min-width:992px) {
    .btn-group-toggle .btn-outline-secondary:last-child {
        font-size: 18px !important;
        font-size: 1.125rem !important;
        width: 70px;
        height: 50px
    }
}

div.mt-form {
    margin: 0;
    padding: 0
}

    div.mt-form div.mt-field {
        display: block;
        clear: both;
        margin-bottom: 1rem
    }

.mt-form .mt-field.row {
    display: flex !important;
    margin-bottom: 0
}

div.mt-form div.mt-field div.mt-formleftcolumn {
    display: block;
    clear: left;
    float: left;
    width: 48%;
    padding-right: 2%;
    margin-bottom: 1rem
}

div.mt-form div.mt-field div.mt-formrightcolumn {
    display: block;
    clear: right;
    float: right;
    width: 50%;
    margin-bottom: 1rem
}

div.mt-form div.row div.col-lg-1, div.mt-form div.row div.col-lg-2, div.mt-form div.row div.col-lg-3, div.mt-form div.row div.col-lg-4, div.mt-form div.row div.col-lg-5, div.mt-form div.row div.col-lg-6, div.mt-form div.row div.col-lg-7, div.mt-form div.row div.col-lg-8, div.mt-form div.row div.col-lg-9, div.mt-form div.row div.col-lg-10, div.mt-form div.row div.col-lg-11 {
    margin-bottom: 1rem
}

div.mt-form div.mt-field span.mt-required-notice {
    padding-left: 1rem;
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIQUAIwAALALAKwSCawpJ/cuAP4yAP81APQ5CvQ6C/8+Cv8/Cv5RGP9RGfRhMfRiMf9jJ/50NP+GR/+HSPSKXP///////////////////////////////////////////////yH5BAEKAB8ALAAAAAAHAAcAAAUf4CcCojhMkiOIE/QsyAdED6MYZLMkBSEKBwMhUJKVQgA7) no-repeat 0 50%
}

div.mt-form div.mt-field .mt-required {
    padding-right: 1rem;
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIQUAIwAALALAKwSCawpJ/cuAP4yAP81APQ5CvQ6C/8+Cv8/Cv5RGP9RGfRhMfRiMf9jJ/50NP+GR/+HSPSKXP///////////////////////////////////////////////yH5BAEKAB8ALAAAAAAHAAcAAAUf4CcCojhMkiOIE/QsyAdED6MYZLMkBSEKBwMhUJKVQgA7) no-repeat 100% 50%
}

div.mt-form .mt-rightalign {
    text-align: right
}

div.mt-form .mt-field ul.mt-checkbox-list, div.mt-form .mt-field ul.mt-radio-button-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    div.mt-form .mt-field ul.mt-checkbox-list li, div.mt-form .mt-field ul.mt-radio-button-list li {
        padding: 0 .3em
    }

div.mt-form .mt-field table.mt-checkbox-list td, div.mt-form .mt-field table.mt-radio-button-list td {
    padding: .3em 1rem .3em .3em
}

div.mt-form .mt-field table.mt-checkbox-list, div.mt-form .mt-field table.mt-radio-button-list {
    padding: .3em
}

div.mt-form .mt-field span.mt-checkbox-list label, div.mt-form .mt-field span.mt-radio-button-list label {
    padding: .3em 1rem .3em 0
}

div.mt-form .mt-field span.mt-checkbox-list input, div.mt-form .mt-field span.mt-radio-button-list input {
    margin: .3em
}

div.mt-form .mt-field span.mt-checkbox, div.mt-form .mt-field span.mt-checkbox-list, div.mt-form .mt-field span.mt-radio, div.mt-form .mt-field span.mt-radio-button-list {
    padding: .3em
}

    div.mt-form .mt-field span.mt-checkbox label, div.mt-form .mt-field span.mt-radio label {
        margin: 0 .3em
    }

.mt-form input[type=email], .mt-form input[type=number], .mt-form input[type=password], .mt-form input[type=search], .mt-form input[type=tel], .mt-form input[type=text], .mt-form select {
    width: 100%;
    line-height: 1rem;
    height: 24px;
    padding: 0 6px;
    box-sizing: border-box
}

.mt-form input[type=number], .mt-form input[type=search], .mt-form input[type=tel] {
    -moz-appearance: textfield
}

.mt-form input[type=checkbox], .mt-form input[type=radio] {
    vertical-align: middle;
    margin: .3em
}

.mt-form input[type=number]::-webkit-inner-spin-button, .mt-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

div.mt-form .mt-field .mt-checkbox, div.mt-form .mt-field .mt-checkbox-list, div.mt-form .mt-field .mt-file-upload, div.mt-form .mt-field .mt-file-upload input[type=file], div.mt-form .mt-field .mt-radio-button-list, div.mt-form .mt-field .mt-value, div.mt-form .mt-field input[type=email], div.mt-form .mt-field input[type=number], div.mt-form .mt-field input[type=password], div.mt-form .mt-field input[type=search], div.mt-form .mt-field input[type=tel], div.mt-form .mt-field input[type=text], div.mt-form .mt-field select, div.mt-form .mt-field textarea, div.mt-form .row .mt-file-upload input[type=file], div.mt-form .row input[type=email], div.mt-form .row input[type=number], div.mt-form .row input[type=password], div.mt-form .row input[type=search], div.mt-form .row input[type=tel], div.mt-form .row input[type=text] {
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -opera-border-radius: .3em;
    -khtml-border-radius: .3em
}

div.mt-form .mt-field select {
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -khtml-appearance: none;
    -webkit-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    padding: 0 24px 0 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNjcgMjc1IDI3NSI+PHBhdGggZD0iTTE2OC40NTIsNDIuMTIxbC02LjEwOS02LjExMWMtMi4xMTgtMi4wMDktNC41OS0zLjAxNC03LjQxMy0zLjAxNGMtMi44OCwwLTUuMzI0LDEuMDA1LTcuMzM0LDMuMDE0TDEwOCw3NS42MDcgTDY4LjQwNCwzNi4wMTFjLTIuMDEtMi4wMDktNC40NTQtMy4wMTQtNy4zMzMtMy4wMTRjLTIuODI0LDAtNS4yOTYsMS4wMDUtNy40MTQsMy4wMTRsLTYuMDI5LDYuMTExIGMtMi4wNjQsMi4wNjMtMy4wOTYsNC41MzUtMy4wOTYsNy40MTRjMCwyLjkzMywxLjAzMyw1LjM3NywzLjA5Niw3LjMzMmw1My4wMzksNTMuMDM5YzEuOTU2LDIuMDY0LDQuMzk5LDMuMDk2LDcuMzMzLDMuMDk2IGMyLjg3OSwwLDUuMzUtMS4wMzIsNy40MTMtMy4wOTZsNTMuMDM5LTUzLjAzOWMyLjAxLTIuMDEsMy4wMTYtNC40NTQsMy4wMTYtNy4zMzJDMTcxLjQ2OCw0Ni43MTEsMTcwLjQ2Miw0NC4yNCwxNjguNDUyLDQyLjEyMXoiLz48L3N2Zz4=");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain
}

select::-ms-expand {
    display: none
}

div.mt-form .mt-field .mt-checkbox-space {
    display: inline-block;
    margin: 7px 0
}

div.mt-form .form-group label, div.mt-form div.mt-field .mt-label, div.mt-form div.mt-field label {
    margin: .3em 0;
    width: auto !important;
    white-space: pre-wrap !important
}

div.mt-form .mt-field .mt-inline input, div.mt-form .mt-field .mt-inline select {
    display: inline-block !important;
    margin: 0
}

div.mt-form .mt-field .mt-inline {
    float: left;
    margin-right: 1rem
}

.mt-rounded {
    border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -khtml-border-radius: .3em;
    box-sizing: content-box
}

.mt-rounded-right {
    border-radius: 0 .3em .3em 0;
    box-sizing: content-box
}

.mt-rounded-left {
    border-radius: .3em 0 0 .3em;
    -moz-border-radius: 0 .3em .3em 0;
    -webkit-border-radius: 0 .3em .3em 0;
    -khtml-border-radius: 0 .3em .3em 0;
    box-sizing: content-box
}

.mt-floatsummary {
    position: absolute !important;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    box-shadow: 2px 2px 5px #666
}

.mt-validation-summary {
    background-color: #fcc !important;
    border: 1px solid #ed1b2e !important;
    color: #ed1b2e;
    font-weight: 700;
    margin: 0 0 1rem;
    padding: .5em
}

    .mt-validation-summary li {
        font-weight: 400;
        list-style-type: square
    }

div.mt-form .mt-field .mt-smallest {
    width: 3em
}

div.mt-form .mt-field .mt-smaller {
    width: 5em
}

div.mt-form .mt-field .mt-small {
    width: 8em
}

div.mt-form .mt-field .mt-wide {
    width: 16em
}

div.mt-form .mt-field .mt-wider {
    width: 20em
}

div.mt-form .mt-field .mt-widest {
    width: 24em
}

div.mt-form .mt-field .mt-fullwidth {
    width: 100% !important
}

.mt-entry-section input {
    width: 16em !important;
    margin-bottom: .5em
}

input[type=search] {
    -webkit-appearance: textfield !important;
    box-sizing: initial !important
}

h3.navigator {
    margin: 10px 0 5px !important
}

select.navigator {
    margin: 0 0 10px !important
}

.denote-required {
    position: relative;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    margin-left: 1.25rem
}

@media (min-width:992px) {
    .denote-required {
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }
}

.denote-required .required-symbol {
    font-size: 43px !important;
    font-size: 2.6875rem !important;
    position: absolute;
    top: -.5rem;
    left: -1.25rem;
    color: #ed1b2e
}

@media (min-width:992px) {
    .denote-required .required-symbol {
        font-size: 47px !important;
        font-size: 2.9375rem !important;
        line-height: 0;
        margin-right: .25rem;
        top: 1.7rem
    }
}

form [disabled=disabled] {
    cursor: not-allowed
}

form fieldset, form p.form-lead {
    margin-bottom: 2rem
}

form fieldset {
    width: 100%
}

    form fieldset legend {
        font-size: 18px !important;
        font-size: 1.125rem !important;
        font-weight: 700;
        margin-bottom: .75rem
    }

@media (min-width:992px) {
    form fieldset legend {
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }
}

form fieldset legend.required {
    position: relative;
    font-size: 16px !important;
    font-size: 1rem !important;
    font-weight: 400
}

@media (min-width:992px) {
    form fieldset legend.required {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

form fieldset legend.required:after {
    content: "*";
    position: absolute;
    top: 0;
    left: 7rem;
    font-size: 43px !important;
    font-size: 2.6875rem !important;
    color: #ed1b2e;
    line-height: 1
}

@media (min-width:992px) {
    form fieldset legend.required:after {
        left: 8rem;
        font-size: 47px !important;
        font-size: 2.9375rem !important
    }
}

form .form-group, form .input-group {
    margin-bottom: 1rem;
    width: 98%
}

    form .form-group.is-required, form .form-group.required, form .form-group.required-custom, form .input-group.is-required, form .input-group.required, form .input-group.required-custom {
        position: relative
    }

        form .form-group.is-required:after, form .form-group.required-custom:after, form .form-group.required:after, form .input-group.is-required:after, form .input-group.required-custom:after, form .input-group.required:after {
            content: "*";
            position: absolute;
            top: 0;
            right: -1rem;
            font-size: 43px !important;
            font-size: 2.6875rem !important;
            color: #ed1b2e;
            line-height: 1
        }

@media (min-width:992px) {
    form .form-group.is-required:after, form .form-group.required-custom:after, form .form-group.required:after, form .input-group.is-required:after, form .input-group.required-custom:after, form .input-group.required:after {
        font-size: 47px !important;
        font-size: 2.9375rem !important
    }
}

form .form-group .custom-file, form .form-group .custom-select, form .form-group .form-control, form .input-group .custom-file, form .input-group .custom-select, form .input-group .form-control {
    position: relative;
    display: block;
    height: 50px;
    color: #8a8b8a;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: .75rem
}

@media (min-width:992px) {
    form .form-group .custom-file, form .form-group .custom-select, form .form-group .form-control, form .input-group .custom-file, form .input-group .custom-select, form .input-group .form-control {
        height: 60px;
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }
}

form .form-group > .custom-file .custom-file-input, form .input-group > .custom-file .custom-file-input {
    height: 50px
}

@media (min-width:992px) {
    form .form-group > .custom-file .custom-file-input, form .input-group > .custom-file .custom-file-input {
        height: 60px
    }
}

form .form-group > .custom-file .custom-file-label, form .input-group > .custom-file .custom-file-label {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 50px;
    padding: .75rem
}

    form .form-group > .custom-file .custom-file-label:after, form .input-group > .custom-file .custom-file-label:after {
        height: 48px;
        padding: .75rem
    }

@media (min-width:992px) {
    form .form-group > .custom-file .custom-file-label, form .input-group > .custom-file .custom-file-label {
        height: 60px;
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }

        form .form-group > .custom-file .custom-file-label:after, form .input-group > .custom-file .custom-file-label:after {
            height: 58px
        }
}

form .form-group select[multiple], form .form-group textarea.form-control, form .input-group select[multiple], form .input-group textarea.form-control {
    height: 100px;
    padding: .65rem .75rem
}

@media (min-width:992px) {
    form .form-group select[multiple], form .form-group textarea.form-control, form .input-group select[multiple], form .input-group textarea.form-control {
        height: 116px
    }
}

form .form-group label, form .input-group label {
    color: #8a8b8a;
    pointer-events: none
}

form .form-group input::-webkit-inner-spin-button, form .form-group input::-webkit-outer-spin-button, form .input-group input::-webkit-inner-spin-button, form .input-group input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

form .form-group input[type=number], form .input-group input[type=number] {
    -moz-appearance: textfield
}

form .form-group .form-text, form .input-group .form-text {
    margin-top: 0;
    font-style: italic;
    line-height: 1.2
}

form .input-group .input-group-append .btn-primary {
    background-color: #fff;
    border: 1px solid #e3e3e0;
    border-left: none;
    min-width: 1rem;
    margin-right: 0;
    margin-bottom: 0;
    padding: .563rem 1rem
}

@media (min-width:992px) {
    form .input-group .input-group-append .btn-primary {
        padding: .75rem 1rem
    }
}

form .input-group .input-group-append .btn-primary:active, form .input-group .input-group-append .btn-primary:hover, form .input-group .input-group-append .btn-primary:visited {
    background-color: #fff
}

form .input-group .input-group-append .btn-primary .icon {
    width: 1rem;
    height: 1rem
}

@media (min-width:992px) {
    form .input-group .input-group-append .btn-primary .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

@media (min-width:768px) {
    form .row .col-md-6 .form-group, form .row .col-md-6 .input-group {
        width: 96%
    }
}

form .custom-control.custom-checkbox .custom-control-label, form .custom-control.custom-radio .custom-control-label {
    color: #626462
}

@media (min-width:992px) {
    form .custom-control.custom-checkbox .custom-control-label, form .custom-control.custom-radio .custom-control-label {
        line-height: 1.25
    }
}

form .custom-control.custom-checkbox .custom-control-label:before, form .custom-control.custom-radio .custom-control-label:before {
    border-color: #0097d0
}

form .custom-control.custom-radio {
    padding-top: .15rem;
    padding-bottom: .15rem
}

form .custom-control .custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #0097d0;
    background-color: #fff
}

.has-float-label {
    position: relative
}

    .has-float-label label {
        position: absolute;
        left: .75rem;
        top: 0;
        cursor: text;
        font-size: 12px !important;
        font-size: .75rem !important;
        margin-bottom: 0;
        text-transform: uppercase;
        opacity: 1;
        transition: all .2s;
        z-index: 30
    }

    .has-float-label select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .has-float-label textarea {
        width: 100%
    }

        .has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder, .has-float-label textarea::-webkit-input-placeholder {
            opacity: 1;
            transition: all .2s
        }

        .has-float-label input::-moz-placeholder, .has-float-label select::-moz-placeholder, .has-float-label textarea::-moz-placeholder {
            opacity: 1;
            transition: all .2s
        }

        .has-float-label input:-ms-input-placeholder, .has-float-label input::-ms-input-placeholder, .has-float-label select:-ms-input-placeholder, .has-float-label select::-ms-input-placeholder, .has-float-label textarea:-ms-input-placeholder, .has-float-label textarea::-ms-input-placeholder {
            opacity: 1;
            transition: all .2s
        }

        .has-float-label input::placeholder, .has-float-label select::placeholder, .has-float-label textarea::placeholder {
            opacity: 1;
            transition: all .2s
        }

        .has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
            opacity: 0
        }

        .has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
            opacity: 0
        }

        .has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
            opacity: 0
        }

        .has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-ms-input-placeholder {
            opacity: 0
        }

        .has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
            opacity: 0
        }

        .has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
            font-size: 18px !important;
            font-size: 1.125rem !important;
            top: .65em;
            text-transform: inherit
        }

@media (min-width:992px) {
    .has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        left: 1.25rem;
        top: .85rem
    }
}

.has-float-label select {
    padding-right: 1em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5em bottom .25em;
    background-size: 8px 10px
}

form legend {
    font-size: medium
}

form .custom-file-input:lang(en) ~ .custom-file-label:after {
    display: inline-block;
    vertical-align: middle;
    font-weight: 900
}

form .is-invalid {
    position: relative
}

    form .is-invalid .custom-control-label:before, form .is-invalid .custom-select, form .is-invalid .form-control {
        border-color: #ed1b2e !important;
        border-right: 1px solid #ed1b2e
    }

        form .is-invalid .custom-control-label:before, form .is-invalid .custom-file-input:focus ~ .custom-file-label, form .is-invalid .custom-select:focus, form .is-invalid .form-control:focus {
            border-right: 1px solid #ed1b2e;
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.25),0 0 6px #ed1b2e;
            -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25),0 0 6px #ed1b2e
        }

    form .is-invalid .custom-file-input:lang(en) ~ .custom-file-label:after {
        border-left: 1px solid #ed1b2e
    }

    form .is-invalid .custom-file-label {
        border-color: #ed1b2e !important
    }

    form .is-invalid.has-feedback {
        margin-bottom: 1rem
    }

    form .is-invalid .help-block {
        color: #ed1b2e;
        font-style: italic;
        position: relative;
        padding-left: 1.5rem
    }

@media (min-width:992px) {
    form .is-invalid .help-block {
        padding-top: .25rem;
        padding-left: 2rem
    }
}

form .is-invalid .help-block:before {
    position: absolute;
    content: "";
    background-image: url(/img/svg/alert-red.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    top: .25rem !important;
    left: 0;
    margin-right: 1rem
}

@media (min-width:992px) {
    form .is-invalid .help-block:before {
        background-size: 1.5rem;
        width: 1.5rem;
        height: 1.5rem
    }
}

form .has-input-addon.is-invalid {
    position: relative;
    margin-bottom: 2rem
}

@media (min-width:992px) {
    form .has-input-addon.is-invalid {
        margin-bottom: 3rem
    }
}

form .has-input-addon.is-invalid .help-block {
    position: absolute;
    bottom: -1.5rem;
    left: 0
}

@media (min-width:992px) {
    form .has-input-addon.is-invalid .help-block {
        bottom: -2rem
    }
}

form .custom-control.is-invalid .help-block {
    position: absolute;
    top: 3.25rem;
    left: 3rem;
    color: #ed1b2e;
    font-style: italic;
    line-height: 1
}

@media (min-width:992px) {
    form .custom-control.is-invalid .help-block {
        top: 2rem;
        left: 3rem
    }
}

form .is-valid .custom-select, form .is-valid .form-control {
    border-color: #008244;
    border-right: 1px solid #008244
}

    form .is-valid .custom-file-input:focus, form .is-valid .custom-select:focus, form .is-valid .form-control:focus {
        border-right: 1px solid #008244;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25),0 0 6px #008244;
        -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25),0 0 6px #008244
    }

form .is-valid .custom-file-label {
    border-color: #008244 !important
}

form .is-valid .form-control-feedback {
    display: none;
    position: absolute;
    top: 2.75rem;
    right: 1.5rem
}

form .is-valid .alert-red {
    display: none
}

form .input-group.is-invalid p.is-invalid {
    position: absolute;
    bottom: -40px;
    left: 0
}

form .input-group.is-invalid .form-control {
    border-right: 2px solid #ed1b2e
}

form .input-group.is-valid .form-control {
    border-right: 2px solid #008244
}

.bootstrap-datetimepicker-widget .btn.btn-default {
    min-width: 0
}

.auto-complete-search-box {
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .auto-complete-search-box .icon.date-time-color {
        position: absolute;
        top: .25rem;
        left: 13.75rem;
        width: 3rem;
        height: 3rem
    }
}

@media (min-width:768px) {
    .auto-complete-search-box .input-group {
        max-width: 570px;
        margin: 0 auto 1rem
    }
}

@media (min-width:992px) {
    .auto-complete-search-box .input-group {
        margin: 0 auto
    }
}

.auto-complete-search-box .input-group .form-control {
    background-clip: border-box
}

    .auto-complete-search-box .input-group .form-control:focus ~ label {
        z-index: 30
    }

.auto-complete-search-box .btn-primary {
    background-color: #fff;
    border: 1px solid #e3e3e0;
    border-left: none
}

@media (min-width:992px) {
    .auto-complete-search-box .btn-primary .icon {
        width: 24px;
        height: 24px;
        vertical-align: middle
    }
}

.station-plans {
    padding: 1rem;
    margin-bottom: 1rem
}

    .station-plans h3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

.list-group {
    display: flex
}

    .list-group .list-group:last-child li {
        border-bottom: none !important
    }

    .list-group .list-group-item {
        background-color: transparent;
        border-color: #8a8b8a;
        border-right: none;
        border-left: none;
        color: #0097d0;
        font-size: 18px !important;
        font-size: 1.125rem !important;
        padding: .5rem 1rem !important
    }

        .list-group .list-group-item:last-child {
            border-bottom: 1px solid #8a8b8a
        }

@media (min-width:992px) {
    .list-group .list-group-item {
        font-size: 20px !important;
        font-size: 1.25rem !important;
        padding: 1rem !important
    }
}

.list-group .list-group-item a {
    color: #0097d0
}

    .list-group .list-group-item a:hover {
        color: #0053a0
    }

    .list-group .list-group-item a .pdf:after, .list-group .list-group-item a .pdf:hover:after {
        top: 0;
        right: -1.5rem;
        background-size: 1rem;
        width: 1rem;
        height: 1.25rem
    }

@media (min-width:992px) {
    .list-group .list-group-item a .pdf:after, .list-group .list-group-item a .pdf:hover:after {
        right: -2rem;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.563rem
    }
}

.modal .modal-body {
    padding: 30px
}

.pagination .page-item .page-link {
    border: 1px solid #e3e3e0;
    font-size: 16px !important;
    font-size: 1rem !important
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.popover .popover-body {
    font-size: 14px !important;
    font-size: .875rem !important
}

@media (min-width:992px) {
    .popover .popover-body {
        font-size: 16px !important;
        font-size: 1rem !important
    }
}

.secondary-nav {
    margin-top: 15px
}

    .secondary-nav .nav {
        display: block
    }

@media (min-width:992px) {
    .secondary-nav .nav {
        display: flex
    }
}

.secondary-nav .nav .nav-item {
    padding: .25rem 0
}

@media (min-width:992px) {
    .secondary-nav .nav .nav-item {
        padding: .5rem 1rem
    }
}

.secondary-nav .nav .nav-item .nav-link {
    color: #b0b1b0;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 0;
    margin-left: .25rem;
    transition: transform .8s
}

.secondary-nav .nav .nav-item .active {
    color: #626462;
    border-left: 2px solid #0097d0;
    margin-left: -.25rem
}

@media (min-width:992px) {
    .secondary-nav .nav .nav-item .active {
        border-bottom: 2px solid #0097d0;
        border-left: none
    }
}

.secondary-nav .nav .nav-item:first-child {
    padding-left: 0
}

    .secondary-nav .nav .nav-item:first-child .nav-link {
        margin-left: 0
    }

.secondary-nav .nav .nav-item:last-child {
    padding-right: 0
}

.page-content .nav-tabs {
    border-bottom: 1px solid #e3e3e0;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .page-content .nav-tabs {
        margin-bottom: 30px
    }
}

.page-content .nav-tabs .nav-item .nav-link:hover {
    border-bottom: none
}

.page-content .nav-tabs .nav-item .nav-link.active {
    border-top: 1px solid #e3e3e0;
    border-right: 1px solid #e3e3e0;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #e3e3e0
}

.custom-radio-btn fieldset {
    margin-bottom: 0
}

.custom-radio-btn .btn-group .btn-outline-info {
    font-size: 16px !important;
    font-size: 1rem !important;
    color: #626462;
    font-weight: 400;
    min-width: 0;
    width: 4rem;
    padding: 0
}

    .custom-radio-btn .btn-group .btn-outline-info.active, .custom-radio-btn .btn-group .btn-outline-info:hover {
        background-color: #0097d0;
        color: #fff
    }

.custom-radio-btn .btn-group-toggle {
    display: inline-flex
}

.custom-radio-btn .btn {
    margin-right: 0;
    min-width: auto
}

.custom-radio-btn .is-invalid {
    position: relative
}

    .custom-radio-btn .is-invalid .btn-group-toggle:before {
        border-color: #ed1b2e !important;
        border-right: 1px solid #ed1b2e
    }

    .custom-radio-btn .is-invalid .btn-group-toggle::focus {
        border-right: 1px solid #ed1b2e;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25),0 0 6px #ed1b2e;
        -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25),0 0 6px #ed1b2e
    }

    .custom-radio-btn .is-invalid.has-feedback {
        margin-bottom: 1rem
    }

    .custom-radio-btn .is-invalid .help-block {
        color: #ed1b2e;
        font-style: italic;
        position: relative;
        padding-left: 1.5rem
    }

@media (min-width:992px) {
    .custom-radio-btn .is-invalid .help-block {
        padding-top: .25rem;
        padding-left: 2rem
    }
}

.custom-radio-btn .is-invalid .help-block:before {
    position: absolute;
    content: "";
    background-image: url(/img/svg/alert-red.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    top: .25rem !important;
    left: 0;
    margin-right: 1rem
}

@media (min-width:992px) {
    .custom-radio-btn .is-invalid .help-block:before {
        background-size: 1.5rem;
        width: 1.5rem;
        height: 1.5rem
    }
}

.custom-radio-btn .alert p {
    margin-bottom: 0
}

.b-line-comment {
    margin-top: -30px !important
}

@media (min-width:992px) {
    .b-line-comment {
        margin-top: -60px !important;
        margin-bottom: 60px !important
    }
}

.b-line-comment input[type=text] {
    width: 400px;
    max-width: 50%
}

.b-line-comment .modulebuttonrow {
    text-align: center
}

    .b-line-comment .modulebuttonrow input[type=submit] {
        margin-top: 1rem
    }

.search-dropdown-menu .has-float-label label {
    z-index: 2000
}

#header .navbar {
    padding: .5rem 15px
}

@media (min-width:1200px) {
    #header .navbar {
        padding: 0 !important
    }
}

#header .navbar .navbar-brand {
    margin-top: .5rem;
    margin-bottom: .5rem
}

    #header .navbar .navbar-brand .logo {
        width: 65% !important
    }

@media (min-width:992px) {
    #header .navbar .navbar-brand .logo {
        width: 100% !important
    }
}

#header .navbar .navbar-toggler {
    border: none;
    position: relative;
    padding-right: 2rem;
    text-transform: uppercase;
    font-size: 12px !important;
    font-size: .75rem !important;
    outline: 0
}

@media (min-width:992px) {
    #header .navbar .navbar-toggler {
        font-size: 16px !important;
        font-size: 1rem !important
    }
}

#header .navbar .navbar-toggler:after {
    position: absolute;
    top: .25rem;
    right: .75rem;
    content: "";
    background-repeat: no-repeat;
    background-size: .75rem;
    width: .75rem;
    height: .75rem;
    border: none
}

@media (min-width:992px) {
    #header .navbar .navbar-toggler:after {
        background-size: 1rem;
        width: 1rem;
        height: 1rem
    }
}

#header .navbar .navbar-toggler[aria-expanded=false]:after {
    background-image: url(../../../../../img/svg/chevron-down-gray.svg);
    transform: rotate(0deg);
    transition: transform .3s ease-in-out
}

#header .navbar .navbar-toggler[aria-expanded=true]:after {
    background-image: url(../../../../../img/svg/chevron-down-gray.svg);
    transform: rotate(-180deg);
    transition: transform .3s ease-in-out
}

@media (min-width:1200px) {
    #header .navbar .section {
        padding-top: 0;
        padding-bottom: 0
    }
}

#header .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #e3e3e0
}

@media (min-width:1200px) {
    #header .navbar .navbar-nav .nav-item {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

        #header .navbar .navbar-nav .nav-item:focus, #header .navbar .navbar-nav .nav-item:hover {
            border-top: 2px solid #0097d0;
            border-bottom: 2px solid #0097d0
        }

        #header .navbar .navbar-nav .nav-item:focus-within {
            border-top: 2px solid #0097d0;
            border-bottom: 2px solid #0097d0
        }
}

#header .navbar .navbar-nav .nav-item .nav-link:link {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:1200px) {
    #header .navbar .navbar-nav .nav-item .nav-link:link {
        padding: 1.3rem 1rem
    }
}

#header .navbar .navbar-nav .nav-item .nav-link:focus, #header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background-color: #0097d0
}

#header .navbar .navbar-nav .nav-item .nav-link:focus-within {
    color: #fff;
    background-color: #0097d0
}

#header .navbar .navbar-nav .nav-item .nav-link.goto-icon:hover:before {
    display: block;
    content: "";
    background-image: url(/img/svg/goto-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

@media (min-width:1200px) {
    #header .navbar .navbar-nav .nav-item .nav-link.goto-icon:hover:before {
        background-size: 2.25rem;
        width: 2.25rem;
        height: 2.25rem
    }
}

#header .navbar .navbar-nav .nav-item .nav-link.store-icon:hover:before {
    display: block;
    content: "";
    background-image: url(/img/svg/shopping-cart-white.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

#header .navbar .navbar-nav .nav-item .dropdown-toggle:after {
    position: relative;
    top: .25rem;
    content: "";
    background-image: url(/img/svg/chevron-down-gray.svg);
    background-repeat: no-repeat;
    background-size: .75rem;
    width: .75rem;
    height: .75rem;
    border: none;
    transform: rotate(0deg);
    transition: transform .3s ease-in-out
}

#header .navbar .navbar-nav .nav-item .dropdown-toggle:focus:after, #header .navbar .navbar-nav .nav-item .dropdown-toggle:hover:after {
    position: relative;
    top: .25rem;
    content: "";
    background-image: url(/img/svg/chevron-down-white.svg);
    background-repeat: no-repeat;
    background-size: .75rem;
    width: .75rem;
    height: .75rem;
    border: none
}

#header .navbar .navbar-nav .nav-item .dropdown-toggle.search-icon:hover:before {
    display: block;
    content: "";
    background-image: url(/img/svg/search-white.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

#header .navbar .navbar-nav .nav-item .dropdown-toggle.avatar-icon:before {
    display: block;
    content: "";
    background-image: url(/img/svg/avatar-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

#header .navbar .navbar-nav .nav-item .dropdown-toggle.avatar-icon:hover:before {
    display: block;
    content: "";
    background-image: url(/img/svg/avatar-white.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

@media (min-width:1200px) {
    #header .navbar .navbar-nav .nav-item .dropdown-toggle:focus:after, #header .navbar .navbar-nav .nav-item .dropdown-toggle:hover:after {
        content: "";
        background-image: url(/img/svg/chevron-down-white.svg);
        background-repeat: no-repeat;
        background-size: .75rem;
        width: .75rem;
        height: .75rem;
        border: none
    }
}

#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    border-radius: 0
}

@media (min-width:1200px) {
    #header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        background-color: #f5f5f4;
        padding-top: .5rem;
        border: none
    }
}

#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    border-bottom: none;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    color: #047db5;
    padding: .25rem 2rem
}

    #header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover span {
        color: #02496a;
        border-bottom: 1px dotted #0097d0
    }

#header .navbar .navbar-nav .nav-item.show .nav-link:after {
    transform: rotate(-180deg);
    transition: transform .3s ease-in-out
}

#header .navbar .utilities {
    border-top: none
}

@media (min-width:1200px) {
    #header .navbar .utilities {
        border-left: 1px solid #e3e3e0;
        padding-left: 1rem
    }
}

@media (min-width:1200px) {
    #header .navbar .utilities .nav-item .nav-link:link {
        padding: 1.3rem 1.4rem
    }
}

@media (min-width:1200px) {
    #header .navbar .utilities .nav-item .nav-link.goto-icon {
        padding: 1rem 1.119rem;
        height: 68.58px
    }
}

#header .navbar .utilities .nav-item .nav-link.goto-icon:before {
    display: block;
    content: "";
    background-image: url(/img/svg/goto-icon-color.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

@media (min-width:1200px) {
    #header .navbar .utilities .nav-item .nav-link.goto-icon:before {
        background-size: 2.25rem;
        width: 2.25rem;
        height: 2.5rem
    }
}

#header .navbar .utilities .nav-item .nav-link.goto-icon:focus:before {
    display: block;
    content: "";
    background-image: url(/img/svg/goto-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

@media (min-width:1200px) {
    #header .navbar .utilities .nav-item .nav-link.goto-icon:focus:before {
        background-size: 2.25rem;
        width: 2.25rem;
        height: 2.5rem
    }
}

#header .navbar .utilities .nav-item .nav-link.store-icon:before, #header .navbar .utilities .nav-item .nav-link.store-icon:focus:before {
    display: block;
    content: "";
    background-image: url(/img/svg/shopping-cart-green.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

@media (min-width:992px) {
    #header .navbar .utilities .nav-item .nav-link.store-icon:focus:before {
        background-image: url(/img/svg/shopping-cart-white.svg)
    }
}

#header .navbar .utilities .nav-item .nav-link.store-icon {
    position: relative
}

    #header .navbar .utilities .nav-item .nav-link.store-icon .badge-info {
        border-radius: 50%;
        font-weight: 300;
        position: absolute;
        top: .25rem;
        left: 3rem
    }

@media (min-width:1200px) {
    #header .navbar .utilities .nav-item .nav-link.store-icon .badge-info {
        top: .25rem;
        left: 2rem
    }
}

#header .navbar .utilities .nav-item .nav-link:hover .badge-info {
    background-color: #fff;
    color: #0097d0
}

#header .navbar .utilities .nav-item .dropdown-toggle.search-icon:before {
    display: block;
    content: "";
    background-image: url(/img/svg/search-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

#header .navbar .utilities .nav-item .dropdown-toggle.search-icon:focus:before {
    display: block;
    content: "";
    background-image: url(/img/svg/search-white.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

#header .navbar .utilities .nav-item .dropdown-toggle.avatar-icon:before {
    display: block;
    content: "";
    background-image: url(/img/svg/avatar-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

#header .navbar .utilities .nav-item .dropdown-toggle.avatar-icon:focus:before {
    display: block;
    content: "";
    background-image: url(/img/svg/avatar-white.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem
}

#header .navbar .utilities .nav-item .dropdown-toggle:after {
    display: none
}

#header .navbar .utilities .nav-item .search-dropdown-menu {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1200px) {
    #header .navbar .utilities .nav-item .search-dropdown-menu {
        position: absolute;
        left: -16rem
    }
}

#header .navbar .utilities .nav-item .search-dropdown-menu .input-group {
    width: 100%;
    height: 50px;
    margin: 0
}

@media (min-width:992px) {
    #header .navbar .utilities .nav-item .search-dropdown-menu .input-group {
        height: 60px
    }
}

#header .navbar .utilities .nav-item .search-dropdown-menu .input-group .custom-width {
    width: 275px
}

@media (min-width:768px) {
    #header .navbar .utilities .nav-item .search-dropdown-menu .input-group .custom-width {
        width: 650px
    }
}

@media (min-width:992px) {
    #header .navbar .utilities .nav-item .search-dropdown-menu .input-group .custom-width {
        width: 882px
    }
}

@media (min-width:1200px) {
    #header .navbar .utilities .nav-item .search-dropdown-menu .input-group .custom-width {
        width: 264px
    }
}

#header .navbar .utilities .nav-item .search-dropdown-menu .input-group .form-control {
    border-right: none;
    height: 50px
}

@media (min-width:992px) {
    #header .navbar .utilities .nav-item .search-dropdown-menu .input-group .form-control {
        height: 60px
    }
}

#header .navbar .utilities .nav-item .search-dropdown-menu .input-group .input-group-append .btn {
    background-color: #fff;
    border: 1px solid #e3e3e0;
    border-left: none;
    padding: .563rem 1rem
}

#header .navbar .utilities .nav-item.show {
    background-color: #0097d0
}

    #header .navbar .utilities .nav-item.show .search-icon:before {
        display: block;
        content: "";
        background-image: url(/img/svg/search-white.svg);
        background-repeat: no-repeat;
        background-size: 1.6875rem;
        width: 1.6875rem;
        height: 1.6875rem
    }

footer {
    background-color: #f5f5f4
}

    footer .card-title {
        font-size: 16px !important;
        font-size: 1rem !important;
        font-weight: 700;
        margin-bottom: .25rem;
        text-transform: uppercase
    }

    footer .card-body {
        padding: 0
    }

    footer .text-center mx-auto {
        text-align: center
    }

    footer .social-media {
        margin-bottom: 30px
    }

@media (min-width:992px) {
    footer .social-media {
        margin-bottom: 45px
    }
}

footer .social-media a {
    padding: .875rem 0;
    margin-right: .25rem
}

    footer .social-media a:hover {
        border-bottom: none
    }

@media (min-width:1200px) {
    footer .social-media .icon {
        width: 50px;
        height: 50px
    }
}

footer .card-deck {
    margin-bottom: 30px
}

    footer .card-deck:first-child {
        margin-bottom: 75px
    }

footer .nav-link {
    border-bottom: none !important;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: 700;
    padding: .25rem 0
}

    footer .nav-link:hover span {
        border-bottom: 1px dotted #0097d0
    }

footer .copyright {
    font-size: .9rem;
    text-align: center
}

#googleTranslateWidget {
    margin-bottom: 1rem
}

    #googleTranslateWidget .btn {
        margin-right: 0
    }

    #googleTranslateWidget .dropdown-toggle {
        margin-bottom: 0;
        position: relative;
        font-size: 12px !important;
        font-size: .75rem !important
    }

@media (min-width:992px) {
    #googleTranslateWidget .dropdown-toggle {
        font-size: 16px !important;
        font-size: 1rem !important
    }
}

#googleTranslateWidget .dropdown-toggle:after {
    position: absolute;
    top: .55rem;
    right: 3rem;
    content: "";
    background-repeat: no-repeat;
    background-size: .75rem;
    width: .75rem;
    height: .75rem;
    border: none
}

@media (min-width:992px) {
    #googleTranslateWidget .dropdown-toggle:after {
        top: 1rem;
        background-size: 1rem;
        width: 1rem;
        height: 1rem
    }
}

#googleTranslateWidget .dropdown-toggle[aria-expanded=false]:after {
    background-image: url(../../../../../img/svg/chevron-down-gray.svg);
    transform: rotate(0deg);
    transition: transform .3s ease-in-out
}

#googleTranslateWidget .dropdown-toggle[aria-expanded=true]:after {
    background-image: url(../../../../../img/svg/chevron-down-gray.svg);
    transform: rotate(-180deg);
    transition: transform .3s ease-in-out
}

#googleTranslateWidget .dropdown-menu {
    min-width: 16.875rem
}

    #googleTranslateWidget .dropdown-menu .dropdown-item {
        font-size: 16px !important;
        font-size: 1rem !important
    }

@media (min-width:992px) {
    #googleTranslateWidget .dropdown-menu .dropdown-item {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

div.alert-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 998;
    background: radial-gradient(50% 50%,rgba(0,0,0,.2),rgba(0,0,0,.5) 100%);
    overflow: hidden
}

.hidden-overflow {
    overflow: hidden
}

.alert-topmargin {
    padding: 15px;
    margin-bottom: 0
}

    .alert-topmargin .container {
        padding: 0;
        position: relative
    }

        .alert-topmargin .container .gray-circle-info {
            display: none
        }

        .alert-topmargin .container p {
            display: block;
            padding-right: 30px;
            margin-bottom: 0
        }

        .alert-topmargin .container button.close {
            position: absolute;
            top: -15px;
            right: -15px;
            padding: 15px
        }

.alert-popup {
    position: absolute;
    top: 4rem;
    left: 10%;
    max-width: 80%;
    padding: 0;
    z-index: 999
}

@media (min-width:768px) {
    .alert-popup {
        top: 5rem;
        left: 25%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .alert-popup {
        left: 30%;
        max-width: 45%
    }
}

@media (min-width:1200px) {
    .alert-popup {
        left: 35%;
        max-width: 40%
    }
}

.alert-popup .container {
    padding: 0
}

    .alert-popup .container p {
        margin-bottom: 0
    }

.alert-popup button.close {
    background-color: #fff;
    opacity: 1;
    padding: .5rem
}

.alert-popup .gray-circle-info {
    display: none
}

.moovel-show, body.moovel .moovel-hide {
    display: none !important
}

body.moovel .moovel-show {
    display: block !important
}

body.moovel nav.moovel-show ul {
    list-style-type: none;
    padding-left: 0 !important
}

    body.moovel nav.moovel-show ul li {
        display: inline-flex
    }

        body.moovel nav.moovel-show ul li .icon {
            width: 1.5rem;
            height: 1.5rem
        }

        body.moovel nav.moovel-show ul li .arrow-left-blue {
            width: 1rem;
            height: 1rem
        }

.page-content h2 {
    position: relative
}

    .page-content h2.add-value-to-card:before {
        position: absolute;
        top: -.5rem;
        left: 0;
        content: "";
        background-image: url(../../../../../img/svg/add-value-gray.svg);
        background-repeat: no-repeat;
        background-size: 2.5rem;
        width: 2.5rem;
        height: 2.5rem
    }

@media (min-width:992px) {
    .page-content h2.add-value-to-card:before {
        top: -.25rem;
        left: 22rem
    }
}

.page-content h2.multiday-passes:before {
    position: absolute;
    top: -.5rem;
    left: 2rem;
    content: "";
    background-image: url(../../../../../img/svg/purchase-gray.svg);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem
}

@media (min-width:768px) {
    .page-content h2.multiday-passes:before {
        left: 13.5rem
    }
}

@media (min-width:992px) {
    .page-content h2.multiday-passes:before {
        top: 0;
        left: 19rem
    }
}

@media (min-width:1200px) {
    .page-content h2.multiday-passes:before {
        top: 0;
        left: 24.5rem
    }
}

.page-content h2.northstar-family-pass:before {
    position: absolute;
    top: -.5rem;
    left: .75rem;
    content: "";
    background-image: url(../../../../../img/svg/circle-gray-outline-train.svg);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem
}

@media (min-width:992px) {
    .page-content h2.northstar-family-pass:before {
        top: 0;
        left: 15.5rem
    }
}

#interactiveMap .btn-outline-primary {
    width: 100%
}

#interactiveMap .map-container {
    height: 400px
}

@media (min-width:992px) {
    #interactiveMap .map-container {
        width: 100%;
        height: 788px
    }
}

#mapPopUpTabNexTrip {
    background-color: #fff !important
}

    #mapPopUpTabNexTrip table.departures-table {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

        #mapPopUpTabNexTrip table.departures-table caption {
            caption-side: top;
            padding-bottom: 0
        }

        #mapPopUpTabNexTrip table.departures-table thead tr th {
            background-color: #ffd200;
            border-top: none;
            border-bottom: none;
            font-size: 14px !important;
            font-size: .875rem !important;
            text-transform: uppercase;
            padding-right: .5rem !important;
            padding-left: .5rem !important
        }

@media (min-width:992px) {
    #mapPopUpTabNexTrip table.departures-table thead tr th {
        font-size: 16px !important;
        font-size: 1rem !important
    }
}

#mapPopUpTabNexTrip table.departures-table thead tr th.departs {
    margin-left: auto
}

#mapPopUpTabNexTrip table.departures-table tbody {
    overflow-x: scroll
}

    #mapPopUpTabNexTrip table.departures-table tbody tr.departure td {
        font-size: 16px !important;
        font-size: 1rem !important;
        padding: .5rem !important
    }

@media (min-width:992px) {
    #mapPopUpTabNexTrip table.departures-table tbody tr.departure td {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

#mapPopUpTabNexTrip table.departures-table tbody tr.departure td.route-number {
    font-weight: 700
}

#mapPopUpTabNexTrip table.departures-table tbody tr.departure td.route-name {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:992px) {
    #mapPopUpTabNexTrip table.departures-table tbody tr.departure td.route-name {
        max-width: 175px
    }
}

#mapPopUpTabNexTrip table.departures-table tbody tr.departure td.depart-time {
    font-weight: 700
}

#mapPopUpTabNexTrip table.departures-table tbody tr.departure td.no-departures-msg {
    width: 100%
}

#mapPopUpTabNexTrip table.departures-table tbody tr.departure td span.red {
    position: relative
}

    #mapPopUpTabNexTrip table.departures-table tbody tr.departure td span.red:before {
        display: inline-block;
        position: absolute;
        top: .25rem;
        left: -1rem;
        content: "";
        background-image: url(../../../../../img/svg/cancel-red.svg);
        background-repeat: no-repeat;
        background-size: .75rem;
        width: .75rem;
        height: .75rem
    }

#mapPopUpTabNexTrip table.departures-table tbody tr td:last-child {
    text-align: right
}

#mapPopUpTabNexTrip table.departures-table tbody tr td.no-departures-msg:last-child {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    text-align: left
}

@media (min-width:992px) {
    #mapPopUpTabNexTrip table.departures-table tbody tr td.no-departures-msg:last-child {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
}

#mapPopUpTabNexTrip .blink {
    width: .5rem !important;
    height: .5rem !important
}

.map {
    font-size: 10pt;
    line-height: 1.3;
    height: 100%;
    width: 100%;
    position: relative
}

    .map > .LocateButton {
        position: absolute;
        right: 20px;
        bottom: 140px;
        z-index: 6
    }

        .map > .LocateButton .zoomLocateButton {
            width: 42px;
            height: 42px;
            padding: 0
        }

    .map > .mapLoading {
        position: absolute;
        background-image: url("data:image/gif;base64,R0lGODlhNgA3APMAAP///wAAAHh4eBwcHA4ODtjY2FRUVNzc3MTExEhISIqKigAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAANgA3AAAEzBDISau9OOvNu/9gKI5kaZ4lkhBEgqCnws6EApMITb93uOqsRC8EpA1Bxdnx8wMKl51ckXcsGFiGAkamsy0LA9pAe1EFqRbBYCAYXXUGk4DWJhZN4dlAlMSLRW80cSVzM3UgB3ksAwcnamwkB28GjVCWl5iZmpucnZ4cj4eWoRqFLKJHpgSoFIoEe5ausBeyl7UYqqw9uaVrukOkn8LDxMXGx8ibwY6+JLxydCO3JdMg1dJ/Is+E0SPLcs3Jnt/F28XXw+jC5uXh4u89EQAh+QQJCgAAACwAAAAANgA3AAAEzhDISau9OOvNu/9gKI5kaZ5oqhYGQRiFWhaD6w6xLLa2a+iiXg8YEtqIIF7vh/QcarbB4YJIuBKIpuTAM0wtCqNiJBgMBCaE0ZUFCXpoknWdCEFvpfURdCcM8noEIW82cSNzRnWDZoYjamttWhphQmOSHFVXkZecnZ6foKFujJdlZxqELo1AqQSrFH1/TbEZtLM9shetrzK7qKSSpryixMXGx8jJyifCKc1kcMzRIrYl1Xy4J9cfvibdIs/MwMue4cffxtvE6qLoxubk8ScRACH5BAkKAAAALAAAAAA2ADcAAATOEMhJq7046827/2AojmRpnmiqrqwwDAJbCkRNxLI42MSQ6zzfD0Sz4YYfFwyZKxhqhgJJeSQVdraBNFSsVUVPHsEAzJrEtnJNSELXRN2bKcwjw19f0QG7PjA7B2EGfn+FhoeIiYoSCAk1CQiLFQpoChlUQwhuBJEWcXkpjm4JF3w9P5tvFqZsLKkEF58/omiksXiZm52SlGKWkhONj7vAxcbHyMkTmCjMcDygRNAjrCfVaqcm11zTJrIjzt64yojhxd/G28XqwOjG5uTxJhEAIfkECQoAAAAsAAAAADYANwAABM0QyEmrvTjrzbv/YCiOZGmeaKqurDAMAlsKRE3EsjjYxJDrPN8PRLPhhh8XDMk0KY/OF5TIm4qKNWtnZxOWuDUvCNw7kcXJ6gl7Iz1T76Z8Tq/b7/i8qmCoGQoacT8FZ4AXbFopfTwEBhhnQ4w2j0GRkgQYiEOLPI6ZUkgHZwd6EweLBqSlq6ytricICTUJCKwKkgojgiMIlwS1VEYlspcJIZAkvjXHlcnKIZokxJLG0KAlvZfAebeMuUi7FbGz2z/Rq8jozavn7Nev8CsRACH5BAkKAAAALAAAAAA2ADcAAATLEMhJq7046827/2AojmRpnmiqrqwwDAJbCkRNxLI42MSQ6zzfD0Sz4YYfFwzJNCmPzheUyJuKijVrZ2cTlrg1LwjcO5HFyeoJeyM9U++mfE6v2+/4PD6O5F/YWiqAGWdIhRiHP4kWg0ONGH4/kXqUlZaXmJlMBQY1BgVuUicFZ6AhjyOdPAQGQF0mqzauYbCxBFdqJao8rVeiGQgJNQkIFwdnB0MKsQrGqgbJPwi2BMV5wrYJetQ129x62LHaedO21nnLq82VwcPnIhEAIfkECQoAAAAsAAAAADYANwAABMwQyEmrvTjrzbv/YCiOZGmeaKqurDAMAlsKRE3EsjjYxJDrPN8PRLPhhh8XDMk0KY/OF5TIm4qKNWtnZxOWuDUvCNw7kcXJ6gl7Iz1T76Z8Tq/b7/g8Po7kX9haKoAZZ0iFGIc/iRaDQ40Yfj+RepSVlpeYAAgJNQkIlgo8NQqUCKI2nzNSIpynBAkzaiCuNl9BIbQ1tl0hraewbrIfpq6pbqsioaKkFwUGNQYFSJudxhUFZ9KUz6IGlbTfrpXcPN6UB2cHlgfcBuqZKBEAIfkECQoAAAAsAAAAADYANwAABMwQyEmrvTjrzbv/YCiOZGmeaKqurDAMAlsKRE3EsjjYxJDrPN8PRLPhhh8XDMk0KY/OF5TIm4qKNWtnZxOWuDUvCNw7kcXJ6gl7Iz1T76Z8Tq/b7yJEopZA4CsKPDUKfxIIgjZ+P3EWe4gECYtqFo82P2cXlTWXQReOiJE5bFqHj4qiUhmBgoSFho59rrKztLVMBQY1BgWzBWe8UUsiuYIGTpMglSaYIcpfnSHEPMYzyB8HZwdrqSMHxAbath2MsqO0zLLorua05OLvJxEAIfkECQoAAAAsAAAAADYANwAABMwQyEmrvTjrzbv/YCiOZGmeaKqurDAMAlsKRE3EsjjYxJDrPN8PRLPhfohELYHQuGBDgIJXU0Q5CKqtOXsdP0otITHjfTtiW2lnE37StXUwFNaSScXaGZvm4r0jU1RWV1hhTIWJiouMjVcFBjUGBY4WBWw1A5RDT3sTkVQGnGYYaUOYPaVip3MXoDyiP3k3GAeoAwdRnRoHoAa5lcHCw8TFxscduyjKIrOeRKRAbSe3I9Um1yHOJ9sjzCbfyInhwt3E2cPo5dHF5OLvJREAOwAAAAAAAAAAAA==");
        right: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        z-index: 100
    }

    .map > .bomticker {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        font-size: .8em;
        text-rendering: optimizeLegibility
    }

    .map > .mapbanner {
        position: absolute;
        line-height: 30px;
        width: 80%;
        text-align: center;
        z-index: 30;
        top: 10%;
        left: 10%;
        background-color: #fff;
        border: 2px solid #000;
        font-size: 1em;
        font-weight: 700;
        color: #000;
        display: none
    }

@media (min-width:768px) {
    .map > .mapbanner {
        font-size: large;
        line-height: 30px;
        width: 80%
    }
}

.esriScalebar {
    position: absolute;
    bottom: 2em
}

.esriScalebarLabel {
    padding-top: .3em;
    font-size: 1em;
    width: auto
}

.esriSimpleSlider div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    color: #555 !important;
    font-size: 2.4em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600
}

#interactiveMap .esriPopup {
    font-family: inherit
}

    #interactiveMap .esriPopup .sizer {
        width: 325px
    }

@media (min-width:992px) {
    #interactiveMap .esriPopup .sizer {
        width: 370px
    }
}

#interactiveMap .esriPopup .titlePane {
    background-color: #fff;
    color: #626462;
    padding: .5rem
}

    #interactiveMap .esriPopup .titlePane .title {
        font-size: 16px !important;
        font-size: 1rem !important;
        font-weight: 700;
        margin-bottom: .5rem
    }

#interactiveMap .esriPopup #trimPopUp .nav-tabs {
    margin-bottom: 0;
    padding-right: .5rem;
    padding-left: .5rem
}

@media (min-width:768px) {
    #interactiveMap .esriPopup #trimPopUp .nav-tabs {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

#interactiveMap .esriPopup .contentPane {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1em;
    background-color: #fff;
    max-height: 200px;
    padding: 0
}

@media (min-width:992px) {
    #interactiveMap .esriPopup .contentPane {
        max-height: 300px
    }
}

#interactiveMap .esriPopup .container {
    padding-left: 0;
    padding-right: 0
}

#interactiveMap .esriPopup .actionsPane, #interactiveMap .esriPopup .outerPointer, #interactiveMap .esriPopup .pointer {
    background-color: #fff
}

#interactiveMap .esriPopup .nav-link {
    font-size: 16px !important;
    font-size: 1rem !important;
    font-weight: 700;
    text-decoration: none;
    color: #0097d0
}

@media (min-width:992px) {
    #interactiveMap .esriPopup .nav-link {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

#interactiveMap .esriPopup .nav-link.active {
    color: #626462
}

#interactiveMap .esriPopup .titleButton.close {
    background-image: url(../../../../../img/svg/close-gray.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    opacity: 1;
    top: .5rem;
    right: .5rem
}

#interactiveMap .esriPopup .titleButton.maximize {
    display: none
}

#interactiveMap .esriPopup .route-list {
    background-color: #fff;
    line-height: 4px;
    white-space: nowrap;
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: .5rem
}

@media (min-width:992px) {
    #interactiveMap .esriPopup .route-list {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

#interactiveMap .esriPopup .route-list input {
    margin-right: .25rem;
    margin-bottom: .25rem
}

#interactiveMap .esriPopup .stop-departures {
    background-color: #fff
}

    #interactiveMap .esriPopup .stop-departures .departures {
        border: 1px solid #e3e3e0
    }

        #interactiveMap .esriPopup .stop-departures .departures:first-child {
            border-top: none
        }

#betterBusStops .icon {
    width: 2.5rem;
    height: 2.5rem
}

#betterBusStops .auto-complete-search-box .input-group .custom-width {
    width: 297px
}

@media (min-width:768px) {
    #betterBusStops .auto-complete-search-box .input-group .custom-width {
        width: 529px
    }
}

@media (min-width:992px) {
    #betterBusStops .auto-complete-search-box .input-group .custom-width {
        width: 521px
    }
}

#betterBusStops .auto-complete-search-box .input-group .form-control {
    border-right: none
}

#betterBusStops .auto-complete-search-box .input-group-append .btn {
    background-color: #fff;
    border: 0
}

    #betterBusStops .auto-complete-search-box .input-group-append .btn .icon {
        width: 1rem;
        height: 1rem
    }

@media (min-width:992px) {
    #betterBusStops .auto-complete-search-box .input-group-append .btn .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

#betterBusStops .auto-complete-search-box .input-group-append .input-group-text {
    background-color: #fff
}

    #betterBusStops .auto-complete-search-box .input-group-append .input-group-text .icon {
        width: 1rem;
        height: 1rem
    }

@media (min-width:992px) {
    #betterBusStops .auto-complete-search-box .input-group-append .input-group-text .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

#betterBusStops .esriPopup {
    font-family: inherit
}

    #betterBusStops .esriPopup .titlePane {
        height: 21px;
        font-size: 1.1em
    }

    #betterBusStops .esriPopup .contentPane {
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 1.1em;
        background-color: #fff;
        max-height: 200px
    }

@media (min-width:992px) {
    #betterBusStops .esriPopup .contentPane {
        max-height: 300px
    }
}

#betterBusStops .esriPopup .actionsPane {
    display: none
}

#betterBusStops .esriPopup .sizer {
    width: 200px
}

@media (min-width:768px) {
    #betterBusStops .esriPopup .sizer {
        width: 320px
    }
}

@media (min-width:992px) {
    #betterBusStops .esriPopup .sizer {
        width: 370px
    }
}

#betterBusStops .esriPopup .container {
    padding-left: 0;
    padding-right: 0
}

#betterBusStops .esriPopup .actionsPane, #betterBusStops .esriPopup .outerPointer, #betterBusStops .esriPopup .pointer {
    background-color: #fff
}

#betterBusStops .esriPopup .nav-link {
    font-size: large;
    padding: .25rem
}

#betterBusStops .esriPopup a[href] {
    text-decoration: none
}

#betterBusStops .esriPopup .titleButton.close {
    background-image: url(../../../../../img/svg/close-gray.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    opacity: 1
}

#betterBusStops .esriPopup .titleButton.maximize {
    display: none
}

#nnBasemapToggle .bImagery {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 50
}

#nnBasemapToggle .dijitOffScreen {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important
}

#nnBasemapToggle .dijitToggleButtonIconChar {
    display: none
}

#nnBasemapToggle .bImagery .dijitButtonNode {
    cursor: pointer;
    padding: .3em;
    font-size: 1.5em;
    font-weight: 900;
    border-radius: 5px;
    border: 1px solid silver;
    border-bottom: 2px solid #9b9b9b;
    background: #fff;
    outline: none
}

    #nnBasemapToggle .bImagery .dijitButtonNode:hover {
        background: #0153a0;
        color: #fff
    }

#networkNextMap textarea {
    overflow: auto
}

#networkNextMap .icon {
    width: 2.5rem;
    height: 2.5rem
}

#networkNextMap .map-container {
    height: 600px;
    width: 100%
}

#networkNextMap .custom-select, #networkNextMap .select-route {
    position: relative;
    display: block;
    height: 40px;
    color: #8a8b8a;
    font-size: 18px !important;
    font-size: 1.125rem !important
}

@media (min-width:992px) {
    #networkNextMap .custom-select, #networkNextMap .select-route {
        height: 50px;
        font-size: 24px !important;
        font-size: 1.5rem !important
    }
}

#networkNextMap .auto-complete-search-box .input-group {
    width: 100%;
    margin-bottom: 0
}

    #networkNextMap .auto-complete-search-box .input-group .custom-width {
        width: 297px
    }

@media (min-width:768px) {
    #networkNextMap .auto-complete-search-box .input-group .custom-width {
        width: 529px
    }
}

@media (min-width:992px) {
    #networkNextMap .auto-complete-search-box .input-group .custom-width {
        width: 521px
    }
}

#networkNextMap .auto-complete-search-box .input-group-append .btn {
    background-color: #fff;
    border: 0;
    padding: .563rem 1rem
}

    #networkNextMap .auto-complete-search-box .input-group-append .btn .icon {
        width: 1rem;
        height: 1rem
    }

@media (min-width:992px) {
    #networkNextMap .auto-complete-search-box .input-group-append .btn .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

#networkNextMap .auto-complete-search-box .input-group-append .input-group-text {
    background-color: #fff;
    border-left: none
}

    #networkNextMap .auto-complete-search-box .input-group-append .input-group-text .icon {
        width: 1rem;
        height: 1rem
    }

@media (min-width:992px) {
    #networkNextMap .auto-complete-search-box .input-group-append .input-group-text .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

#networkNextMap .esriPopup {
    font-family: inherit
}

    #networkNextMap .esriPopup .titlePane {
        height: 21px;
        font-size: 1.2em
    }

    #networkNextMap .esriPopup .actionsPane {
        display: none
    }

    #networkNextMap .esriPopup .container {
        padding-left: 0;
        padding-right: 0
    }

    #networkNextMap .esriPopup .actionsPane, #networkNextMap .esriPopup .outerPointer, #networkNextMap .esriPopup .pointer {
        background-color: #fff
    }

    #networkNextMap .esriPopup a[href] {
        text-decoration: none
    }

    #networkNextMap .esriPopup .titleButton.close {
        background-image: url(../../../../../img/svg/close-gray.svg);
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 1rem;
        width: 1rem;
        height: 1rem;
        opacity: 1
    }

    #networkNextMap .esriPopup .titleButton.maximize {
        display: none
    }

    #networkNextMap .esriPopup .contentPane {
        font-size: 1.1em;
        padding: 10px;
        background-color: #fff;
        white-space: nowrap;
        max-height: 300px
    }

@media (min-width:768px) {
    #networkNextMap .esriPopup .contentPane {
        max-height: 450px
    }
}

@media (min-width:992px) {
    #networkNextMap .esriPopup .contentPane {
        max-height: 600px
    }
}

#networkNextMap .esriPopup .contentPane .nnMapPopUpContent {
    line-height: 3px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1em;
    max-height: 60px
}

@media (min-width:768px) {
    #networkNextMap .esriPopup .contentPane .nnMapPopUpContent {
        font-size: 1.2em;
        max-height: 105px
    }
}

@media (min-width:992px) {
    #networkNextMap .esriPopup .contentPane .nnMapPopUpContent {
        max-height: 250px
    }
}

#networkNextMap .esriPopup .contentPane .nnMapPopUpContent input {
    margin: 3px
}

#networkNextMap .esriPopup .contentPane .nnMapPopUpAction {
    font-size: 1em;
    line-height: .5em
}

@media (min-width:768px) {
    #networkNextMap .esriPopup .contentPane .nnMapPopUpAction {
        font-size: 1.2em;
        line-height: .8em
    }
}

#networkNextMap .esriPopup .contentPane .nnMapPopUpLocation {
    font-size: 1em;
    line-height: .5em
}

@media (min-width:768px) {
    #networkNextMap .esriPopup .contentPane .nnMapPopUpLocation {
        font-size: 1.2em;
        line-height: .8em
    }
}

#networkNextMap .esriPopup .sizer {
    width: 200px
}

@media (min-width:768px) {
    #networkNextMap .esriPopup .sizer {
        width: 320px
    }
}

@media (min-width:992px) {
    #networkNextMap .esriPopup .sizer {
        width: 370px
    }
}

.bootstrap-datetimepicker-widget .page-content h2.btn[data-action=clear]:after, .bootstrap-datetimepicker-widget .page-content h2.btn[data-action=decrementHours]:after, .bootstrap-datetimepicker-widget .page-content h2.btn[data-action=decrementMinutes]:after, .bootstrap-datetimepicker-widget .page-content h2.btn[data-action=incrementHours]:after, .bootstrap-datetimepicker-widget .page-content h2.btn[data-action=incrementMinutes]:after, .bootstrap-datetimepicker-widget .page-content h2.btn[data-action=showHours]:after, .bootstrap-datetimepicker-widget .page-content h2.btn[data-action=showMinutes]:after, .bootstrap-datetimepicker-widget .page-content h2.btn[data-action=today]:after, .bootstrap-datetimepicker-widget .page-content h2.btn[data-action=togglePeriod]:after, .bootstrap-datetimepicker-widget .page-content h2.picker-switch:after, .page-content .bootstrap-datetimepicker-widget h2.btn[data-action=clear]:after, .page-content .bootstrap-datetimepicker-widget h2.btn[data-action=decrementHours]:after, .page-content .bootstrap-datetimepicker-widget h2.btn[data-action=decrementMinutes]:after, .page-content .bootstrap-datetimepicker-widget h2.btn[data-action=incrementHours]:after, .page-content .bootstrap-datetimepicker-widget h2.btn[data-action=incrementMinutes]:after, .page-content .bootstrap-datetimepicker-widget h2.btn[data-action=showHours]:after, .page-content .bootstrap-datetimepicker-widget h2.btn[data-action=showMinutes]:after, .page-content .bootstrap-datetimepicker-widget h2.btn[data-action=today]:after, .page-content .bootstrap-datetimepicker-widget h2.btn[data-action=togglePeriod]:after, .page-content .bootstrap-datetimepicker-widget h2.picker-switch:after, .page-content h2.sr-only {
    margin-bottom: 0
}

@media (min-width:992px) {
    .page-content .body-content, .page-content .htmlmodule {
        width: 770px;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .page-content .content-full-width .htmlmodule {
        width: 1140px !important
    }
}

.page-content h2 {
    margin-bottom: 15px
}

@media (min-width:992px) {
    .page-content h2 .icon {
        width: 3rem;
        height: 3rem;
        margin-right: .5rem
    }
}

.page-content .secondary-hero {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .page-content .secondary-hero {
        margin-bottom: 30px
    }
}

#homeContent .tab-overlay {
    background-color: transparent;
    position: relative;
    top: -5.65rem;
    margin-bottom: -5.65rem;
    padding-top: 0
}

@media (min-width:768px) {
    #homeContent .tab-overlay {
        top: -5.205rem
    }
}

@media (min-width:992px) {
    #homeContent .tab-overlay {
        top: -5.25rem
    }
}

@media (min-width:1200px) {
    #homeContent .tab-overlay {
        top: -6.15rem
    }
}

@media (min-width:768px) {
    #homeContent .tab-overlay .container {
        padding-right: 0;
        padding-left: 0
    }
}

.primary .page-title {
    position: relative;
    width: 100%;
    height: 160px
}

@media (min-width:768px) {
    .primary .page-title {
        height: 240px
    }
}

@media (min-width:992px) {
    .primary .page-title {
        height: 275px
    }
}

@media (min-width:1200px) {
    .primary .page-title {
        height: 320px
    }
}

.primary h1 {
    position: absolute;
    bottom: 15px;
    left: 0;
    background-color: #fff;
    color: #8a8b8a;
    opacity: .9;
    margin-bottom: 0;
    padding: 1rem;
    width: auto
}

@media (min-width:992px) {
    .primary h1 {
        bottom: 45px;
        padding: 1.125rem
    }
}

.secondary {
    background-color: #0053a0
}

@media (min-width:992px) {
    .secondary .page-title {
        height: 170px
    }
}

.secondary .page-title h1 {
    color: #fff;
    margin-bottom: 0;
    padding: 3.125rem 0 .75rem
}

@media (min-width:768px) {
    .secondary .page-title h1 {
        padding-top: 6rem;
        padding-bottom: 1.5rem
    }
}

.secondary .page-title .route-number {
    color: #ffd200;
    text-transform: uppercase
}

#parkRides .icon {
    width: 2.5rem;
    height: 2.5rem
}

@media (min-width:768px) {
    #parkRides .auto-complete-search-box .input-group {
        margin: 0 auto 1rem
    }
}

@media (min-width:992px) {
    #parkRides .auto-complete-search-box .input-group {
        margin: 0 auto
    }
}

#parkRides .auto-complete-search-box .input-group:before {
    content: "";
    background-image: url(../../../../../img/svg/car-color.svg);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: .3rem .5rem .3rem 0
}

@media (min-width:992px) {
    #parkRides .auto-complete-search-box .input-group:before {
        background-size: 3rem;
        width: 3rem;
        height: 3rem;
        margin: .355rem .5rem .355rem 0
    }
}

#parkRides .auto-complete-search-box .input-group .form-control {
    height: 50px
}

    #parkRides .auto-complete-search-box .input-group .form-control:focus {
        border-right: 1px solid #0097d0
    }

@media (min-width:992px) {
    #parkRides .auto-complete-search-box .input-group .form-control {
        height: 60px
    }
}

#parkRides .auto-complete-search-box .input-group.custom-width {
    width: 345px
}

@media (min-width:768px) {
    #parkRides .auto-complete-search-box .input-group.custom-width {
        width: 482px
    }
}

@media (min-width:992px) {
    #parkRides .auto-complete-search-box .input-group.custom-width {
        width: 570px
    }
}

#parkRides .auto-complete-search-box .input-group label {
    left: 3.75rem
}

@media (min-width:992px) {
    #parkRides .auto-complete-search-box .input-group label {
        left: 4.75rem
    }
}

#parkRides .auto-complete-search-box .input-group .input-group-append {
    position: absolute;
    right: 0;
    padding: 1.05rem;
    z-index: 10
}

@media (min-width:992px) {
    #parkRides .auto-complete-search-box .input-group .input-group-append {
        padding: .35rem
    }
}

#parkRides .auto-complete-search-box .input-group .input-group-append .input-group-text {
    background-color: #fff;
    border: 0;
    padding: 0
}

@media (min-width:992px) {
    #parkRides .auto-complete-search-box .input-group .input-group-append .input-group-text {
        padding: .75rem 1rem
    }
}

#parkRides .auto-complete-search-box .input-group .input-group-append .input-group-text .icon {
    width: 1rem;
    height: 1rem
}

@media (min-width:992px) {
    #parkRides .auto-complete-search-box .input-group .input-group-append .input-group-text .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

#parkRides .btn-container {
    text-align: center;
    margin: 3rem auto 0
}

#parkRides .result-msg {
    margin-top: 30px
}

@media (min-width:992px) {
    #parkRides .result-msg {
        margin-top: 60px
    }
}

#parkRides .card {
    background-color: #f5f5f4;
    margin-bottom: 1rem;
    padding: .25rem
}

    #parkRides .card a.btn {
        border-bottom: 0;
        font-size: 18px !important;
        font-size: 1.125rem !important;
        font-weight: 700;
        padding-left: 2.5rem;
        position: relative;
        text-align: left;
        line-height: 1;
        margin-bottom: 0
    }

@media (min-width:768px) {
    #parkRides .card a.btn {
        padding-top: .532rem;
        padding-bottom: .532rem
    }
}

@media (min-width:992px) {
    #parkRides .card a.btn {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        padding-left: 3rem
    }
}

#parkRides .card a.btn:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/parking-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    left: .25rem;
    top: .75rem
}

@media (min-width:768px) {
    #parkRides .card a.btn:before {
        top: .25rem
    }
}

@media (min-width:992px) {
    #parkRides .card a.btn:before {
        top: .35rem;
        background-size: 2.375rem;
        width: 2.375rem;
        height: 2.375rem
    }
}

#parkRides .card a.btn .pr-location {
    margin-bottom: 0;
    padding-top: .15rem
}

@media (min-width:992px) {
    #parkRides .card a.btn .pr-location {
        margin-bottom: 0;
        padding-top: .4rem
    }
}

#parkRides .card .map {
    position: relative;
    color: #626462;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: 400;
    padding-right: 1.5rem
}

@media (min-width:992px) {
    #parkRides .card .map {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        padding-right: 1.75rem;
        margin-top: .25rem;
        margin-right: 1rem
    }
}

#parkRides .card .map:after {
    position: absolute;
    top: .15rem;
    right: .25rem;
    content: "";
    background-image: url(../../../../../img/svg/pin-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem
}

@media (min-width:992px) {
    #parkRides .card .map:after {
        top: .25rem
    }
}

#parkRides .card .arrow-right-blue {
    width: 1rem;
    height: 1rem;
    margin-top: .25rem
}

@media (min-width:992px) {
    #parkRides .card .arrow-right-blue {
        margin-top: .5rem
    }
}

#parkRides #prUseCurrentLoc {
    margin-right: .5rem
}

@media (min-width:768px) {
    #parkRides #prUseCurrentLoc {
        margin-right: 7.75rem
    }
}

@media (min-width:992px) {
    #parkRides #prUseCurrentLoc {
        display: none
    }
}

#parkRides .pr-maps .card {
    padding: 0
}

    #parkRides .pr-maps .card .card-header .chevron-down-blue {
        width: 1rem !important;
        height: 1rem !important
    }

    #parkRides .pr-maps .card .card-body {
        background-color: #fff;
        border: 1px solid #e3e3e0
    }

        #parkRides .pr-maps .card .card-body .alert {
            padding: .5rem 1.25rem
        }

    #parkRides .pr-maps .card .map-location-inset {
        background-color: #0588cc;
        border-radius: 50%;
        color: #fff;
        font-size: 12px !important;
        font-size: .75rem !important;
        padding: .5rem;
        width: 2rem;
        height: 2rem;
        line-height: 1;
        margin-right: .5rem;
        margin-bottom: 0;
        text-align: center
    }

@media (min-width:992px) {
    #parkRides .pr-maps .card .map-location-inset {
        font-size: 16px !important;
        font-size: 1rem !important;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

#stopsStations .icon {
    width: 2.5rem;
    height: 2.5rem
}

@media (min-width:768px) {
    #stopsStations .auto-complete-search-box .input-group {
        margin: 0 auto 1rem
    }
}

@media (min-width:992px) {
    #stopsStations .auto-complete-search-box .input-group {
        margin: 0 auto
    }
}

#stopsStations .auto-complete-search-box .input-group:before {
    content: "";
    background-image: url(../../../../../img/svg/bus-stop-color.svg);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: .3rem .5rem .3rem 0
}

@media (min-width:992px) {
    #stopsStations .auto-complete-search-box .input-group:before {
        background-size: 3rem;
        width: 3rem;
        height: 3rem;
        margin: .355rem .5rem .355rem 0
    }
}

#stopsStations .auto-complete-search-box .input-group .form-control {
    height: 50px
}

    #stopsStations .auto-complete-search-box .input-group .form-control:focus {
        border-right: 1px solid #0097d0
    }

@media (min-width:992px) {
    #stopsStations .auto-complete-search-box .input-group .form-control {
        height: 60px
    }
}

#stopsStations .auto-complete-search-box .input-group.custom-width {
    width: 345px
}

@media (min-width:768px) {
    #stopsStations .auto-complete-search-box .input-group.custom-width {
        width: 482px
    }
}

@media (min-width:992px) {
    #stopsStations .auto-complete-search-box .input-group.custom-width {
        width: 570px
    }
}

#stopsStations .auto-complete-search-box .input-group label {
    left: 3.75rem
}

@media (min-width:992px) {
    #stopsStations .auto-complete-search-box .input-group label {
        left: 4.75rem
    }
}

#stopsStations .auto-complete-search-box .input-group .input-group-append {
    position: absolute;
    right: 0;
    padding: 1.05rem;
    z-index: 10
}

@media (min-width:992px) {
    #stopsStations .auto-complete-search-box .input-group .input-group-append {
        padding: .35rem
    }
}

#stopsStations .auto-complete-search-box .input-group .input-group-append .input-group-text {
    background-color: #fff;
    border: 0;
    padding: 0
}

@media (min-width:992px) {
    #stopsStations .auto-complete-search-box .input-group .input-group-append .input-group-text {
        padding: .75rem 1rem
    }
}

#stopsStations .auto-complete-search-box .input-group .input-group-append .input-group-text .icon {
    width: 1rem;
    height: 1rem
}

@media (min-width:992px) {
    #stopsStations .auto-complete-search-box .input-group .input-group-append .input-group-text .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

#stopsStations .result-msg {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    margin-top: 30px;
    margin-bottom: 15px
}

@media (min-width:992px) {
    #stopsStations .result-msg {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        margin-top: 60px;
        margin-bottom: 30px
    }
}

#stopsStations .gray-bg-100 h2 {
    margin-bottom: 0
}

#stopsStations .gray-bg-100 .stop-id {
    font-size: 18px !important;
    font-size: 1.125rem !important
}

@media (min-width:992px) {
    #stopsStations .gray-bg-100 .stop-id {
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }
}

#stopsStations .gray-bg-100 .map {
    text-align: right
}

    #stopsStations .gray-bg-100 .map .map-link {
        position: relative;
        font-size: 18px !important;
        font-size: 1.125rem !important;
        margin-right: .25rem;
        padding-right: 1rem
    }

@media (min-width:992px) {
    #stopsStations .gray-bg-100 .map .map-link {
        top: 0;
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        margin-right: 1.5rem;
        padding-right: 0
    }
}

#stopsStations .gray-bg-100 .map .map-link:after {
    position: absolute;
    top: .1rem;
    content: "";
    background-image: url(../../../../../img/svg/pin-gray.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    margin-left: .15rem
}

@media (min-width:992px) {
    #stopsStations .gray-bg-100 .map .map-link:after {
        top: 0;
        background-size: 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        margin-left: .25rem
    }
}

#stopsStations .gray-bg-100 .icon {
    width: 2rem;
    height: 2rem
}

@media (min-width:992px) {
    #stopsStations .gray-bg-100 .icon {
        width: 3rem;
        height: 3rem
    }
}

#stopsStations .gray-bg-100 .transit-service .routes {
    margin-right: .5rem;
    margin-bottom: .5rem !important
}

@media (min-width:992px) {
    #stopsStations .gray-bg-100 .transit-service .routes {
        margin-right: 30px;
        margin-bottom: 30px !important
    }
}

#stopsStations .gray-bg-100 .lrt-service .routes {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    margin-right: .05rem;
    margin-bottom: .4rem !important;
    width: 96px;
    height: 40px;
    line-height: .9;
    padding: .1rem .5rem
}

@media (min-width:992px) {
    #stopsStations .gray-bg-100 .lrt-service .routes {
        font-size: 20px !important;
        font-size: 1.25rem !important;
        margin-right: .92rem;
        margin-bottom: 1.145rem !important;
        width: 100px;
        height: 45px;
        padding: .2rem 0
    }
}

#stopsStations #ssUseCurrentLoc {
    margin-right: .5rem
}

@media (min-width:768px) {
    #stopsStations #ssUseCurrentLoc {
        margin-right: 4.75rem
    }
}

@media (min-width:992px) {
    #stopsStations #ssUseCurrentLoc {
        display: none
    }
}

.route .accordion .card .card-header .btn {
    padding: .657rem .5rem
}

@media (min-width:992px) {
    .route .accordion .card .card-header .btn {
        padding: .688rem 1rem
    }
}

.route .schedule-days {
    margin-bottom: 1rem
}

    .route .schedule-days:last-child {
        margin-bottom: 0;
        margin-right: 0
    }

@media (min-width:992px) {
    .route .schedule-days:last-child {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .route .schedule-days {
        margin-right: .23rem
    }

        .route .schedule-days:nth-child(3n) {
            margin-right: 0
        }

        .route .schedule-days:nth-child(4) {
            margin-bottom: 0
        }
}

@media (min-width:992px) {
    .route .schedule-days {
        margin-right: 3.75rem
    }
}

@media (min-width:1200px) {
    .route .schedule-days {
        margin-right: 9.35rem
    }
}

.route .schedule-days .h2 {
    font-weight: 400 !important
}

.route .schedule-days button {
    display: block;
    width: 100%;
    text-transform: capitalize
}

@media (min-width:992px) {
    .route .schedule-days button {
        margin-right: 0;
        width: 17.5rem
    }
}

.route .schedule-days button:not(:last-child) {
    margin-bottom: 1rem !important
}

.route .date-time-color {
    width: 1.5rem;
    height: 1.5rem
}

.route .list-group-item:first-child {
    border-top: none
}

.route .list-group-item .frequency {
    width: 270px
}

@media (min-width:992px) {
    .route .list-group-item .frequency {
        width: 450px
    }
}

.route .btn-wrapper, .route .text-center .mx-auto {
    text-align: center !important;
    margin: 0 auto
}

.route .btn-block {
    display: block;
    width: 100%
}

@media (min-width:992px) {
    .route .btn-block {
        display: inline-block
    }
}

.route .btn-ouline-secondary article.striped > .container .schedule-days button.active {
    color: #0097d0 !important;
    background-color: #dbf4fd !important;
    border: 2px solid #0097d0 !important
}

.route .schedule-scroll {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
    max-width: 1140px;
    overflow-x: auto
}

@media (min-width:1200px) {
    .route .schedule-scroll {
        overflow-x: hidden
    }
}

.route .schedule-scroll-body {
    padding-right: 17px;
    max-height: 30rem;
    overflow-y: auto
}

@media (min-width:992px) {
    .route .schedule-scroll-body {
        max-height: 40rem
    }
}

@media (min-width:992px) {
    .route .no-pad {
        padding-right: 0
    }
}

.route .timetable-container table {
    margin: 0;
    font-size: .8rem;
    border-bottom: 1px solid #8a8b8a
}

    .route .timetable-container table thead {
        background-color: #fff
    }

    .route .timetable-container table tr.downtown th {
        position: relative
    }

.route .zone {
    background-color: #fff;
    position: absolute;
    margin: 3rem 0 0 8.5rem;
    text-align: center;
    white-space: nowrap;
    z-index: 10;
    border-radius: 2rem
}

.route .table-header-rotated th.rotate {
    font-weight: 400;
    height: 12rem;
    white-space: nowrap;
    padding: 0;
    min-width: 2.75rem;
    max-width: 2.75rem
}

    .route .table-header-rotated th.rotate div {
        transform: translate(1.7rem,4.4rem) rotate(-45deg);
        width: 100%
    }

        .route .table-header-rotated th.rotate div span {
            display: inline-block;
            width: 12rem;
            height: 2rem;
            line-height: .8rem;
            text-indent: -.9rem;
            padding: .2rem 0 0 .5rem;
            border-bottom: 1px solid #8a8b8a
        }

            .route .table-header-rotated th.rotate div span .single-line {
                padding: .5rem 0 0 1rem
            }

.route .table-header-rotated th:first-child {
    font-weight: 700;
    min-width: 3rem;
    max-width: 3rem;
    padding-left: .2rem
}

.route .table-header-rotated tr.sub-header th {
    border: 1px solid #8a8b8a;
    border-top: none;
    height: 2.5rem;
    text-align: center
}

    .route .table-header-rotated tr.sub-header th:first-child {
        border-left: none
    }

    .route .table-header-rotated tr.sub-header th div {
        border: 1px solid #8a8b8a;
        border-radius: 50%;
        width: 1.75rem;
        height: 1.75rem;
        margin: auto;
        padding-top: .3em
    }

.route .table-header-rotated tr.ampm {
    background-color: #f5f5f4;
    border: 1px solid #8a8b8a
}

@media (max-width:1199.98px) {
    .route .table-header-rotated tr.ampm th {
        text-align: left !important;
        padding-left: 40vw !important
    }
}

.route .table-header-rotated th.row-header {
    border: 1px solid #8a8b8a;
    border-bottom: none;
    padding-left: .2rem;
    min-width: 2.95rem;
    max-width: 2.95rem
}

.route .table-header-rotated td {
    border: 1px solid #8a8b8a;
    border-bottom: none;
    text-align: center;
    padding: 5px 0;
    min-width: 2.75rem;
    max-width: 2.75rem
}

.route tr.alt td, .route tr.alt th.row-header {
    border-top: none;
    padding-top: 0
}

.route .rush {
    background-color: #e3e3e3;
    font-weight: 700
}

.route .text-link {
    font-size: 18px !important
}

#howToRide h2 {
    margin-bottom: 0 !important
}

@media (min-width:992px) {
    #howToRide .btn {
        margin-bottom: 0
    }
}

#fares .card-deck {
    margin-bottom: 15px
}

@media (min-width:992px) {
    #fares .card-deck {
        margin-bottom: 30px
    }
}

#fares .card-deck.last {
    margin-bottom: 30px
}

@media (min-width:992px) {
    #fares .card-deck.last {
        margin-bottom: 45px
    }
}

#fares .card-deck .card .card-header {
    padding: 1.344rem 1.25rem
}

@media (min-width:992px) {
    #fares .card-deck .card .card-header {
        height: 165px;
        padding: 1.625rem 1.25rem
    }
}

#fares .card-deck .card .card-header [data-toggle=popover] {
    cursor: pointer
}

#fares .card-deck .card .card-header.reduced-fare .popover-position {
    position: relative;
    top: -4rem;
    left: 16rem
}

    #fares .card-deck .card .card-header.reduced-fare .popover-position .gray-circle-info {
        position: static;
        top: 0;
        right: 0
    }

@media (min-width:992px) {
    #fares .card-deck .card .card-header.reduced-fare .popover-position {
        width: 1.5rem;
        height: 1.5rem;
        top: -5rem;
        left: 24rem
    }
}

@media (min-width:1200px) {
    #fares .card-deck .card .card-header.reduced-fare .popover-position {
        left: 27rem
    }
}

#fares .card-deck .card .card-header.mobility-fare .popover-position {
    position: relative;
    top: -1.5rem;
    left: 16rem
}

    #fares .card-deck .card .card-header.mobility-fare .popover-position .gray-circle-info {
        position: static;
        top: 0;
        right: 0
    }

@media (min-width:992px) {
    #fares .card-deck .card .card-header.mobility-fare .popover-position {
        width: 1.5rem;
        height: 1.5rem;
        top: -1.75rem;
        left: 22rem
    }
}

@media (min-width:1200px) {
    #fares .card-deck .card .card-header.mobility-fare .popover-position {
        left: 24rem
    }
}

#fares .card-deck .card .card-body {
    background-color: #fff
}

@media (min-width:992px) {
    #fares .card-deck .card .card-body {
        padding-right: 5rem;
        padding-left: 5rem
    }
}

#fares .card-deck .card .card-body h3 {
    margin-bottom: 1rem
}

#fares .card-deck .card .card-footer {
    background-color: #fff
}

#fares .btn-container {
    text-align: center;
    margin-right: auto;
    margin-left: auto
}

#fares .accordion p.h3 {
    font-weight: 400 !important
}

#fares .accordion .mobility {
    border-top: 1px solid #e3e3e0;
    margin-top: 1rem;
    padding-top: 1rem
}

@media (min-width:768px) {
    #fares .accordion .mobility {
        border-top: none;
        border-left: 1px solid #e3e3e0;
        margin-top: 0;
        padding-top: 0
    }
}

#schedulesMaps .icon {
    width: 2.5rem;
    height: 2.5rem
}

#schedulesMaps .auto-complete-search-box .input-group {
    width: 100%;
    margin-bottom: 0
}

    #schedulesMaps .auto-complete-search-box .input-group .custom-width {
        width: 297px
    }

@media (min-width:768px) {
    #schedulesMaps .auto-complete-search-box .input-group .custom-width {
        width: 529px
    }
}

@media (min-width:992px) {
    #schedulesMaps .auto-complete-search-box .input-group .custom-width {
        width: 521px
    }
}

#schedulesMaps .auto-complete-search-box .input-group.custom-width {
    width: 345px
}

@media (min-width:768px) {
    #schedulesMaps .auto-complete-search-box .input-group.custom-width {
        width: 482px
    }
}

@media (min-width:992px) {
    #schedulesMaps .auto-complete-search-box .input-group.custom-width {
        width: 570px
    }
}

#schedulesMaps .auto-complete-search-box .input-group .input-group-append .btn {
    background-color: #fff;
    border: 0;
    padding: .563rem 1rem
}

#schedulesMaps .auto-complete-search-box .input-group .input-group-append .input-group-text {
    background-color: #fff;
    border-left: none
}

    #schedulesMaps .auto-complete-search-box .input-group .input-group-append .input-group-text .icon {
        width: 1rem;
        height: 1rem
    }

@media (min-width:992px) {
    #schedulesMaps .auto-complete-search-box .input-group .input-group-append .input-group-text .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

@media (min-width:768px) {
    #schedulesMaps #interactiveMap .auto-complete-search-box .input-group {
        margin: 0 auto 1rem
    }
}

@media (min-width:992px) {
    #schedulesMaps #interactiveMap .auto-complete-search-box .input-group {
        margin: 0 auto
    }
}

#schedulesMaps #interactiveMap .auto-complete-search-box .input-group .form-control {
    height: 50px
}

    #schedulesMaps #interactiveMap .auto-complete-search-box .input-group .form-control:focus {
        border-right: 1px solid #0097d0
    }

@media (min-width:992px) {
    #schedulesMaps #interactiveMap .auto-complete-search-box .input-group .form-control {
        height: 60px
    }
}

#schedulesMaps #interactiveMap .auto-complete-search-box .input-group.custom-width {
    width: 345px
}

@media (min-width:768px) {
    #schedulesMaps #interactiveMap .auto-complete-search-box .input-group.custom-width {
        width: 482px
    }
}

@media (min-width:992px) {
    #schedulesMaps #interactiveMap .auto-complete-search-box .input-group.custom-width {
        width: 570px
    }
}

#schedulesMaps #interactiveMap .auto-complete-search-box .input-group .input-group-append {
    position: absolute;
    right: 0;
    padding: 1.05rem;
    z-index: 10
}

@media (min-width:992px) {
    #schedulesMaps #interactiveMap .auto-complete-search-box .input-group .input-group-append {
        padding: .35rem
    }
}

#schedulesMaps #interactiveMap .auto-complete-search-box .input-group .input-group-append .input-group-text {
    background-color: #fff;
    border: 0;
    padding: 0
}

@media (min-width:992px) {
    #schedulesMaps #interactiveMap .auto-complete-search-box .input-group .input-group-append .input-group-text {
        padding: .75rem 1rem
    }
}

#schedulesMaps #interactiveMap .auto-complete-search-box .input-group .input-group-append .input-group-text .icon {
    width: 1rem;
    height: 1rem
}

@media (min-width:992px) {
    #schedulesMaps #interactiveMap .auto-complete-search-box .input-group .input-group-append .input-group-text .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

#schedulesMaps h2.has-icon-left {
    position: relative;
    padding: .5rem 0 .5rem 3rem
}

@media (min-width:992px) {
    #schedulesMaps h2.has-icon-left {
        line-height: 1.35;
        margin-bottom: 2rem;
        padding: 0 0 0 3rem
    }
}

#schedulesMaps h2.has-icon-left.mlr:before {
    background-image: url(../../../../../img/svg/circle-gray-lrt.svg)
}

#schedulesMaps h2.has-icon-left.mlr:before, #schedulesMaps h2.has-icon-left.pbr:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem
}

#schedulesMaps h2.has-icon-left.pbr:before {
    background-image: url(../../../../../img/svg/circle-gray-outline-bus.svg)
}

#schedulesMaps h2.has-icon-left.mbrt:before {
    background-image: url(../../../../../img/svg/circle-gray-bus.svg)
}

#schedulesMaps h2.has-icon-left.cr:before, #schedulesMaps h2.has-icon-left.mbrt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem
}

#schedulesMaps h2.has-icon-left.cr:before {
    background-image: url(../../../../../img/svg/circle-gray-train.svg)
}

#schedulesMaps h2.has-icon-left.ir:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem;
    background-image: url(../../../../../img/svg/schedules-maps-color.svg)
}

#schedulesMaps .btn-container {
    text-align: center;
    margin: 0 auto
}

    #schedulesMaps .btn-container.light-rail {
        padding: 0
    }

        #schedulesMaps .btn-container.light-rail .btn-route-lg {
            display: block;
            margin: 0 auto 1rem
        }

@media (min-width:768px) {
    #schedulesMaps .btn-container.light-rail .btn-route-lg {
        margin-left: 0
    }
}

#schedulesMaps .btn-container.light-rail .btn-route-lg:last-child {
    margin-right: auto !important;
    margin-bottom: 0
}

@media (min-width:992px) {
    #schedulesMaps .btn-container.light-rail .btn-route-lg:last-child {
        margin-right: 0 !important
    }
}

@media (min-width:992px) {
    #schedulesMaps .btn-container.light-rail {
        display: flex;
        justify-content: start;
        flex-wrap: wrap
    }
}

@media (min-width:768px) {
    #schedulesMaps .btn-container.metro-brt {
        text-align: left;
        margin-right: 0;
        margin-left: 0
    }
}

#schedulesMaps .btn-container.metro-brt .btn-route-lg {
    display: block;
    margin: 0 auto 1rem
}

@media (min-width:768px) {
    #schedulesMaps .btn-container.metro-brt .btn-route-lg {
        display: inline-block;
        margin: 0 1rem 0 0
    }
}

#schedulesMaps .btn-container.metro-brt .btn-route-lg:last-child {
    margin-right: auto !important
}

@media (min-width:768px) {
    #schedulesMaps .btn-container.commuter-rail {
        display: flex;
        justify-content: start;
        flex-wrap: wrap
    }
}

#schedulesMaps .btn-container.popular-bus-routes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (min-width:992px) {
    #schedulesMaps .btn-container.popular-bus-routes {
        justify-content: start
    }
}

#schedulesMaps .btn-container.popular-bus-routes .btn-route:last-child {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    #schedulesMaps .btn-container.popular-bus-routes .btn-route:last-child {
        margin-right: 1rem !important
    }
}

#schedulesMaps .btn-container .btn {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    #schedulesMaps .btn-anchor-container {
        display: flex;
        justify-content: start;
        flex-wrap: wrap
    }
}

#schedulesMaps .btn-anchor-container .btn-anchor {
    display: block;
    margin: 0 auto 1rem;
    text-align: center;
    width: 220px
}

@media (min-width:768px) {
    #schedulesMaps .btn-anchor-container .btn-anchor {
        margin-right: 1rem;
        margin-left: 0
    }
}

#schedulesMaps .btn-route-container {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

    #schedulesMaps .btn-route-container .btn-route {
        margin-right: 1rem
    }

        #schedulesMaps .btn-route-container .btn-route:last-child {
            margin-bottom: 1rem
        }

#schedulesMaps #systemMaps h2 {
    padding: 0
}

#gotoCards .btn-container {
    text-align: center;
    margin: 0 auto
}

@media (min-width:768px) {
    #gotoCards .btn-container .btn {
        margin-bottom: 0
    }
}

#gotoCards .seven-day-pass {
    margin-bottom: 30px
}

@media (min-width:992px) {
    #gotoCards .seven-day-pass {
        margin-bottom: 45px
    }
}

#gotoCards .thirtyone-day-pass p.small {
    padding: .5rem;
    padding-bottom: 0
}

#gotoCards .thirtyone-day-pass .tap-riders .icon {
    margin-top: -.25rem
}

@media (min-width:992px) {
    #gotoCards .thirtyone-day-pass .tap-riders .icon {
        margin-top: -.5rem
    }
}

#gotoCards .cyan-blue-bg {
    color: #fff;
    padding: 0
}

@media (min-width:992px) {
    #gotoCards .cyan-blue-bg {
        background-image: url(/img/cyan-blue-bg.png);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        padding: 3rem 0
    }
}

@media (min-width:768px) {
    #gotoCards .cyan-blue-bg .row {
        margin-right: -30px;
        margin-left: -30px
    }
}

@media (min-width:992px) {
    #gotoCards .cyan-blue-bg .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

#gotoCards .cyan-blue-bg h2 {
    margin-bottom: 15px
}

@media (min-width:992px) {
    #gotoCards .cyan-blue-bg h2 {
        margin-bottom: 30px
    }
}

#gotoCards .cyan-blue-bg .blue-bg {
    background-color: #047db5;
    padding: 1.5rem
}

@media (min-width:992px) {
    #gotoCards .cyan-blue-bg .blue-bg {
        padding: 0 2rem
    }
}

@media (min-width:1200px) {
    #gotoCards .cyan-blue-bg .blue-bg {
        padding: 0 3rem
    }
}

#gotoCards .cyan-blue-bg .blue-bg a, #gotoCards .cyan-blue-bg .blue-bg span {
    color: #fff;
    font-size: 20px !important;
    font-size: 1.25rem !important;
    font-weight: 700;
    border-bottom: none;
    margin-left: .25rem
}

@media (min-width:768px) {
    #gotoCards .cyan-blue-bg .blue-bg a, #gotoCards .cyan-blue-bg .blue-bg span {
        margin-left: .5rem
    }
}

@media (min-width:992px) {
    #gotoCards .cyan-blue-bg .blue-bg a, #gotoCards .cyan-blue-bg .blue-bg span {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        margin-left: 1rem
    }
}

#gotoCards .cyan-blue-bg .cyan-bg {
    background-color: #0097d0;
    padding: 1.5rem
}

@media (min-width:992px) {
    #gotoCards .cyan-blue-bg .cyan-bg {
        padding: 0 2rem
    }
}

@media (min-width:1200px) {
    #gotoCards .cyan-blue-bg .cyan-bg {
        padding: 0 3rem
    }
}

#gotoCards .cyan-blue-bg .icon {
    width: 1.75rem;
    height: 1.75rem;
    margin-bottom: .5rem
}

@media (min-width:992px) {
    #gotoCards .cyan-blue-bg .icon {
        width: 2.25rem;
        height: 2.25rem
    }
}

@media (min-width:1200px) {
    #gotoCards .cyan-blue-bg .icon {
        width: 3rem;
        height: 3rem;
        margin-bottom: .75rem
    }
}

#gotoCardRetailers .icon {
    width: 2.5rem;
    height: 2.5rem
}

#gotoCardRetailers .input-group .form-control {
    border-right: none
}

#gotoCardRetailers .input-group .input-group-text {
    background-color: transparent;
    border-left: none
}

    #gotoCardRetailers .input-group .input-group-text .icon {
        width: 1.5rem;
        height: 1.5rem
    }

#gotoCardRetailers .auto-complete-search-box {
    margin-bottom: 30px
}

@media (min-width:992px) {
    #gotoCardRetailers .auto-complete-search-box {
        margin-bottom: 60px
    }
}

#gotoCardRetailers .auto-complete-search-box .input-group {
    margin-left: auto
}

@media (min-width:992px) {
    #gotoCardRetailers .auto-complete-search-box .input-group {
        margin: 0 auto
    }
}

#gotoCardRetailers .auto-complete-search-box .input-group:before {
    content: "";
    background-image: url(../../../../../img/svg/store-cyan.svg);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem
}

@media (min-width:992px) {
    #gotoCardRetailers .auto-complete-search-box .input-group:before {
        background-size: 3rem;
        width: 3rem;
        height: 3rem
    }
}

#gotoCardRetailers .more-options {
    margin-bottom: 15px;
    width: 100%
}

@media (min-width:992px) {
    #gotoCardRetailers .more-options {
        margin-bottom: 30px;
        width: 570px;
        z-index: 20
    }
}

#gotoCardRetailers .more-options .card-header {
    border-bottom: 0;
    padding: 0
}

    #gotoCardRetailers .more-options .card-header .btn-link {
        background-color: #fff;
        text-decoration: none;
        color: #626462;
        font-weight: 500;
        padding: .375rem .75rem
    }

@media (min-width:992px) {
    #gotoCardRetailers .more-options .card-header .btn-link {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        padding: .375rem 1rem
    }
}

#gotoCardRetailers .more-options .card-header .btn-link:focus {
    color: #626462;
    background-color: #fff
}

#gotoCardRetailers .more-options .card-header .btn-link .icon {
    width: 1rem;
    height: 1rem
}

#gotoCardRetailers .more-options .card-header .btn-link .active {
    transform: rotate(45deg)
}

#gotoCardRetailers #goto-finder-results .card {
    background-color: #f5f5f4;
    margin-bottom: 1rem;
    padding: .375rem
}

    #gotoCardRetailers #goto-finder-results .card a.btn {
        font-size: 18px !important;
        font-size: 1.125rem !important;
        font-weight: 700;
        padding-left: 2.5rem;
        position: relative;
        text-align: left;
        line-height: 1
    }

@media (min-width:992px) {
    #gotoCardRetailers #goto-finder-results .card a.btn {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        padding-left: 3rem
    }
}

#gotoCardRetailers #goto-finder-results .card a.btn:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../img/svg/purchase-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    left: 0
}

@media (min-width:992px) {
    #gotoCardRetailers #goto-finder-results .card a.btn:before {
        top: .25rem;
        background-size: 2.375rem;
        width: 2.375rem;
        height: 2.375rem
    }
}

#gotoCardRetailers #goto-finder-results .card .map {
    position: relative;
    color: #626462;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: 400;
    padding-right: 1.5rem
}

@media (min-width:992px) {
    #gotoCardRetailers #goto-finder-results .card .map {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        padding-right: 1.75rem;
        margin-top: .25rem;
        margin-right: 1rem
    }
}

#gotoCardRetailers #goto-finder-results .card .map:after {
    position: absolute;
    top: .15rem;
    right: .75rem;
    content: "";
    background-image: url(../../../../../img/svg/pin-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem
}

@media (min-width:992px) {
    #gotoCardRetailers #goto-finder-results .card .map:after {
        top: .25rem
    }
}

#gotoCardRetailers #goto-finder-results .card .arrow-right-blue {
    width: 1.5rem;
    height: 1.5rem
}

@media (min-width:992px) {
    #gotoCardRetailers #goto-finder-results .card .arrow-right-blue {
        margin-top: .25rem
    }
}

@media (min-width:992px) {
    #gotoCardRetailers #gtrUseCurrentLoc {
        display: none
    }
}

#serviceCenter .arrow-right-blue {
    width: 1rem;
    height: 1rem
}

#passes h2 {
    margin-bottom: 15px
}

#passes img {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    #passes img {
        margin-bottom: 0
    }
}

#passes .btn:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.section .popover {
    width: 175px
}

.section .public-art-grid .row {
    margin-right: 0;
    margin-left: 0
}

    .section .public-art-grid .row .col-md-3 {
        padding-right: 5px;
        padding-left: 5px
    }

        .section .public-art-grid .row .col-md-3:first-child {
            padding-left: 0
        }

        .section .public-art-grid .row .col-md-3:nth-child(4) {
            padding-right: 0
        }

.section .tile {
    background-repeat: no-repeat;
    background-size: cover;
    width: 165px;
    height: 165px;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center
}

    .section .tile .tile-overlay-blue {
        background: rgba(0,83,160,.69)
    }

    .section .tile .tile-overlay-green {
        background-color: rgba(0,130,68,.69)
    }

    .section .tile .tile-overlay-grey {
        background-color: rgba(51,51,51,.69)
    }

        .section .tile .tile-overlay-blue:hover, .section .tile .tile-overlay-green:hover, .section .tile .tile-overlay-grey:hover {
            background: none
        }

        .section .tile .tile-overlay-blue a, .section .tile .tile-overlay-green a, .section .tile .tile-overlay-grey a {
            color: #fff;
            display: block;
            font-weight: 700;
            padding: 69px 10px;
            text-decoration: none
        }

            .section .tile .tile-overlay-blue a:hover, .section .tile .tile-overlay-green a:hover, .section .tile .tile-overlay-grey a:hover {
                opacity: 0
            }

        .section .tile .tile-overlay-blue .text-plus, .section .tile .tile-overlay-green .text-plus, .section .tile .tile-overlay-grey .text-plus {
            padding: 65.5px 10px
        }

        .section .tile .tile-overlay-blue .text-plus-plus, .section .tile .tile-overlay-green .text-plus-plus, .section .tile .tile-overlay-grey .text-plus-plus {
            padding: 57px 10px
        }

.section .blueline .block-1 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_warehouse_district.jpg)
}

.section .blueline .block-2 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_nicollet_mall.jpg)
}

.section .blueline .block-3 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_government_plaza.jpg)
}

.section .blueline .block-4 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_usbank_stadium.jpg)
}

.section .blueline .block-5 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_cedar_riverside.jpg)
}

.section .blueline .block-6 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_franklin_avenue.jpg)
}

.section .blueline .block-7 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_lake_street.jpg)
}

.section .blueline .block-8 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_38th_street.jpg)
}

.section .blueline .block-9 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_46th_street.jpg)
}

.section .blueline .block-10 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_minnehaha_park.jpg)
}

.section .blueline .block-11 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_va_station.jpg)
}

.section .blueline .block-12 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_fort_snelling.jpg)
}

.section .blueline .block-13 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_terminal_1_lindberg.jpg)
}

.section .blueline .block-14 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_terminal_2_humphrey.jpg)
}

.section .blueline .block-15 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_american_blvd.jpg)
}

.section .blueline .block-16 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_bloomington_central.jpg)
}

.section .blueline .block-17 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_28th_avenue.jpg)
}

.section .blueline .block-18 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/bluelinestations/public-art/thumbnails/blue_line_public_art_thumb_moa.jpg)
}

.section .greenline .block-1 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_union-depot-station.png)
}

.section .greenline .block-2 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_central-station.jpg)
}

.section .greenline .block-3 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_10th-street-station.jpg)
}

.section .greenline .block-4 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_robert_street_mural.jpg)
}

.section .greenline .block-5 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_capitol-rice-street-station.jpg)
}

.section .greenline .block-6 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_western-avenue-station.jpg)
}

.section .greenline .block-7 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_dale-street-station.jpg)
}

.section .greenline .block-8 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_victoria_street-station.jpg)
}

.section .greenline .block-9 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_lexington-parkway-station.jpg)
}

.section .greenline .block-10 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_hamline-avenue-station.jpg)
}

.section .greenline .block-11 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_snelling-avenue-station.jpg)
}

.section .greenline .block-12 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_fairview-avenue-station.jpg)
}

.section .greenline .block-13 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_raymond-station.jpg)
}

.section .greenline .block-14 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_westgate-station.jpg)
}

.section .greenline .block-15 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_prospect-park-station.jpg)
}

.section .greenline .block-16 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_stadium-village-station.jpg)
}

.section .greenline .block-17 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_east-bank-station.jpg)
}

.section .greenline .block-18 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/greenlinestations/public-art/thumbnails/green_line_public_art_thumb_west-bank-station.jpg)
}

.section .facilities .block-1 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_central_station_4.jpg)
}

.section .facilities .block-2 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_target.jpg)
}

.section .facilities .block-3 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_chicago_lake.jpg)
}

.section .facilities .block-4 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_o_and_m_industry.jpg)
}

.section .facilities .block-5 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_smith_2.jpg)
}

.section .facilities .block-6 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/facilities/public-art/thumbnails/fac_public_art_thumb_big_lake_.jpg)
}

.section .facilities .block-7 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/facilities/public-art/thumbnails/Megan_Bell_thumbnail.png)
}

.section .facilities .block-8 {
    background-image: url(../../../../../Data/sites/1/media/lightrail/facilities/public-art/thumbnails/public_art_uptown_tile_detail.jpg)
}

.section .image-map {
    background-image: url(../../../../../Data/sites/1/media/lightrail/metro_map_horizontalstripmap.png);
    background-repeat: no-repeat;
    width: 750px;
    height: 166px;
    position: relative
}

    .section .image-map .rectangle {
        position: absolute;
        width: 20px;
        height: 90px;
        transform: rotate(45deg);
        color: transparent
    }

    .section .image-map .dot {
        position: absolute;
        width: 25px;
        height: 20px;
        transform: rotate(45deg)
    }

    .section .image-map .greenline .dot {
        top: 75px;
        left: 4px
    }

    .section .image-map .blueline .dot {
        top: -5px;
        left: -8px
    }

    .section .image-map .targetfield {
        top: -5px;
        left: 32px
    }

    .section .image-map .warehouse {
        top: -6px;
        left: 64px
    }

    .section .image-map .nicollet {
        top: -6px;
        left: 95px
    }

    .section .image-map .government {
        top: -6px;
        left: 126px
    }

    .section .image-map .usbank {
        top: -6px;
        left: 157px
    }

    .section .image-map .wbank {
        top: -17px;
        left: 193px
    }

    .section .image-map .ebank {
        top: -17px;
        left: 224px
    }

    .section .image-map .stadiumvlg {
        top: -17px;
        left: 255px
    }

    .section .image-map .prospect {
        top: -17px;
        left: 286px
    }

    .section .image-map .westgate {
        top: -17px;
        left: 317px
    }

    .section .image-map .raymond {
        top: -17px;
        left: 348px
    }

    .section .image-map .fairview {
        top: -17px;
        left: 379px
    }

    .section .image-map .snelling {
        top: -17px;
        left: 410px
    }

    .section .image-map .hamline {
        top: -17px;
        left: 441px
    }

    .section .image-map .lexington {
        top: -17px;
        left: 472px
    }

    .section .image-map .victoria {
        top: -17px;
        left: 503px
    }

    .section .image-map .dale {
        top: -17px;
        left: 534px
    }

    .section .image-map .western {
        top: -17px;
        left: 565px
    }

    .section .image-map .capitolrice {
        top: -17px;
        left: 596px
    }

    .section .image-map .robert {
        top: -17px;
        left: 627px
    }

    .section .image-map .s10 {
        top: -17px;
        left: 658px
    }

    .section .image-map .central {
        top: -17px;
        left: 689px
    }

    .section .image-map .uniondepot {
        top: -17px;
        left: 720px
    }

    .section .image-map .cedar {
        top: 87px;
        left: 143px
    }

    .section .image-map .franklin {
        top: 87px;
        left: 174px
    }

    .section .image-map .lakestreet {
        top: 87px;
        left: 205px
    }

    .section .image-map .s38 {
        top: 87px;
        left: 236px
    }

    .section .image-map .s46 {
        top: 87px;
        left: 267px
    }

    .section .image-map .minnehaha {
        top: 87px;
        left: 299px
    }

    .section .image-map .vamed {
        top: 87px;
        left: 330px
    }

    .section .image-map .ftsnelling {
        top: 87px;
        left: 361px
    }

    .section .image-map .term1 {
        top: 87px;
        left: 387px
    }

    .section .image-map .term2 {
        top: 87px;
        left: 423px
    }

    .section .image-map .americanblvd {
        top: 87px;
        left: 453px
    }

    .section .image-map .bloomington {
        top: 87px;
        left: 485px
    }

    .section .image-map .s28 {
        top: 87px;
        left: 516px
    }

    .section .image-map .moa {
        top: 87px;
        left: 547px
    }

@media (min-width:1200px) {
    .contact-us .col-xl-12 {
        display: flex;
        justify-content: space-between
    }
}

.contact-us .btn-outline-primary, .contact-us .mt-button {
    display: block;
    font-weight: 700;
    color: #626462;
    position: relative;
    border: 2px solid #0097d0;
    width: 345px
}

    .contact-us .btn-outline-primary:focus, .contact-us .btn-outline-primary:hover, .contact-us .mt-button:focus, .contact-us .mt-button:hover {
        background-color: #047db5;
        color: #fff;
        border: 2px solid #047db5
    }

@media (min-width:992px) {
    .contact-us .btn-outline-primary, .contact-us .mt-button {
        width: 17.5rem;
        padding: .688rem .75rem
    }
}

#tripToolsTabs .card {
    background-color: transparent
}

    #tripToolsTabs .card .nav-tabs {
        border-bottom: none;
        margin-top: 1rem;
        margin-bottom: 0
    }

        #tripToolsTabs .card .nav-tabs .nav-item {
            position: relative;
            flex-basis: 0;
            flex-grow: 1;
            text-align: center;
            background-color: #0097d0;
            margin-bottom: 0
        }

            #tripToolsTabs .card .nav-tabs .nav-item .icon {
                width: 35px;
                height: 35px
            }

@media (min-width:768px) {
    #tripToolsTabs .card .nav-tabs .nav-item .icon {
        position: absolute;
        top: 1rem
    }
}

@media (min-width:1200px) {
    #tripToolsTabs .card .nav-tabs .nav-item .icon {
        width: 48px;
        height: 48px
    }
}

@media (min-width:768px) {
    #tripToolsTabs .card .nav-tabs .nav-item:first-child .icon {
        left: 10px
    }

    #tripToolsTabs .card .nav-tabs .nav-item:nth-child(2) .icon {
        left: 32px
    }

    #tripToolsTabs .card .nav-tabs .nav-item:nth-child(3) .icon {
        left: 38px
    }
}

@media (min-width:992px) {
    #tripToolsTabs .card .nav-tabs .nav-item:first-child .icon {
        left: 48px
    }

    #tripToolsTabs .card .nav-tabs .nav-item:nth-child(2) .icon {
        left: 66px
    }

    #tripToolsTabs .card .nav-tabs .nav-item:nth-child(3) .icon {
        left: 77px
    }
}

@media (min-width:1200px) {
    #tripToolsTabs .card .nav-tabs .nav-item:first-child .icon {
        left: 42px
    }

    #tripToolsTabs .card .nav-tabs .nav-item:nth-child(2) .icon {
        left: 77px
    }

    #tripToolsTabs .card .nav-tabs .nav-item:nth-child(3) .icon {
        left: 86px
    }
}

#tripToolsTabs .card .nav-tabs .nav-item .nav-link {
    background-color: #0097d0;
    color: #fff;
    font-size: 14px !important;
    font-size: .875rem !important;
    font-weight: 700;
    padding: .5rem;
    text-decoration: none
}

@media (min-width:768px) {
    #tripToolsTabs .card .nav-tabs .nav-item .nav-link {
        font-size: 22px !important;
        font-size: 1.375rem !important
    }
}

@media (min-width:992px) {
    #tripToolsTabs .card .nav-tabs .nav-item .nav-link .inactive {
        display: block !important
    }
}

@media (min-width:1200px) {
    #tripToolsTabs .card .nav-tabs .nav-item .nav-link {
        font-size: 32px !important;
        font-size: 2rem !important
    }
}

#tripToolsTabs .card .nav-tabs .nav-item .nav-link .active {
    display: none !important
}

#tripToolsTabs .card .nav-tabs .nav-item .nav-link .inactive {
    display: block !important
}

#tripToolsTabs .card .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    color: #0097d0;
    text-decoration: none;
    border-color: #fff
}

    #tripToolsTabs .card .nav-tabs .nav-item .nav-link.active .active {
        display: block !important
    }

    #tripToolsTabs .card .nav-tabs .nav-item .nav-link.active .inactive {
        display: none !important
    }

#tripToolsTabs .card .nav-tabs .nav-item.active {
    background-color: #fff
}

#tripToolsTabs .tab-content {
    padding-top: 30px
}

@media (min-width:992px) {
    #tripToolsTabs .tab-content {
        padding-top: 60px
    }
}

#tripPlannerModule .form-group, #tripPlannerModule .input-group {
    width: 100%
}

#tripPlannerModule .has-float-label label {
    z-index: 2000
}

#tripPlannerModule button.location-toggler {
    background-color: #fff !important;
    border: 1px solid #fff;
    margin-left: 4px
}

    #tripPlannerModule button.location-toggler .icon {
        width: 1rem;
        height: 1rem
    }

#tripPlannerModule .time-elements .input-group-append {
    padding: .375rem .75rem
}

#tripPlannerModule .custom-select {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: 500;
    line-height: 1
}

@media (min-width:992px) {
    #tripPlannerModule .custom-select {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        padding-left: 1.25rem
    }
}

#tripPlannerModule .accordion .btn {
    border: 1px solid #e3e3e0;
    padding: .75rem;
    color: #8a8b8a
}

@media (min-width:992px) {
    #tripPlannerModule .accordion .btn {
        padding: .75rem 1.25rem
    }
}

#tripPlannerModule .accordion .btn.collapsed {
    background-color: transparent
}

@media (min-width:992px) {
    #tripPlannerModule .accordion .btn.collapsed {
        padding: .75rem 1.25rem
    }
}

#tripPlannerModule .accordion .btn .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0
}

#tripPlannerModule .accordion .btn .btn-text {
    font-weight: 400
}

#tripPlannerModule .accordion [data-toggle=collapse][aria-expanded=true] .plus-blue {
    width: 1rem;
    height: 1rem;
    margin-right: 0;
    transform: rotate(45deg)
}

#tripPlannerModule .accordion .collapse {
    background-color: #f5f5f4;
    border: 1px solid #e3e3e0
}

    #tripPlannerModule .accordion .collapse fieldset {
        margin-bottom: .25rem
    }

    #tripPlannerModule .accordion .collapse hr {
        border-top: 1px solid #626462;
        margin: .25rem 0
    }

    #tripPlannerModule .accordion .collapse .accessible-gray {
        width: 1rem;
        height: 1rem
    }

#tripPlannerModule #tpUseCurrentLoc {
    padding-right: 3rem
}

@media (min-width:992px) {
    #tripPlannerModule #tpUseCurrentLoc {
        visibility: hidden
    }
}

.chevron-right-gray {
    width: .5rem;
    height: .5rem
}

@media (min-width:992px) {
    .chevron-right-gray {
        width: .75rem;
        height: .75rem
    }
}

#tripPlannerResults {
    display: none
}

    #tripPlannerResults .accordion {
        margin-bottom: 1rem
    }

@media (min-width:992px) {
    #tripPlannerResults .accordion {
        margin-bottom: 3rem
    }
}

#tripPlannerResults .accordion .card {
    margin-bottom: 1rem
}

    #tripPlannerResults .accordion .card .card-header {
        background-color: transparent;
        border: none;
        padding: 0 !important
    }

        #tripPlannerResults .accordion .card .card-header .btn {
            background-color: transparent;
            padding: 0;
            border: 2px solid #8a8b8a
        }

            #tripPlannerResults .accordion .card .card-header .btn.collapsed {
                padding: 0
            }

            #tripPlannerResults .accordion .card .card-header .btn[aria-expanded=true] .tp-time {
                background-color: #0097d0;
                color: #fff
            }

            #tripPlannerResults .accordion .card .card-header .btn[aria-expanded=true] .tp-route {
                background-color: #dbf4fd
            }

            #tripPlannerResults .accordion .card .card-header .btn .tp-time {
                border-right: 2px solid #8a8b8a;
                color: #626462;
                font-size: 18px !important;
                font-size: 1.125rem !important;
                font-weight: 700;
                padding: .688rem .5rem;
                width: 112px
            }

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-time {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        width: 144px
    }
}

@media (min-width:1200px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-time {
        width: 240px
    }
}

#tripPlannerResults .accordion .card .card-header .btn .tp-route {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    width: 229px
}

@media (min-width:768px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route {
        width: 604px
    }
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route {
        width: 812px
    }
}

@media (min-width:1200px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route {
        width: 896px
    }
}

#tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary {
    display: inline-block;
    max-width: 174px
}

@media (min-width:768px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary {
        max-width: 549px
    }
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary {
        max-width: 567px
    }
}

@media (min-width:1200px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary {
        max-width: 841px
    }
}

#tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary img, #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary span {
    margin-right: 3px
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary img, #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary span {
        margin-right: 5px
    }
}

#tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .icon {
    width: 1rem;
    height: 1rem
}

    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .icon.bus-gray {
        margin-right: 0
    }

    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .icon.chevron-right-gray {
        width: .75rem;
        height: .75rem
    }

    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .icon.chevron-down-blue {
        position: absolute;
        right: .75rem
    }

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

#tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .route {
    font-size: 12px !important;
    font-size: .75rem !important;
    line-height: 1
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .route {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

#tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .badge {
    border-radius: .25rem;
    font-size: 10px !important;
    font-size: .625rem !important;
    padding: .25rem .25rem .25rem 0;
    width: 60px;
    height: 24px
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .badge {
        font-size: 16px !important;
        font-size: 1rem !important;
        width: 84px;
        height: 32px;
        padding-left: .25rem
    }
}

#tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .badge .icon {
    width: .5rem;
    height: 1rem;
    margin-right: 0
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .badge .icon {
        font-size: 16px !important;
        font-size: 1rem !important;
        width: 1rem;
        height: 1.5rem;
        margin-right: .25rem
    }
}

#tripPlannerResults .accordion .card .card-header .btn .tp-route .tp-route-summary .badge .caps {
    margin-right: 0;
    line-height: 1.5
}

#tripPlannerResults .accordion .card .card-header .btn:focus .tp-time, #tripPlannerResults .accordion .card .card-header .btn:hover .tp-time {
    background-color: #0097d0;
    border-right: 2px solid #0097d0;
    color: #fff
}

#tripPlannerResults .accordion .card .card-header .btn:focus .tp-route, #tripPlannerResults .accordion .card .card-header .btn:hover .tp-route {
    background-color: #dbf4fd
}

#tripPlannerResults .accordion .card .card-body {
    background-color: #fff;
    border: 2px solid #e3e3e0;
    border-top: none;
    padding: 15px
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-body {
        border: 1px solid #e3e3e0;
        padding: 1.75rem 1rem 1rem
    }
}

#tripPlannerResults .accordion .card .card-body .leg-time {
    font-weight: 700;
    width: 100px;
    padding: .5rem;
    padding-left: 0
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-body .leg-time {
        width: 115px
    }
}

#tripPlannerResults .accordion .card .card-body .leg-mode {
    width: auto;
    line-height: 1.2;
    margin-left: -1rem;
    padding-bottom: .5rem;
    padding-left: 1.75rem;
    position: relative
}

@media (min-width:768px) {
    #tripPlannerResults .accordion .card .card-body .leg-mode {
        margin-left: 0;
        padding-bottom: .75rem
    }
}

#tripPlannerResults .accordion .card .card-body .leg-mode p {
    margin-top: 0
}

#tripPlannerResults .accordion .card .card-body .leg-mode .leg-mode-icon {
    background-color: #fff;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: -1.2rem
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-body .leg-mode .leg-mode-icon {
        left: -1.3rem;
        width: 2.25rem;
        height: 2.25rem
    }
}

#tripPlannerResults .accordion .card .card-body .leg-mode .leg-mode-icon .icon {
    width: 2rem;
    height: 2rem
}

@media (min-width:992px) {
    #tripPlannerResults .accordion .card .card-body .leg-mode .leg-mode-icon .icon {
        width: 2.25rem;
        height: 2.25rem
    }
}

#tripPlannerResults .accordion .card .card-body .walk {
    border-left: 4px dotted #7dcae7
}

#tripPlannerResults .accordion .card .card-body .bus {
    border-left: 4px solid #7dcae7
}

#tripPlannerResults .accordion .card .card-body .walk {
    padding-top: .5rem
}

#tripPlannerResults .accordion .card .card-body .metro-Green {
    border-left: 4px solid #008244
}

#tripPlannerResults .accordion .card .card-body .metro-Blue {
    border-left: 4px solid #047db5
}

#tripPlannerResults .accordion .card .card-body .metro-red {
    border-left: 4px solid #ed1b2e
}

#tripPlannerResults .accordion .card .card-body .arrive {
    border-left: 4px solid transparent
}

#tripPlan .trip-plan-cost .icon {
    width: 2rem;
    height: 2rem
}

@media (max-width:991.98px) {
    #tripPlan .tp-infotables {
        display: flex;
        flex-direction: column-reverse !important
    }
}

#tripPlan .tt-trip-plan {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    #tripPlan .tt-trip-plan {
        margin-bottom: 3rem
    }
}

#tripPlan .tt-trip-plan .card {
    margin-bottom: .75rem;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0
}

    #tripPlan .tt-trip-plan .card .card-header {
        background-color: transparent;
        border: 2px solid #343a40;
        padding: 0
    }

        #tripPlan .tt-trip-plan .card .card-header .tp-time {
            border-right: 2px solid #343a40;
            font-size: 12px !important;
            font-size: .75rem !important;
            font-weight: 700;
            padding: .5rem;
            width: 6rem
        }

@media (min-width:992px) {
    #tripPlan .tt-trip-plan .card .card-header .tp-time {
        font-size: 23px !important;
        font-size: 1.4375rem !important;
        padding: .813rem;
        width: 9.857rem
    }
}

#tripPlan .tt-trip-plan .card .card-header .tp-route {
    display: flex;
    padding: .5rem;
    width: 100%
}

@media (min-width:992px) {
    #tripPlan .tt-trip-plan .card .card-header .tp-route {
        padding: .813rem
    }
}

#tripPlan .tt-trip-plan .card .card-header .tp-route .route {
    font-size: 8px !important;
    font-size: .5rem !important
}

@media (min-width:992px) {
    #tripPlan .tt-trip-plan .card .card-header .tp-route .route {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }
}

#tripPlan .tt-trip-plan .card .card-header .tp-route .badge {
    border-radius: .25rem;
    font-size: 8px !important;
    font-size: .5rem !important;
    padding-right: .5rem
}

@media (min-width:992px) {
    #tripPlan .tt-trip-plan .card .card-header .tp-route .badge {
        font-size: 16px !important;
        font-size: 1rem !important
    }
}

#tripPlan .tt-trip-plan .card .card-body {
    padding-right: 0;
    padding-left: 0
}

@media (min-width:992px) {
    #tripPlan .tt-trip-plan .card .card-body {
        border: 1px solid #e3e3e0;
        padding: 1.75rem 1rem 1rem
    }
}

#tripPlan .tt-trip-plan .card .card-body .tp-results {
    font-size: 20px !important;
    font-size: 1.25rem !important
}

    #tripPlan .tt-trip-plan .card .card-body .tp-results .leg-time {
        font-weight: 700;
        margin-right: 1rem;
        width: 115px
    }

@media (min-width:768px) {
    #tripPlan .tt-trip-plan .card .card-body .tp-results .leg-time {
        margin-right: 1rem;
        width: 125px
    }
}

@media (min-width:992px) {
    #tripPlan .tt-trip-plan .card .card-body .tp-results .leg-time {
        margin-right: 1.75rem;
        width: 135px
    }
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .leg-mode {
    width: 14.75rem;
    line-height: 1.2;
    margin-left: -1rem;
    padding-bottom: .5rem;
    padding-left: 1.75rem;
    position: relative
}

@media (min-width:768px) {
    #tripPlan .tt-trip-plan .card .card-body .tp-results .leg-mode {
        margin-left: 0;
        padding-bottom: .75rem;
        width: auto
    }
}

@media (min-width:992px) {
    #tripPlan .tt-trip-plan .card .card-body .tp-results .leg-mode {
        padding-bottom: 1.25rem;
        padding-left: 2rem;
        width: 16rem
    }
}

@media (min-width:1200px) {
    #tripPlan .tt-trip-plan .card .card-body .tp-results .leg-mode {
        padding-bottom: 1.5rem;
        width: 20.64rem
    }
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .leg-mode p {
    margin-top: .15rem
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .leg-mode .leg-mode-icon {
    background-color: #fff;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -.25rem;
    left: -1.2rem
}

@media (min-width:992px) {
    #tripPlan .tt-trip-plan .card .card-body .tp-results .leg-mode .leg-mode-icon {
        top: -.25rem;
        left: -1.3rem;
        width: 2.25rem;
        height: 2.25rem
    }
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .leg-mode .leg-mode-icon .icon {
    width: 2rem;
    height: 2rem
}

@media (min-width:992px) {
    #tripPlan .tt-trip-plan .card .card-body .tp-results .leg-mode .leg-mode-icon .icon {
        width: 2.25rem;
        height: 2.25rem
    }
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .walk {
    border-left: 4px dotted #7dcae7
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .bus {
    border-left: 4px solid #7dcae7
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .metro-green {
    border-left: 4px solid #008244
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .metro-blue {
    border-left: 4px solid #047db5
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .metro-red {
    border-left: 4px solid #ed1b2e
}

#tripPlan .tt-trip-plan .card .card-body .tp-results .arrive {
    border-left: 4px solid transparent
}

.route .leg-mode-icon {
    background-color: #f5f5f4 !important
}

#nextripModule .nextrip-tab {
    background-color: #dbf4fd;
    color: #047db5;
    padding: .75rem 1.75rem;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: 510;
    position: relative
}

@media (min-width:768px) {
    #nextripModule .nextrip-tab {
        padding: .8rem 2rem;
        font-size: 22px !important;
        font-size: 1.375rem !important
    }
}

#nextripModule .nextrip-tab:hover {
    border-bottom: none
}

#nextripModule .nextrip-tab.active {
    background-color: #0097d0 !important;
    color: #fff !important
}

    #nextripModule .nextrip-tab.active:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-top: 8px solid #0097d0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        left: 45%;
        bottom: -7px
    }

#nextripModule .tab-content {
    width: 100%;
    padding-top: 0
}

    #nextripModule .tab-content fieldset {
        margin-bottom: 0
    }

@media (min-width:768px) {
    #nextripModule .form-group, #nextripModule .input-group {
        max-width: 570px;
        margin: 0 auto 1rem
    }
}

#nextripModule .form-group .custom-width, #nextripModule .input-group .custom-width {
    width: 298px
}

@media (min-width:768px) {
    #nextripModule .form-group .custom-width, #nextripModule .input-group .custom-width {
        width: 529px
    }
}

@media (min-width:992px) {
    #nextripModule .form-group .custom-width, #nextripModule .input-group .custom-width {
        width: 521px
    }
}

#nextripModule .input-group-append .btn-primary {
    background-color: #fff;
    border: 0
}

#nextripModule .select-route-direction, #nextripModule .select-route-stop {
    display: none
}

#nextripModule #ntrUseCurrentLoc {
    margin-right: .25rem
}

@media (min-width:768px) {
    #nextripModule #ntrUseCurrentLoc {
        margin-right: 4.75rem
    }
}

@media (min-width:992px) {
    #nextripModule #ntrUseCurrentLoc, #nextripModule #ntUseCurrentLoc {
        display: none
    }
}

#nextripModule #nextripDepartures {
    display: none
}

    #nextripModule #nextripDepartures .card {
        background-color: #f5f5f4 !important;
        padding: 1rem 0 0 !important
    }

        #nextripModule #nextripDepartures .card .stop-description {
            display: flex
        }

            #nextripModule #nextripDepartures .card .stop-description .fail-text, #nextripModule #nextripDepartures .card .stop-description .stop-name, #nextripModule #nextripDepartures .card .stop-description .stop-number {
                padding-right: 1rem !important;
                padding-left: 1rem !important
            }

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card .stop-description .fail-text, #nextripModule #nextripDepartures .card .stop-description .stop-name, #nextripModule #nextripDepartures .card .stop-description .stop-number {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
}

#nextripModule #nextripDepartures .card .stop-description .stop-number {
    margin-left: auto;
    text-align: right
}

#nextripModule #nextripDepartures .card table.departures-table {
    margin-bottom: .5rem
}

    #nextripModule #nextripDepartures .card table.departures-table caption {
        caption-side: top;
        padding-bottom: 0
    }

    #nextripModule #nextripDepartures .card table.departures-table thead tr th {
        background-color: #ffd200;
        border-top: none;
        border-bottom: none;
        text-transform: uppercase;
        letter-spacing: 1.28px
    }

        #nextripModule #nextripDepartures .card table.departures-table thead tr th:first-child {
            padding-left: 1rem !important
        }

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table thead tr th:first-child {
        padding-left: 1.5rem !important
    }
}

#nextripModule #nextripDepartures .card table.departures-table thead tr th:last-child {
    padding-right: 1rem !important
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table thead tr th:last-child {
        padding-right: 1.5rem !important
    }
}

#nextripModule #nextripDepartures .card table.departures-table thead tr th .route {
    width: 50px
}

#nextripModule #nextripDepartures .card table.departures-table thead tr th .destination {
    max-width: 218px
}

@media (min-width:768px) {
    #nextripModule #nextripDepartures .card table.departures-table thead tr th .destination {
        max-width: 593px
    }
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table thead tr th .destination {
        max-width: 807px
    }
}

@media (min-width:1200px) {
    #nextripModule #nextripDepartures .card table.departures-table thead tr th .destination {
        width: 805px
    }
}

#nextripModule #nextripDepartures .card table.departures-table thead tr th .departs {
    margin-left: auto
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr.departure {
    border-bottom: 1px solid #8a8b8a
}

    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure:nth-child(n+4) {
        display: none !important
    }

    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td {
        margin-bottom: -.8px !important;
        border: none
    }

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td {
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td:first-child {
    font-weight: 700;
    padding-left: 1rem !important
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td:first-child {
        padding-left: 1.5rem !important
    }
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td:last-child {
    font-weight: 700;
    padding-right: 1rem !important
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td:last-child {
        padding-right: 1.5rem !important
    }
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td.route-number {
    width: 50px
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td.route-number {
        width: 140px
    }
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td.route-name {
    max-width: 150px
}

@media (min-width:768px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td.route-name {
        max-width: 593px
    }
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td.route-name {
        width: 670px
    }
}

@media (min-width:1200px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td.route-name {
        width: 845px
    }
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td.depart-time {
    font-weight: 700
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td span.red {
    position: relative
}

    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td span.red:before {
        display: inline-block;
        position: absolute;
        top: .2rem;
        left: -1rem;
        content: "";
        background-image: url(../../../../../img/svg/cancel-red.svg);
        background-repeat: no-repeat;
        background-size: .75rem;
        width: .75rem;
        height: .75rem
    }

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr.departure td span.red:before {
        top: .2rem;
        left: -2rem;
        background-size: 1.25rem;
        width: 1.251rem;
        height: 1.25rem;
        margin-left: 5px
    }
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr td:last-child {
    text-align: right
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg, #nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg:last-child {
    padding-left: 1rem !important;
    text-align: left
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg, #nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg:last-child {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        padding-left: 1.5rem !important
    }
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg:last-child span.h3, #nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg span.h3 {
    position: relative;
    padding-left: 2.5rem
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg:last-child span.h3, #nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg span.h3 {
        padding-left: 3.5rem
    }
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg:last-child span.h3:before, #nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg span.h3:before {
    display: inline-block;
    position: absolute;
    top: -.15rem;
    left: 0;
    content: "";
    background-image: url(../../../../../img/svg/circle-times-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.75rem;
    width: 1.75rem;
    height: 1.75rem
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg:last-child span.h3:before, #nextripModule #nextripDepartures .card table.departures-table tbody tr td.stop-closed-msg span.h3:before {
        top: -.35rem;
        background-size: 2.5rem;
        width: 2.5rem;
        height: 2.5rem
    }
}

#nextripModule #nextripDepartures .card table.departures-table tbody tr td.no-departures-msg:last-child {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    text-align: left
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card table.departures-table tbody tr td.no-departures-msg:last-child {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
}

#nextripModule #nextripDepartures .card .btn-toggle {
    text-align: left;
    width: 250px;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0 !important;
    padding-left: 1rem !important
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card .btn-toggle {
        padding-left: 1.5rem !important
    }
}

#nextripModule #nextripDepartures .card .show {
    cursor: pointer;
    padding-top: 1rem;
    position: relative
}

    #nextripModule #nextripDepartures .card .show.more {
        display: none
    }

        #nextripModule #nextripDepartures .card .show.more:before {
            content: "";
            background-image: url(../../../../../img/svg/circle-plus-blue.svg);
            background-repeat: no-repeat;
            background-size: 1.25rem;
            width: 1.25rem;
            height: 1.25rem;
            position: absolute;
            top: .3rem;
            left: 1rem
        }

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card .show.more:before {
        top: .5rem;
        left: 1.5rem
    }
}

#nextripModule #nextripDepartures .card .show.less {
    display: none
}

    #nextripModule #nextripDepartures .card .show.less:before {
        content: "";
        background-image: url(../../../../../img/svg/circle-minus-blue.svg);
        background-repeat: no-repeat;
        background-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem;
        position: absolute;
        top: .3rem;
        left: 1rem
    }

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card .show.less:before {
        top: .5rem;
        left: 1.5rem
    }
}

#nextripModule #nextripDepartures .card .show .h4 {
    position: relative;
    color: #626462;
    line-height: 1.5;
    margin-left: 1.75rem
}

#nextripModule #nextripDepartures .card .show .icon {
    position: absolute;
    top: .35rem;
    width: 1.25rem;
    height: 1.25rem
}

@media (min-width:992px) {
    #nextripModule #nextripDepartures .card .show .icon {
        top: .5rem
    }
}

#nextripModule .collapse {
    padding: 0
}

@media (min-width:992px) {
    #nextripModule .collapse .map-container {
        height: 696px
    }
}

#nextripModule input[type=number]::-webkit-inner-spin-button, #nextripModule input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#nextripModule input[type=number] {
    -moz-appearance: textfield
}

#alertsModule h2 {
    margin-bottom: 30px !important
}

@media (min-width:992px) {
    #alertsModule h2 {
        margin-bottom: 60px !important
    }
}

#alertsModule .card {
    margin-bottom: 1rem
}

    #alertsModule .card .card-header {
        padding: .594rem .75rem
    }

@media (min-width:992px) {
    #alertsModule .card .card-header {
        padding: 1.032rem 1rem
    }
}

#alertsModule .card .card-header.route {
    display: flex;
    background-color: #f5f5f4;
    color: #626462;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: 700
}

@media (min-width:992px) {
    #alertsModule .card .card-header.route {
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }
}

#alertsModule .card .card-header.route:after {
    content: "";
    position: absolute;
    top: .5rem;
    right: .75rem;
    background-image: url(../../../../../img/svg/circle-gray-outline-bus.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    margin-left: auto;
    width: 1.5rem;
    height: 1.5rem
}

@media (min-width:992px) {
    #alertsModule .card .card-header.route:after {
        top: .5rem;
        right: 1rem;
        background-size: 2.75rem;
        width: 2.75rem;
        height: 2.75rem
    }
}

#alertsModule .card .card-header.route.all {
    background-color: #ed1b2e;
    color: #fff
}

    #alertsModule .card .card-header.route.all:after {
        background-image: url(../../../../../img/svg/t_logo.svg)
    }

#alertsModule .card .card-header.route.blueline:after {
    background-image: url(../../../../../img/svg/circle-blue-lrt.svg)
}

#alertsModule .card .card-header.route.greenline:after {
    background-image: url(../../../../../img/svg/circle-green-lrt.svg)
}

#alertsModule .card .card-header.route.northstar:after {
    background-image: url(../../../../../img/svg/circle-gray-train.svg)
}

#alertsModule .card .card-header.route.redline:after {
    background-image: url(../../../../../img/svg/circle-red-bus.svg)
}

#alertsModule .card .card-header.route.brt:after {
    background-image: url(../../../../../img/svg/circle-gray-bus.svg)
}

#alertsModule .card .card-header.route.alert:after {
    background-image: url(../../../../../img/svg/alert-gray.svg)
}

#alertsModule .card .card-body {
    padding: 0;
    position: relative
}

    #alertsModule .card .card-body .route-alert.suspension {
        border: 1px solid #e3e3e0;
        padding: .657rem .5rem
    }

@media (min-width:992px) {
    #alertsModule .card .card-body .route-alert.suspension {
        padding: .75rem 1rem
    }
}

#alertsModule .card .card-body .route-alert.suspension:before {
    position: absolute;
    top: .75rem;
    left: .75rem;
    content: "";
    background-image: url(../../../../../img/svg/alert-gray.svg);
    background-repeat: no-repeat;
    background-size: 1.875rem;
    width: 1.875rem;
    height: 1.875rem
}

@media (min-width:992px) {
    #alertsModule .card .card-body .route-alert.suspension:before {
        top: 1rem;
        background-size: 2.5rem;
        width: 2.5rem;
        height: 2.5rem
    }
}

#alertsModule .card .card-body .accordion {
    border: 1px solid #e3e3e0;
    border-bottom: 0;
    margin-bottom: 0
}

    #alertsModule .card .card-body .accordion:last-child {
        border-bottom: 1px solid #e3e3e0
    }

    #alertsModule .card .card-body .accordion .collapse {
        border: 0
    }

    #alertsModule .card .card-body .accordion .alerts {
        display: inline-block;
        position: relative
    }

        #alertsModule .card .card-body .accordion .alerts:before {
            position: absolute;
            top: .75rem;
            left: .75rem;
            content: "";
            background-repeat: no-repeat;
            background-size: 1.875rem;
            width: 1.875rem;
            height: 1.875rem
        }

@media (min-width:992px) {
    #alertsModule .card .card-body .accordion .alerts:before {
        top: 1rem;
        background-size: 2.5rem;
        width: 2.5rem;
        height: 2.5rem
    }
}

#alertsModule .card .card-body .accordion .alerts.cancellation:before {
    background-image: url(../../../../../img/svg/alert-cancel.svg)
}

#alertsModule .card .card-body .accordion .alerts.delay:before {
    background-image: url(../../../../../img/svg/alert-delay.svg)
}

#alertsModule .card .card-body .accordion .alerts.detour:before {
    background-image: url(../../../../../img/svg/alert-detour.svg)
}

#alertsModule .card .card-body .accordion .alerts.elevator-closure:before {
    background-image: url(../../../../../img/svg/alert-elevator.svg)
}

#alertsModule .card .card-body .accordion .alerts.extra-service:before {
    background-image: url(../../../../../img/svg/alert-more.svg)
}

#alertsModule .card .card-body .accordion .alerts.facility-issue:before, #alertsModule .card .card-body .accordion .alerts.replacement-bus-service:before, #alertsModule .card .card-body .accordion .alerts.service-advisory:before, #alertsModule .card .card-body .accordion .alerts.service-change:before, #alertsModule .card .card-body .accordion .alerts.suspension:before {
    background-image: url(../../../../../img/svg/alert-gray.svg)
}

#alertsModule .card .card-body .accordion .alerts.permanent-stop-move:before, #alertsModule .card .card-body .accordion .alerts.temporary-stop-move:before {
    background-image: url(../../../../../img/svg/alert-next.svg)
}

#alertsModule .card .card-body .accordion .alerts.snow-route:before {
    background-image: url(../../../../../img/svg/alert-snow.svg)
}

#alertsModule .card .card-body .accordion .alerts.station-closure:before, #alertsModule .card .card-body .accordion .alerts.stop-closure:before {
    background-image: url(../../../../../img/svg/circle-times-gray.svg)
}

#alertsModule .card .card-body .accordion .alerts.track-change:before {
    background-image: url(../../../../../img/svg/alert-tracks.svg)
}

#alertsModule .card .card-body .accordion .alerts .btn {
    background-color: #dbf4fd;
    color: #626462;
    padding: .657rem .5rem;
    min-width: 343px;
    margin-bottom: .1rem
}

@media (min-width:768px) {
    #alertsModule .card .card-body .accordion .alerts .btn {
        min-width: 718px
    }
}

@media (min-width:992px) {
    #alertsModule .card .card-body .accordion .alerts .btn {
        padding: .75rem 1rem;
        min-width: 768px
    }
}

@media (min-width:1200px) {
    #alertsModule .card .card-body .accordion .alerts .btn {
        min-width: 1138px
    }
}

#alertsModule .card .card-body .accordion .alerts .btn.collapsed {
    background-color: #fff
}

#alertsModule .card .card-body .accordion .alerts .btn:focus {
    border-color: #0097d0;
    box-shadow: 0 0 0 .2rem rgba(0,151,208,.25)
}

#alertsModule .card .card-body .accordion .alerts .btn:focus-within {
    background-color: #dbf4fd
}

#alertsModule .card .card-body .accordion .alerts .btn .chevron-down-blue {
    position: absolute;
    top: 45%;
    right: 1rem
}

@media (min-width:768px) {
    #alertsModule .card .card-body .accordion .alerts .btn .chevron-down-blue {
        right: .95rem
    }
}

@media (min-width:992px) {
    #alertsModule .card .card-body .accordion .alerts .btn .chevron-down-blue {
        right: 1.75rem
    }
}

#alertsModule .card .card-body .alert-header {
    margin-bottom: 0;
    margin-right: 2.75rem;
    margin-left: 2.75rem
}

@media (min-width:992px) {
    #alertsModule .card .card-body .alert-header {
        margin-right: 3.25rem;
        margin-left: 3.25rem
    }
}

#alertsModule .card .card-body .alert-header .alert-title {
    text-transform: capitalize
}

#alertsModule .card .card-body .alert-header .badge.badge-ongoing, #alertsModule .card .card-body .alert-header .badge.badge-upcoming-ongoing {
    background-color: #ffd200;
    color: #626462
}

#alertsModule .card .card-body .alert-header .badge.badge-upcoming {
    background-color: #0097d0;
    color: #fff
}

#alertsModule .card .card-body .alert-header .badge.badge-new {
    background-color: #008244;
    color: #fff
}

#alertsModule .card .card-body .alert-header .alert-header-text {
    margin-bottom: 0
}

#alertsModule .card .card-body .alert-content {
    padding: .657rem .5rem;
    margin-right: 2.75rem;
    margin-left: 2.75rem
}

@media (min-width:992px) {
    #alertsModule .card .card-body .alert-content {
        padding: .75rem 1rem;
        margin-right: 3.25rem;
        margin-left: 3.25rem
    }
}

#alertsModule .card .card-body .alert-content p:last-child {
    margin-bottom: 0
}

#news .custom-card-deck {
    flex-flow: row wrap;
    justify-content: center;
    display: flex
}

@media screen and (max-width:1200px) {
    #news .custom-card-deck {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media screen and (max-width:780px) {
    #news .custom-card-deck {
        padding-left: 0;
        padding-right: 0
    }
}

#news .card {
    background-color: #fff;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 16rem
}

    #news .card .card-img-top {
        width: 100%;
        height: auto
    }

#news .card-footer {
    padding: .5rem .75rem;
    background-color: #fff
}

#news .btn-warning {
    padding: .188rem .75rem !important
}

    #news .btn-warning .icon {
        position: relative !important;
        top: 0 !important;
        right: -1rem !important;
        width: 1rem !important;
        height: 1rem
    }

@media (min-width:992px) {
    #news .btn-warning .icon {
        right: -.5rem !important;
        width: 1.25rem !important;
        height: 1.25rem !important
    }
}

.news-list .articleDisplayTitle h2 {
    margin-bottom: .25rem
}

.news-list .articleDisplayTitle p {
    border-bottom: 1px solid #e3e3e0;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem
}

.news-list .articleDisplayTitle:last-child > p {
    border-bottom: none
}

.news-list .articleDisplayAbstract {
    border-bottom: 1px solid #e3e3e0;
    margin-bottom: 10px
}

.news-list .articleDisplayText p img {
    width: 100%;
    height: auto
}

.bcatlist {
    display: none
}

h2.blogtitle {
    margin-bottom: .25rem
}

.blogtags a:not(:last-child):after {
    content: " | "
}

.blogtext {
    border-bottom: 1px solid #e3e3e0;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.blogitem:nth-last-child(2) div > .blogtext {
    border-bottom: none
}

.blogwrapper img {
    width: 100%;
    height: auto
}

.blogpager {
    font-size: 1.1rem;
    margin-top: 15px;
    text-align: center
}

@media (min-width:992px) {
    .blogpager {
        margin-top: 30px
    }
}

.blogpager .modulepager .ModulePager, .blogpager .modulepager .SelectedPage {
    border: 1px solid #e3e3e0;
    padding: .2rem;
    line-height: 2
}

.form-redesign h4, .form-redesign p:last-child {
    margin: 1em 0
}

.form-redesign .well {
    background-color: transparent
}

.form-redesign .required-notice {
    padding-left: 1em;
    background: #fff url("data:image/gif;base64,R0lGODlhBwAHAIQUAIwAALALAKwSCawpJ/cuAP4yAP81APQ5CvQ6C/8+Cv8/Cv5RGP9RGfRhMfRiMf9jJ/50NP+GR/+HSPSKXP///////////////////////////////////////////////yH5BAEKAB8ALAAAAAAHAAcAAAUf4CcCojhMkiOIE/QsyAdED6MYZLMkBSEKBwMhUJKVQgA7") no-repeat 0 50%
}

.form-redesign table td {
    padding-right: 1em
}

.form-redesign label {
    color: #000;
    font-style: italic;
    display: inline-block;
    margin: .3em 0;
    width: auto !important
}

.form-redesign .required {
    padding-right: 1em;
    background: #fff url("data:image/gif;base64,R0lGODlhBwAHAIQUAIwAALALAKwSCawpJ/cuAP4yAP81APQ5CvQ6C/8+Cv8/Cv5RGP9RGfRhMfRiMf9jJ/50NP+GR/+HSPSKXP///////////////////////////////////////////////yH5BAEKAB8ALAAAAAAHAAcAAAUf4CcCojhMkiOIE/QsyAdED6MYZLMkBSEKBwMhUJKVQgA7") no-repeat 100% 50%
}

.form-redesign .form-group {
    display: block;
    clear: both;
    margin-bottom: 1em
}

    .form-redesign .form-group .form-control {
        border: 1px solid #ccc;
        border-radius: 4px;
        display: block;
        height: 24px;
        padding: 0 6px;
        width: 100%
    }

    .form-redesign .form-group .age, .form-redesign .form-group .state {
        width: 3em
    }

    .form-redesign .form-group textarea.form-control {
        height: 112px
    }

.form-redesign .form-inline .form-group {
    display: inline-block;
    margin-bottom: 1em;
    vertical-align: middle
}

    .form-redesign .form-inline .form-group .input-group {
        white-space: nowrap;
        position: relative;
        display: table;
        border-collapse: separate
    }

        .form-redesign .form-inline .form-group .input-group input {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            display: inline-block
        }

        .form-redesign .form-inline .form-group .input-group .input-group-addon {
            background-color: #ccc;
            border: 1px solid #ccc;
            cursor: pointer;
            padding: 0 6px
        }

    .form-redesign .form-inline .form-group .checkbox-list td {
        padding-right: 1em
    }

.form-redesign input[type=file] {
    padding-left: 0 !important
}

.form-redesign .checkbox-group, .form-redesign .radio-group {
    margin-bottom: 1em
}

.form-redesign ul.checkbox-list {
    list-style-type: none;
    text-indent: 0
}

    .form-redesign ul.checkbox-list li:before {
        content: ""
    }

.form-redesign .full-width {
    width: 100%
}

.form-redesign .two-col td {
    width: 50%
}

.form-redesign .mt-button {
    margin-bottom: 1em
}

.form-redesign .alert h4 {
    margin-top: 0
}

.form-redesign .alert p {
    margin: 0
}

#findSchedulesByRoute .input-group {
    max-width: 570px
}

@media (min-width:768px) {
    #findSchedulesByRoute .input-group {
        width: 100%
    }
}

#findSchedulesByRoute .input-group-append .btn {
    background-color: #fff;
    border: 0
}

    #findSchedulesByRoute .input-group-append .btn .icon {
        width: 1rem;
        height: 1rem
    }

@media (min-width:992px) {
    #findSchedulesByRoute .input-group-append .btn .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/MaterialIcons-Regular.eot);
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(/fonts/MaterialIcons-Regular.woff2) format("woff2"),url(/fonts/MaterialIcons-Regular.woff) format("woff"),url(/fonts/MaterialIcons-Regular.ttf) format("truetype")
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

.ridematch .navigation {
    background-color: #fff
}

    .ridematch .navigation i {
        padding: 15px
    }

.ridematch .red {
    color: #ed1b2e !important
}

.ridematch .material-icons {
    position: relative;
    top: 2px
}

@media (min-width:992px) {
    .ridematch .material-icons {
        font-size: 20px !important;
        font-size: 1.25rem !important;
        width: 20px;
        height: 20px
    }
}

@media (min-width:1200px) {
    .ridematch h2 .material-icons {
        top: 3px
    }
}

.ridematch label {
    color: #626462
}

.ridematch .profile {
    margin: 15px 0
}

.ridematch .control-point-icon {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    color: #ed1b2e !important;
    display: block;
    width: 24px !important;
    height: 24px !important;
    margin: 0 auto 10px !important
}

@media (min-width:992px) {
    .ridematch {
        padding: 0
    }

        .ridematch .material-icons.create {
            font-size: 24px !important;
            font-size: 1.5rem !important;
            width: 24px;
            height: 24px
        }
}

.ridematch-nav nav {
    position: static !important;
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    float: none;
    width: 100%;
    max-width: 991px
}

    .ridematch-nav nav .container-fluid {
        max-width: 800px;
        margin-right: auto !important;
        margin-left: auto !important
    }

.ridematch-nav .navbar {
    min-height: 40px;
    width: 100%;
    max-width: 991px
}

.ridematch-nav .navbar-default {
    background-color: #fff !important;
    margin-bottom: 0;
    height: 40px;
    padding: 10px 0
}

    .ridematch-nav .navbar-default a {
        color: #8a8b8a;
        padding: 10px
    }

        .ridematch-nav .navbar-default a.active {
            color: #047db5
        }

    .ridematch-nav .navbar-default .material-icons {
        font-size: 16px !important;
        font-size: 1rem !important;
        width: 16px;
        height: 16px
    }

.ridematch .form-redesign .form-group .form-control {
    padding: 0 6px
}

.ridematch .form-redesign .form-group select {
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -khtml-appearance: none;
    -webkit-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    padding: 0 24px 0 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9Ii0zMiAtNjcgMjc1IDI3NSI+PHBhdGggZD0iTTE2OC40NTIsNDIuMTIxbC02LjEwOS02LjExMWMtMi4xMTgtMi4wMDktNC41OS0zLjAxNC03LjQxMy0zLjAxNGMtMi44OCwwLTUuMzI0LDEuMDA1LTcuMzM0LDMuMDE0TDEwOCw3NS42MDcgTDY4LjQwNCwzNi4wMTFjLTIuMDEtMi4wMDktNC40NTQtMy4wMTQtNy4zMzMtMy4wMTRjLTIuODI0LDAtNS4yOTYsMS4wMDUtNy40MTQsMy4wMTRsLTYuMDI5LDYuMTExIGMtMi4wNjQsMi4wNjMtMy4wOTYsNC41MzUtMy4wOTYsNy40MTRjMCwyLjkzMywxLjAzMyw1LjM3NywzLjA5Niw3LjMzMmw1My4wMzksNTMuMDM5YzEuOTU2LDIuMDY0LDQuMzk5LDMuMDk2LDcuMzMzLDMuMDk2IGMyLjg3OSwwLDUuMzUtMS4wMzIsNy40MTMtMy4wOTZsNTMuMDM5LTUzLjAzOWMyLjAxLTIuMDEsMy4wMTYtNC40NTQsMy4wMTYtNy4zMzJDMTcxLjQ2OCw0Ni43MTEsMTcwLjQ2Miw0NC4yNCwxNjguNDUyLDQyLjEyMXoiLz48L3N2Zz4=");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.ridematch .form-redesign .section {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0
}

.ridematch .form-redesign label {
    font-style: normal;
    margin-bottom: 2px
}

.ridematch .form-redesign .input-group .input-group-addon {
    font-size: 12px !important;
    font-size: .75rem !important;
    font-weight: 700;
    background-color: #fff;
    padding: 0 6px
}

    .ridematch .form-redesign .input-group .input-group-addon.start {
        color: #047db5
    }

    .ridematch .form-redesign .input-group .input-group-addon.destination {
        color: #ed1b2e
    }

.ridematch .form-redesign .input-group input {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    font-weight: 700
}

    .ridematch .form-redesign .input-group input::-webkit-input-placeholder {
        color: #f5f5f4
    }

    .ridematch .form-redesign .input-group input::-moz-placeholder {
        color: #f5f5f4
    }

    .ridematch .form-redesign .input-group input::-ms-input-placeholder {
        color: #f5f5f4
    }

    .ridematch .form-redesign .input-group input::placeholder {
        color: #f5f5f4
    }

.ridematch .form-redesign .time-picker {
    width: 100%
}

    .ridematch .form-redesign .time-picker input {
        font-size: 15px !important;
        font-size: .9375rem !important;
        border-left: 1px solid #ccc;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

        .ridematch .form-redesign .time-picker input::-webkit-input-placeholder {
            font-size: 12px !important;
            font-size: .75rem !important
        }

        .ridematch .form-redesign .time-picker input::-moz-placeholder {
            font-size: 12px !important;
            font-size: .75rem !important
        }

        .ridematch .form-redesign .time-picker input::-ms-input-placeholder {
            font-size: 12px !important;
            font-size: .75rem !important
        }

        .ridematch .form-redesign .time-picker input::placeholder {
            font-size: 12px !important;
            font-size: .75rem !important
        }

.ridematch .form-redesign .checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px
}

    .ridematch .form-redesign .checkbox .input-group-addon {
        border: 0
    }

.ridematch .form-redesign .select-days {
    margin-bottom: 10px
}

    .ridematch .form-redesign .select-days label {
        display: block
    }

    .ridematch .form-redesign .select-days .btn {
        background-color: #f7f6f6;
        font-size: 12px !important;
        font-size: .75rem !important;
        margin-bottom: 10px
    }

        .ridematch .form-redesign .select-days .btn.active {
            background-color: #cfdeed;
            box-shadow: none
        }

    .ridematch .form-redesign .select-days .btnSch {
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: none;
        cursor: pointer;
        font-size: 12px !important;
        font-size: .75rem !important;
        line-height: 1;
        width: 34px !important;
        height: 34px !important;
        margin-right: 0;
        text-align: center;
        padding: 8px
    }

    .ridematch .form-redesign .select-days p {
        margin-top: 0
    }

@media (min-width:992px) {
    .ridematch .form-redesign label {
        font-style: italic;
        line-height: 1
    }

    .ridematch .form-redesign .select-days .btnSch {
        width: 30px !important;
        height: 30px !important
    }

    .ridematch .form-redesign .mt-backbutton {
        text-align: left
    }

    .ridematch .form-redesign .next, .ridematch .form-redesign .prev {
        text-align: center
    }
}

.ridematch .inline-block {
    display: inline-block
}

.ridematch .dashboard {
    padding: 15px 0
}

    .ridematch .dashboard .commute-points {
        margin-bottom: .75rem
    }

    .ridematch .dashboard h2 {
        display: inline-block
    }

    .ridematch .dashboard .card {
        border: none;
        padding: 0
    }

        .ridematch .dashboard .card .card {
            border: 1px solid #e3e3e0;
            margin-bottom: 20px;
            padding: 15px
        }

    .ridematch .dashboard .vspace {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .ridematch .dashboard .commute-name {
        line-height: 2
    }

    .ridematch .dashboard .listed-commute {
        border: 1px solid #e3e3e0;
        padding: .75rem;
        margin-bottom: 1rem
    }

    .ridematch .dashboard .active-commute .card {
        border: none;
        padding: 0
    }

    .ridematch .dashboard .active-commute .material-icons {
        font-size: 16px !important;
        font-size: 1rem !important;
        width: 1rem;
        height: 1rem
    }

    .ridematch .dashboard .active-commute label {
        font-style: normal;
        padding-left: 0
    }

    .ridematch .dashboard .tools span {
        margin-right: 30px
    }

        .ridematch .dashboard .tools span:last-child {
            margin-right: 0
        }

        .ridematch .dashboard .tools span a .material-icons {
            color: #606060
        }

    .ridematch .dashboard .profile .create {
        font-size: 12px !important;
        font-size: .75rem !important;
        width: 12px;
        height: 12px
    }

@media (min-width:992px) {
    .ridematch .dashboard .card {
        border: 1px solid #e3e3e0;
        padding: 15px
    }

    .ridematch .dashboard .active-commute .card {
        border: 1px solid #e3e3e0 !important;
        padding: 10px !important
    }

    .ridematch .dashboard .active-commute .info {
        font-size: 14px !important;
        font-size: .875rem !important;
        width: 14px;
        height: 14px
    }

    .ridematch .dashboard .active-commute .commute-name {
        font-size: 18px !important;
        font-size: 1.125rem !important;
        line-height: 1
    }

    .ridematch .dashboard h2, .ridematch .dashboard h2 .material-icons {
        font-size: 24px !important;
        font-size: 1.5rem !important
    }

        .ridematch .dashboard h2 .material-icons {
            width: 24px;
            height: 24px
        }

    .ridematch .dashboard .well p {
        font-size: 12px !important;
        font-size: .75rem !important
    }

    .ridematch .dashboard .card .card {
        border: none;
        padding: 0
    }

    .ridematch .dashboard .border-left {
        border-left: 1px solid #e3e3e0
    }

    .ridematch .dashboard .border-right {
        border-right: 1px solid #e3e3e0
    }

    .ridematch .dashboard .tools span {
        margin-right: 9px
    }
}

.ridematch .result-point {
    text-transform: uppercase
}

    .ridematch .result-point .ab {
        font-size: 12px !important;
        font-size: .75rem !important;
        font-weight: 700;
        margin-right: 10px;
        line-height: 1
    }

    .ridematch .result-point .startend {
        color: #aaa;
        margin-right: 10px
    }

    .ridematch .result-point .location, .ridematch .result-point .startend {
        font-size: 10px !important;
        font-size: .625rem !important
    }

.ridematch .form-control {
    font-size: 1.25rem !important
}

    .ridematch .form-control::-webkit-input-placeholder {
        font-size: 1.25rem
    }

    .ridematch .form-control::-moz-placeholder {
        font-size: 1.25rem
    }

    .ridematch .form-control::-ms-input-placeholder {
        font-size: 1.25rem
    }

    .ridematch .form-control::placeholder {
        font-size: 1.25rem
    }

.ridematch .commutes {
    padding: 0
}

    .ridematch .commutes .form-control::-webkit-input-placeholder {
        color: #777
    }

    .ridematch .commutes .form-control::-moz-placeholder {
        color: #777
    }

    .ridematch .commutes .form-control::-ms-input-placeholder {
        color: #777
    }

    .ridematch .commutes .form-control::placeholder {
        color: #777
    }

    .ridematch .commutes #map_canvas {
        height: 830px !important
    }

    .ridematch .commutes .map_canvas {
        top: 0 !important;
        margin: 0 !important
    }

    .ridematch .commutes h2 {
        display: inline-block
    }

        .ridematch .commutes h2 .schedule {
            border: none
        }

    .ridematch .commutes .preferences i.material-icons {
        font-size: 1rem !important
    }

    .ridematch .commutes .alert {
        padding: 10px
    }

    .ridematch .commutes .alert-warning {
        background-color: #fcf8e3
    }

        .ridematch .commutes .alert-warning p {
            font-size: 12px !important;
            font-size: .75rem !important;
            margin: 0;
            line-height: 1.5
        }

    .ridematch .commutes .commute-name {
        font-size: 10px !important;
        font-size: .625rem !important;
        font-weight: 400;
        margin-top: 5px
    }

@media (min-width:992px) {
    .ridematch .commutes {
        margin: 0
    }

        .ridematch .commutes .card {
            border: none;
            margin-bottom: 15px;
            padding: 0
        }

            .ridematch .commutes .card .card {
                border: 1px solid #e3e3e0;
                padding: 15px
            }

        .ridematch .commutes .preferences .material-icons {
            top: 1px
        }

        .ridematch .commutes .commute-name {
            font-size: 18px !important;
            font-size: 1.125rem !important;
            margin-top: 0
        }

        .ridematch .commutes .number-results {
            line-height: 10px
        }
}

.ridematch .my-commutes .card .card {
    margin-bottom: 15px
}

    .ridematch .my-commutes .card .card .number-results {
        line-height: 1.3
    }

    .ridematch .my-commutes .card .card a .create {
        font-size: 12px !important;
        font-size: .75rem !important;
        width: 12px;
        height: 12px
    }

    .ridematch .my-commutes .card .card .material-icons {
        font-size: 16px !important;
        font-size: 1rem !important
    }

.ridematch .my-commutes .card #profileCards .pagerItem-1 {
    border-top: 5px solid #008244
}

    .ridematch .my-commutes .card #profileCards .pagerItem-1 .account-circle {
        color: #008244;
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }

.ridematch .my-commutes .card #profileCards .pagerItem-2 {
    border-top: 5px solid #f68b1f
}

    .ridematch .my-commutes .card #profileCards .pagerItem-2 .account-circle {
        color: #f68b1f;
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }

.ridematch .my-commutes .card #profileCards .pagerItem-3 {
    border-top: 5px solid #a5cf4c
}

    .ridematch .my-commutes .card #profileCards .pagerItem-3 .account-circle {
        color: #a5cf4c;
        font-size: 23px !important;
        font-size: 1.4375rem !important
    }

.ridematch .my-commutes .card .sub-title {
    font-size: 16px !important;
    font-size: 1rem !important;
    font-weight: 700;
    margin-top: 0
}

.ridematch .my-commutes .card .preferences .preference-option {
    font-size: 10px !important;
    font-size: .625rem !important;
    margin-left: 16px
}

    .ridematch .my-commutes .card .preferences .preference-option .material-icons {
        font-size: 12px !important;
        font-size: .75rem !important;
        width: 12px;
        height: 12px;
        top: 2px
    }

.ridematch .my-commutes .card .preferences .selected {
    margin-left: 0
}

    .ridematch .my-commutes .card .preferences .selected .material-icons {
        margin-right: 3px
    }

        .ridematch .my-commutes .card .preferences .selected .material-icons:last-child {
            margin-right: 0
        }

.ridematch .my-commutes .email {
    font-size: 12px !important;
    font-size: .75rem !important;
    width: 12px;
    height: 12px
}

.ridematch .my-commutes .btn-disable {
    display: none
}

@media (min-width:992px) {
    .ridematch .my-commutes .map-bg {
        height: 1060px
    }

    .ridematch .my-commutes .card {
        border: none;
        margin-bottom: 15px;
        padding: 0
    }

        .ridematch .my-commutes .card .card {
            border: 1px solid #e3e3e0;
            padding: 15px
        }

        .ridematch .my-commutes .card #profileCards .pagerItem-1 .account-circle, .ridematch .my-commutes .card #profileCards .pagerItem-2 .account-circle, .ridematch .my-commutes .card #profileCards .pagerItem-3 .account-circle {
            font-size: 24px !important;
            font-size: 1.5rem !important;
            width: 24px;
            height: 24px
        }

        .ridematch .my-commutes .card a.contact .material-icons {
            font-size: 16px !important;
            font-size: 1rem !important;
            width: 1rem;
            height: 1rem
        }

    .ridematch .my-commutes .preferences .material-icons {
        top: 5px
    }
}

.ridematch .messages .card .card {
    border: none !important;
    padding: 0
}

.ridematch .messages .message-header-bar {
    background-color: #e3e3e0;
    color: #047db5;
    font-size: 16px !important;
    font-size: 1rem !important;
    font-weight: 700;
    padding: .5rem;
    margin-bottom: .5rem
}

.ridematch .messages .panel-group {
    margin-bottom: 0
}

    .ridematch .messages .panel-group .panel {
        border-radius: 0;
        border: 1px solid #e3e3e0;
        margin-bottom: .5rem
    }

@media (min-width:992px) {
    .ridematch .messages .panel-group .panel {
        margin-bottom: 1rem
    }
}

.ridematch .messages .panel-group .panel-default {
    background-color: #fff
}

    .ridematch .messages .panel-group .panel-default > .panel-heading {
        background-color: #fff;
        position: relative;
        padding: 5px
    }

        .ridematch .messages .panel-group .panel-default > .panel-heading p {
            font-size: 12px !important;
            font-size: .75rem !important
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading .delete-icon {
            color: #707070;
            font-size: 14px !important;
            font-size: .875rem !important;
            width: 14px;
            height: 14px;
            cursor: pointer;
            margin-left: 10px;
            top: 0
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading .panel-title {
            font-size: 16px !important;
            font-size: 1rem !important;
            margin: 0;
            padding: 10px 10px 10px 0
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading .subject {
            font-size: 14px !important;
            font-size: .875rem !important;
            margin-top: 0;
            margin-left: 1.25rem
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading.new {
            background-color: #f5f5f4
        }

.ridematch .messages .panel-group .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

    .ridematch .messages .panel-group .panel-heading .accordion-toggle:before {
        color: #047db5;
        font-family: Material Icons;
        font-size: 14px !important;
        font-size: .875rem !important;
        content: "\E15D";
        float: left;
        margin-right: 5px
    }

    .ridematch .messages .panel-group .panel-heading .accordion-toggle.collapsed:before {
        content: "\E148"
    }

.ridematch .messages .panel-group .panel-body {
    background-color: #f7f6f6;
    font-size: 8px !important;
    font-size: .5rem !important;
    padding: 5px
}

    .ridematch .messages .panel-group .panel-body .reply-icon {
        cursor: pointer;
        font-size: 14px !important;
        font-size: .875rem !important;
        width: 14px;
        height: 14px
    }

    .ridematch .messages .panel-group .panel-body .response p {
        font-size: 10px !important;
        font-size: .625rem !important;
        margin-left: 0
    }

    .ridematch .messages .panel-group .panel-body .message h5 {
        font-size: 12px !important;
        font-size: .75rem !important
    }

        .ridematch .messages .panel-group .panel-body .message h5 .material-icons {
            font-size: 12px !important;
            font-size: .75rem !important;
            width: 12px;
            height: 12px
        }

    .ridematch .messages .panel-group .panel-body .message p {
        font-size: 10px !important;
        font-size: .625rem !important;
        margin-left: 13px
    }

@media (min-width:992px) {
    .ridematch .messages .card {
        border: none !important
    }

        .ridematch .messages .card .card {
            padding: 0
        }

    .ridematch .messages .well {
        border-radius: 0;
        margin-bottom: 0
    }

    .ridematch .messages .panel-group .panel + .panel {
        margin-top: 0
    }

    .ridematch .messages .panel-group .panel-default > .panel-heading {
        background-color: #fff;
        position: relative;
        padding: 5px
    }

        .ridematch .messages .panel-group .panel-default > .panel-heading h4 {
            cursor: pointer
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading p {
            font-size: 12px !important;
            font-size: .75rem !important;
            margin: 1rem 0 !important
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading .delete-icon {
            color: #8a8b8a;
            font-size: 18px !important;
            font-size: 1.125rem !important;
            width: 18px;
            height: 18px;
            cursor: pointer
        }

        .ridematch .messages .panel-group .panel-default > .panel-heading .timestamp {
            font-size: 8px !important;
            font-size: .5rem !important
        }

    .ridematch .messages .panel-group .panel-body .material-icons {
        font-size: 18px !important;
        font-size: 1.125rem !important;
        width: 18px;
        height: 18px
    }

    .ridematch .messages .panel-group .panel-body .message h5, .ridematch .messages .panel-group .panel-body .response h5 {
        font-size: 18px !important;
        font-size: 1.125rem !important
    }

        .ridematch .messages .panel-group .panel-body .message h5 .material-icons, .ridematch .messages .panel-group .panel-body .response h5 .material-icons {
            font-size: 18px !important;
            font-size: 1.125rem !important;
            width: 18px;
            height: 18px
        }

    .ridematch .messages .panel-group .panel-body .message p, .ridematch .messages .panel-group .panel-body .response p {
        font-size: 12px !important;
        font-size: .75rem !important
    }
}

.bootstrap-datetimepicker-widget {
    list-style: none
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        display: block;
        margin: 2px 0;
        padding: 4px;
        width: 14rem;
        z-index: 2000
    }

@media (min-width:576px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.wider {
    width: 16rem
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none
    }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after {
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after {
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after {
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after {
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after {
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after {
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after {
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]:after {
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]:after {
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

    .bootstrap-datetimepicker-widget .picker-switch:after {
        content: "Toggle Date and Time Screens"
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 0
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px
        }

        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #626462;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table th:hover {
            background-color: #626462
        }

        .bootstrap-datetimepicker-widget table th.prev span.icon {
            display: block;
            background-repeat: no-repeat;
            background-size: 1rem;
            width: 1rem;
            height: 1rem
        }

            .bootstrap-datetimepicker-widget table th.prev span.icon.chevron-left-blue {
                background-image: url(../../../../../img/svg/chevron-left-blue.svg)
            }

        .bootstrap-datetimepicker-widget table th.next span.icon {
            display: block;
            background-repeat: no-repeat;
            background-size: 1rem;
            width: 1rem;
            height: 1rem
        }

            .bootstrap-datetimepicker-widget table th.next span.icon.chevron-right-blue {
                background-image: url(../../../../../img/svg/chevron-right-blue.svg)
            }

        .bootstrap-datetimepicker-widget table th.prev:after {
            content: "Previous Month"
        }

        .bootstrap-datetimepicker-widget table th.next:after {
            content: "Next Month"
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #e3e3e0
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #626462
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px
        }

            .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                background: #e3e3e0;
                cursor: pointer
            }

        .bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
            color: #626462
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: "";
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #ffd200;
                border-top-color: rgba(0,0,0,.2);
                position: absolute;
                bottom: 4px;
                right: 4px
            }

        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #ffd200;
            color: #626462;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25)
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff
            }

        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #626462;
            cursor: not-allowed
        }

        .bootstrap-datetimepicker-widget table td a.btn {
            margin-right: 0
        }

        .bootstrap-datetimepicker-widget table td button.btn {
            font-size: 18px !important
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 0
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #e3e3e0
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #ffd200;
                color: #626462;
                text-shadow: 0 -1px 0 rgba(0,0,0,.25)
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #626462
            }

            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #626462;
                cursor: not-allowed
            }

            .bootstrap-datetimepicker-widget table td span.icon {
                background-repeat: no-repeat;
                background-size: 1.5rem;
                width: 1.5rem;
                height: 1.5rem
            }

                .bootstrap-datetimepicker-widget table td span.icon.chevron-up-blue {
                    background-image: url(../../../../../img/svg/chevron-up-blue.svg)
                }

                .bootstrap-datetimepicker-widget table td span.icon.chevron-down-blue {
                    background-image: url(../../../../../img/svg/chevron-down-blue.svg)
                }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget .btn {
    min-width: 1px !important
}

.input-group [data-toggle=datetimepicker] {
    cursor: pointer
}

#toolbar, .modulelinks {
    display: none
}

@media (min-width:992px) {
    #toolbar, .modulelinks {
        display: inherit
    }
}

@media print {
    #toolbar, .modulelinks, .secondary, .web-schedule footer, .web-schedule header, div.route > .section {
        display: none
    }

    .schedule-print-title {
        display: block !important
    }

    div.route > .section:nth-child(3) {
        display: block !important;
        width: 90%
    }

    .full-width, .route .schedule-scroll, .route .schedule-scroll-body, .route .timetable-container {
        max-height: 100%;
        margin: auto;
        left: auto;
        display: block;
        overflow-x: visible !important;
        overflow-y: visible !important;
        height: 100% !important
    }

    .route div.timetables a {
        display: none
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    img[src*=".svg"] {
        width: 1rem
    }
}
/*# sourceMappingURL=maps/app.css.map */
