@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.markdown-content {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

    .markdown-content h1, .markdown-content h2, .markdown-content h3 {
        border-bottom: 1px solid #eaecef;
        padding-bottom: 0.3em;
    }

    .markdown-content ul {
        list-style-type: disc;
        padding-left: 20px;
    }

    .markdown-content .nested-list {
        margin-left: 20px;
    }
/*Chat*/
/* improved for chat text box */
textarea {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}

/* improved for speech bubbles */
.received, .sent {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .received:after, .sent:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    top: 50%;
    text-align: right;
}

.received {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg {
    /*display: inline;*/
}

/*End Chat*/
.footer {
    background-color: #f8f9fa;
    text-align: center;
    position: relative;
    bottom: 0;
    color: gray;
    width: 100%;
}

.copyright {
    color: gray;
    font-size: 1.1em;
    font-style: italic;
    font-family: Calibri
}

.footerLinks a {
    color: cornflowerblue;
    text-decoration: none;
}

    .footerLinks a:hover {
        color: #2087c3;
    }

.dxbl-disabled {
    background-color: lightgray !important;
    color: white !important;
}

.siteButtonCT {
    background-color: #2087c3;
}

.siteButtonCL {
    background-color: #007EA2;
}

    .siteButtonCL:hover {
        background-color: #A5BED0 !important; /*#A5BED0; Change this to your desired hover color */
    }

.siteButtonRP {
    background-color: #027EA2;
}

    .siteButtonRP:hover {
        background-color: #B4EDFF !important;
    }

.siteButtonOutlineCT {
    color: #2087c3;
}

.siteButtonOutlineCL {
    color: #007EA2;
}

    .siteButtonOutlineCL:hover {
        background-color: #A5BED0 !important;
    }

.siteButtonOutlineRP {
    color: #027EA2;
}

    .siteButtonOutlineRP:hover {
        background-color: #B4EDFF !important;
    }

.siteMenuIconsRP {
    font-size: 2em;
    color: #027EA2;
}

.siteMenuNodeIconRP {
    font-size: 1.5em;
    color: #027EA2;
}

.siteMenuIconsCL {
    font-size: 2em;
    color: #007EA2;
}

.siteMenuNodeIconCL {
    font-size: 1.5em;
    color: #007EA2;
}

.siteMenuIconsCT {
    font-size: 2em;
    color: #2087c3;
}

.siteMenuNodeIconCT {
    font-size: 1.5em;
    color: #2087c3;
}

.siteMenuIcons {
    font-size: 2em;
    color: #2087c3;
}

.siteMenuNodeIcon {
    font-size: 1.5em;
    color: #2087c3;
}

.siteIconCT2 {
    font-size: 2em;
    color: #2087c3;
}

.siteIconCT1 {
    font-size: 1em;
    color: #2087c3;
}

.siteIconCT3 {
    font-size: 3em;
    color: #2087c3;
}

.siteIconCL2 {
    font-size: 2em;
    color: #007EA2;
}

.siteIconCL1 {
    font-size: 1em;
    color: #007EA2;
}

.siteIconCL3 {
    font-size: 3em;
    color: #007EA2;
}

.siteIconRP2 {
    font-size: 2em;
    color: #027EA2;
}

.siteIconRP1 {
    font-size: 1em;
    color: #027EA2;
}

.siteIconRP3 {
    font-size: 3em;
    color: #027EA2;
}

.siteIcon2 {
    font-size: 2em;
    color: cornflowerblue;
}

.siteIcon1 {
    font-size: 1em;
    color: cornflowerblue;
}

.siteIcon3 {
    font-size: 3em;
    color: cornflowerblue;
}

.siteIconX {
    color: red;
}

.siteIconCheck {
    color: green;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.uhOptions {
    text-align: left;
    direction: ltr;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(247, 248, 248);
    background-image: none;
    background-repeat: repeat;
    color: rgb(69, 85, 96);
    font-family: Poppins, "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    height: calc(-40px + 100vh);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.questionText {
    font-size: 15em; /* Adjust the size as needed */
}

.answerText {
    font-size: 1em; /* Adjust the size as needed */
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.button-container {
    width: 160px; /* Set your desired width */
    height: 50px; /* Set your desired height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-button {
    padding: 0.25rem 0.5rem;
    font-size: 0.500rem;
}

.containerPC {
    margin-left: 30px;
    width: 950px;
    align-items: start;
    justify-content: start;
}
/*
.sub-footer a:hover,
p a {
    color: #318400;
}
.footer-block:nth-child(2) li a,
.footer-block:nth-child(3) li a,
td {
    font-size: 16px;
}

.main-footer,
.nav-menu {
    justify-content: space-between;
}
.sub-footer,
.sub-footer a {
    font-size: 16px;
    color: #fff;
}
.footer {
    background: #000;
    position: relative;
    padding: 132px 122px 0;
    margin-top: 120px;
}

.main-footer {
    padding: 0 0 62px;
}

.footer .thirty-year-logo {
    width: 200px;
    position: absolute;
    top: -108px;
    left: 50%;
    transform: translate(-50%, 0);
}

.footer-logo {
    width: 200px;
}

@media (max-width: 500px) {
    body .footer-logo {
        left: 50%;
        transform: translateX(-50%);
        margin-top: 55px;
    }
}
.sub-footer .container {
    justify-content: space-between;
}

.footer-block {
    max-width: 390px;
    width: 100%;
}

.footer-social-link {
    width: 90px;
    position: absolute;
    top: 92px;
    right: 128px;
}

.sub-footer {
    padding: 29px 0;
    background: #000;
}

.footer-logo {
    position: absolute;
    top: 75px;
}

.footer-menus {
    padding-top: 114px;
}

    .footer-menus li,
    .footer-menus li a {
        font-size: 18px;
        color: #fff;
        padding: 15px 0;
    }

        .footer-menus li a:hover {
            color: #b2d99b;
        }

        .footer-menus li span {
            width: 70px;
        }

.footer-social-link ul li {
    width: 80px;
    height: 80px;
    background: #fff;
    margin-bottom: 10px;
}

    .footer-social-link ul li a {
        display: block;
        padding: 27px 10px;
    }

    .footer-social-link ul li:hover {
        background-color: #b2d99b;
    }

.footer {
    padding: 132px 30px 0;
}

.footer-social-link {
    right: 30px;
}

.footer {
    padding: 120px 30px 60px;
}

.footer-logo {
    top: 65px;
}

.footer-social-link {
    right: 26px;
    top: 70px;
}

    .footer-social-link ul li {
        width: 65px;
        height: 65px;
    }

        .footer-social-link ul li a {
            padding: 19px 10px;
        }

.footer-menus li,
.footer-menus li a {
    font-size: 16px;
}

.copyright,
.main-footer,
.policy,
.sub-footer .container {
    display: block;
}
.footer,
.mission-content .mission-heading,
.mobile-app {
    text-align: center;
}
padding: 30px 0 0;
}

.menu-footer-right-container {
    margin-bottom: 60px;
}

.main-footer {
    position: relative;
    padding: 0 0 25px;
}

.footer-social-link {
    bottom: 0;
    right: 0;
    left: 0;
    top: inherit;
    margin: 0 auto;
    width: auto;
    position: relative;
}

.footer-menus {
    padding-top: 50px;
}

.footer-padding {
    padding-top: 180px;
}

.footer-logo {
    right: 0;
    left: 0;
    top: 5px;
}

.copyright {
    margin-bottom: 10px;
}

.footer-social-link ul li {
    display: inline-block;
    vertical-align: middle;
}*/