﻿#ridingSteps {
    background-color: #e4e4e4;
}

    #ridingSteps .oval {
        width: 80px;
        height: 80px;
        margin: -100px 0.3px 0 0;
        background-color: #f8d348 !important;
        border: 4px solid #ffd31d !important;
    }

    #ridingSteps .oval-last {
        width: 80px;
        height: 80px;
        padding-top: 20px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #366c04 !important;
    }

    #ridingSteps .card {
        height: 260px;
        margin: -100px 0.3px 0 0;
        padding: 10px 10px 20px 20px;
        border-radius: 10px;
        box-shadow: 0 3px 6px 0 rgba(0, 35, 64, 0.2);
        background-color: #fff !important;
    }

    #ridingSteps .cardNumber {
        width: 60px;
        height: 60px;
        background-color: #f8d348;
        border: 4px solid #ffd31d;
        border-radius: 50%;
        z-index: 1;
        display: none;
    }

    #ridingSteps .cardNumberGreen {
        display: none;
    }

    #ridingSteps .stepIcon {
        font-size: 30px !important;
    }

    #ridingSteps .stepColumn {
        margin-top: -100px !important;
    }

    #ridingSteps .stepTitle {
        margin: 0 0 10px 0 !important;
        font-family: Poppins;
        font-size: 16px !important;
        font-weight: bold !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: left;
        color: #000 !important;
    }

    #ridingSteps .stepText {
        margin: 20px 0 20px 0 !important;
        font-family: Poppins;
        font-size: 14px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #000;
    }

    #ridingSteps .stepLink {
        margin: 1px 0 5px !important;
        font-family: Poppins;
        font-size: var(--default-font-size) !important;
        font-weight: 600 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.11;
        letter-spacing: normal;
        text-align: left;
        color: #00205b;
    }

    #ridingSteps .stepLink2 {
        margin: 10px 0 5px !important;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: left;
        color: #00205b;
    }

    #ridingSteps .step {
        font-family: Poppins;
        padding-top: 25px;
        font-size: 30px !important;
        font-weight: bold !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }

    #ridingSteps .border-right {
        border-right: 1px solid #000 !important;
    }

/*Align headers and sub headers to left on small screens*/
@media (max-width: 760px) {

    #ridingSteps .stepColumn {
        margin-top: 0 !important;
    }

    #ridingSteps .card {
        margin: 20px 0.3px 0 0 !important;
    }

    #ridingSteps .cardLeft::before {
        content: " ";
        position: absolute;
        left: 47%;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        clear: both;
    }

    #ridingSteps .cardRight::before {
        content: " ";
        position: absolute;
        left: 47%;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        clear: both;
    }

    #ridingSteps .cardNumber {
        display: block;
    }

    #ridingSteps .cardNumberGreen {
        display: block;
        width: 60px;
        height: 60px;
        background-color: #366c04;
        border: 4px solid #366c04;
        border-radius: 50%;
        z-index: 1;
    }

    #ridingSteps .cardNumber span {
        padding: 50px 20px 20px 18px !important;
        font-size: 30px !important;
        font-weight: bold !important;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }

    #ridingSteps .cardNumberGreen span {
        padding: 50px 20px 0 13px !important;
        font-size: 30px !important;
        font-weight: bold !important;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }
}

@media (min-width: 961px) {
    #ridingSteps .cardLeft::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 110px;
        width: 0;
        z-index: 1;
        right: -10px;
        border: medium solid white;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent white;
    }

    #ridingSteps .cardRight::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 110px;
        width: 0;
        z-index: 1;
        left: -10px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
}
