.blocks h1 { 
  display: block; 
  color: #63605d; 
  font-style: normal;  
  font-family: 'Open Sans', sans-serif; font-size: 30px; 
  font-weight: 600;  
  margin-bottom: 23px; 
  text-align: left;
  text-transform: uppercase; 
}

.blocks .white-cb { 
  background-color: #ffffff;
  border-bottom: none;
 }

.blocks .white-cb  h1 {
  margin-top: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #e27217;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.blocks blockquote {
  border-left-style: none;
  border-top: 1px dashed #969493;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  padding-top: 30px;
  line-height: 34px;
  text-align: center;
}

.blocks blockquote + p {
  border-bottom: 1px dashed #969493;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  text-align: center;
}

.blocks .header-block-white {
  margin-top: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #e27217;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.blocks .bullet-header-intro {
  padding-bottom: 11px;
  border-bottom: 1px solid #969493;
  font-family: 'Open Sans', sans-serif;
  color: #494745;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.blocks .orange-header h1 {
  margin-top: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #e27217!important;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.home .blocks .text-full-width h1 {
  text-transform: none;
} 

.blocks .strategic h1, .blocks .strategic h3 {
  text-align: center;
  text-transform: none;
}


.lead-in-image-holder {
  overflow: hidden;
  width: 100%;
  height: 100px;
}

