.hidden {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.oversight-report-list-column {
  width: 550px;
  min-height: 1000px;
  box-sizing: border-box; }

.oversight-report-filter-column {
  width: 375px; }

.left div.search-results-pagination a {
  color: #0066d6;
  text-decoration: underline; }

/*
 *  Filter
 */
.filterHeading,
.publicationsHeading {
  background-color: #323a45; }

.timestamp {
  margin-left: 30px;
  font-family: "Source Sans Pro", "helvetica";
  font-size: 11pt;
  font-style: italic; }

.filter-current_link {
  text-decoration: none;
  color: #212121; }

/* The filter accordion
*/
.filter-accordion {
  margin-bottom: 20px; }

.filter-clear {
  margin: auto 12px auto 8px;
  padding: 0;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  float: right;
  display: none; }

.filter-clear-set {
  margin: 8px 12px 8px 8px;
  padding: 0;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  float: right;
  display: block; }

/* Things to  check*/
.filterHeading {
  color: #ffffff;
  background: #008000;
  border-radius: 8px; }

/* end of things to check */
.filter-heading {
  font-family: "Source Sans Pro", "helvetica";
  font-size: 12pt;
  font-weight: 400; }

.filter-description {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Source Sans Pro", "helvetica";
  color: #212121;
  font-size: 11pt;
  font-style: italic; }

.filter-label {
  margin-top: 15px;
  display: block;
  font-size: 11pt;
  font-family: "Source Sans Pro", "helvetica"; }

.validation-container {
  margin: 5px 0; }

.validation-message {
  font-family: "Source Sans Pro", "helvetica";
  font-size: 11pt; }

input.filter-control,
select.filter-control {
  font-family: "Source Sans Pro", "helvetica";
  font-size: 11pt;
  font-weight: 400; }

.prompt {
  padding-left: 5px;
  font-style: italic; }

/*
*  Reports List
*/
.report {
  margin-bottom: 20px;
  max-width: 500px;
  background-color: #ebeef0;
  padding: 12px;
  border-radius: 7px;
  box-shadow: 1px 1px 4px rgba(0, 0, 55, 0.2); }

.report__title {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", "helvetica";
  font-size: 1.15em; }

.report__title a {
  border: 1px solid transparent;
  color: #0071bc; }

.report__title a:focus {
  border: #fdb81e 1px dashed; }

.report__meta {
  font-family: "Source Sans Pro", "helvetica";
  font-style: italic;
  font-size: 0.9em;
  margin: 0;
  padding: 6px 0 12px 24px; }

.report__meta a {
  color: #0071bc; }

.report__meta--recommendations-control {
  color: #0066d6;
  text-decoration: underline;
  cursor: pointer; }

/* block for supplemental report information */
/* block for supplemental report information */
.appendix-container {
  background-color: #cbd4d7;
  border-radius: 7px;
  padding: 2px 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 55, 0.2); }

.appendix {
  width: 457px;
  background-color: #e1f3f8;
  background-color: #dfe4e7;
  margin: 5px auto;
  padding: 0;
  border-radius: 7px;
  box-shadow: 1px 1px 4px rgba(0, 0, 55, 0.2);
  overflow: hidden;
  /*text-align: center;*/ }

.appendix__title {
  padding: 1em;
  margin: 0;
  width: 100%;
  font-size: 0.8em; }

.appendix__title a {
  display: inline-block;
  width: 100%;
  padding: 2px;
  border: 1px solid transparent; }

.appendix__title a:focus {
  border: #fdb81e 1px dashed; }

.appendix__title img {
  width: 16px;
  float: right; }

.appendix--collapsed img.collapsed {
  display: block; }

.appendix--collapsed img.expanded {
  display: none; }

.appendix--expanded img.collapsed {
  display: none; }

.appendix--expanded img.expanded {
  display: block; }

.appendix-article {
  margin: 10px;
  padding: 10px;
  width: 420px;
  border-radius: 7px;
  min-height: 80px;
  background-color: #cfdade; }

.appendix-main {
  display: none;
  clear: both;
  padding: 0 0.5em 0.5em 0.5em; }

/* Report Recommendations */
.appendix--recommendations {
  /*background-color: #94bfa2;*/ }

.appendix__title a {
  color: #0071bc; }

.appendix--recommendations hr {
  border-color: #000; }

.appendix-article--recommendation {
  /*background-color: #e7f4e4*/ }

.appendix-article--recommendation-footer {
  background-color: #c2ddcb; }

.appendix--companions {
  /*background-color: #8ba6ca;*/ }

.recommendation__title {
  font-family: "Source Sans Pro", "helvetica";
  font-size: .9em;
  padding-top: 4px;
  margin-top: 0;
  margin-left: 5px;
  font-weight: 700; }

.recommendation__description {
  font-family: "Source Sans Pro", "helvetica";
  font-size: .8em;
  line-height: 1.4;
  margin-left: 15px; }

.recommendation-totals__title {
  font-family: "Source Sans Pro", "helvetica";
  font-size: .9em;
  font-weight: 700;
  padding-left: 5px; }

.recommendation-totals__data {
  font-family: "Source Sans Pro", "helvetica";
  font-size: 0.8em;
  margin-left: 25px; }

.companion__title {
  font-family: "Source Sans Pro", "helvetica";
  font-size: 1em;
  line-height: 1;
  padding: 0 0 0.2em 0;
  margin: 0;
  margin-left: -1px;
  /*color: $color-base;*/ }

.companion__title a {
  border: 1px solid transparent; }

.companion__title a:focus {
  border: #fdb81e 1px dashed; }

.companion__body {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", "helvetica";
  font-size: .9em;
  color: #212121; }

.appendix-article--companion {
  padding: 15px 15px 15px 75px;
  background-size: 50px;
  background-position: 10px 15px;
  background-repeat: no-repeat; }

.appendix-article--companion:hover {
  background-color: rgba(187, 205, 211, 0.8);
  cursor: pointer; }

.appendix-article--companion-oig {
  background-image: url(/oig/images/oig-seal-small.png); }

.appendix-article--companion-podcast {
  background-image: url(/oig/images/icon-podcast.png); }

.appendix-article--companion-tableau {
  background-image: url(/oig/images/tableau-icon-60.png); }

.appendix-article--companion-youtube {
  background-image: url(/oig/images/icon-youtube.svg); }

.appendix-article--companion--washington-post {
  background-image: url(/oig/images/icon-washington-post.jpg); }

.recommendation-status {
  padding: 0 .6em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  cursor: help; }

.legend__recommendation-status--open,
.legend__recommendation-status--closed,
.legend__recommendation-status--closed-not-implemented {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 4px;
  background-size: 14px;
  cursor: help; }

.not-implemented-container {
  background-color: #bfd2d9;
  border-left: 10px solid #86a9b6;
  padding: 15px;
  margin: 0 20px 10px 30px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 1px 1px 4px rgba(0, 0, 55, 0.2); }

.not-implemented-title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 0.75em;
  font-family: "Merriweather", "georgia";
  color: #112e51; }

.not-implemented-reason {
  font-size: 0.7em;
  font-family: "Merriweather", "georgia";
  margin-left: 15px;
  line-height: 1.6; }

/* Legend */
.legend {
  text-align: right;
  padding: 0;
  margin: 0 0 2em 0;
  font-size: 0.85em;
  letter-spacing: -0.05em; }

.legend__recommendation-status--open,
.legend__recommendation-status--closed,
.legend__recommendation-status--closed-not-implemented {
  padding-left: 1.1em;
  margin-left: 0.8em;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.75em;
  cursor: help; }

.legend__recommendation-status--open {
  margin-left: 0.5em; }

.legend__recommendation-status--closed-not-implemented {
  margin-right: 0.4em; }

.recommendation-status--open,
.legend__recommendation-status--open {
  background-image: url("/oig/images/icon-recommendation-open.png"); }

.recommendation-status--closed,
.legend__recommendation-status--closed {
  background-image: url("/oig/images/icon-recommendation-implemented.png"); }

.recommendation-status--closed-not-implemented,
.legend__recommendation-status--closed-not-implemented {
  background-image: url("/oig/images/icon-recommendation-not-implemented.png"); }

/*# sourceMappingURL=../../none */