/* Logo size adjustment */
/* Assumes the image has a 1000px width to account for retina display */
.layout_logo { 
	width: 90%;
}

/* Logo size adjustment -- narrow screen (mobile) */
@media screen and (max-width: 768px) {
  .layout_logo {
	width: 90%;
	height: auto;
  }
}


/*hide unexpected validation error */

.validation_validationBlock {
    padding-bottom: 0px;
}