/* CENTER LOGO ON PAGE */
.layout_mainHeaderLeft {
width: 100%;
text-align: center;
padding-bottom: 12px;
padding: 12px;
}
.layout_mainHeaderRight {
    visibility: hidden;           /* Left and Right width must total 100% */
}
.validation_caption {
    font-size:14px;
}
.layout_globalErrorBlock{
    font-size:14px;
}
.layout_footer {
    font-size: 12px;
    text-align: center;
    padding-bottom: 32px;
}
.medallicons_medalliconLabel {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 50%;
}
.layout_footer .layout_medalliaLogo {
    height: auto;
    width: auto;
    font-size: 24px;
    padding-bottom: 8px;
}
/*SUPPRESS GLOBAL ERROR MESSAGE*/
.layout_globalErrorBlock {
    display:none;
}