.content-info h3 {font-size:28px;}
h1, h2, h3, h4, h5, h6 {line-height: 1.2;}
blockquote p {font-size: 24px; font-style: italic;}
.content-info .BulletList ul {list-style: none;}
.content-info a {color: #000999;}

/* Update to UploadDocuments Page Buttons */
#Main8482769 .btn.btn-primary {
    color: #fff;
}


/*Cookie Banner*/
#noty_layout__bottomLeft.noty_layout {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    position: fixed !important;
    z-index: 9999;
}
.noty_bar.noty_type__alert {
    background-color: #ffffff !important;
    border-top: 5px solid #b30d28 !important; /* The red top border line */
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 !important;
    padding: 20px 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333333;
}
.noty_body {
    padding: 0!important;
    width: auto !important;
    flex-grow: 1;
}
.mc-noty-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.mc-noty-item .fa-cookie-bite {
    background-color: #0c2340; /* Deep blue background */
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.mc-noty {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
    max-width: 850px;
}
.mc-noty a {
    color: #b30d28;
    text-decoration: underline;
    font-weight: 600;
}
.noty_buttons {
    padding: 0 !important;
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.noty_buttons .btn-primary, .noty_buttons .btn-secondary {
    background-image:none;
    color:#fff!important;
    border: none !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    padding: 12px 24px !important;
    text-transform: uppercase;
    border-radius: 2px !important;
    cursor: pointer;
    white-space: nowrap;
    margin: 0 10px;
    transition: background-color 0.2s ease;
    text-shadow: none;
}
.noty_buttons .btn-primary{
    background-color: #b30d28;
}
.noty_buttons .btn-secondary{
    background-color: #0c2340;
}
.noty_buttons .btn-primary:hover {
    background-color: #910a20 !important;
}
.noty_close_button {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    color: #555555 !important;
    background: transparent !important;
    opacity: 0.7;
    cursor: pointer;
}
.noty_close_button:hover {
    opacity: 1;
}
.noty_progressbar {
    display: none !important;
}
@media (max-width: 768px) {
    /* 1. Force the main bar into a vertical column layout */
    .noty_bar.noty_type__alert {
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 24px 20px 20px 20px !important;
        
        /* Forces the container to take up roughly a third of the screen */
        min-height: 35vh !important; 
        max-height: 45vh !important;
        overflow-y: auto !important; /* Adds a scrollbar ONLY if text is exceptionally long */
    }
    .mc-noty-item {
        flex-direction: column;
        align-items: center;
        text-align: left;
        gap: 12px;
        width: 100%;
    }
    .mc-noty {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 13px !important;
    }

    .noty_buttons {
        margin-left: 0 !important;
        margin-top: 18px !important;
        display: flex !important;
        flex-direction: row !important; /* Ensures side-by-side alignment */
        justify-content: center !important;
        gap: 12px !important;
        width: 100%;
    }
    .noty_buttons .btn-primary, 
    .noty_buttons .btn-secondary {
        flex: 1 !important;
        max-width: 160px;
        margin: 0 !important; /* Resets desktop margin */
        padding: 10px 15px !important;
        font-size: 12px !important;
        text-align: center;
    }
    .noty_close_button {
        top: 10px !important;
        right: 15px !important;
    }
}
