/******************** SEARCH BOX ********************/
.search-box {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.search-box .search-form {
  display: flex;
  flex-direction: row;
  position: relative;
}

.search-box .search-form .search-icon {
  color: var(--aged);
  position: absolute;
  font-weight: 900;

  font-size: 1.6rem;
  top: calc(50% - 12.5px);
  left: 1.25rem;
}

.search-box .search-form input[type="search"] {
  width: 100%;
  font-size: 1.125rem;
  border-radius: 4px;
  height: 4rem;
  -o-border-image: none;
  border-image: none;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-appearance: none;
  font-family: var(--acumin-pro);

  padding: 0.5rem 3.5rem;
}

.search-box .search-form .search-button {
  display: none;
  background: none;
  font-size: 1.125rem;
  padding: 0;
  border: none;
  position: absolute;
  right: 5rem;
  top: 25%;
  font-family: var(--united-sans-cond);
  font-weight: 900;
  letter-spacing: 2px;
  border-bottom: 2px solid var(--aged);
  text-transform: uppercase;
  cursor: pointer;
}

.search-box .search-form .clear-button {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  align-items: center;
  color: #9d9795;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 1rem;
  height: 100%;
  max-height: 4rem;
  display: flex;
}

.search-box .search-form .clear-button .fa-circle-xmark {
  color: #9d9795;
}

.search-box-section {
  padding: 3rem 3.25rem;
}

.search-box-section .search-box {
  padding: 0;
}

/* Disable the built-in clear button on Chrome and other browsers */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-o-clear {
  display: none;
}

input[type="search"]::-moz-clear {
  display: none;
}

@media screen and (min-width: 768px) {
  .search-box .search-form .search-icon {
    font-size: 2rem;
    left: 1.5rem;
    top: calc(50% - 1rem);
  }

  .search-box .search-form input[type="search"] {
    padding: 0.5rem 1rem 0.5rem 5.5rem;
  }

  .search-box .search-form .search-button {
    display: flex;
  }

  .search-box .search-form .clear-button {
    font-size: 2rem;
  }

  .search-box-section {
    padding: 5rem 3.25rem;
  }
}

/******************** END SEARCH BOX ********************/

/******************** SEARCH RESULTS ********************/
.gsc-control-cse {
  padding-bottom: 5rem !important;
}

.gsc-control-cse .gsc-above-wrapper-area .gsc-result-info-container {
  padding: 0.875rem;
}

.gsc-control-cse .gsc-above-wrapper-area .gsc-result-info-container .gsc-result-info {
  padding: 0;
}

.gsc-control-cse .gsc-wrapper {
  padding: 1rem 0;
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result {
  padding: 1.5rem 0;
}
.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result:not(.last-visible) {
  border-bottom: 0.5px solid var(--steam-gray);
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-thumbnail-inside .gs-title,
.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-thumbnail-inside .gs-title b {
  color: var(--aged-gold);
  font-size: 1.25rem;
  font-weight: 500;
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-thumbnail-inside .gs-title:hover {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-thumbnail-inside .gs-title b {
  font-weight: 700;
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-url-top {
  padding: 0.5rem 4px;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
  color: var(--steel-gray);
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-table-result {
  font-size: 1rem;
  line-height: 24px;

  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-table-cell-thumbnail.gsc-thumbnail {
  width: 10%;
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-table-cell-thumbnail.gsc-thumbnail .gs-web-image-box {
  width: 100%;
  float: none;
  padding: 0;
  text-align: left;
}

.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-table-cell-thumbnail.gsc-thumbnail .gs-web-image-box .gs-image {
  vertical-align: initial;
  border: none;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  display: block;
  height: auto;
}
.gsc-control-cse .gsc-wrapper .gsc-webResult.gsc-result .gsc-table-cell-thumbnail.gsc-thumbnail .gs-web-image-box .gs-image img.gs-image {
  border: 1px solid #e2e2e2;
}

.gsc-control-cse .gsc-wrapper .gsc-imageResult > .gsc-expansionArea {
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 3rem;
}

.gsc-control-cse .gsc-wrapper .gsc-imageResult .gsc-imageResult.gsc-imageResult-popup.gsc-result {
  border: 1px solid #e2e2e2;
  margin: 0;
}

.gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor {
  font-size: 1rem;
}

.gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor .gsc-cursor-current-page {
  color: black;
}

/******************** END SEARCH RESULTS ********************/

/******************** BREADCRUMBS ********************/
.breadcrumbs {
  display: none;
  background-color: #fff;
  padding: 1rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumbs ol {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  margin: 0;
  padding: 0;
}

.breadcrumbs li a {
  font-family: var(--acumin-pro);
  font-size: 0.875rem;
  color: var(--steel);
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .breadcrumbs {
    display: flex;
    padding: 1rem 3.25rem;
  }
}
/******************** END BREADCRUMBS ********************/

/******************** DIV TABLE ********************/
.d-table {
  width: 100%;
  margin-bottom: 2rem;
}

.d-table .d-table-row {
  background-color: white;
}

.d-table.d-table-striped .d-table-row:nth-child(2n + 1) {
  background-color: var(--light-gray);
}

.d-table .d-table-row.d-table-row-headers {
  background-color: var(--steam) !important;
}
/******************** END DIV TABLE ********************/

/******************** FORMS ********************/
.draggable {
  cursor: grab;
}

.image-inputs-group,
.file-inputs-group {
  border: 1px solid var(--steam-gray);
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1rem;
}

/******************** END FORMS ********************/

/******************** PAGINATION ********************/
.pagination-controls {
  margin: 1rem auto;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}

.pagination-controls button {
  padding: 0.55rem 1rem;
  border-radius: 2px;
  color: black;
  background-color: var(--light-gray);
  border: 1px solid var(--light-gray);
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 600;
  width: 3rem;
  height: 3rem;
  min-width: fit-content;
}

.pagination-controls button:hover,
.pagination-controls button.active {
  color: white;
  background-color: var(--aged-gold);
}

.pagination-controls button.pagination-no-hover:hover {
  color: black;
  background-color: var(--light-gray);
}

@media screen and (min-width: 992px) {
  .pagination-controls button {
    padding: 0px 8px;
  }
}
/******************** END PAGINATION ********************/
/******************** TARGET BLANK MARKER ********************
.main-content a[target="_blank"]::after {
  font-family: "Font Awesome 4 Free";
  content: "\f08e";
  margin-left: 4px;
  font-weight: 900;
  font-size: 0.8em;
  display: inline-block;
}
/******************** END TARGET BLANK MARKER ********************/

/******************** START HIGHLIGHTED TEXT/SELECTION ********************/
::selection {
  background-color: var(--aged-gold) !important;
  color: #ffffff !important;
}
/******************** END HIGHLIGHTED TEXT/SELECTION ********************/

/******************** START REQUIRED RED STAR ********************/
input:required + label::after,
textarea:required + label::after,
select:required + label::after {
  content: " *";
  color: red;
}
/******************** END REQUIRED RED STAR ********************/


