
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .smallfeet {
        display: none;
    }

    .bigfeet {
        display: block;
    }
}

@media (max-width: 767px) {
    .smallfeet {
        display: block;
    }

    .bigfeet {
        display: none;
    }

    .dropdown-menu {
        padding: 10px;
    }

    .extraSpacing {
        margin-top:20px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #FFF7E8;
    font-family: siri_regular;
    color: #004A88;
}

.table {
    font-family: siri_regular;
    color: #004A88;
}

    .table td:last-child {
        text-align: right;
    }

    .table th:last-child {
        text-align: right;
    }

.greenBox {
    background-image: url('/img/greenbanner.png');
    background-size: cover;
    border-radius: 34px;
    color: #FFF;
    margin: 10px 0;
    padding: 20px;
}

.blueBox {
    background-color: #004A88;
    border-radius: 34px;
    color: #FFF;
    margin: 10px 0;
    padding: 20px;
}

.whiteBox {
    background-color: #FFF;
    border-radius: 34px;
    color: #004A88;
    margin: 10px 0;
    padding: 20px;
}

.whiteBoxHeadline {
    color: #319B42;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.beigeBox {
    background-color: #FFF7E8;
    border-radius: 20px;
    padding: 15px;
}

.blueBtn {
    background-color: #004A88;
    border-radius: 24px;
    opacity: 1;
    padding: 12px 25px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    min-width: 100px;
}

.redBtn {
    background-color: #DC4405;
    border-radius: 24px;
    opacity: 1;
    padding: 12px 25px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    min-width: 100px;
}

.transpBtn {
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    opacity: 1;
    padding: 12px 25px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    min-width: 100px;
}

.msgGreen {
    color: forestgreen;
}

.msgRed {
    color: firebrick;
}

.backLink {
    margin: 20px 0;
}

.form-group {
    margin-bottom: 20px;
}

hr {
    margin-bottom: 30px;
}

h1 {
    font-family: "kepler-std-condensed-display";
    font-size: 60px;
}

.my-steps h1 {
    font-family: "kepler-std-condensed-display";
    font-size: 120px;
    margin: -20px 0;
}

.h1Big {
    font-size: 80px;
    margin: 30px 0;
}

h4 {
    margin-bottom: 20px;
}

h5 {
    margin: 20px 0;
}

@font-face {
    font-family: 'siri_regular';
    src: url('/font/siri_regular.otf');
}

@font-face {
    font-family: 'siri_semibold';
    src: url('/font/siri_semibold.otf');
}

@font-face {
    font-family: 'siri_bold';
    src: url('/font/siri_bold.otf');
}
option{
    font-family: Arial;
}
    option.steps-added {
        background-color: #319B42;
        color: #fff;
    }
    option:disabled {
        background-color: #fff;
        color: #ccc;
    }
#green-box-white-links a {
    color: #fff;
}

#green-box-white-links a:hover {
    color: #000;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 29, 53, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-light .navbar-toggler {
    border-color: #004a88;
    color: #004a88;
}
.my-steps-diff-badge-green {
    font-size: 12px;
    margin-left: 10px;
    background-color: #4CAF50;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
}
.my-steps-diff-badge-orange {
    font-size: 12px;
    margin-left: 10px;
    background-color: #DC4405;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
}
.circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    background: conic-gradient(var(--color) calc(var(--percent) * 1%), #e9ecef 0);
}

    .circle::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
    }

    .circle span {
        position: absolute;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
    }