@import url("https://use.fontawesome.com/releases/v6.5.1/css/all.css");

div.ui-datepicker {
    font-size: 18px;
}

.datagenerated {
    border: 2px solid black !important;
    display: inline !important;
    padding-bottom: 10px;
}

.after-deadline {
    display: block !important;
}

.hero__logo__center {
    display: block !important;
    margin: 30px auto !important;
}

    .hero__logo__center > img {
        margin: auto;
    }

.hero__logo__right {
    display: block !important;
}

    .hero__logo__right > img {
        float: right;
    }

    .hero__logo__right + .hero__title {
        padding-top: 100px !important;
    }


.btn-container {
    text-align: center !important;
    margin-bottom: 15px;
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*override settings for download button*/
@media screen and (min-width: 640px) {
    .btn--outline:hover, .btn--outline:focus {
        margin-top: 0px;
        transition: none;
    }
}

.btn-explore {
    color: #fff;
    border-color: #B5121B;
    background-color: #B5121B;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    transition: none;
}

    .btn-explore:hover {
        border-color: #003745;
        background-color: #003745;
    }

.below-button-description {
}
/*For button icon*/
.action__icon {
    padding-left: 8px;
    vertical-align: top;
    font-size: 17px;
    line-height: 28px;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

/*For ROTC/Gold */

#commissionDate {
    padding-top: 0px !important;
}

@media (min-width: 768px) and (max-width: 991px) {

    #commissionDateDIV {
        margin-left: 6%;
    }
}