@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-style: 16px;
  background-color: #fff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.alert-banner {
  background-color: #f1c400;
  padding: 10px;
}

.alert-banner p {
  margin-bottom: 0;
  line-height: 1.25;
  text-align: center;
}

.alert-banner a {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.header-body {
  display: flex;
  flex-direction: row;
}

.header-body-logo,
.header-body-forms {
  flex: 50%;
}

.header-body-forms {
  padding-top: 15px;
}

.header-body-forms form {
  margin-bottom: 5px;
}

.header-body-forms input[type='text'] {
  padding: 2px;
  padding-left: 6px !important;
  height: 25px;
  width: 261px;
}

.header-body-forms button[type='submit'] {
  padding: 6px;
}

.header-body-logo img {
  max-height: 134px;
}