a.menu__organizations {
  display: none;
}

.get-experience.article #maincontent + .row.balanced.balanced--flex.borders {
  background: #f2f5f8;
  margin-top: -2rem !important;
}
@media (min-width: 768px) {
  .get-experience.article #maincontent + .row.balanced.balanced--flex.borders {
    margin: 0 calc(50% - 50vw) !important;
  }
}

.get-experience--job-opps .filteredlist__results .fl-results__item-image {
  margin: 2rem 2rem 15rem;
}
@media (min-width: 460px) {
  .get-experience--job-opps .filteredlist__results .fl-results__item-image {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1128px) {
  .get-experience--job-opps .filteredlist__results .fl-results__item-image {
    margin: 2rem 2rem 3rem;
  }
}
.get-experience--job-opps .filteredlist .row:first-of-type {
  margin: 5rem calc(50% - 50vw) 0;
  background: #f2f5f8;
}
@media (min-width: 768px) {
  .get-experience--job-opps .filteredlist .row:first-of-type {
    margin: 0 calc(50% - 50vw) 0;
  }
}

/* Homepage pill buttons */
.get-experience .section--hero .popular-searches a {
  margin-bottom: 1rem;
  letter-spacing: 0.02rem;
}
.get-experience .section--hero .popular-searches .btn {
  border: 1px solid #ffffff;
  border-radius: 2rem;
  background: transparent;
  color: white;
  padding: 0.6rem 1.5rem;
  font-size: 1.3rem;
  margin-right: 1rem;
}
.get-experience .section--hero .popular-searches .btn .glyphicon:before {
  color: #ffffff9e;
  font-size: 1.25rem;
  margin-right: 0.9rem;
}
.get-experience .section--hero .popular-searches .btn:last-of-type {
  background: #000000;
  border: none;
  padding: 0.9rem 1.5rem;
}
.get-experience .section--hero .popular-searches .btn:hover {
  border: 1.5px solid #fac005;
  background: #00000014;
}

/* Button links - I removed extra styles so the btn-link is default and the hover blue works as it should */
.get-experience .section--internships .header .columnTwo .btn {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}
.get-experience .section--internships .header .columnTwo .btn:hover {
  border-color: #0068ff;
  color: #0068ff;
  text-decoration: none;
}

/* Card Opportunities */
.get-experience .section--experience-cards .getexperience-card .gec__footer p {
  font-size: 1.2rem;
  padding: 0;
}
.get-experience .section--experience-cards .getexperience-card {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 18%);
  background: white;
  border-bottom: 2px solid #f5f5f5;
  overflow: hidden;
  transition: all ease 0.2s;
}
/* @media (min-width: 1119px) {
  .get-experience .section--experience-cards li {
    width: 32.11%;
    margin: 0 0 2rem 0;
  }
} */
.get-experience .section--experience-cards .getexperience-card:hover {
  transform: translateY(-4px);
  cursor: pointer;
  box-shadow: 0px 10px 20px 2px rgb(0 0 0 / 14%);
  border-bottom: 3px solid #0068ff;
}

/* Card Resources */

.get-experience .section--resources h3:hover {
  color: #0068ff;
}
.box-style9 {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 18%);
  transition: all ease 0.2s;
}
.box-style9:hover {
  transform: translateY(-4px);
  box-shadow: 0px 10px 20px 2px rgb(0 0 0 / 14%);
  color: #0068ff;
}
.get-experience .section--resources .col-md-3 .parsys {
  background: none;
}

/* FILTER PAGE */
/* Card Opportunity */

.filteredlist .filteredlist__results .fl-results--grid .fl-results__item {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 18%);
  transition: all ease 0.2s;
}
.filteredlist .filteredlist__results .fl-results--grid .fl-results__item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 10px 20px 2px rgb(0 0 0 / 14%);
}
.get-experience--job-opps .filteredlist__results .fl-results__link:hover {
  border-bottom: solid 2px #0068ff;
}

/* Filter column section */
.get-experience--job-opps .filteredlist .fl-options__clear__txt {
  color: #0068ff;
  background: none;
  padding: 0.25rem 0.9rem;
  border-radius: 3rem;
  border: 1px solid #0068ff;
  font-size: 1.2rem;
}
.filteredlist .filteredlist__options .fl-options__group {
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.filteredlist .filteredlist__options .fl-options__label {
  line-height: 2.2rem;
}
.filteredlist .filteredlist__options .fl-options__tag {
  margin-right: 1rem;
}
.get-experience--job-opps {
  background: #fafbfc;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(251 252 253) 76%,
    rgb(250 251 252) 100%
  );
}

/* OPPORTUNITY DETAIL PAGE */
.get-experience--job-opps {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(251 252 253) 76%,
    rgb(250 251 252) 100%
  );
}

/* ORGANIZATION PAGE */
.accordion {
  margin-bottom: 10rem;
}

/* Heading 1 font increase in Mobile */
@media (max-width: 768px) {
  .get-experience .section--hero h1 {
    font-size: 4rem !important;
    margin-top: 3rem;
  }
  .get-experience .section--hero .text_light {
    padding: 8rem 0 2rem;
  }
}
