/************Styles for VT Libs custom footer *****************/
body {
  margin: 0;
}

footer .footer-content.active {
  padding: 0;
  padding-bottom: 40px;
  background-color: white;
}

footer.lib-ft {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-family: Gineso, sans-serif;
  padding: 0;
  padding-bottom: 20px;
}

footer.lib-ft h3 {
  color: #020202;
  font-size: 1em;
  margin-bottom: 1rem;
  margin-top: 0;
  font-family: Acherus Grotesque, sans-serif;
  font-weight: 400;
}

footer.lib-ft a {
  color: #8b1f41 !important;
  text-decoration: none;
  font-size: 0.8em;
  padding: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: normal;
  text-align: center;
  font-family: Acherus Grotesque, sans-serif;
  font-weight: 400;
}

footer.lib-ft a:hover {
  text-decoration: underline;
}

footer.lib-ft p {
  color: #020202;
  font-size: 0.8em;
  padding: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  line-height: normal;
  font-family: Acherus Grotesque, sans-serif;
  font-weight: 400;
}

footer.lib-ft .lib-cc a.fed-link img.fed-img {
  width: auto;
  height: 30px;
}

.swoop {
  width: 100%;
  margin-bottom: -2px;
}

.swoop img {
  width: 100%;
  border: 0;
}

.info-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.lib-names {
  order: 2;
}

.lib-give {
  order: 1;
}

.lib-give .give-button {
  color: #fff;
  background-color: #8b1f41;
  border: none;
  border-radius: 5px;
  padding: 1rem 2rem;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-family: Acherus, sans-serif;
  letter-spacing: 1px;
}

.lib-give .social-icons {
  color: #fff;
  display: flex;
  flex-direction: row;
}

.lib-give .social-icons a.footer-social-links {
  padding: 1em;
  background-color: #8b1f41;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.lib-give .social-icons a.footer-social-links svg {
  width: 30px;
  height: 30px;
  color: white;
}

.lib-contact {
  order: 3;
}

.lib-contact,
.lib-give,
.lib-names,
.lib-int-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0;
}

footer.lib-ft .lib-cc p.cc-text {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7em;
  font-style: italic;
}

@media screen and (min-width: 376px) {
  #facettype1,
  #facettype2,
  #facettype3 {
    height: 0.7em;
    width: 0.7em;
  }

  .search-container label {
    font-size: 0.7em;
  }

  .search-container-links {
    font-size: 0.5em;
  }
}

@media screen and (min-width: 420px) {
  .search-container-links {
    font-size: 0.6em;
  }
}

@media screen and (min-width: 765px) {
  footer.lib-ft a,
  footer.lib-ft p {
    font-size: 0.8em;
    padding: 0.2em;
  }

  footer.lib-ft a {
    width: auto;
  }

  footer.lib-ft .info-row {
    justify-content: space-around;
  }

  footer.lib-ft .info-row h3 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
  }

  footer.lib-ft .lib-names {
    order: 1;
    align-items: flex-start;
    padding-left: 1em;
  }

  footer.lib-ft .lib-names a {
    padding-left: 0;
    justify-content: flex-start;
    text-align: left;
  }

  footer.lib-ft .lib-give {
    order: 2;
  }

  footer.lib-ft .lib-give a .give-button {
    color: #fff;
    background-color: #8b1f41;
    border: none;
    border-radius: 3px;
    padding: 0.8em 2em;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 2em;
  }

  footer.lib-ft .lib-give .social-icons a.footer-social-links {
    padding: 1.5rem; /*adjust padding to 1em?*/
    background-color: #8b1f41;
    width: 50px; /*adjust h & w to 25px*/
    height: 50px;
    border-radius: 25px;
  }

  footer.lib-ft .lib-give .social-icons a.footer-social-links svg {
    width: 30px;
    height: 30px;
    color: white;
  }

  footer.lib-ft .lib-contact {
    order: 3;
    align-items: flex-end;
    padding-right: 1em;
  }

  footer.lib-ft .lib-contact p {
    padding-right: 0;
    justify-content: flex-end;
    text-align: right;
  }

  footer.lib-ft .lib-names,
  .lib-give,
  .lib-contact {
    width: 30%;
    padding-bottom: 0.5em;
  }

  footer.lib-ft .lib-int-links {
    flex-direction: row;
    padding: 0.8em;
    justify-content: center;
    width: auto;
  }

  footer.lib-ft .lib-int-links a {
    padding: 0;
  }

  footer.lib-ft .lib-int-links a:last-child::after {
    content: none;
  }

  footer.lib-ft .lib-int-links a::after {
    content: "|";
    padding: 0 0.5em;
  }

  footer.lib-ft .lib-cc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  footer.lib-ft .lib-cc a.cc-link img {
    height: 30px;
    width: auto;
    margin: 1em;
  }

  footer.lib-ft .lib-cc p.cc-text {
    width: auto;
    font-size: 0.8rem;
  }

  footer.lib-ft .lib-cc p.cc-text a {
    font-size: 0.8rem;
    padding: 0 0.25em;
  }
}
@media screen and (min-width: 1900px) {
  footer.lib-ft .lib-contact {
    padding-right: 2.5em;
  }

  footer.lib-ft .lib-names {
    padding-left: 2.5em;
  }
}

/************Fixes for the ONE Theme *****************/
.vt-remember::before {
  content: url(https://vt.edu/content/dam/global_assets/images/vt-2016-ribbon.svg);
}

.vt-callToAction .vt-callToAction-message-heading {
  font-size: 1.4em;
}

.gateway {
  background-color: #3b3c3e;
}

.gateway
  .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg)
  .vt-breadcrumbs-link {
  color: #fff;
}

.gateway button {
  display: none;
}

.vt-list-table table {
  font-size: 1em;
}

.vt-list-table-image {
  width: auto;
}

.vt-list-table table {
  margin: 2em 0;
}

.vt-pagination-controls {
  width: 100%;
}

.vt-pagination-controls .page-numbers {
  width: auto;
  flex: 0 0 auto;
}

/************Customizations for Odyssey *****************/
.property {
  margin-bottom: 1.6em;
}

.property > h4 {
  margin-bottom: 0.2em;
}

.vt-nav-briefs .values {
  font-size: 1.1em;
}

.vt-bodycol-content .value {
  word-break: break-all;
}

.general-body .property {
  margin-left: 1em;
  margin-right: 1em;
}

.media-render img {
  max-width: 100%;
  height: auto;
}

.pagination {
  margin-top: 2em;
}

form.filtering,
form.sorting {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.fil-sor-container {
  padding: 0.5em;
}

button.vt-ctaLink.maroon.gineso.uppercase {
  padding: 0.25em 3em;
  border: none;
}

picture.vt-list-item-picture a img {
  width: 100%;
}

button.sort-filter-button.gineso.uppercase {
  background: black;
  color: white;
  border: none;
  padding: 0 1.5em;
  font-size: 1em;
  text-transform: uppercase;
}

.filtering-sorting {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.advanced-search-container {
  display: flex;
  flex-direction: column-reverse;
}

.object-collection-heading {
  display: flex;
  justify-content: space-between;
}

button.o-icon-delete.remove-value.button {
  color: white;
  background-color: black;
  border: none;
  margin-left: 0.5em;
  text-transform: uppercase;
  padding: 0 1.5em;
}

select {
  line-height: 1.1em;
}

#advanced-search div.value {
  display: flex;
  margin: 1em 0;
}

#advanced-search div#page-actions {
  margin: 1em 0;
}

#advanced-search input.vt-ctaLink.maroon.gineso.uppercase {
  padding: 0.5em 3em;
}

@media screen and (min-width: 1200px) {
  .vt-full-width .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 100%;
  }
}

#vt_with_rb #vt_body_col {
  padding-bottom: 0;
}

.vt-search-toggleLabel, #vt_header_search_form .vt-searchbox-input-wrapper .vt-search-searchboxLabel {
  font-size-adjust: none;
}

#vt_header_search_form .vt-searchbox-input-wrapper .vt-search-button {
  min-height: 54px;
}