.emblem {
    display: none !important;
}

.emblemZH {
    display: none !important;
}

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

.text-underline {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}

.form-info-menu {
    font-size: 12px !important;
}

.title-section {
    width: 100% !important;
    text-align: center !important;
    color: #cc4c02 !important;
    font-size: 24px !important;
}

.message-large {
    width: 100% !important;
    font-size: 24px !important;
}

.flex-start {
    display: flex !important;
    justify-content: flex-start !important;
}

.inline-flex {
    display: inline-flex !important;
}

.content-item {
    margin-left: 10px !important;
}

.ol-lower-roman {
    list-style-type: lower-roman;
}

.content-column {
    margin-left: 10px !important;
    display: flex !important;
    flex-direction: column !important;
}

.address-column {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.inline-select {
    display: inline !important;
}

.margin-left-5-percent {
    margin-left: 5% !important;
}

.margin-left-10-percent {
    margin-left: 10% !important;
}

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

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.phone-field {
    margin-top: -25px !important;
}

.hidden-field {
    display: none !important;
}

.errorForm .deptLogoSection {
    display: none !important;
}

.errorForm #formFillingOptions {
    display: none !important;
}

.errorForm .sideNav {
    display: none !important;
}

.errorForm #innerPageSideNav {
    width: 100% !important;
}

.opt_out_email_panel {
    margin-bottom: 0px !important;
}

.opt_out_email_remark {
    margin-left: 24px !important;
}

.pre-line-text-justify {
    white-space: pre-line;
    text-align: justify;
}

.centered {
    white-space: pre-line;
    text-align: center;
}

.centered-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centers the child p elements in the flex container */
    width: 100%;
    /* Set width to full width of the parent to ensure centering */
    margin: 0 auto;
    /* Center the .centered-box itself if it's smaller than its container */
}

.centered-box p {
    border: 1px solid black;
    width: 50%;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
    white-space: pre-wrap;
}

.red-font {
    color:red;
}

.intro_freestat{
     width: 100%;
     max-width: 500px;
     text-align: left;
     border: 1px solid #000;
     border-bottom: 0; 
     margin: 0 auto; 
     padding: 10px; 
}

.intro_freestat_without_borderbottom{
     width: 100%;
     max-width: 500px;
     text-align: left;
     border: 1px solid #000;    
     margin: 0 auto; 
     padding: 10px; 
}

.intro_GuidanceNotes7{
     width: 100%;
     max-width: 500px;
     text-align: center;
     margin: 0 auto; 
     padding: 10px;
}

.step_character{
    width: 100%; 
    text-align: left;
    font-size: 16px;
}

.pointerEvents{
    pointer-events: none;
}

.inlineflex_margin-left-5-percent {
    display: inline-flex !important;
    margin-left: 5% !important;
}

.titleAdd{
    white-space: pre-line;
	text-align: left;
	display: flex;
	justify-content: center;
}


