.searchForm {
  margin: 0 0 24px 0;
}

.searchForm input, .searchForm select {
  border: 1px solid #eee;
  border-radius: 0;
  height: 36px;
}

.searchForm select {
  background: #fafafa;
  border-right: none;
}

.searchForm input[type="text"] {
  padding: 0 8px;
}

.searchForm input[type="submit"] {
  border-left: none;
  text-align: center;
}

.autocomplete-suggestions {
  border: 1px solid #eee;
  background: #fafafa;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #005295;
  color: #fff;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #005295;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #eee;
}

.tile {
  background: #fafafa;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
}

.tile p:last-child {
  margin-bottom: 0;
}

.tile--featured {
  background: #005295;
  color: #fff;
}

.tile--featured .tile__header {
  color: #fff;
}

.tile--featured a {
  color: #fff;
  text-decoration: underline;
}

.tile__header {
  background: url(../img/calendar.svg) no-repeat 100% 50%;
  color: #005295;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.section {
  margin-top: 30px;
}

.breath-search {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.breath-search__inner {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.4) 100%);
  height: 100%;
  font-size: 1.2em;
  padding: 20px;
}

.breath-search__inner__title, .hero-tile__title {
  color: #005295;
}

.breath-search__inner form {
  margin-top: 25px;
}

.hero-tile {
  background-size: cover;
  background-position: 50% 50%;
  color: #212121;
  display: block;
  font-size: 10px;
  min-height: 140px;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
}

@media (min-width: 768px) {
  .hero-tile {
    font-size: 12px;
    min-height: 190px;
  }
}

.hero-tile__inner {
  padding-bottom: 15px;
  padding-top: 15px;
}

.hero-tile__content {
  font-size: 1.2em;
}

.hero-tile__content a {
  color: inherit;
}

ul.hero-tile__content {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

ul.hero-tile__content.no-col {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}

ul.hero-tile__content li {
  background: url("../img/chevron-right.svg") no-repeat 0 5px;
  background-size: 16px 16px;
  line-height: 26px;
  overflow: hidden;
  padding-left: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.hero-tile__content li:hover {
  text-decoration: underline;
}

/* NEWS */
.news-item {
  border-left: 2px solid #2196f3;
  display: block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
}

.news-item:first-of-type {
  margin-top: 0;
}

.news-item__header {
  font-size: 16px;
  line-height: 24px;
}

.news-item p {
  margin: 0;
}

iframe {
  width: 100%;
}

/*# sourceMappingURL=homepage.css.map */
