#bannerMain {
  position: relative;
}
#bannerMain > ul {
  list-style: none;
  margin: 0;
}
#bannerMain > ul .slidesjs-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 36.5%;
}
#bannerMain .slidesjs-pagination {
  margin: 10px auto 0;
}
#bannerMain img {
  width: 100%;
  height: auto;
  display: block;
}
#breadcrumbs {
  display: none !important;
}
p {
  text-align: center;
  margin: 0 12px;
}
h1.personal-shopping {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.penci-page-header {
  display: none;
}
p.header-overline {
  font-size: 22px;
  text-align: center;
  margin: 0 0 10px;
}
.personal-shopping ul li {
  list-style-type: none;
}
.bannerButton {
  margin: 40px;
}
.bannerButton li {
  margin: auto;
  max-width: 270px;
  list-style: none;
}
.bannerButton li a {
  display: block;
  min-width: 140px;
  padding: .7em 38px;
  text-align: center;
  letter-spacing: .08em;
  background-color: #3c3c3b;
  color: white;
  border-radius: 6px;
}
.bannerButton a:hover {
  text-decoration: none;
  background-color: #4ca950;
}
.flex-container {
  display: flex;
  margin: 0 auto 20px;
}
.flex-child {
  flex: 1;
  min-height: 240px;
}
.youtube iframe {
  width: 100%;
}
.quote {
  background-color: #f3f3f3;
}
.quote-txt-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: 'Times New Roman', Times, serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
}
.quote-txt-block p {
  font-size: 28px;
  line-height: inherit;
  margin-bottom: 0;
}
.quote-caption {
  font-size: 18px;
}
.quote-txt-block span {
  font-size: 18px;
}
q {
  quotes: unset;
}
q:before {
  content: open-quote;
  font-family: 'Times New Roman', Times, serif;
  font-size: 86px;
  font-weight: bold;
}
#quote-symbol {
  margin-top: 94px;
  margin-left: 8%;
  display: block;
  position: absolute;
  color: #4ca950;
}
@media screen and (max-width: 1169px) {
  #quote-symbol {
    margin-top: 96px;
    margin-left: 7%;
  }
}
@media screen and (max-width: 960px) {
  .flex-container {
    display: grid;
  }
  #quote-symbol {
    margin-top: 54px;
    margin-left: 22%;
  }
}
@media screen and (max-width: 767px) {
  #quote-symbol {
    margin-top: 56px;
    margin-left: 16%;
  }
}
@media screen and (max-width: 479px) {
  #quote-symbol {
    margin-top: 56px;
    margin-left: 5%;
  }
}
@media screen and (max-width: 437px) {
  #quote-symbol {
    margin-top: 36px;
    margin-left: 9%;
  }
}
