/*Making the hide element accessible for screen readers*/
.hide {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.jumbotron-form input:focus {
   border: 1.5px solid #3b331a;
}