.pl-img {
  float: left;
  margin-right: 20px;
}

.pr-img {
  float: right;
  margin-left: 20px;
}

.pl-img,
.pr-img {
  margin-bottom: 20px;
  max-width: 30%;
}

#reach_day .call-out {
  margin: 25px auto 50px;
  text-align: left;
}

.call-out-new-line {
  display: block;
  font-size: 42px;
}

#reach_day h1 {
  border-bottom: none;
  font-size: 28px;
  padding-bottom: 25px;
  position: relative;
}

h1::after,
.location-details h2:after { 
  background: #7bcca4; /* Old browsers */
  background: -moz-linear-gradient(left, #7bcca4 0%, #7bcca4 38%, #00afec 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7bcca4 0%,#7bcca4 38%,#00afec 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7bcca4 0%,#7bcca4 38%,#00afec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bcca4', endColorstr='#00afec',GradientType=1 ); /* IE6-9 */
  
  bottom: 0;
  content: " ";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 200px;
}

h1 span {
  color: #137aaf;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

#reach_day #reachday_banner{
  display: none;
}

.location-details {
  border: 5px solid #137aaf;;
  padding: 25px;
}

.location-details p {
  color: #137aaf;
}

.location-details p,
.location-details h2 {
  font-size: 28px;
  font-weight: 700;
}

.location-details iframe {
  width: 100%;
}

.location-details .location {
  font-size: 18px;
  padding-left: 40px;
  position: relative;
}

.location-details .location i{
  color: #34b475;
  font-size: 44px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.location-details .location a {
  color: #137aaf;;
}

.location-details h2 {
  border-bottom: none;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header {
  margin-top: 75px;
}

@media only screen and (max-width: 40em) {
  .pl-img,
  .pr-img {
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
  }
  h1 span {
    font-size: 16px;
  } 
  .location-details p {
    font-size: 20px;
  }
  .call-out-new-line {
    font-size: 32px;
  }
}