/* more generic class names for search pages */
#sidebar {
  margin-bottom: 20px;
}
#sidebar .searchSectionHeader {
  background: #333 url(../images/openCloseToggle.png) no-repeat right -84px;
  cursor: pointer;
  z-index: 1;
}
#sidebar .searchSectionHeader:hover {
  background-position: right -42px;
}
#sidebar .searchSectionHeader.expandedClass {
  background-position: right top;
}
#sidebar .searchSettings li .openMoreFilter {
  background: #43aee0;
  color: #fff;
  font-family: 'NGDemi';
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  display: block;
}
#sidebar .searchSettings li .openMoreFilter:hover {
  background: #2a97ca;
}
#sidebar .header .searchSectionFilter {
  top: 65px;
  position: absolute;
  right: 10px;
  display: none;
}
#sidebar .searchSectionHeader.expandedClass {
  display: block;
}
.searchSection {
  margin-bottom: 20px;
  position: relative;
}
.filterOverlay {
  width: 745px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 50000;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
@media (max-width: 568px) {
  .filterOverlay {
    width: 100%;
  }
}
.filterOverlay .header {
  border-top: none !important;
}
.contentStyle2 .text .style2text a {
  color: #ed2931;
}
.contentStyle2 .text .style2text a:hover {
  color: #db1e24;
}

/* fix for visited links */
a[href]:not([role='button']),
a[href]:not([role='button']):visited,
a[href]:not([role='button']):hover,
a[href]:not([role='button']):active {
  color: inherit;
}

/* hide more credits on listing detail page */
.hidden {
  display: none;
}

/* share link */
.shareLink {
  clear: right;
  position: relative;
  float: right;
}
.shareLink input {
  width: 200px;
}

/* Pagination overrrides */
.pagination {
  margin-top: 30px;
  text-align: center;
  width: 900px;
  margin-bottom: 20px;
  clear: both;
}

/* search results override */
ul.resourceInformation {
  width: 500px;
}
.landing-listing.resources-search li .detailsLink {
  display: block;
}

/* search button */
#searchBtn {
  display: block;
  width: 161px;
  height: 36px;
  background-image: url(../images/submitfilter.gif);
  background-position: top;
  text-indent: -9999px;
  outline: none;
  margin-left: auto;
}
#searchBtn:active {
  background-position: bottom;
}

/* detail page looking for new rep changes */
.lookforCTA:hover {
  cursor: pointer;
}

/* resources page; Did You Know links */
.contentStyle2 .text a {
  color: #ed2931;
}

a.external {
  display: block;
  width: 100%;
  color: #ed2931;
  background: transparent url(../images/searchArrowRight.png) no-repeat right center;
}
a.external:hover,
a.exernal:active {
  color: #f70606;
}

/* STYLES NEEDED FOR NEW GLOBAL HEADER & FOOTER */

html {
  background-color: #fff !important;
}

body {
  padding-top: 93px !important;
}

@media (max-width: 991px) {
  body {
    padding-top: 87px !important;
  }
}

#footer__container {
  float: left;
  width: 100%;
}
