#mmi-header {
    max-width: none;
    padding-right: calc(var(--bs-gutter-x)* 4);
    padding-left: calc(var(--bs-gutter-x)* 2);
}

#home-content-container {
    margin: 0px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0px;
}

#home-banner {
    display: flex;
    flex-wrap: wrap;
    background-image: url('/PortalWelcomeWide_smaller.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

#main-banner {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    min-height: auto;
    padding: 20px;
    background-image: url('/DarkGraphicBackground.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}

div.banner-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    word-break: break-word;
    margin: 0px 0px;
}

h1.mmi-portal-title {
    text-align: right;
    font-size: 55px !important;
    letter-spacing: 5px;
    margin: 50px 192px 20px 0;
}

h3.mmi-portal-subtitle {
    text-align: right;
    color: var(--portalThemeColor4);
    font-style: italic;
    margin: 0 200px;
}

h2.banner-text {
    text-align: left;
    font-size: 45px;
    letter-spacing: 5px;
    line-height: 55px;
    margin: 0px 0 25px 0;
    padding-left: 60px;
    color: #FCBA22 !important;
}

#main-content-container {
    margin: 0px;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0px;
}

#main-text-container {
    width: 100%;
    min-width: 250px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

#main-column-container {
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0px;
    padding: 0px;
    font-family: Font Awesome 6 Free;
}

div.left-panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    word-break: break-word;
    width: calc(35% + 0px);
    margin: 0px;
    border-right: thick double black;
    min-height: 550px;
    min-width: 250px;
}

div.middle-panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    word-break: break-word;
    width: calc(65% + 0px);
    margin: 0px;
    min-width: 400px;
}

div.right-panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    word-break: break-word;
    margin: 20px 0px;
    width: calc(25% + 0px);
}

div.content-panel {
    padding: 0px 30px;
}

div.text-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-header {
    padding-bottom: 10px;
    text-align: center;
}

div.folder-container {
    background-color: transparent;
}

div.gradient {
    height: 50px;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(70, 80, 90, 1) 80%);
}

div.dark-gradient {
    height: 100px;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(38, 44, 46, 1) 80%);
}

div.home-banner-container {
    background-color: rgba(38, 44, 46, 1);
}

div.banner-content {
    display: flex;
    flex-wrap: wrap;
    background-image: url('/PortalWelcomeWide_smaller.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

div.content-item {
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

html,
body {
    height: 100%;
}

.contact-card-container {
    margin: 0px;
}

.contact-card {
    margin: 10px 50px;
    position: relative;
    padding: 10px 30px;
    background-color: #D8DADE;
    border-radius: 30px;
}

.contact-card-content {
    margin: 0px 10px;
    padding: 10px;
    text-align: center;
}

.contact-card-header {
    font-size: 24px;
    color: #6C96A9;
}

.contact-card-text {
    font-size: 20px;
    color: #46505A;
}

a.contact-card-email-link {
    text-decoration: none !important;
    color: #46505A;
    font-size: 20px;
}

a.contact-card-email-link:hover {
    text-decoration: underline !important;
}

.mmi-text {
    font-size: large;
}

.mmi-button {
    margin: 20px 0;
    padding: 10px;
    width: 200px;
    max-width: 200px;
}

a.link-text {
    display: inline-block;
    color: #3c474d !important;
    animation: fadeIn 1s;
    text-decoration: none !important;
    padding-left: 10px;
    font-size: large !important;
    font-weight: normal !important;
    line-height: 25px;
}

a.link-text:hover {
    text-decoration: underline !important
}

a.link-readonly {
    pointer-events: none;
}

#signin-container {
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}

#seal-container {
    padding: 10px 20px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mmi-footer {
    margin-left: 3% !important;
    margin-right: 3% !important;
}