.orangebutton {
    display: inline-block;
    border-radius: 25px;
    background-color: #f46c0f !important;
    border: 2px solid #f46c0f !important;
    color: #fff !important;
    padding: 5px 20px;
}

.orangebutton-square {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent !important;
    padding: .375rem .75rem !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e05e26 !important;
    border-color: #e05e26 #e05e26 #b94a1a !important;
}

.small-blue {
    font-size: 12px;
    font-weight: 400;
    color: #B4D8FF;
}

.orangebutton:hover {
    color: #fff;
}

.orange {
    color: var(--orange);
}

.clock-icon,
.location-icon,
.tel-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.clock-icon::before {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("../Images/Icons/time.svg");
    background-repeat: no-repeat;
    display: inline-block;
}

.location-icon::before {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("../Images/Icons/place.svg");
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-wrapper .location-icon::before {
    background-image: url("../Images/Icons/place_white.svg");

}

.tel-icon::before {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("../Images/Icons/tel.svg");
    display: inline-block;
    background-repeat: no-repeat;
}

ul.army-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.army-list li {
    font-size: 18px;
    font-weight: 600 !important;
    background: url("../Images/Icons/red-star-bullet.png") no-repeat left top;
    height: 22px;
    padding-top: 2px;
    padding-left: 32px;
    margin-bottom: 7px;
}

.no-list {
    list-style-type: none;
}