strong {
  font-family: source_sans_prosemibold;
  font-weight: normal;
}
label {
  font-size: 16px;
}
.page-header {
  border-width: 0px;
}
#wrapper {
    min-height: calc(100vh - 327px);
}

blockquote{
  display:block;
  background: #fffde0;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #1d9f82;
  border-right: 2px solid #2a7eaa;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 0px;
}

blockquote::after{
  /*Reset to make sure*/
 content: "\201D"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  right: 10px;
  bottom: -30px;
}

blockquote em{
  font-style: italic;
}
