.salesTool{
 padding:5px 0px;
 text-align:center;
}
.toolSection {
 padding:10px 10px 11px 10px;
 background-color: #f2f3f4;
}
.toolSection img{
 width:100%;
}
.toolSection a{
 cursor:pointer;
 text-decoration:none;
 color:#000;
}
.toolSection a:hover{
 color:#387d82;
 cursor:pointer;
 text-decoration:none;
}
.optionList{
 text-align:center;
}
p.optionList{
 margin:0px 0px 40px 0px;
}
.optionList a{
 color: #387d82;
}
.container {
 margin-bottom:50px;
}
.sheet {
 margin-bottom:20px;
}
.sectionOptions {
 margin-bottom:15px;
}
.salesSheetLink {
 text-decoration:underline;
 color: #000;
}
/* TOP PAGE BANNER IMAGE W/ TEXT */
.page-header-banner {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.page-header-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 1rem;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}
