﻿@media (max-device-width: 767px) {
    #google_translate_element {
        display: none;
    }
}

@media (max-device-height: 767px) {
    #google_translate_element {
        display: none;
    }
}

.rm-map-search-form {
    opacity: 1;
    transition: all 0.15s ease-out;
}

.good-data {
    color: green;
}

.bad-data {
    color: red;
}

.alert-info, .alert-success, .alert-warning, .alert-danger {
    background-color: white;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica,Arial,sans-serif;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        color: rgb(64,64,64);
    }

.btn {
    font-family: Helvetica,Arial,sans-serif;
}

    .btn:hover, .btn:active, .btn:focus {
        background-color: dimgrey;
    }

.navbar-nav > li > a.rm-nav-user-link, .rm-layout-header a, .thumbnail--event .thumbnail--event-details {
    font-family: Helvetica,Arial,sans-serif;
}

#navbar-my-account {
    position: relative;
    top: 35px;
    left: -50px;
    font-size: 14px;
}

    #navbar-my-account a {
        text-transform: capitalize;
        text-decoration: underline !important;
    }

        #navbar-my-account a:hover {
            color: #4f80ff;
        }

@media (max-width: 1200px) {
    #navbar-my-account {
        position: relative;
        top: 92px;
        left: -133px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    #navbar-my-account {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: center;
    }
}

@media (max-width:767px) {
    .thumbnail-button-bottom .caption {
        font-family: Helvetica,Arial,sans-serif;
    }
}

.wf-loading h1,
.wf-loading h2,
.wf-loading p,
.wf-loading .rm-map-search-form {
    opacity: 1;
}

@media print {
    header {
        display: none;
    }

    footer {
        display: none;
    }
}

@media (min-width: 992px) {
    .home-page-event-title {
        min-height: 42px;
    }

    .thumbnail--event .thumbnail--event-details {
        min-height: 38px;
    }
}

@media (min-width: 1390px) {
    .rm-layout-header .rm-nav-main {
        clear: none;
        padding-left: 30px;
        margin: 0;
    }
}

@media (min-width: 1390px) {
    .container {
        width: 1390px;
    }
}

#selectVanpoolContainer .bs-caret:before {
    color: white;
}

#map {
    height: 650px;
}

.google-map {
    height: 650px;
}

.challenge-image {
    max-width: 100%;
    margin-bottom: 10px;
    max-height: 250px;
    margin-left: 0px;
    margin-right: 0px;
}

@media(max-width: 768px) {
    .challenge-image {
        max-width: 100%;
        margin-bottom: 10px;
    }
}


@media(min-width:992px) {
    .restrained-challenge-divider {
        display: none;
    }
}

@media (max-width: 991px) {
    .google-map {
        height: 40vh;
        min-height: 280px;
    }
}

@media (max-width: 479px) {
    .google-map {
        height: 300px;
    }
}

.map-search-checkbox-modes-modify {
    padding-right: 0px !important;
}

@media (max-width: 479px) {
    .mode-radio-m {
        display: inline !important;
        padding: 8px 10px !important;
        font-size: 15.5px !important;
        margin-right: 0px;
    }

    #option-btn-m {
        width: 90%;
    }
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
    width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
        height: 100%;
    }
}

#calendar {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 15px;
}

.advanced-option {
    background-color: transparent;
    border-bottom: 2px solid #fff !important;
    float: right;
    width: 40%;
}

.advanced-commute-option {
    background-color: transparent;
    border-bottom: 2px solid #fff !important;
    float: right;
    width: 50%;
}

.rm-map-search-form {
    background: rgba(25,31,40,1);
}

.icon-chevron-thin-down-custom {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*
 * Custom Styles Provided by TripSpark 
 */
.trip-partner-name {
    display: inline;
    margin-right: 10px;
    height: 44px;
    line-height: 44px;
}

.trip-send-button {
    min-width: 44px;
    margin-top: 5px;
    margin-right: 5px;
    border: none;
    background: none;
}

.trip-send-image {
    max-height: 44px;
}

.startEndTitle {
    margin-top: 20px;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-expense {
    margin-top: 20px;
}

.input-group-addon-expense {
    border-bottom-width: 0px;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.fileupload {
    margin-bottom: 9px;
}

    .fileupload .uneditable-input {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }

    .fileupload .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .fileupload .thumbnail > img {
            display: inline-block;
            vertical-align: middle;
            max-height: 100%;
        }

    .fileupload .btn {
        vertical-align: middle;
    }

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

.form-group > label:first-child:not(.sr-only).short {
    padding-top: 10px;
}

div.extraformtext {
    margin-bottom: 0px;
    margin-top: 40px;
}

div.map-search-advanced-modal div.form-group {
    margin-bottom: 1px;
}

.advanced-option-m {
    text-align: left;
    height: 30px;
}

#search-date-m-adv {
    height: 31px;
}

.advancedOptionBtnField {
    background-color: transparent;
    border: none;
}

.advanced-option-label {
    color: white !important;
    display: block;
    text-align: left;
}

.advanced-option-m-number {
    max-width: 70px;
    height: 30px;
}

.radio-control {
    width: 40%;
    height: 50px;
    padding: 10px 12px;
    float: right;
    text-align: left;
}


.commute-search-checkbox-taller {
    height: 110px;
}

#matchTypeLabel {
    margin-bottom: 5px;
}


.PNRSelectBtn .dropdown-toggle:focus {
    color: #fff;
}

#advancedOptions-m label {
    font-size: 17px;
    bottom: 0px;
    vertical-align: bottom;
}

.zmdi {
    width: 20px;
}

    .zmdi.zmdi-width-auto {
        width: auto;
    }

.PNRSelectBtn {
    padding: 5px;
}

    .PNRSelectBtn > .dropdown-toggle {
        padding-right: 30px !important;
        font-size: 16px !important;
    }

    .PNRSelectBtn .bs-caret:before {
        color: #fff;
        right: 5px;
        position: absolute;
    }

.panelItemImg {
    height: 128px;
    width: 128px;
}

.radio-control-searchOption {
    width: 55%;
    height: 50px;
    padding: 10px 12px;
    float: right;
    text-align: left;
}

.commuteMatchRBtn {
    color: white !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 265px;
    overflow: hidden;
    display: inline-block;
}

#advancedOptions label {
    font-size: 17px;
}

#advancedOptionToggle-m {
    font-size: 12px;
}

#advancedOptionToggle {
    padding: 10px;
}

    #advancedOptionToggle:hover, #advancedOptionToggle:focus {
        color: white;
        background-color: rgba(128, 128, 128, .5);
    }


#mobileMatchTypesLabel {
    margin-bottom: 4px;
}

/*
.rm-search-results {
    overflow: scroll;
    margin-right: 3%;
    margin-left: 1%;
}

@media (max-width: 991px) {
    .rm-search-results {
        margin-right: 5%;
        margin-left: 1%;
    }
}

@media (max-width: 479px) {
    .rm-search-results {
        margin-right: 7%;
        margin-left: 2%;
    }
}*/

.rm-search-results-list .table .rm-srl--last-activity:before, .rm-search-results-list .table .rm-srl--auto:before, .rm-search-results-list .table .rm-srl--commute-date, .rm-search-results-list .table .rm-srl--commute-parkinglot:before, .rm-search-results-list .table .rm-srl--commute-to-title:before, .rm-search-results-list .table .rm-srl--spaces {
    padding-right: 5px;
}

.rm-search-results-list .table.table-hover tbody > tr.rm-srl--row-open .icon-chevron-thin-down, .rm-search-results-list .table.table-hover tbody > tr:active .icon-chevron-thin-down, .rm-search-results-list .table.table-hover tbody > tr:focus .icon-chevron-thin-down, .rm-search-results-list .table.table-hover tbody > tr:hover .icon-chevron-thin-down {
    color: #6097ff;
}

.advancedOptionBtnField-m {
    border: none;
    padding: 10px 0px !important;
}

.advancedOptions-m {
    color: #000;
}

@media (max-width: 990px) {
    #calendar {
        width: 100%;
        padding: 0px;
        height: 100%;
    }
}

.hidden-home-time button {
    display: none;
}

.stop-option,
.newTemp {
    float: left;
    height: 100%;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    margin-top: 10px;
    padding-left: 10px;
    background-color: #4AB7FF;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.3);
}

table#confirm-stops th,
table#confirm-stops td {
    padding: 4px;
}

.travel-mode-mobile {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.hidden-home-time .bs-caret {
    display: none;
}

.map-search-checkbox-modes-mobile {
    line-height: 39px;
}

.btn-modification {
    display: inline !important;
    padding: 7px 6px !important;
    font-size: 15.5px !important;
}

.checkbox-mode-mobile {
    width: 50px;
    display: inline-block;
}

#AdvancedTripFormBtn, #locateButton {
    margin-right: 10px;
}

.ui-autocomplete {
    z-index: 2150000000;
}

div.pac-container {
    z-index: 1050 !important;
    width: 50% !important;
}

.legColor {
    background-color: #f5f9fa;
}

@media(min-width:992px) {
    div.pac-container {
        z-index: 1050 !important;
        width: 30% !important;
    }
}

#mobile-mode-button-group {
    margin-top: 5px;
}

#search-widget-compress {
}

.mobile-search-widget {
    top: -50px !important;
}

.list-group-itin:hover {
    background-color: #f5f9fa;
}

.list-group > .clickIndicator,
.table-hover > tbody > tr.clickIndicator {
    background-color: #e0ecf3;
}

.yourTrip:hover {
    background-color: #f5f9fa;
}

.othersTrip:hover {
    background-color: #f5f9fa;
}

a:hover, a:focus {
    cursor: pointer;
}

    a:hover img, a img:hover, a:focus img, a img:focus {
        opacity: 0.5;
    }

.transitDetail:hover {
    background-color: white !important;
}

.vanpoolDetail {
    background-color: white !important;
}

@media (min-width: 1320px) {
    .rm-layout-stripe > .container > .row {
        margin-left: -30px;
        margin-right: -30px;
        padding-bottom: 30px;
    }
}

#arrivalBlock {
    padding-top: 10px;
    color: #a7bfff;
}

#arrivalMobileBlock {
    padding-top: 15px;
    text-align: left;
}

#AFVIframe, .iFrame-container {
    width: 100%;
}

@media(min-width: 768px) {
    #AFVIframe, .iFrame-container {
        width: 100%;
    }
}

@media(min-width: 992px) {
    #AFVIframe, .iFrame-container {
        width: 90%;
    }
}

@media(min-width: 1200px) {

    #AFVIframe, .iFrame-container {
        width: 70%;
    }
}

.iFrame-wrapper {
    background-color: white;
}

#explanatoryTextPages {
    width: 80%;
    margin: auto;
    text-align: left;
}

#localResource {
    width: 100%;
    margin: auto;
    text-align: left;
}

    #localResource img {
        max-width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

#LocalEventFindARide {
    width: 250px;
}


@media(min-width: 768px) {
    #localResource {
        width: 100%;
    }
}

@media(min-width: 992px) {
    #localResource {
        width: 80%;
    }
}

@media(min-width: 1200px) {

    #localResource {
        width: 60%;
    }
}

@media(min-width: 991px) {
    .rm-map-search-form {
        position: absolute;
        top: 40px;
        left: 25px;
        z-index: 1;
    }
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #0249ff;
    background-color: #f5f9fa;
    border-color: #fff;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.pagination > li > a, .pagination > li > span {
    padding: 10px 8px;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #0249ff;
        background-color: #f5f9fa;
        border-color: #fff;
    }

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

/* locate and close icon should remain white despite validation state */
#searchWidgetDesktop .icon-locate, #searchWidgetDesktop .icon-close {
    color: #fff;
    background-color: transparent;
    border: none;
}

#searchFormDesktop .tt-menu {
    width: 512px;
}

#home-rm-map-search-form .tt-menu {
    width: 512px;
}

#searchFormMobile .tt-menu {
    width: 120%;
    min-width: 270px;
    position: absolute;
    margin-left: -30px;
}

#searchFormMobile #searchModal {
    overflow: visible;
}

#searchWidget .alert-warning {
    color: #a9adae;
}

#searchWidget .alert-warning {
    border-color: #a9adae;
}

#searchWidget .alert-dismissable .close {
    color: white;
}

#searchWidget .labels-search-widget {
    color: white !important;
}

.form-control[readonly] {
    opacity: 1;
    cursor: default;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 16em;
}

@media (max-width: 991px) {
    .rm-search-results-list .table .rm-srl--endTime {
        width: 50%;
        padding-bottom: 12px;
        clear: right;
    }
}

@media (max-width: 991px) {
    .rm-search-results-list .table .rm-srl--scheduule {
        width: 50%;
        float: left;
        padding-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .rm-search-results-list .table .rm-srl--startTime {
        width: 50%;
        padding-bottom: 12px;
    }
}

.iconify.iconify-rm_logo {
    background-size: 170px;
}

.rm-layout-footer {
    text-align: center;
    clear: both;
}

    .rm-layout-footer .rm-footer-brand {
        width: 180px;
        height: 30px;
    }

input::-ms-clear, input::-ms-reveal {
    display: none;
}

@media (max-width: 991px) {
    .rm-layout-header .navbar-brand {
        height: 40px;
        width: 200px;
    }
}

.rm-layout-header .navbar-toggle .icon-bar-callout {
    font-size: 10px;
    font-family: Helvetica,Arial,sans-serif !important;
    color: white;
    visibility: hidden;
}

div.help-menu a {
    font-size: 150%;
    font-weight: 400;
}

.help-block {
    color: rgb(56,56,56);
}

@media (max-width: 991px) {
    div #faqPage {
        margin: 10px;
    }
}

.newsNotification {
    background-color: rgba(0,0,0,1);
    min-height: 180px;
    text-align: center;
}

    .newsNotification .badgeThumbnail .badgeTitle {
        color: white;
    }


@media (max-width: 991px) {
    .newsNotification {
        background-color: rgba(0,0,0,1);
        min-height: 180px;
    }
}

.news-widget-image {
    width: 100px;
}

@media (max-width: 991px) {
    .news-widget-image {
        width: 100px;
    }
}

.newsSection {
    padding-top: 10px;
}

.radio-primary input[type="radio"] {
    opacity: 0;
}

.radio.radio-primary + .radio.radio-primary {
    margin: 10px 0 0 0;
}

.radio-primary {
    position: relative;
}

    .radio-primary input[type="radio"] ~ span {
        padding: 4px 0 4px 30px;
    }

    .radio-primary label {
        display: inline-block;
        position: relative;
        padding-left: 0;
        cursor: pointer;
        font-weight: 300;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    .radio-primary input[type=radio]:disabled ~ span {
        cursor: not-allowed;
    }

    .radio-primary input[type="radio"] ~ span::before,
    .radio-primary input[type="radio"] ~ span::after {
        content: '';
        position: absolute;
    }

    .radio-primary input[type="radio"] ~ span::before {
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background-color: #b3bdc2;
        border-radius: 50px;
    }

    .radio-primary input[type="radio"] ~ span::after {
        top: 3px;
        left: 3px;
        width: 18px;
        height: 18px;
        border-radius: 18px;
        background-color: #c9d0d3;
        -webkit-transition: background-color .2s;
        -moz-transition: background-color .2s;
        -o-transition: background-color .2s;
        transition: background-color .2s;
    }

    .radio-primary input[type="radio"]:not(:disabled):not(:checked) ~ span:hover::after {
        background-color: #6C788A;
    }

    .radio-primary input[type="radio"]:checked ~ span::after {
        background-color: #5cb85c;
    }


div.btn-group .dropdown-menu {
    top: 24px;
    height: 250px;
}

#RidershipCalendarLegend {
    margin: auto;
    font-weight: 700;
}

    #RidershipCalendarLegend .daytype {
        padding: 5px;
        border: 1px solid black;
    }

    #RidershipCalendarLegend .day-incomplete-not-holiday {
        background-color: transparent;
    }

    #calendar .day-complete, #RidershipCalendarLegend .day-complete {
        background-color: lightgreen;
    }

    #calendar .day-complete-not-holiday, #RidershipCalendarLegend .day-complete-not-holiday {
        background-color: lightgreen;
    }

    #calendar .day-complete-holiday, #RidershipCalendarLegend .day-complete-holiday {
        background-color: lightblue;
    }

    #calendar .day-holiday, #RidershipCalendarLegend .day-holiday {
        background-color: lightcyan;
    }

#ridershipDayTable td {
    vertical-align: middle;
}

.ridership-day-button {
    margin-bottom: 5px;
}

.ridership-day-minutes-miles {
    margin-bottom: 5px;
}

#ridershipDayContainer .right-ridership-day-check {
    margin-left: 25px;
}

.ridership-review-vanpoollist {
    width: auto !important;
}

.btn-mg {
    margin: 15px;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 9999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #394988;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff;
        color: #394988;
    }

.sidebar-overlay {
    position: fixed;
    width: 100vw;
    height: 120vh;
    background: rgba(0, 0, 0, 0.7);
    top: -100px;
    z-index: 1001;
    display: none;
}

#sidebar .sidebar-header {
    padding: 0 1em;
    text-align: left;
}

#sidebar ul.components {
    padding: 1em 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 1em;
    font-size: 2.2rem;
    display: block;
    color: #383838;
}

    #sidebar ul li a:hover {
        background: #fff;
    }

.sidebar-collapse-container {
    position: relative;
    top: 60px;
    z-index: 1;
}

@media(max-width: 991px) {
    .sidebar-collapse-container {
        top: 0px;
        left: 10px;
        z-index: 2000;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.hide-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

/* calendar stylings */
.fc-day-grid-container td:not(.fc-other-month) {
    cursor: pointer;
}

/* FIXES FOR theme.css */
.checkbox--fancy input[type=checkbox]:disabled ~ span, .radio--fancy input[type=radio]:disabled ~ span {
    cursor: not-allowed;
}

.checkbox--fancy input[type=checkbox] ~ span:before {
    color: rgba(192, 192, 192, .3);
}

.checkbox--fancy input[type=checkbox]:not(:checked) ~ span:before,
.checkbox--fancy input[type=radio]:not(:checked) ~ span:before {
    content: '';
    border: solid 2px rgb(34, 34, 34);
}

.checkbox--fancy input[type=checkbox]:checked ~ span:before {
    border: solid 0px rgb(34, 34, 34);
}

@media (max-width: 991px) {
    .rm-search-results-list .table .rm-srl--datetime + .rm-srl--datetime {
        left: 180px;
    }
}

/* set text box size in signUp myAccount, vanpool application Schedule */
.signUp_myAccountComments, .VanpoolSchedule_PublicComments, .signUp_prefs3Comments, .signUp_indexComments {
    width: 100%;
    height: 65px;
}

/*Dropdown menu items for responsive site*/
@media (min-width: 970px) {
    .navbar li:hover ul.dropdown-list {
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-bottom: 2px solid grey;
        opacity: 1;
        visibility: visible;
    }

        .navbar li:hover ul.dropdown-list li:hover {
            text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white;
        }

    .navbar li ul.dropdown-list {
        list-style: none;
        background-color: black;
        padding: .2em;
        left: 5px;
        opacity: 0;
        width: 100%;
        position: absolute;
        visibility: hidden;
        z-index: 1000;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

        .navbar li ul.dropdown-list a {
            border-bottom: 1px solid grey;
            width: 100%;
        }



    ul.dropdown-list li:last-child a {
        border-bottom-style: none;
    }

    .navbar li ul.dropdown-list a {
        padding: .5em 0;
    }
}

@media (max-width: 970px) {
    .navbar ul.dropdown-list {
        list-style-type: none;
        padding-left: 0;
    }

        .navbar ul.dropdown-list li {
            margin-bottom: .5em;
        }

            .navbar ul.dropdown-list li:last-child {
                margin-bottom: inherit;
            }
}
/*form stylings*/
.center-form {
    width: 40%;
    text-align: left;
    margin: 2% auto;
}

/*signature pad*/
canvas.signature {
    border: 1px dashed black;
    background-color: lightgray;
    width: 100%;
    height: 100px;
}

/*margins and padding: taken from https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.css */
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

.status-text {
    font-weight: bold;
}

.status-approved {
    color: green;
}

.status-denied {
    color: red;
}

.table caption {
    color: inherit;
    font-weight: bold;
    text-align: center;
}

.table-selectable tbody tr {
    cursor: pointer;
}

.badgeWidget {
    text-align: center;
    position: absolute;
    top: 50px;
    width: 160px;
    background-color: rgba(0,0,0,1);
    right: 65px;
    border-radius: 8px;
    color: white;
}

    .badgeWidget div.awards-link{
        height: 18px;
        color: white;
    }

    .badgeWidget img {
        width: 100px;
    }

@media(max-width: 992px) {
    .badgeWidget {
        left: 20px;
        position: relative;
        top: 20px;
        width: 46%;
        margin: auto;
        float: left;
        margin-bottom: 30px;
    }
}

.badgeThumbnail {
    padding-top: 0px;
    padding-bottom: 10px;
}

    .badgeThumbnail .badgeTitle {
        color: white;
    }

.badgeTitle {
    color: black;
}

.inactive h2.badgeTitle {
    color: white;
}

.field-validation-error {
    color: red;
}

input.input-validation-error {
    border: 1px solid red;
    box-shadow: 0 0 2px 2px red;
}


select.input-validation-error {
    border: 1px solid red;
    box-shadow: 0 0 2px 2px red;
}

input[type="checkbox"].input-validation-error {
    border: 1px solid red;
    box-shadow: 0 0 2px 2px red;
}

input[type=text].form-control.address-text-display {
    font-size: 14px;
    border-bottom-width: 0px;
    line-height: 16px;
    height: 26px;
}

a[aria-expanded=true] .icon-chevron-thin-down {
    display: none;
}

a[aria-expanded=false] .icon-chevron-thin-up {
    display: none;
}

#vanpool-app-submit p, #vanpool-agreement-submit p {
    margin-top: 20px;
}

h5.work-hours-title {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 17px;
}

.map-control {
    background-color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    margin-top: 11px;
}

    .map-control:hover {
        font-weight: bold;
    }

#VanpoolApplication-RouteStops #stops-help {
    float: right;
    font-size: 70%;
    padding-top: 8px;
}

#VanpoolApplication-RouteStops li {
    margin-bottom: 10px;
}

.info-paragraph {
    max-width: 448px;
}

.row-grid {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .row-grid {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .row-grid {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .row-grid {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .row-carpool {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.van-m {
    color: #000 !important;
    background: #8f67ff;
}

.car-m {
    color: #000 !important;
    background: #4ab7ff;
}

.bike-m {
    color: #000 !important;
    background: #9b59b6;
}

.park-m {
    color: #000 !important;
    background: #00c3b6;
}

.transit-m {
    color: #000 !important;
    background: #ff5248;
}

.carpool-result-row {
    cursor: pointer;
}

.vanpool-result-row {
    cursor: pointer;
}

.transit-summary-row {
    cursor: pointer;
}

.transit-leg-row {
    cursor: pointer;
}

.taller-row {
    margin-top: 20px;
    margin-bottom: 10px;
}

.radio-fancy--amount-input input[type=number].form-control {
    padding-top: 10px;
}

.calendar-rider-count, .calendar-rider-count-one {
    margin-top: 10% !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
    text-align: center;
    background-color: white !important;
    color: #3c4350 !important;
    border-color: transparent !important;
}

@media (min-width: 768px) {
    .calendar-rider-count:after {
        content: " people";
    }

    .calendar-rider-count-one:after {
        content: " person";
    }
}


/* help tip */
.help-tip {
    position: absolute;
    top: -15px;
    left: 0;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p { /* The tooltip */
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 10px;
        position: absolute;
        width: 300px;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
    }

        .help-tip p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            left: 6px;
            top: -12px;
        }

        .help-tip p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

table.dataTable thead {
    color: black;
    font-weight: 700;
}

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        font-family: "Arial" !important;
        color: black;
        font-weight: 700;
        opacity: 1;
    }

    table.dataTable thead .sorting:after {
        /* content: "↕" !important;*/
    }

    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_asc_disabled:after {
        /*content: "↑" !important;*/
    }

    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_desc_disabled:after {
        /*content: "↓" !important;*/
    }

.transit-search-result-disclaimer {
    margin-bottom: 20px;
}

.ungeocoded-modal {
    text-decoration: underline !important;
}

.prefs-views .form-control.typeahead, .prefs-views .state-input, .prefs-views .dropdown-toggle {
    background-color: white !important;
}

.prefs-views .state-input {
    min-width: 55px;
}

    .prefs-views .state-input .btn {
        padding-left: 0px;
    }

/* use the .form-group-no-border to override the bottom border that theme.css adds for form groups on map search forms */
.rm-map-search-form .form-group.form-group-no-border {
    border: none;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.widget-bottom-border {
    border-bottom: 1px solid white;
}

.calculator-vehicle-select {
    color: black;
}

#commuteSearchWidgetView input[type=radio] {
    margin-right: 8px;
}

#authorize_net_iframe_holder {
    min-height: 460px;
}

.rm-search-results-user-avatar {
    font-weight: 500;
}

    .rm-search-results-user-avatar.user-avatar {
        width: 44px;
        height: 44px;
        margin: 0 auto;
    }

    .rm-search-results-user-avatar .iconify.iconify-rm_user {
        font-size: 18px;
    }

    .rm-search-results-user-avatar.user-avatar--sm {
        display: inline-block;
        vertical-align: top`;
        margin-right: 5px;
    }

    .rm-search-results-user-avatar .user-avatar--default {
        background: #191f28;
    }

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

/* .rm-search-result-list turns tables into block displayed items at a small enough breakpoint - this busts google directions - undone here*/
.rm-search-results-list .search-list-directions table {
    display: table;
    float: none;
    width: 100%;
}

    .rm-search-results-list .search-list-directions table tbody tr {
        display: table-row;
        float: none;
        width: auto;
    }

    .rm-search-results-list .search-list-directions table tbody td {
        display: table-cell;
        float: none;
        width: auto;
    }


/* all inputs EXCEPT text area are overriden with these styles in theme.css - some of these should also apply to textarea */
textarea.form-control {
    font-weight: 300;
    color: #3c4350;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 18px;
    padding: 10px 0 0;
}

/* display:block from theme.see breaks functionality of "collapse" style - overridden here*/
@media (max-width:991px) {
    rm-search-results-list tr.collapse {
        display: none;
    }

        rm-search-results-list tr.collapse.in {
            display: table-row;
        }

    .rm-search-results-list .table tbody > tr.collapse {
        display: none;
    }

        .rm-search-results-list .table tbody > tr.collapse.in {
            display: table-row;
        }
}

#avr-survey-link-list td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

.avr-employer-logo {
    /* I am uncertain why text-align: center would not work here */
    display: block;
    max-height: 192px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

@media (min-width: 414px) and (max-width: 991px) {
    .avr-employer-logo {
        max-width: 300px;
    }
}

@media (max-width: 413px) {
    .avr-employer-logo {
        max-width: 250px;
    }
}

.avr-list-row {
    border-bottom: 1px solid black;
}

.avr-language-link {
    float: right;
    padding-right: 10px;
    padding-top: 0px;
}

.avr-language-table {
    margin-top: 5px;
    width: 100%;
}

.requiredred {
    color: rgb(192,64,64);
    font-size: 14pt;
    font-weight: bold;
}

.rp-help-menu .help-img {
    width: 30%;
    min-width: 60px;
}

@media (max-width: 991px) {
    .rp-help-menu .help-img-app {
        width: 55%;
    }
}

.roster-row-second-line {
    font-size: 82%;
}

.previous-vehicle-update {
    text-decoration: underline !important;
}


/* "responsive" iframe styles */
[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}

[style*="--aspect-ratio"] > img {
    height: auto;
}

@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }

        [style*="--aspect-ratio"]::before {
            content: "";
            display: block;
            padding-bottom: calc(100% / (var(--aspect-ratio)));
        }

        [style*="--aspect-ratio"] > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }
}

/* end responsive iframe */

/* responsive AVR survey items */

.avr-2020-middle-initial, .avr-2020-state {
    width: 50px;
}

..avr-2020-postal-code {
    width: 200px;
}

.avr-2020-employee-id {
    width: 280px;
}

.avr-2020-street-number {
    width: 100px;
}

.avr-2020-street-name {
    width: 300px;
}

.avr-2020-hour-minute-ap {
    width: 80px;
}

.avr-2020-commute-distance {
    width: 120px;
}


/* end responsive AVR survey items */

/* allows centering of navbar items */
@media (min-width: 768px) {
    /*
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }*/

    .navbar-nav.navbar-center {
        width: 100%;
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
    }
}

.badge-list-footer .btn-secondary:hover {
    color: black;
}

table.calendar-stats-table {
    width: 100%;
}

    table.calendar-stats-table th, table.calendar-stats-table td {
        padding: 5px;
    }

#vehicles-tbl .vehicle-miles {
    font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.btn-default {
    background-color: #55575a;
}

#mSignOutDiv,
#signOutDiv {
    color: white;
}

#cancelImpersonationDiv {
    color: white;
}

#mSignOutDiv:hover,
#signOutDiv:hover {
    color: #4f80ff;
}

#cancelImpersonationDiv:hover {
    color: #4f80ff;
}

.form-control {
    color: black;
}

@media (min-width: 1390px) {
    #surveyContainer {
        width: 55%;
    }
}

@media (min-width: 992px) and (max-width: 1389px) {
    #surveyContainer {
        width: 65%;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    #surveyContainer {
        width: 90%;
    }
}

@media (min-width: 414px) and (max-width: 599px) {
    #surveyContainer {
        width: 97%;
    }
}

@media (min-width: 414px) and (max-width: 991px) {
    .rm-layout-myaccount #surveyPanel.panel {
        background: 0 0;
        box-shadow: none;
        max-width: 800px;
    }
}

@media (max-width: 413px) {
    #surveyContainer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


#surveyPanel {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}

    #surveyPanel .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    #surveyPanel legend {
        font-weight: 700;
    }

    #surveyPanel h2.survey-day-of-week-prompt {
        font-size: 15px;
        font-weight: 700;
    }

    #surveyPanel label.survey-day-of-week-prompt {
        font-weight: 700;
    }

.home-page-widget-time {
    top: -6px !important;
}

    .home-page-widget-time span {
        top: 20px !important;
    }

/* all inputs EXCEPT text area are overriden with these styles in theme.css - some of these should also apply to textarea */
#surveyPanel textarea.form-control {
    font-weight: 300;
    color: #3c4350;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 15px;
    padding: 10px 0 0;
}

#surveyForm .form-control[disabled], #surveyForm .form-control[readonly], #surveyForm fieldset[disabled] .form-control {
    background-color: rgb(240, 240, 240);
}

#surveyPanel .submit-attempted:invalid {
    background-color: rgb(255, 215, 215);
}

#SignUpMyAccountPanelWide {
    display: none;
}

#commuterInvoiceHeader {
    display: flex;
    flex-flow: row;
}

#commuterInvoicePaymentInfo {
    margin-left: auto;
}

.SignUpWhatToDoPanel .WhatToDoFieldSet legend {
    display: none;
}

form fieldset#IndexReferringCommuter {
    margin-top: 0px;
}

.form-group.required .control-label:after {
    margin-left: 8px;
    content: "*";
    color: red;
}

#GeneralWebsiteAnnouncement, #TmaWebsiteAnnouncement, #TestSiteNotice { 
    background-color: white;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    color: black;
    text-align: center;
}

#home-rm-map-search-form .locateButtonText {
    color: white;
    background-color: gray;
    border-color: black;
    background-clip: border-box;
    background-image: none;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    overflow: hidden;
    line-height: 17px;
    padding: 5px 10px 6px 10px;
    vertical-align: middle;
    margin-left: -50px;
    margin-top: -20px;
}

.rm-map-search-mobile .form-group.has-addon-action.no-location-input .locateButtonText {
    color: white;
    background-color: gray;
    border-color: black;
    border-radius: 20px;
    border-style: solid;
    border-width: 4px;
    background-clip: border-box;
    background-image: none;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    line-height: 17px;
    padding: 7px 10px 7px 10px;
    vertical-align: bottom;
    margin-bottom: 18px;
    position: relative;
    top: -3px;
    right: 1vw;
}

div.surveys {
    padding: 4px;
}

    div.surveys div.survey {
        padding-left: 4px;
        background-color: white;
        margin: 0 auto;
        width: 100%;
        padding: 10px;
        font-weight: 700;
    }

.modal-title {
    text-align: center;
}

div.row.alternate-row {
    padding-top: 4px;
    line-height: 3rem;
}

    div.row.alternate-row:nth-child(even) {
        background-color: #ededed;
    }

/* basic positioning */
.legend {
    list-style: none;
    margin-left: -40px;
}

    .legend span {
        border: 1px solid #ccc;
        float: left;
        width: 1rem;
        height: 1rem;
        margin: 2px;
    }
    /* your colors */
    .legend .request-ui {
        background-color: #38adb8;
    }

    .legend .request-requested {
        background-color: #003d5c;
    }

    .legend .request-denied {
        background-color: #cf212a;
    }

    .legend .request-confirmed {
        background-color: #38ad71;
    }

.btn.space-top {
    margin-top: 5px;
}

.rounded-select {
    border-radius: 8px;
}

img.trip-request-icon {
    width: 2.5rem;
}

.big-bottom-button {
    width: 100%;
    margin-bottom: 20px;
}

#calendar a.event-new-request {
    background-color: #38adb8;
    color: black;
}

    #calendar a.event-new-request:hover,
    #calendar a.event-new-request:focus,
    #calendar a.event-new-request:active {
        background-color: white;
        color: black;
    }

#calendar a.event-request {
    background-color: #003d5c;
}

#calendar a.event-confirm {
    background-color: #38ad71;
    color: black;
}

#calendar a.event-cancel {
    background-color: #cf212a;
}

#calendar a.event-deny {
    background-color: #cf212a;
}

.my-badges-badge-list {
    margin-top: 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.my-badges-badgeListThumbnail {
    border-radius: 4px;
}

.my-badges-inactive {
    background-color: rgba(0,0,0,0.6) !important;
    color: lightgray;
}

    .my-badges-inactive h2 {
        color: lightgray;
    }

    .my-badges-inactive img {
        opacity: 0.5;
    }

.my-badges-card {
    /* Add shadows to create the "card" effect */
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
    background-color: #F9F0F5;
    padding: 8px;
    width: 320px;
    margin: 8px;
}

    .my-badges-card img {
        margin: auto;
        padding: 16px;
    }

    /* On mouse-over, add a deeper shadow */
    .my-badges-card:hover {
        box-shadow: 0 16px 32px 0 rgba(0,0,0,0.4);
    }

.my-badges-badgeTitle {
    color: black;
}

#calendar .fc-day-number.fc-other-month {
    opacity: 0.95;
}

#calendar td.fc-day:not(disabled):hover,
#calendar td.fc-day:not(disabled):focus,
#calendar td.fc-day:not(disabled):active {
    background-color: lightgreen;
}

select:hover,
select:active,
select:focus {
    background-color: lightgreen;
}

li.accordion-summary-item:hover,
li.accordion-summary-item:active,
li.accordion-summary-item:focus {
    background-color: lightgreen;
}

@media only screen and (max-width: 600px) {
    li.list-group-item {
        margin-top: 1rem;
    }
}

div.vertically-centered {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.vertically-aligned-flexbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

div.trip-list-new-request {
    border-left: thick solid #ff0000;
}

div.dashboard-widget {
    border-style: solid;
    border-width: 1px;
    border-color: #c7c7c7;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 1em #c7c7c7;
}

div.dashboard-widget-participation-impact-box-container {
    display: flex;
    flex-direction: row;
}

div.dashboard-widget-participation-impact-box {
    border-color: #c7c7c7;
    border-radius: 10px;
    border-style: solid;
    margin: 0px 5px 0px 5px;
    width: 100%;
    background-color: #00A0B0;
    height: 130px;
}

@media (min-width: 456px) {
    div.dashboard-widget-participation-impact-box {
        height: 110px;
    }
}

div.dashboard-widget-graybg {
    background-color: #e3e3e3;
}

.dashboard-title, .dashboard-subtitle {
    text-align: center;
    color: #3C4350;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 100;
}

div.dashboard-widget-body {
    padding: 15px;
}

.dashboard-widget-info {
    text-align: center;
}

img.checkbox-icon {
    width: 2rem;
}

div.account-profile-check {
    padding-top: 8px;
    padding-bottom: 8px;
}

a.dashboard-widget-link:hover,
a.dashboard-widget-link:active,
a.dashboard-widget-link:focus {
    opacity: 0.5;
}

div.rm-layout-header nav#accountNavBar {
    background-color: #4F5663;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100px;
}

    div.rm-layout-header nav#accountNavBar div.row {
        display: flex;
        padding: 0 15px 0 15px;
        align-items: center;
    }

    div.rm-layout-header nav#accountNavBar ul,
    div.rm-layout-header nav#accountNavBar div.navbar-user-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 0.5vw;
    }

    div.rm-layout-header nav#accountNavBar div.navbar-toggle-button {
        width: fit-content;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0054BD;
    }

        div.rm-layout-header nav#accountNavBar div.navbar-toggle-button .navbar-toggle {
            padding: 5px;
            margin: 5px;
            position: relative;
            left: 0;
        }

div.rm-layout-header nav#mainNavBar {
    margin: 0;
    min-height: 0;
    margin-top: 100px;
}

@media(min-width: 992px) {
    div.rm-layout-header nav#mainNavBar {
        display: block;
    }
}

#navbarDashboardLinkText {
    display: block;
    font-size: 14px;
}

img.navbar-icon {
    width: 2.5rem;
}


.commuter-dashboard-participation-impact-image-text {
    color: white;
}


#dashboard-widget-participation-impact-travel-reduced-img,
#dashboard-widget-participation-impact-pollution-reduced-img,
#dashboard-widget-participation-impact-travel-cost-reduced-img {
    opacity: 20%;
    position: relative;
    width: auto;
    height: 100%;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.dashboard-widget-participation-impact-text {
    position: relative;
}

div#travelReducedBox div.dashboard-widget-participation-impact-text {
    top: -107px;
}

div#pollutionReducedBox div.dashboard-widget-participation-impact-text {
    top: -87px;
}

div#costReducedBox div.dashboard-widget-participation-impact-text {
    top: -93px;
}

@media (min-width: 374px) {
    div#costReducedBox div.dashboard-widget-participation-impact-text {
        top: -87px;
    }
}

@media (min-width: 456px) {
    div#travelReducedBox div.dashboard-widget-participation-impact-text {
        top: -89px;
    }

    div#costReducedBox div.dashboard-widget-participation-impact-text,
    div#pollutionReducedBox div.dashboard-widget-participation-impact-text {
        top: -75px;
    }
}

@media (min-width: 479px) {
    div#travelReducedBox div.dashboard-widget-participation-impact-text {
        top: -75px;
    }
}

p.commuter-dashboard-participation-impact-image-text.bolded {
    font-weight: 700;
    font-size: 17pt;
    margin: 0;
}

@media (min-width: 992px) {
    p.commuter-dashboard-participation-impact-image-text.bolded {
        font-size: 18pt;
    }
}

div.commuter-dashboard-account-profile-progress {
    margin: auto;
    width: fit-content;
}

div#incentives-widget {
    background-size: contain;
    padding-bottom: 1em;
}

p.action-message{
    font-weight: bold;
    color: #e62;
}

div#incentives-widget div.dashboard-widget-body {
    background-color: white;
    width: 90%;
    margin: auto;
    border-radius: 10px;
}

    div#incentives-widget div.dashboard-widget-body.dashboard-incentive-widget {
        margin-top: 5px;
        margin-bottom: 5px;
    }

        div#incentives-widget div.dashboard-widget-body.dashboard-incentive-widget h2 {
            font-weight: 700;
        }

div.dashboard-widget div.dashboard-widget-title h2 {
    color: #3C4350;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

div.dashboard-widget.dashboard-widget-top-row div.dashboard-widget-title h2 {
    font-weight: 800;
}

#commuter-dashboard-icon {
    display: none;
}

@media(min-width: 992px) {
    #commuter-dashboard-icon {
        display: inline;
        padding: 5px;
    }
}

ul.nav li#commuterDashboardLink a {
    padding-top: 9px;
}

span.checkbox--fancy-img.checked::before,
span.checkbox--fancy-img.unchecked::before {
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    width: 1em;
    aspect-ratio: 1;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -12%;
}

span.checkbox--fancy-img.checked::before {
    font-family: 'icomoon';
    content: '\e901';
    color: #f05b00;
    font-size: 1em;
}

span.checkbox--fancy-img.unchecked::before {
    content: '';
    background-color: #d3d5d6;
}

img#chanceToWin {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 13px;
    margin-bottom: -10px;
    max-width: 15rem;
    min-width: 12rem;
}

@media(min-width: 992px) {
    img#chanceToWin {
        width: 30%;
    }
}

a.dashboard-widget-link.challenge-name,
a.dashboard-widget-link.most-recent-winner-link {
    text-decoration: underline !important;
}


div.row.clickable {
    border: solid #f5f9fa 2px;
}

    div.row.clickable:focus,
    div.row.clickable:active,
    div.row.clickable:hover {
        background-color: #f5f9fa;
        border-color: black;
    }

.carpool-match-additional-info div.row {
    padding-top: 4px;
    padding-bottom: 4px;
}

@media (max-width: 991px) {
    .vanpool-row div.row,
    .carpool-match-additional-info div.row,
    .carpool-row div.row,
    .park-row div.row {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

.carpool-row {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .carpool-row .rm-nav-user-avatar {
        float: right;
        margin-top: -25px;
    }

    .carpool-row.bike-row .rm-nav-user-avatar {
        float: none;
        margin-top: -8px;
    }

div.vanpool-no-access, div.vanpool-inactive {
    background-color: red;
}

.highlight-id {
    background-color: yellow;
    color: black;
}

.usercode {
    position: absolute;
    left: -5000px;
}


.vanpool-matchresult-button 
{
    margin-right: 10px;
}

.statement-list {
    min-height: 66vh;
    
}

.statement-list .statement-list-item{
    
}
.statement-list select:focus,
.statement-list select:active,
.statement-list select:hover{
    background-color: white;
    border: 2px solid #333;
}
a.image-link {
}

a.image-link img {
    margin-top: 1em;
    width: 100%;
}

a.image-link div {
    text-align: center;
    color: #333;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.pager ul li {
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
    color: rgb(0,0,127);
    font-weight: bold;
    float: left;
    margin-bottom: 2px;
    margin-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

ul > li.selected {
    background-color: rgb(170,170,170);
}

div.search-results {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    border: 1px solid #ccc;
    border-radius: 0.5em;

}

    div.search-results > div {
        border-top: 1px solid #ccc;
        padding: 0.5em;
    }

.pager {
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    overflow: hidden;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

    .pager > .summary {
        font-weight: bold;
        margin-bottom: 2px;
    }

    .pager .title {
        clear: left;
        font-weight: bold;
        float: left;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.billing-contact-invoice{
    min-height: 66%;
}
.billing-contact-invoice img.agency-logo {
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
}
/*.billing-contact-invoice .statement-info > div,
.billing-contact-invoice .addressee-info > div,
.billing-contact-invoice .agency-info > div{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}*/

.billing-contact-invoice .panel {
    margin-top: 2em;
    margin-bottom: 2em;
}

    .billing-contact-invoice .panel .panel-heading {
        color: #64676b;
    }

.billing-contact-invoice .statement-info {
    margin-top: 1em;
}
.billing-contact-invoice .control-label{
    margin-top: 1em;
    font-weight: 600;
    font-size: 1.1em;
}
.billing-contact-invoice .employer-statement-transaction-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 0em;
    margin-top: 1em;
    margin-bottom: 2em;
}
    .billing-contact-invoice .employer-statement-transaction-grid > div {
        padding: 1em;
    }

    .billing-contact-invoice .employer-statement-transaction-grid > div:nth-child(4n+2),
    .billing-contact-invoice .employer-statement-transaction-grid > div:nth-child(4n+1) {
        background-color: #f9f9f9;
    }
.billing-contact-invoice .employer-statement-transaction-grid .dollar-amount {
    text-align: right;
}
.grid-header {
    font-weight: 700;
    font-size: 1.5em;
}

.grid-header-right {
    text-align: right;
}

.balance-row {
    font-weight: 600;
}

.rm-layout-myaccount input.btn-primary,
.btn-primary {
    background-color: #4571c4;
}

.previous-statements .previous-statement {
    padding-top: 1em;
    padding-bottom: 1em;
}
.previous-statements .previous-statement:nth-child(2n+1){
    background-color: #f9f9f9;
}
abbr.alert-icon {
    border-bottom: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: black;
    font-weight: bold;
    aspect-ratio: 1;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
    abbr.alert-icon.full {
        background: url('data:image/svg+xml;utf8,<svg class="icon-outline" version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 88" ><style></style><path fill="lightgray" d="m45 5l10-4.9 6.9 8.8 11.2-0.1 2.4 10.9 10 4.8-2.5 10.8 7 8.7-7 8.7 2.5 10.8-10 4.8-2.4 10.9-11.2-0.1-6.9 8.8-10-4.9-10 4.9-6.9-8.8-11.2 0.1-2.4-10.9-10-4.8 2.5-10.8-7-8.7 7-8.7-2.5-10.8 10-4.8 2.4-10.9 11.2 0.1 6.9-8.8z"/></svg>') no-repeat;
        background-position-x: center;
        background-position-y: center;
    }
        abbr.alert-icon.full.active {
            background: url('data:image/svg+xml;utf8,<svg class="icon-outline" version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 88" ><style></style><path fill="%23EE6622" d="m45 5l10-4.9 6.9 8.8 11.2-0.1 2.4 10.9 10 4.8-2.5 10.8 7 8.7-7 8.7 2.5 10.8-10 4.8-2.4 10.9-11.2-0.1-6.9 8.8-10-4.9-10 4.9-6.9-8.8-11.2 0.1-2.4-10.9-10-4.8 2.5-10.8-7-8.7 7-8.7-2.5-10.8 10-4.8 2.4-10.9 11.2 0.1 6.9-8.8z"/></svg>') no-repeat;
            background-position-x: center;
            background-position-y: center;
        }
    
    abbr.alert-icon.border {
        background: url('data:image/svg+xml;utf8,<svg class="icon-outline" version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 88" ><style></style><path fill="none" stroke="lightgray" stroke-width="5" d="m45 5l10-4.9 6.9 8.8 11.2-0.1 2.4 10.9 10 4.8-2.5 10.8 7 8.7-7 8.7 2.5 10.8-10 4.8-2.4 10.9-11.2-0.1-6.9 8.8-10-4.9-10 4.9-6.9-8.8-11.2 0.1-2.4-10.9-10-4.8 2.5-10.8-7-8.7 7-8.7-2.5-10.8 10-4.8 2.4-10.9 11.2 0.1 6.9-8.8z"/></svg>') no-repeat;
        background-position-x: center;
        background-position-y: center;
    }
        abbr.alert-icon.border.active {
            background: url('data:image/svg+xml;utf8,<svg class="icon-outline" version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 88" ><style></style><path fill="none" stroke="%23EE6622" stroke-width="5" d="m45 5l10-4.9 6.9 8.8 11.2-0.1 2.4 10.9 10 4.8-2.5 10.8 7 8.7-7 8.7 2.5 10.8-10 4.8-2.4 10.9-11.2-0.1-6.9 8.8-10-4.9-10 4.9-6.9-8.8-11.2 0.1-2.4-10.9-10-4.8 2.5-10.8-7-8.7 7-8.7-2.5-10.8 10-4.8 2.4-10.9 11.2 0.1 6.9-8.8z"/></svg>') no-repeat;
            background-position-x: center;
            background-position-y: center;
        }

abbr.alert-icon.navbar-alert {

}

abbr#navbar-match-alert.alert-icon.full.navbar-alert{
    display: none;
}

.commuter-dashboard {
}
    .commuter-dashboard .dashboard-grid > div,
    .commuter-dashboard .dashboard-flex .col > div {
        margin-bottom: 1em;
    }
    .commuter-dashboard .badgeWidget {
        height: 200px;
    }

@media(min-width: 992px){
    .commuter-dashboard .dashboard-grid > div {
        margin-bottom: 0em;
    }
    .commuter-dashboard .dashboard-grid {
        display: grid;
        gap: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
        grid-template-columns: repeat(6, 1fr);
    }
    .commuter-dashboard .matches-widget {
        grid-column: span 3;
        grid-row: span 2;
    }
    .commuter-dashboard .participation-impact-widget {
        grid-column: span 3;
    }
    .commuter-dashboard .challenges-widget {
        grid-column: span 3;
    }
    .commuter-dashboard .account-profile-widget {
        grid-column: span 2;
    }
    .commuter-dashboard .most-recent-winner-widget {
        grid-column: span 2;
    }
    .commuter-dashboard .help-widget {
        grid-column: span 2;
    }
    .commuter-dashboard .newsletter-widget {
        grid-column: span 2;
    }
    .commuter-dashboard .incentives-widget {
        grid-column: span 3;
    }
    .commuter-dashboard .badgeWidget {
        grid-column: span 2;
    }
}


.dashboard-widget.challenges-widget .challenge-logo{
    max-width: 10em;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 992px) {
    .dashboard-widget.challenges-widget .challenge-logo{
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.dashboard-widget.challenges-widget > .dashboard-widget-title,
.dashboard-widget.account-profile-widget > .dashboard-widget-title
 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.col.gy-05{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
@media(min-width: 992px) {
    .col.gy-05{
        margin-top: 0em;
        margin-bottom: 0em;
    }
}

/*.dashboard-widget.challenges-widget > .dashboard-widget-title{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}*/

.commuter-dashboard-challenge{
    border: solid #c7c7c7 2px;
    border-radius: 1em;
    padding: 0.5em;
    margin: 0.5em;
}

.commuter-dashboard-challenge .challenge-name{
    font-weight: 700;
}

.commuter-dashboard-challenge .challenge-enrolled{
    color: #e62;
}

.commuter-dashboard .action-link{
    width: 10rem;
    margin: auto;
}

.commuter-dashboard .inline-flex{
    display: flex; 
    width: 50%;
}

.commuter-dashboard .badgeWidget {
    position: static;
    width: 100%;
}
    .commuter-dashboard .badgeWidget .badgeTitle {
        color: #3C4350;
        font-weight: 700;
        font-size: 25px;
        margin-top: 0.6em;
    }

    .commuter-dashboard .badgeWidget div.awards-link {
        color: #3c64c9;
        text-decoration: underline;
    }

    .commuter-dashboard .badgeWidget div.awards-link:hover,
    .commuter-dashboard .badgeWidget div.awards-link:active,
    .commuter-dashboard .badgeWidget div.awards-link:focus {
        opacity: 0.5;
    }

#signout-button,
.d-none {
    display: none;
}

#mSignout-button,
li#commuterDashboardLink.d-block,
li#cancelImpersonation.d-block {
    display: block;
}

@media (min-width: 992px) {
    #signout-button,
    .d-none {
        display: block;
    }

    #mSignout-button,
    li#commuterDashboardLink.d-block,
    li#cancelImpersonation.d-block,
    #mSignOutDiv, #mSignOutForm {
        display: none;
        height: 1px;
    }
}

.commuter-dashboard .matches-widget .match-types {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1em;
    flex-wrap: wrap;
    gap: 1em;
}

    .commuter-dashboard .matches-widget .match-types .match-type-btn {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 2px solid #ccc;
        border-radius: 12px;
        background: #fff;
        color: #111;
        transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        cursor: pointer;
        padding: 0.5em 1.1em;
        font-weight: 500;
        align-items: center;
        position: relative;
        flex-grow: 1;
    }

    .commuter-dashboard .matches-widget .match-types .match-type-btn .match-count {
        /*width: 1.3em;*/
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }

        .commuter-dashboard .matches-widget .match-types .match-type-btn:focus,
        .commuter-dashboard .matches-widget .match-types .match-type-btn:hover,
        .commuter-dashboard .matches-widget .match-types .match-type-btn:active {
            background: #e6f0ff; /* Light blue for contrast */
            color: #004499;
            border-color: #004499;
            outline: 3px solid #e62; /* High-contrast gold outline for accessibility */
        }

        .commuter-dashboard .matches-widget .match-types .match-type-btn.active {
            background: #004499;
            color: #fff;
            border-color: #004499;
            box-shadow: 0 4px 16px rgba(0, 68, 153, 0.18), 0 1.5px 0 #003366 inset;
        }
            .commuter-dashboard .matches-widget .match-types .match-type-btn.active::after {
                content: "";
                transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
                height: 1em;
                aspect-ratio: 1;
                background: #049;
                z-index: 0;
                pointer-events: none;
                transform: rotate(45deg);
                position: absolute;
                bottom: -.5em;
                left: 50%;
                box-shadow: 0 4px 12px 0 rgba(0,68,153,0.25);
                transition: opacity 0.2s, transform 0.2s;
                clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
            }

.commuter-dashboard .matches-widget .match-list {
    margin-bottom: 0.5em;
}

    .commuter-dashboard .matches-widget .match-list .match-item {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        background: #fff;
        min-height: 3em;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .commuter-dashboard .matches-widget .match-list .match-item > div.col{
            padding: 0.5em 0em;
        }

@media(min-width: 992px) {
    .commuter-dashboard .matches-widget .match-list .match-item {
        padding: 0.75em 1em;
    }
}

    .commuter-dashboard .matches-widget .match-list .match-item .match-info {
        display: flex;
        align-items: center;
        gap: 0.5em;
        flex: 1 1 auto;
        min-width: 0;
    }

    .commuter-dashboard .matches-widget .match-list .match-item .match-type {
        font-weight: bold;
        color: #333;
        white-space: nowrap;
    }

    .commuter-dashboard .matches-widget .match-list .match-item .match-name {
        font-weight: bold;
        color: #222;
        margin-right: 0.3em;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 12em;
    }

    .commuter-dashboard .matches-widget .match-list .match-item .match-extra {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 0.5em;
        margin-left: 1em;
    }

    .commuter-dashboard .matches-widget .match-list .match-item .more-matches-btn {
        background: #004499;
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 0.4em 1em;
        font-size: 0.95em;
        font-weight: 500;
        cursor: pointer;
        text-decoration: none;
        transition: background 0.2s, color 0.2s;
        white-space: nowrap;
    }

        .commuter-dashboard .matches-widget .match-list .match-item .more-matches-btn:hover,
        .commuter-dashboard .matches-widget .match-list .match-item .more-matches-btn:focus {
            background: #003366;
            color: #fff;
            text-decoration: underline;
            outline: none;
        }

.commuter-dashboard .matches-widget .all-matches-link{
    display: none;
}
.commuter-dashboard .matches-widget .match-list .match-details-link-text{
    text-transform: uppercase;
    font-size: 1.3rem;
}

.commuter-dashboard .matches-widget .match-list .bike-partner-level,
.commuter-dashboard .matches-widget .match-list .carpool-auto-available {
    font-size: 1.2rem;
    border-radius: 0.5em;
    border: 1px solid #ddd;
    padding: 0.5em 1.5em;
}

.commuter-dashboard .btn.btn-primary{
    border-radius: 20px;
}

.commuter-dashboard .incentives-widget .btn.btn-primary {
    margin-top: 1em;
}

.commuter-dashboard .matches-widget .match-list .match-type-icon,
.commuter-dashboard .matches-widget .match-list .user-avatar {
    width: 70%;
    max-width: 60px;
    min-width: 30px;
}