.single-heggerty_qr_page #entry-header {
  padding: 150px 0 80px 0;
  text-align: center;
}

#qr-week-selector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  margin-top: 30px;
  padding: 10px 60px 10px 30px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  font-size: 28px;
  color: #21242c;
  background: #fff url('../images/arrow-select.svg') -webkit-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url('../images/arrow-select.svg') -moz-calc(100% - 20px) 50% / 16px no-repeat;
  background: #fff url('../images/arrow-select.svg') calc(100% - 20px) 50% / 16px no-repeat;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.single-heggerty_qr_page #entry-header h3 {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background: #c2c2c2;  
}

.single-heggerty_qr_page .fl-row-content-wrap {
  background: #fff;
}

.single-heggerty_qr_page h2 {
  margin-bottom: 40px;
  text-align: center;
}

.single-heggerty_qr_page #dlv {
  background: #fff;
}

.single-heggerty_qr_page #dlv .preview {
  margin-bottom: 40px;
}

.single-heggerty_qr_page #dlv .preview p {
  font-size: 22px;
}

.single-heggerty_qr_page #dlv .dlv-videos {
  list-style: none;
  margin: -20px;
  padding: 0;
  font-size: 0;
}

.single-heggerty_qr_page #dlv .dlv-videos li {
  display: inline-block;
  width: calc(100% - 40px);
  margin: 20px;
  font-size: 16px;
}

.single-heggerty_qr_page #dlv .dlv-videos li p {
  margin-top: 8px;
}

.single-heggerty_qr_page #dlv .content .fl-button {
  margin-top: 30px;
}

.single-heggerty_qr_page #dlv .content .fl-button + .fl-button {
/*   background: #333; */
  background: #4585d6;
}

.single-heggerty_qr_page #dlv .content .fl-button + .fl-button:hover {
/*   background: #555; */
  background: #005ac8;;
}

.single-heggerty_qr_page #additional-videos {
  padding: 80px 0;
}

.single-heggerty_qr_page .additional-videos {
  list-style: none;
  margin: -20px;
  padding: 0;
  font-size: 0;
}

.single-heggerty_qr_page .additional-videos li {
  display: inline-block;
  width: calc(100% - 40px);
  margin: 20px;
  font-size: 18px;
  vertical-align: text-top;
}

.single-heggerty_qr_page .additional-videos li p {
  margin: 15px 0 0 0;
}

@media only screen and (min-width: 600px) {
  .single-heggerty_qr_page #dlv .dlv-videos li {
    width: calc(50% - 40px);
  }

  .single-heggerty_qr_page .additional-videos li {
    width: calc(50% - 40px);
  }
}

@media only screen and (min-width: 768px) {
  .single-heggerty_qr_page #dlv .preview {
    float: left;
    width: 60%;
    margin: 0 40px 0 0;
  }  
  
  .single-heggerty_qr_page #dlv .content {
    float: left;
    width: calc(40% - 40px);
  }
}

@media only screen and (min-width: 980px) {
  .single-heggerty_qr_page .additional-videos li {
    width: calc(25% - 40px);
  }
}

h2.section-title{
  margin-top: 80px;
}