.search-box {
  padding: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .search-box__input {
    height: 24px;
    padding: 0;
    padding-left: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 140.42px !important; }
    .search-box__input::-webkit-input-placeholder {
      color: #c5c5c6;
      font-size: 14px;
      position: relative;
      top: 1px; }
    .search-box__input::-moz-placeholder {
      color: #c5c5c6;
      font-size: 14px;
      position: relative;
      top: 1px; }
    .search-box__input::-ms-input-placeholder {
      color: #c5c5c6;
      font-size: 14px;
      position: relative;
      top: 1px; }
    .search-box__input::placeholder {
      color: #c5c5c6;
      font-size: 14px;
      position: relative;
      top: 1px; }
  .search-box__btn {
    background-color: #CC0000;
    height: 24px;
    display: inline-block;
    width: 37px;
    border-radius: 2px;
    text-align: center; }
  .search-box__icon {
    position: relative;
    top: 3px; }

.empty-results {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem; }
  .empty-results__paragraph--bold {
    font-weight: bold; }
  .empty-results__paragraph:first-child {
    margin-bottom: 3rem; }
  .empty-results__paragraph:nth-child(2) {
    margin: 0; }
  .empty-results__list {
    padding-left: 1.25rem;
    margin: 0; }
  .empty-results__list-item {
    margin-top: 12px; }
  .empty-results__link {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid lightgray; }

.search-results {
  margin-bottom: 3rem; }
  .search-results__total {
    color: #676767;
    font-size: .9rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .search-results__card {
    margin-bottom: 1.75rem; }
  .search-results__card-title {
    color: #CC0000;
    font-size: 1.15rem;
    margin-bottom: .25rem;
    display: block; }
  .search-results__card-link {
    color: #999999;
    font-size: .9rem;
    margin-top: 0;
    margin-bottom: .25rem; }
  .search-results__card-paragraph {
    font-size: .9rem;
    margin-bottom: 0;
    margin-top: 0;
    width: 85%; }
  .search-results__button-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 355px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .search-results__button {
    border: none;
    border-radius: 1px;
    padding: .75rem 2.25rem;
    color: white;
    background-color: #CC0000;
    font-weight: 500;
    text-transform: uppercase; }

.debug * {
  outline: 1px solid gold; }

.tabs-component {
  max-width: 98%;
  margin-left: auto;
  margin-right: auto; }

.tabs-component-tabs {
  border-top: solid 1px #ddd;
  border-radius: 6px;
  margin-bottom: 5px;
  padding-left: 0; }

@media (min-width: 700px) {
  .tabs-component-tabs {
    border: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -1px; } }

.tabs-component-tab {
  color: #999;
  font-size: 14px;
  font-weight: 600;
  margin-right: 0;
  list-style: none; }

.tabs-component-tab:hover {
  color: #666; }

.tabs-component-tab.is-active {
  color: #000; }

@media (min-width: 700px) {
  .tabs-component-tab {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 2px 2px 0 0; }
  .tabs-component-tab.is-active {
    border-bottom: solid 1px #fff;
    z-index: 2; }
  .tabs-component-tab:not(.is-active) {
    border: none;
    border-bottom: 1px solid #ddd; } }

.tabs-component-tab-a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .75em 1em;
  text-decoration: none; }

@media (min-width: 700px) {
  .tabs-component-panels {
    background-color: #fff;
    border-top: solid 1px #ddd; } }
