/*! Place your custom styles here */

.bar {
  	min-height: 130px;
}

.bar .logo {
	top: 0;
  	max-height: 100px;
  	max-width: none;
}

footer .logo {
  	max-height: 100px;
  	max-width: none;
  	margin: 10px 0;
}

h1{
  	font-family: 'Exo', sans-serif;
  	font-weight: 800;
  	font-size: 4em;
}

section,
footer {
  padding-top: 6.42857143em;
  padding-bottom: 6.42857143em;
}

.bg--dark .process-1:before,
.imagebg .process-1:before,
.bg--dark .process-2:before,
.imagebg .process-2:before {
  background: #fbe5a3;
}

@media all and (min-width: 1200px) {
	.process-2:before{
		left: 25px;
		right: 180px;
		width: auto;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.process-2:before{
		left: 25px;
		right: 150px;
		width: auto;
	}
}

.form-error {
  min-width: auto;
  padding: 0.78125em 1.5625em;
}
