#onlineproductfinder {
  background-color: #ffffff;
}
#onlineproductfinder .wrapper {
}

#onlineproductfinder h2 {
  font-size: 48px;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

#onlineproductfinder h3 {
  font-size: 18px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-shadow: 2px 2px 2px #000;
  margin: 0 0 30px;
}

#onlineproductfinder .opf-header {
  background: url("../images/Coors_BG.png") no-repeat center center;
  background-size: cover;
  min-height: 375px;
}
#onlineproductfinder .opf-form-wrap {
  width: 70%;
  margin: 0 auto;
  padding-top: 105px;
  text-align: center;
}
#onlineproductfinder .opf-form-wrap .file-image {
  display: none;
}

#onlineproductfinder input,
#onlineproductfinder input:focus {
  border: 4px solid #ffffff;
  background: rgba(0,0,0,0.3);
  padding: 2px 40px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-shadow: 2px 2px 2px #000;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  height: 55px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  width: 285px;
  position: relative;
}
input::-ms-clear {
  display: none;
}
#onlineproductfinder #opf-form button {
  display: block;
  width: 50px;
  height: 52px;
  position: absolute;
  top: 1px;
  right: 2px;
  line-height: 50px;
  font-size: 0;
  text-align: center;
  background: none;
  border: none;
  overflow: hidden;
}
#onlineproductfinder #opf-form button::before {
  content: "◥";
  font-family: "Glyphicons Halflings";
  display: block;
  color: #a9493d;
  font-size: 15px;
  transform: rotate(45deg);
}

#onlineproductfinder input::-webkit-input-placeholder {
  /* Webkit */
  position: relative !important;
  opacity: 0.9;
  font-size: 18px !important;
  color: #ffffff !important;
  display: block !important;
}
#onlineproductfinder input:-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #ffffff !important;
}
#onlineproductfinder ::-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #ffffff !important;
}
#onlineproductfinder input::placeholder {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.9;
}

#onlineproductfinder #opf-form {
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
#onlineproductfinder #opf-form .retailer-error {
  color: red;
  text-shadow: 2px 2px 2px #000;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  bottom: -25px;
  width: 100%;
}
#onlineproductfinder #opf-form .retailer-error span {
  transform: scale(1);
  display: inline-block;
  margin: 0;
}
#onlineproductfinder .opf-results-wrap {
  margin-bottom: 60px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  min-height: auto;
}

#onlineproductfinder .opf-results-wrap .opf-image {
  background: url(../images/Banqued_bottle.png) no-repeat center center;
  background-position: top;
  background-size: cover;
}
@media (min-width: 768px) {
  #onlineproductfinder .opf-results-wrap .wraper {
    padding: 30px;
  }
}

#onlineproductfinder .opf-results-wrap > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  text-align: center;
  height: 750px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  #onlineproductfinder .opf-results-wrap > div{
    width: 50vw;
  }
}
#onlineproductfinder .opf-results-wrap > div > p {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #opf-results {
    min-height: 300px;
  }
}
#opf-results:after,
#opf-default:after {
  content: "";
  clear: both;
  display: block;
}

#opf-results ul,
#opf-default ul {
  padding: 0;
  list-style: none;
}

#opf-results ul li,
#opf-default ul li {
  width: 50%;
  display: inline-block;
  padding: 10px 15px;
  float: left;
  text-align: center;
}

@media (min-width: 991px) {
  #opf-results ul li,
  #opf-default ul li {
    width: 33%;
  }
}

#opf-results .retailer-logo,
#opf-default .retailer-logo {
  display: block;
  max-width: 100%;
}

#opf-results .retailer-name,
#opf-default .retailer-name {
  display: none;
}
#opf-results .retailer-url,
#opf-default .retailer-url {
  display: inline-block;
  border: none;
  color: #f1eed9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 20px;
  margin: 8px 0;
  transition: all 0.2s ease;
  position: relative;
  font-family: "Montserrat", sans-serif;
  background: #010f3c;
  line-height: 1;
}

#opf-results .retailer-url:hover,
#opf-default .retailer-url:hover {
  text-decoration: none;
  color: white;
  background-color: #a7321f;
}

#opf-results .retailer-url:focus,
#opf-default .retailer-url:focus {
  text-decoration: none;
}

#opf-results .retailer-error {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid #faebcc;
  border-radius: 4px;
  background-color: #fcf8e3;
  color: #8a6d3b;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 15px;
  text-align: left;
}

#opf-results .retailer-error a {
  font-weight: bold;
  color: #66512c;
}

@media (min-width: 768px) {
  #onlineproductfinder .opf-image-mobile {
    display: none;
  }
}

#onlineproductfinder .opf-image-mobile {
  height: 320px;
  background: url(../images/banquet_bottle_mobile.jpeg) no-repeat center center;
  background-size: cover;
  margin-top: 60px;
  min-height: auto;
}

/* Mobile styles */
@media (max-width: 1024px) {
  #onlineproductfinder h2,
  #onlineproductfinder h3 {
    margin: 0 0 20px;
  }
  #onlineproductfinder .opf-form-wrap {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  #onlineproductfinder .opf-header {
    background-position: center center;
    min-height: 430px;
    position: relative;
  }
  #onlineproductfinder .opf-results-wrap > div {
    vertical-align: top;
  }
  #onlineproductfinder .opf-results-wrap .wraper {
    padding-top: 30px;
  }
  #onlineproductfinder .opf-results-wrap .resulst-headline {
    width: 100%;
  }
  #onlineproductfinder .opf-results-wrap .resulst-headline p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cl-page-container.tablet #onlineproductfinder .opf-header {
    margin-top: 0;
  }
  #onlineproductfinder .opf-header {
    min-height: 370px;
    background-size: auto;
  }
  #onlineproductfinder .opf-form-wrap {
    width: 90%;
  }
  #onlineproductfinder .opf-results-wrap {
    width: 90%;
  }
  #onlineproductfinder .opf-results-wrap > div {
    width: 100%;
    display: block;
    height: auto;
  }
  #onlineproductfinder .opf-results-wrap .opf-image {
    display: none;
  }
  #onlineproductfinder .opf-results-wrap .resulst-headline p {
    font-size: 15px;
    margin-bottom: -15px;
  }
  #opf-results .retailer-error {
    margin-top: 30px;
  }
}

@media (max-width: 516px) {
  #onlineproductfinder .opf-form-wrap {
    padding-top: 115px;
  }
  #onlineproductfinder h2 {
    font-size: 30px;
  }
  #onlineproductfinder h3 {
    font-size: 14px;
    line-height: 1.3;
  }
  #onlineproductfinder input,
  #onlineproductfinder input:focus{
    width: 260px;
  }
  #onlineproductfinder .opf-results-wrap .wraper {
    padding-top: 15px;
  }
  #onlineproductfinder .opf-results-wrap > div > p {
    font-size: 15px;
  }
  #opf-results .retailer-url,
  #opf-default .retailer-url {
    font-size: 10px;
  }
}

#onlineproductfinder .footer {
  background: #000;
}
