:root {
    --bs-body-font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    --bs-body-font-weight: 500;
}

html {
    font-size: 14px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    min-width: 330px;
}

hr {
    color: #aaa;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: underline;
        color: black;
    }

    a.faq {
        text-decoration: underline;
    }

nav {
    display: flex;
    justify-content: space-between;
}

    nav a {
        display: flex;
        align-items: center;
        padding: 0 0.5em;
    }

.nav-link {
    font-weight: 400;
}

.navbar .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    letter-spacing: 0.02857em;
}

.nav-item .dropdown-menu {
    top: 100%;
    left: -100%;
}

footer {
    align-items: center;
    color: black;
    display: flex;
    justify-content: center;
    min-height: 50px;
    position: relative;
    z-index: 100;
    small

{
    font-size: 12px;
}

}

footer p {
    margin-top: 14px;
}

footer a {
    padding: 2px;
    text-decoration: none;
}

    footer a:hover {
        text-decoration: underline;
    }

@media (max-width:768px) {
    .nav-item .dropdown-menu {
        border: 0;
    }
}

.content {
    margin: 1em;
}

.navbar-brand img {
    width: 200px;
    margin: 5px;
}

.navbar .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    letter-spacing: 0.02857em;
}

.nav-item .dropdown-menu {
    top: 100%;
    left: -100%;
}

.dropdown-toggle.no-carot::after {
    display: none;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.form-label {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    text-align: left;
}

div.reg-form {
    display: block;
    text-align: center;
}

form {
    display: inline-block;
    text-align: left;
}

.form-control {
    display: block;
    min-width: 500px;
}

.waiting-indicator-hold {
    display: none;
}

.hero-image {
    background-image: url(../images/HexUnivWelcomeBanner.jpg);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: left;
    position: absolute;
    top: 25%;
    left: 5%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: white;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
}

    .hero-text span {
        font-weight: bolder !important;
    }

.infobox {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    margin-top: 24px;
}

.infobox-middle-row {
    display: flex;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
}

.infobox-welcome-box {
    width: 55%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
    padding: 16px;
    margin-right: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .infobox-welcome-box p a {
        color: rgb(25, 118, 210);
        text-decoration: none;
    }

        .infobox-welcome-box p a:hover {
            text-decoration: underline;
        }

.infobox-learn-more-box {
    width: 45%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.infobox-learn-more-content-box {
    display: flex;
    margin-top: 8px;
}

.infobox-learn-more-brochure {
    display: flex;
    margin-top: 8px;
}

.infobox-learn-more-links {
    display: flex;
    flex-direction: column;
    margin-left: 18px;
    justify-content: flex-start;
}

    .infobox-learn-more-links a {
        margin: 0px;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 1.15rem;
        line-height: 1.5;
        letter-spacing: 0.00938em;
        text-decoration: none;
        color: rgb(25, 118, 210);
    }

        .infobox-learn-more-links a:hover {
            text-decoration: underline;
        }

.infobox-bottom-row {
    box-sizing: border-box;
    margin: 24px 0px 0px;
    flex-direction: row;
    background: white;
}

.infobox-benefits-box {
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.infobox-benefits-contents-box {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0px;
    margin: 0px;
}

.infobox-benefit-square {
    max-width: 600px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
}

    .infobox-benefit-square img {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        object-fit: cover;
        overflow-clip-margin: content-box;
        overflow: clip;
    }

.infobox h3 {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    text-align: left;
}

.infobox p {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}

.infobox ul {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}
