body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-size: 1.2rem;
  text-align: center;
}

section {
  max-width: 100%;
  margin: 0;
  padding: 1.4rem 1rem;
}
section .section-content {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 1rem;
}

#map {
  margin: 2rem 0;
  height: 400px;
}
#map .map-label-box {
  text-align: center;
}
#map .map-label-box p {
  margin-bottom: 0;
}
#map .map-label-box h2 {
  font-size: 1rem;
  margin-bottom: 0;
}
#map .map-label-box h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
#map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
#map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

footer {
  font-size: 0.8rem;
  text-align: center;
  background: #ffffff;
  color: #D83939;
  border-top: 10px solid #D83939;
}
footer #title {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: normal;
}

video {
  width: 100%;
  height: auto;
}

.company-list h1,
.company-list h2,
.company-list h3,
.company-list h4,
.company-list h5,
.company-list h6 {
  text-align: left;
}
.company-list {
  margin-bottom: 3rem;
  font-size: 1rem;
}
.company-list .company-item {
  padding: 1rem 0;
  border-bottom: 1px dotted #F77F00;
}
.company-list .company-item h2 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}
.company-list .company-item h2 a {
  color: #003049;
}
.company-list .company-item .company-details {
  padding: 1rem;
  margin-top: 0.2rem;
  color: #1c1f24;
}
.company-list .company-item .company-details p {
  margin-bottom: 0;
  padding: 4px 0;
  border-bottom: 1px dotted rgba(247, 127, 0, 0.5);
}
.company-list .company-item .company-details a {
  color: #1c1f24;
}
.company-list .company-item .offer-icon {
  color: #F77F00;
}
.company-list .company-item .company-offer-box {
  padding: 1rem 0 0 0;
}
.company-list .company-item .company-offer-box h3 {
  margin: 0 !important;
}
.company-list .company-link:hover {
  text-decoration: none;
  color: #F77F00;
}
.company-list .company-name-street-address {
  font-weight: 400;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .company-list .company-name-street-address::before {
    content: "\a";
    white-space: pre;
  }
}

html {
  background: #D83939;
}

body {
  background: #f2eee6;
}

a {
  color: #F77F00;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

#header-mini {
  background: #D83939;
}
#header-mini p {
  margin: 0;
}
#header-mini {
  padding: 1rem;
}
#header-mini a {
  color: #ffffff;
  text-decoration: none;
}
#header-mini a:hover {
  opacity: 0.6;
}
#header-mini #mini-wrapper {
  display: flex;
}
#header-mini #mini-title {
  flex-grow: 1;
  text-align: center;
}

footer {
  background: #D83939;
  color: #ffffff;
}

#announce {
  font-weight: 600;
  font-size: 0.8rem;
  background: #D83939;
  text-align: center;
  padding: 0.3rem;
}
#announce p {
  color: #ffffff;
  margin: 0;
}
#announce a {
  font-weight: 600;
  color: #f1c12b;
}

@media only screen and (min-width: 576px) {
  #home-header #home-sell {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
  }
  #home-header #home-sell h1 {
    font-size: 3vw;
    margin: auto;
  }
}
@media only screen and (min-width: 576px) and (min-width: 768px) {
  #home-header #home-sell h1 {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (min-width: 1100px) {
  #home-header #home-sell h1 {
    font-size: 2rem;
  }
}

.campaign-headline {
  margin-bottom: 1rem;
}

#community-service-message {
  text-align: center;
  font-size: 0.7rem;
  display: flex;
  align-content: space-between;
  align-items: center;
  width: 100%;
}
#community-service-message p {
  margin-bottom: 0.4rem;
}
#community-service-message .sponsors {
  flex-grow: 1;
  padding: 1rem;
}
#community-service-message #kgw {
  border-right: 1px dotted #D83939;
}
#community-service-message #kgw img {
  max-width: 100px;
}
#community-service-message #columbia img {
  max-width: 120px;
}
@media only screen and (min-width: 768px) {
  #community-service-message #columbia img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  #community-service-message {
    margin-top: 1rem;
  }
}

#home-search {
  background: rgba(216, 57, 57, 0.8);
  background-image: url("../images/stores.jpg");
  background-size: cover;
}
#home-search .section-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#home-search .row {
  margin: 0;
}

.search-wrapper {
  display: flex;
  width: 100%;
  height: 2.4rem;
}
.search-wrapper button {
  color: #ffffff;
  background: #D83939;
  border: none;
  width: 2.4rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.search-field {
  border-radius: 0;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  padding: 4px 4px 4px 8px;
  color: #1c1f24;
  width: 100%;
  border: none;
}
.search-field:focus {
  outline: none;
}

.inactive-search-field {
  color: rgba(28, 31, 36, 0.4);
}

#list-of-lists-progress-indicator {
  width: 100%;
  text-align: center;
}
#list-of-lists-progress-indicator img {
  width: 50px;
  height: 50px;
}

#featured-business .section-content {
  background: #ffffff;
}
#featured-business {
  margin: 2rem;
  padding: 0;
  text-align: center;
}
#featured-business p {
  font-size: 0.8rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #featured-business p {
    font-size: 1rem;
  }
}
#featured-business #featured-business-label {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  background: #D83939;
  margin: 0;
  color: #f2eee6;
  padding: 4px;
}
#featured-business #featured-business-label p {
  font-size: 0.6rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #featured-business #featured-business-label p {
    font-size: 1rem;
  }
}
#featured-business #featured-business-content-area {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  #featured-business #featured-business-content-area {
    padding: 2rem;
  }
}
#featured-business #featured-business-logo {
  margin-bottom: 1rem;
  text-align: center;
}
#featured-business #featured-business-logo img {
  margin: 2rem auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  #featured-business #featured-business-logo {
    border-right: 1px dotted #F77F00;
  }
  #featured-business #featured-business-logo img {
    max-height: 200px;
    padding: 2rem;
    margin: auto;
  }
}
#featured-business #featured-business-city {
  font-weight: 600;
}

.business-entry {
  margin: 2rem;
}
.business-entry .section-content {
  background: #ffffff;
  padding: 2rem;
}
.business-entry {
  padding: 0;
  text-align: center;
}
.business-entry p {
  margin: 0;
}
.business-entry a {
  color: #1c1f24;
  text-decoration: none;
}
.business-entry a:hover {
  color: #F77F00;
}
.business-entry .business-page-logo {
  margin-bottom: 2rem;
}
.business-entry .business-page-city {
  font-weight: 600;
  margin-bottom: 1rem;
}
.business-entry iframe {
  width: 100%;
  height: auto;
}
.business-entry .business-page-offer-wrapper {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px dotted rgba(247, 127, 0, 0.5);
}
.business-entry .business-page-contact-info {
  border-bottom: 1px dotted rgba(247, 127, 0, 0.5);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

#no-results {
  text-align: center;
  border: 1px dotted #D83939;
  min-height: 10rem;
  padding: 3rem;
}

.learn-more-button {
  margin-top: 1rem;
  border: none;
  background: #F77F00;
  color: #ffffff;
}
.learn-more-button:hover {
  background: #D83939;
}
.learn-more-button:focus {
  outline: none;
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  #results-headline {
    margin: 2rem auto;
  }
}
#results-headline {
  margin-bottom: 2rem;
}

.rbox {
  border-radius: 1rem;
}

#join-us-site {
  background: url(../images/bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#join-us #campaign-logo {
  padding: 1rem 2rem 1rem 2rem;
  padding-bottom: 0;
  text-align: center;
  margin: 0 auto 1rem auto;
}
@media only screen and (min-width: 768px) {
  #join-us #campaign-logo img {
    max-width: 400px;
  }
}
#join-us #description {
  text-align: center;
}
#join-us #description h1 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  #join-us #description h1 {
    font-size: 3rem;
  }
}

.category-links {
  max-width: 800px;
  margin: 2rem auto 0 auto;
  text-align: center;
}
.category-links a {
  border-radius: 2px;
  font-size: 0.8rem;
  padding: 3px 8px;
  display: inline-block;
  width: auto;
  background: #D83939;
  color: #ffffff;
  margin: 2px;
  text-decoration: none;
}
.category-links a:hover {
  background: #F77F00;
}

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