  ﻿.breadcrumb-arrows > div:nth-child(1) {
    background-color: #214971;
}

    .breadcrumb-arrows > div:nth-child(1):after {
        border-color: transparent transparent transparent #214971;
    }

.breadcrumb-arrows > div:nth-child(2) {
    background-color: #F6B72B;
    color: #2f353b !important;
}

    .breadcrumb-arrows > div:nth-child(2):before {
        background-color: #F6B72B;
    }

    .breadcrumb-arrows > div:nth-child(2):after {
        border-color: transparent transparent transparent #F6B72B;
    }


.breadcrumb-arrows > div:nth-child(3) {
    background-color: #F6B72B;
    color: #2f353b !important;
}

    .breadcrumb-arrows > div:nth-child(3):before {
        background-color: #F6B72B;
    }

    .breadcrumb-arrows > div:nth-child(3):after {
        border-color: transparent transparent transparent #F6B72B;
    }

.policy-agreement {
    border: 1px solid black;
    height: 31.25em;
    overflow-x: hidden;
    overflow-y: scroll;
}