/* Hide emblem elements */
.emblem,
.emblemZH {
    display: none !important;
}

.text-align {
    text-align: justify;
}

/* Main introduction container */
.introduction-container {
    text-align: justify;
    width: 100%;
}

/* Main title styling */
.introduction-main-title {
    text-align: center;
    width: 100%;
    color: #cc4c02;
    font-size: 24px;
    font-weight: bold;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/* Main title styling */
.introduction-main-title-2 {
    text-align: center;
    width: 100%;
    color: #cc4c02;
    font-size: 24px;
}

/* Section content wrapper */
.introduction-content {
    text-align: justify;
}

/* Indented content for point 4 */
.introduction-indent {
    margin-left: 60px;
}

/* Additional margin for subtitle */
.introduction-subtitle {
    margin-top: 10px;
    font-style: italic;
}

/* Margin for point 2 content */
.introduction-point2 {
    margin-top: 10px;
}

.inline-text {
    display: "inline";
}

.errorForm .deptLogoSection {
    display: none;
}
.errorForm #formFillingOptions {
    display: none;
}
.errorForm .sideNav {
    display: none !important;
}
.errorForm #innerPageSideNav {
    width: 100% !important;
}

.display-none {
    display: none;
}

.margin-left-10px {
    margin-left: 10px;
}
