/**
 * Fonts
 */

/**
 * Heading styles
 */

/**
 * Paragraph styles
 */

/**
 * Link Styling
 */

/**
 * List Styling
 */

/**
 * Label Arrow
 */

/**
 * Tag
 */

/**
 * Breakpoints
 */

/**
 * Bootstrap Grid
 */

/**
 * Colors
 */

.notfound {
  max-width: 720px;
  margin: 0 auto;
}

.notfound h2 {
  font-size: 26px;
}

.notfound form {
  position: relative;
  margin-bottom: 0;
}

.notfound form input[type=image] {
  position: absolute;
  top: 0;
  right: 10px;
  width: 17px;
  height: 45px;
}

.notfound-search {
  background: #eff5ed;
  margin: 45px 0;
  padding: 20px 40px;
}

.notfound-search h2 {
  color: #547244;
}

.notfound-suggestions {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.notfound-suggestions ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.notfound-suggestions ul li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 20px;
}

.notfound-suggestions ul li:before,
.notfound-suggestions ul li::marker {
  display: none !important;
  color: #fff;
}

.notfound-suggestions ul li a {
  text-decoration: none;
  min-width: 0 !important;
  padding: 10px !important;
}