﻿/* style overrides for client PAG - Pima Association of Governments (Sun Rideshare) */

.iconify.iconify-rm_logo {
    background-image: url('../Images/sunridesharelogo.jpg');
    width: 190px;
    height: 51px;
}

.rm-layout-header {
    background: #042e60;
}

.rm-layout-footer {
    background: #042e60;
}

.rm-map-search-form {
    background: #042e60;
}

.newsNotification {
    background-color: #042e60);
}


@media (max-width: 991px) {
    .newsNotification {
        background-color: #042e60;
    }
}

@media (min-width:992px) {
    .rm-layout-myaccount {
        background: url(../images/commuters.jpg) #3c4350;
        background-size: cover;
    }
    .rm-layout-onboarding {
        background: url(../images/commuters.jpg) #3c4350;
        background-size: cover;
    }
}

/* commuter calendar - make 'run' mode look like 'transit' for 'streetcar' */
.zmdi-run:before {
    content: '\f1d5'
}