.buyers-guide {
  max-width: 96rem;
  margin: 0 auto;
  font-family: "Montserrat", Sans-serif;
}
.buyers-guide__header {
  background: #757575 url("../images/LiquidPourBackground.jpg") no-repeat center;
  background-size: cover;
  padding: 2rem;
  text-align: right;
}
@media screen and (min-width: 48rem) {
  .buyers-guide__header {
    padding: 3.5rem;
  }
}
.buyers-guide__header .buyers-guide__select {
  margin: 0 auto;
  border: none;
}
.buyers-guide input[type=text].buyers-guide__search-field {
  background: rgba(0, 0, 0, 0.5) url("../images/Magnifying-Glass.png") no-repeat 15px center;
  background-size: 30px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Montserrat", Sans-serif;
}
.buyers-guide input[type=text].buyers-guide__search-field::placeholder {
  color: #fff;
}
@media screen and (min-width: 48rem) {
  .buyers-guide input[type=text].buyers-guide__search-field {
    font-size: 3rem;
    background: rgba(0, 0, 0, 0.5) url("../images/Magnifying-Glass.png") no-repeat 30px center;
    background-size: auto;
  }
}
.buyers-guide__header-intro {
  padding: 1rem;
  margin-top: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
}
.buyers-guide__filters {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #fff;
}
.buyers-guide__filter {
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .buyers-guide__filter--thin {
    width: 50%;
  }
}
@media screen and (min-width: 48rem) {
  .buyers-guide__filter--thin:first-child {
    border-right: 1px solid #fff;
  }
}
.buyers-guide__filter--faux-end {
  border-bottom: 1px solid #fff;
}
.buyers-guide__filter--faux-end + .buyers-guide__filter {
  margin-top: 1.5rem;
}
.buyers-guide__filter label {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.4em;
}
.buyers-guide__filter label em {
  text-transform: none;
}
.buyers-guide__reset {
  display: inline-block;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.buyers-guide__body {
  padding: 2rem;
}
@media screen and (min-width: 63rem) {
  .buyers-guide__body {
    padding: 0;
  }
}
.buyers-guide__results-count {
  display: block;
  width: 17rem;
  padding: 1.5rem;
  margin: 0 auto;
  background-color: rgba(248, 202, 91, 0.7);
  border: 1px solid #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transform: translateY(-50%);
}
@media screen and (min-width: 48rem) {
  .buyers-guide__results-controls {
    display: flex;
    justify-content: space-between;
  }
}
.buyers-guide__results-control + .buyers-guide__results-control {
  margin-top: 2rem;
}
@media screen and (min-width: 48rem) {
  .buyers-guide__results-control + .buyers-guide__results-control {
    margin-top: 0;
  }
}
.buyers-guide__cta, .buyers-guide__cta--download, .buyers-guide__cta--back, .buyers-guide__cta--forward {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #354960;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1em;
  transition: background-color 0.2s linear;
}
.buyers-guide__cta:active, .buyers-guide__cta:focus, .buyers-guide__cta:hover, .buyers-guide__cta--download:active, .buyers-guide__cta--download:focus, .buyers-guide__cta--download:hover, .buyers-guide__cta--back:active, .buyers-guide__cta--back:focus, .buyers-guide__cta--back:hover, .buyers-guide__cta--forward:active, .buyers-guide__cta--forward:focus, .buyers-guide__cta--forward:hover {
  background-color: #e4e4e4;
}
.buyers-guide__cta--download {
  padding: 1rem 4rem 1rem 1.5rem;
  background: #fff url(../images/pdficon.png) no-repeat right 1rem center;
}
.buyers-guide__cta--forward {
  padding: 1rem 2.5rem 1rem 1.5rem;
  background: #fff url(../images/RightArrow_Gry.png) no-repeat right 1rem center;
}
.buyers-guide__cta--back {
  padding: 1rem 1.5rem 1rem 2.5rem;
  background: #fff url(../images/LeftArrow_Gry.png) no-repeat 1rem center;
}
.buyers-guide__zip-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 29rem;
  margin-top: 1rem;
}
.buyers-guide__zip-container input[type=tel],
.buyers-guide__zip-container input[type=submit] {
  width: 48%;
  padding: 1rem;
}
.buyers-guide__zip-container input[type=submit] {
  background-color: #e4e4e4;
  border: 1px solid #757575;
  color: #354960;
}
.buyers-guide__zip-container p {
  margin-top: 1rem;
}
.buyers-guide__results > h4 {
  padding-bottom: 0.5rem;
  border-bottom: 3px solid;
  text-transform: uppercase;
  font-weight: bold !important;
}
.buyers-guide__results-list {
  padding: 2rem 0 0;
  margin: 0;
  list-style: none;
}
.buyers-guide__result {
  padding: 0 0 1.5rem;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 48rem) {
  .buyers-guide__result {
    display: grid;
    grid-template-columns: 1.5fr 12rem 1fr 15.5rem;
    grid-template-areas: "a b c d";
    gap: 1.5rem;
  }
}
.buyers-guide__result + .buyers-guide__result {
  margin-top: 1.5rem;
}
.buyers-guide__result a {
  text-decoration: none;
}
.buyers-guide__result a:not(.buyers-guide__cta):active, .buyers-guide__result a:not(.buyers-guide__cta):focus, .buyers-guide__result a:not(.buyers-guide__cta):hover {
  text-decoration: underline;
}
.buyers-guide__result p {
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 48rem) {
  .buyers-guide__result p {
    font-size: 1.4rem;
  }
}
.buyers-guide__result-col-a {
  grid-area: a;
}
.buyers-guide__result-col-a p {
  font-size: 1.6rem;
}
.buyers-guide__result-col-b {
  grid-area: b;
}
.buyers-guide__result-col-c {
  grid-area: c;
}
.buyers-guide__result-col-d {
  grid-area: d;
  margin-top: 1rem;
}
@media screen and (min-width: 48rem) {
  .buyers-guide__result-col-d {
    margin-top: 0;
    text-align: right;
  }
}
.buyers-guide__result-name {
  text-transform: uppercase;
  line-height: 1em;
}
.buyers-guide__supplier-header h1,
.buyers-guide__supplier-header h6 {
  margin-top: 0;
}
.buyers-guide__supplier-header .nf-form-content {
  padding: 1rem 0 0;
}
.buyers-guide__supplier-header .nf-form-content textarea.ninja-forms-field {
  height: auto;
}
.buyers-guide__supplier-header .nf-form-content .ninja-forms-field {
  height: auto;
  padding: 0.5rem;
}
.buyers-guide__supplier-header .nf-form-content label {
  font-size: 1.4rem;
}
.buyers-guide__supplier-header .nf-form-content .label-above .nf-field-label {
  margin-bottom: 0.5rem;
}
.buyers-guide__supplier-header .nf-error.field-wrap .nf-field-element:after {
  height: auto;
  line-height: 32px;
}
.buyers-guide__supplier-header-cols {
  margin-top: 3rem;
}
@media screen and (min-width: 48rem) {
  .buyers-guide__supplier-header-cols {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
  }
}
.buyers-guide__supplier-header-col + .buyers-guide__supplier-header-col {
  margin-top: 2rem;
}
@media screen and (min-width: 48rem) {
  .buyers-guide__supplier-header-col + .buyers-guide__supplier-header-col {
    padding-left: 2rem;
    margin-top: 0;
    border-left: 1px solid #ccc;
  }
}
@media screen and (min-width: 48rem) {
  .buyers-guide__supplier-product-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.buyers-guide__supplier-product-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.buyers-guide__supplier-product-list li {
  padding: 0;
  margin: 0;
}
.buyers-guide__supplier-header + .buyers-guide__results {
  margin-top: 4rem;
}
.buyers-guide__product-name {
  font-weight: 600;
}
.buyers-guide__product-modifier {
  font-style: italic;
}
.buyers-guide select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
.buyers-guide select::-ms-expand {
  display: none;
}
.buyers-guide__select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 30ch;
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1.1;
}
.buyers-guide__select select, .buyers-guide__select::after {
  grid-area: select;
}
.buyers-guide__select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #354960;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.buyers-guide .text-block h6 {
  padding-top: 1.5rem;
  margin-bottom: 0;
}
.buyers-guide .text-block h6:first-child {
  margin-top: 0.5rem;
}
.buyers-guide .text-block p {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6em;
}
.buyers-guide .text-block p + *:not(.content-block),
.buyers-guide .text-block * + p,
.buyers-guide .text-block ul + *,
.buyers-guide .text-block ol + * {
  margin-top: 1.125rem;
}
@media screen and (min-width: 48rem) {
  .buyers-guide .text-block p + *:not(.content-block),
.buyers-guide .text-block * + p,
.buyers-guide .text-block ul + *,
.buyers-guide .text-block ol + * {
    margin-top: 1.375rem;
  }
}
.buyers-guide .text-block h6 + p,
.buyers-guide .text-block h6 + ul {
  margin-top: 0.75rem;
}
.buyers-guide .text-block li + li {
  margin-top: 0.75rem;
}

/*# sourceMappingURL=buyers-guide-public.css.map */
