/* 16px base size */
.sb-summary {
  padding: 16px;
}
@media (min-width: 576px) {
  .sb-summary {
    padding: 32px;
  }
}
.sb-summary-header {
  color: #444;
  padding-bottom: 32px;
}
.sb-summary-header .sb-summary-title {
    margin: 0 0 8px 0;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    vertical-align: bottom;
    text-align: center;
}
.sb-summary-header .sb-summary-subtitle {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
@media (min-width: 576px) {
  .sb-summary .sb-summary-title,
  .sb-summary .sb-summary-subtitle {
    text-align: left;
  }
}
.sb-summary-header .sb-summary-view-all {
  height: 28px;
  line-height: 32px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .sb-summary-header .sb-summary-view-all {    
    line-height: 40px;
  }
}
.sb-summary-header .sb-summary-view-all a {
  font-size: 16px;
  box-shadow: none;
  border: none;
}
.sb-summary-view-all a {
  color: #444444;
}
.sb-summary-view-all a:visited {
  color: #888888;
}
.sb-summary-header .sb-summary-view-all a:hover {
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.sb-summary-search-form label {
  display: none;
  margin: 0;
}
.sb-summary-search-form input,
.sb-summary-search-form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="hidden"]):not([type="file"])
 {
    font-weight: normal;
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: 1px solid #aaa;
    margin: 0;
    padding: 16px 8px;
    color: #444;
    background-color: #FFFFFF;
    font-size: 16px;
}
.sb-summary-search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
.sb-summary-search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
.sb-summary-search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
.sb-summary-search-form input:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
.sb-summary .sb-summary-search-form .sb-summary-button-container button {
  width: 100%;
  font-size: 16px;
  padding: 8px 12px;
  font-weight: normal;
}

.sb-summary-section .sb-summary-subtitle {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 400;
}