/*
Theme Name: Carnegie
Author: Carnegie
Author URI: https://www.carnegiehighered.com/
Version: 0.1.0
*/

/* .accordion .accordion__content .accordion__interior a {
  color: white !important;
}
.accordion__interior h3 {
  color: white !important;
} */

.footer__up {
  margin-bottom: 80px;
}

.pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: start;
  gap: 1rem;
}

.page-numbers {
  /* padding: 10px; */
  color: #0c2340;
  background-color: #f8f9fb;
  text-decoration: none;
  position: relative;
  /* padding: .75rem 1rem; */
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.pagination .current::before {
    border-bottom: 0.125rem solid;
    content: "";
    left: 50%;
    position: absolute;
    top: calc(50% + 0.75rem);
    transform: translateX(-50%);
    width: 1rem;
}

.page-numbers.next, .page-numbers.prev {
  background-color: aqua;
  width: 6rem
}

.current_page_item {
  font-weight: bold;
}
.current_page_item .subnav__sub ul li {
  font-weight: normal !important;
}

.gsc-search-button svg {
  height: 13px !important;
  width: 13px !important;
  max-width: fit-content !important;
}
.gsc-selected-option-container {  
  min-width: 100px !important;
}
.gsc-input {
  width: 100%;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 10px;
}
img.alignleft {
  margin-top: .5rem;
  margin-left: -3rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  /* box-shadow: 0 0 0.5rem rgba(0,0,0,.2); */
  float: left;
}
img.alignright {
  margin-top: .5rem;
  margin-right: -3rem;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  /* box-shadow: 0 0 0.5rem rgba(0,0,0,.2); */
  float: right;
}

.table__scroll {
  width: 100%;
}

.columns .button {
  color: white;
}

.jotform iframe {
  width: 100%;
}
.overview__list {
  justify-content: start;
  gap: 30px;
}
.columns__heading {
  text-align: center;
}

.splash__media iframe {
  width: 100%;
}

.no-prev-next .flickity-button, .no-prev-next .carousel__counter {
  display: none !important;
}

.intro {
  padding: 4rem 0;
}

.text-columns {
  will-change: transform;
}

@media (min-width: 64em) {
  .page-numbers {
    /* padding: 1.5rem 2rem; */
    height: 4rem;
    width: 4rem;
  }
  .page-numbers.next, .page-numbers.prev {
    background-color: #04d3df;
    width: 7rem
  }
}

@media (max-width: 511px) {
  .media .media__image img {
    width: 100%;
  }
  img.alignleft {
    width: 100%;
    margin-top: .5rem;
    margin-left: 0rem;
    margin-bottom: 1.5rem;
    margin-right: 0rem;
    /* box-shadow: 0 0 0.5rem rgba(0,0,0,.2); */
    float: left;
  }
  img.alignright {
    width: 100%;
    margin-top: .5rem;
    margin-right: 0rem;
    margin-bottom: 1.5rem;
    margin-left: 0rem;
    /* box-shadow: 0 0 0.5rem rgba(0,0,0,.2); */
    float: right;
  }
  
}