body,
html {
  font-family: 'Montserrat', sans-serif;
}
.animated {
  animation-duration: 600ms;
}
.animated.delay-250 {
  animation-delay: 250ms;
}
.animated.delay-500 {
  animation-delay: 500ms;
}
.animated.delay-750 {
  animation-delay: 750ms;
}
.logo {
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0 -0.15em;
  text-decoration: none !important;
}
.logo .left,
.logo .right {
  position: relative;
  top: -0.1em;
  font-size: 1.5em;
  font-weight: 200;
}
.logo .brand {
  padding: 0 0.3em;
  font-weight: 300;
}
.logo .brand strong {
  font-weight: 600;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  background-color: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  z-index: 100;
}
.nav > * {
  height: 100%;
}
.nav .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav .logo {
  font-size: 28px;
  color: #333;
}
.nav .nav-menu a,
.nav .nav-menu a:hover {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  margin-left: 1em;
}
.footer {
  min-height: 75px;
  background-color: #ffffff;
  border-top: 1px solid #e7e7e7;
  padding: 37.5px 0;
}
.footer .footer-wrap {
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.footer .footer-wrap .contact {
  flex: 1 1;
}
.footer .footer-wrap .contact h4 {
  font-size: 1em;
}
.footer .footer-wrap .contact .timetable {
  font-size: 0.7em;
}
.footer .footer-wrap .foot-menu {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-wrap a,
.footer .footer-wrap a:hover {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  margin-left: 1em;
}
.btn {
  width: 100%;
  padding: 15px 40px;
  font-size: 16px;
}
#main-content {
  padding-top: 75px;
}
#header {
  position: relative;
  background-color: #f0f0f0;
  padding: 90px 0 0;
}
#header h4 {
  color: #ff6000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
#header h1 {
  font-size: 50px;
  line-height: 1.25;
  font-weight: 400;
}
#header .form {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 4px;
  margin-bottom: -200px;
  z-index: 100;
}
#header .form .inputlabel {
  margin-bottom: 20px;
}
#header .form .inputlabel label {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #7e8587;
  font-weight: 400;
}
#header .form .inputlabel input[type='text'],
#header .form .inputlabel input[type='password'] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  outline: none;
  padding: 8px 0;
  font-size: 16px;
}
#header .form .inputlabel input[type='text']::placeholder,
#header .form .inputlabel input[type='password']::placeholder {
  font-weight: 400;
  color: inherit;
}
#header .form .inputlabel input[type='text'].warning,
#header .form .inputlabel input[type='password'].warning {
  border-color: #ff6000;
  color: #ff6000;
}
#header .form .alerts div {
  background-color: #fff6a9;
  margin-top: 1em;
  padding: 1em 1.5em;
  font-size: 0.9em;
  line-height: 1;
}
#header .form #apply {
  width: 100%;
  background-color: #53ad7b;
  border: solid 1px #53ad7b;
  padding: 15px 40px;
  font-size: 16px;
}
#header + .bgwave svg path {
  fill: #f0f0f0;
}
.panel {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .nav .nav-wrap {
    justify-content: center;
  }
  .nav .nav-menu {
    display: none;
  }
  #header {
    padding: 40px 0;
  }
  #header h1 {
    font-size: 7vw;
    margin-bottom: 8vw;
  }
  #header .form {
    padding: 25px 20px;
  }
}
