.ik-search-result {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #888;
}
.ik-search-col-1 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ik-search-col-2 {
  width: 60%;
}

.ik-category-container {
  width: 70px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #666;
  font-size: 11px;
}

.ik-category-container .ik-category {
  color: #fff;
  text-decoration: none;
}

.ik-search-date {
  width: 100%;
  color: #666;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
}

.ik-search-col-2 .ik-search-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #888;
}

.ik-breadcrumbs {
  width: auto;
}

.ik-breadcrumbs a {
  text-decoration: none;
  color: #888;
  font-size: 11px;
}

.ik-breadcrumbs a::before {
  margin: 0 5px;
  content: "»";
}

.ik-search-tags-container {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: #888;
}

.ik-search-tags-container .ik-label {
  margin-right: 10px;
}

.ik-tag {
  color: #888;
  margin: 0 0 0 10px;
}

.ik-search-title {
  margin-top: 0;
  text-decoration: underline !important;
}

.page-sort__current {
  color: #ffd700;
}

.page-sort-data,
.page-sort-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.result-number,
.page-sort__title {
  margin-right: 15px;
}

.page-number {
  font-weight: 400;
}

/* course_list.php - course list page */

.crn-heading {
  display: none;
}

.more-link {
  font-weight: 600;
  font-size: 14px;
  margin: -5px 0 15px 0;
}

.news__tags-container {
  color: #888;
}

.ik-tag-link {
  text-decoration: none;
}

.fas-icon {
  margin: 5px 0 0 8px;
  font-size: 18px;
}

.landing-page-template {
  padding: 0 !important;
  margin: 0 !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
  .ik-search-result {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ik-search-col-1 {
    width: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ik-search-col-2 {
    width: 80%;
  }

  .ik-category-container {
    width: 70px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #666;
    font-size: 11px;
  }

  .ik-category-container .ik-category {
    color: #fff;
    text-decoration: none;
  }

  .ik-search-date {
    width: 100%;
    color: #666;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
  }

  .ik-search-col-2 .ik-search-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    color: #888;
  }

  .ik-breadcrumbs {
    width: auto;
  }

  .ik-breadcrumbs a {
    text-decoration: none;
    color: #888;
    font-size: 11px;
  }

  .ik-breadcrumbs a::before {
    margin: 0 5px;
    content: "»";
  }

  .ik-search-tags-container {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #888;
  }

  .ik-search-tags-container .ik-label {
    margin-right: 10px;
  }

  .ik-tag {
    color: #888;
    margin: 0 0 0 10px;
  }

  .ik-search-title {
    margin-top: 0;
    text-decoration: underline !important;
  }

  .page-sort-data,
  .page-sort-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .result-number,
  .page-sort__title {
    margin-right: 15px;
  }

  .page-number {
    font-weight: 400;
  }

  /* course_list.php - course list page */

  .crn-heading {
    display: none;
  }

  .more-link {
    font-weight: 600;
    font-size: 14px;
    margin: -5px 0 15px 0;
  }
}
