@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,400);
/* makes the search button appear to be inside the text field */
.search-bar__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 90%;
  max-width: 1010px;
  height: 140px;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 48rem) {
  .search-bar__form {
    height: 198px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 48rem) and (max-height: 25.875rem) {
  .search-bar__form {
    height: 140px;
    padding: 0 20px;
  }
}
.search-bar__terms {
  flex-basis: 82%;
  flex-grow: 1;
  max-width: 82%;
  height: 100px;
  padding: 0 5%;
  border-radius: 30px;
  box-shadow: inset 0px 4px 5px 3px #ccc;
  font-size: 30px;
  border: 0;
  outline: 0;
  -webkit-appearance: unset;
}
@media screen and (min-width: 48rem) {
  .search-bar__terms {
    max-width: 87%;
    padding: 0 2%;
  }
}
.search-bar__terms::placeholder {
  color: gray;
  font-family: "Roboto Slab", serif;
  font-weight: 100;
}
.search-bar__button {
  flex-basis: 12%;
  max-width: 190px;
  margin-left: 9px;
  height: 100px;
  color: transparent;
  border-radius: 30px;
  box-shadow: 0px 0px 20px #555;
  background: #D6B85F url("//cdn.pch.com/ui/sandw/images/searchGo.png") no-repeat center/20px;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: unset;
}
@media screen and (min-width: 48rem) {
  .search-bar__button {
    flex-basis: 21%;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.04rem;
    color: white;
    background: #D6B85F url("//cdn.pch.com/ui/sandw/images/searchGo.png") no-repeat 90% center/20px;
  }
}

.guided-search__hdr {
  color: white;
  margin-left: 40px;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (min-width: 48rem) {
  .guided-search__hdr {
    margin-left: 100px;
  }
}
.guided-search__search-list {
  color: #D6B85F;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.guided-search__search-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  list-style-type: none;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.4);
}
.guided-search__search-list li {
  flex-grow: 1;
  flex-basis: calc(100% - 10px);
  margin: 5px;
}
@media screen and (min-width: 48rem) {
  .guided-search__search-list li {
    flex-basis: auto;
    width: calc(696px - 10px);
    /* _:-ms-fullscreen, :root .ie11-flex-fix {
        flex-basis: auto;
        width: 48%;
    } */
  }
}

body {
  background: url(./images/mountains.png) no-repeat center/cover, #231F20;
  background-attachment: fixed;
}
@media not screen and (min-width: 48rem) {
  body {
    background: url(./images/mountains-m.png) no-repeat, #231F20;
    background-size: 100%;
    background-attachment: fixed;
  }
}

main {
  padding: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.skin-featured-prize {
  height: 125px;
}
@media screen and (min-width: 48rem) {
  .skin-featured-prize {
    height: auto;
  }
}
@media screen and (min-width: 48rem) and (max-height: 25.875rem) {
  .skin-featured-prize {
    height: 110px;
  }
}

.skin-search-bar {
  height: 150px;
}
@media screen and (min-width: 48rem) {
  .skin-search-bar {
    height: 200px;
  }
}
@media screen and (min-width: 48rem) and (max-height: 25.875rem) {
  .skin-search-bar {
    height: 150px;
  }
}

.skin-guided-search {
  height: auto;
}

.featured-prize {
  padding: 1em 1em;
}
@media screen and (min-width: 48rem) {
  .featured-prize {
    padding: 3.1em 13em 3.1em 3.1em;
  }
}
@media screen and (min-width: 48rem) and (max-height: 25.875rem) {
  .featured-prize {
    padding: 1em 1em;
  }
}
.featured-prize__header {
  color: white;
  font-size: 1.2em;
  text-shadow: 0 0 4px black;
}
@media screen and (min-width: 48rem) {
  .featured-prize__header {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 48rem) and (max-height: 25.875rem) {
  .featured-prize__header {
    font-size: 1.2em;
  }
}
.featured-prize__prize {
  color: white;
  font-size: 2.1em;
  text-align: left;
  text-shadow: 0 0 6px black;
}
@media screen and (min-width: 48rem) {
  .featured-prize__prize {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 48rem) and (max-height: 25.875rem) {
  .featured-prize__prize {
    font-size: 2.1em;
  }
}

.uninav {
  margin-bottom: 0;
}

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