.pager-options {
  display: block;
  margin-bottom: 15px;
}
.pager-options .per-page,
.pager-options .sort {
  display: inline-block;
  margin: 0 15px 0 0;
}
[data-name="tara_sort"] {
  margin-bottom:0 !important;
}

.pager-options .pager {
  display: inline-block;
  float: right;
}

.tara-taxonomy-archive .facetwp-page:not(.prev):not(.next) {
  width: 32px;
  height: 32px;
  margin: 0px 6px;
  border-radius: 6px;
  border: solid 1px #e8e8e8;
  color: #ababab;
  background-color: #fafafa;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}
.tara-taxonomy-archive .facetwp-page:not(.prev):not(.next).active {
  color: #7e7e7e;
  border-color: #7e7e7e;
}
.tara-taxonomy-archive .tara-filters .facetwp-facet input.facetwp-search, .tara-taxonomy-archive .tara-filters .facetwp-facet input.facetwp-location {
  padding-left: 30px;
  padding-right: unset;
}
.tara-taxonomy-archive .tara-filters .facetwp-input-wrap .facetwp-icon {
  left: 0;
  right: unset;
  opacity: 1;
}
.tara-taxonomy-archive .tara-filters .facetwp-input-wrap .facetwp-icon:before {
  background-size: 15px 15px;
}
.tara-taxonomy-archive .tara-filters .facetwp-input-wrap input {
  font-size: 14px;
  border-radius: 8px;
}
.tara-taxonomy-archive .tara-filters #dimension-menu {
  height: 48px;
  background: #fafafa url(../png/select_arrow.png) calc(100% - 16px) 18px no-repeat;
  padding-left: 20px;
  font-size: 14px;
  border-radius: 8px;
  background-size: 12px;
}
.tara-taxonomy-archive a.tara-button {
  color: white;
  background-color: #fcb711;
  width: 100%;
  display: block;
  margin-bottom: 8px;
  padding: 10px 20px;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  text-align: center;
}
.tara-taxonomy-archive a.tara-button:hover {
  background-color: black;
  color: white;
}
.tara-taxonomy-archive .pager-options {
  display: block;
  margin-bottom: 15px;
}
.tara-taxonomy-archive .pager-options .per-page,
.tara-taxonomy-archive .pager-options .sort {
  display: inline-block;
  margin: 0 15px 0 0;
}
.tara-taxonomy-archive .pager-options .per-page select,
.tara-taxonomy-archive .pager-options .sort select {
  border-radius: 8px;
  height: 42px;
  background: #fafafa url("../png/select_arrow.png") calc(100% - 6px) 18px no-repeat;
  background-size: 8px;
}
.tara-taxonomy-archive .pager-options .pager {
  display: inline-block;
  float: right;
}

.visualization-wrapper {
  position: relative;
}
.visualization-wrapper .navigation-row {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  z-index: 999;
  align-content: center;
  background-color: #fafafa;
  border: 1px solid #9b999b;
  padding: 0 20px;
}
.visualization-wrapper .navigation-row .facetwp-facet {
  margin: 0;
  width: 100%;
  padding: 10px 0;
}
.visualization-wrapper .navigation-row input {
  border: none;
  font-size: 20px;
  font-weight: 500;
  padding-left: 50px;
}
.visualization-wrapper .navigation-row .facetwp-facet input.facetwp-search, .visualization-wrapper .navigation-row .facetwp-facet input.facetwp-location {
  padding-left: 30px;
}
.visualization-wrapper .navigation-row .facetwp-input-wrap .facetwp-icon {
  left: 0;
  right: unset;
  opacity: 1;
}
.visualization-wrapper .navigation-row .facetwp-input-wrap .facetwp-icon:before {
  background-size: 15px 15px;
}
.visualization-wrapper .navigation-row .facetwp-dropdown,
.visualization-wrapper .navigation-row #dimension-menu {
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: 500;
  background: #fafafa url("../png/select_arrow.png") 100% 50% no-repeat;
  background-size: 10px;
  cursor: pointer;
  padding-left: 10px;
}
.visualization-wrapper .navigation-row select {
  padding: 0;
}
.visualization-wrapper .archive-visualization {
  width: 100%;
  max-width: 900px;
  height: 500px;
  position:absolute;
  top:-170px;
}
.visualization-wrapper .browse-institutions,
.visualization-wrapper .reset-dashboard-filters {
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
}
.visualization-wrapper .browse-institutions a,
.visualization-wrapper .reset-dashboard-filters a {
  display: block;
  text-align: center;
  padding: 10px 0;
  background-color: white;
  color: black;
  border: 2px solid black;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.4;
  width: 100%;
}
.visualization-wrapper .browse-institutions a:hover,
.visualization-wrapper .reset-dashboard-filters a:hover {
  background-color: black;
  color: white;
}
.visualization-wrapper .filter-by-label {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.tara-map-wrapper {
	overflow:hidden;
	height:380px;
	position:relative;
	border-bottom:1px dotted #000;
	margin-bottom:20px;
}

@media (max-width: 640px) {
	.tara-map-wrapper {
		height:280px;
	}
}

@media (max-width: 360px) {
	.tara-map-wrapper {
		height:200px;
	}
	.visualization-wrapper .archive-visualization {
		top: -200px;
	}
}

@media (min-width: 640px) {
  .navigation-row {
    padding: 0;
  }
  .navigation-row .filter-by-label {
    width: auto;
    height: 100%;
    padding: 0 20px;
  }

  #source-material-type-visualization {
    margin-bottom: 20px;
  }
}
.tara-chart-label {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.tara-organization:hover .institution-type {
  color: initial;
}
.tara-organization .inner {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dotted #000;
  padding: 15px 0;
}
.tara-organization .inner h5 {
  width: 60%;
  margin: 0;
}
.tara-organization .inner h5 .institution-location {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.24px;
  line-height: 0.83;
}
.tara-organization .inner .institution-type {
  font-size: 14px;
  line-height: 1.43;
}
.tara-organization .inner .source-material-count {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 15px;
}

#dimension-menu {
  margin-bottom: 20px;
}

.tara-page-header {
  background-color: black;
  color: white;
  padding: 40px 0;
}
.tara-page-header h1, .tara-page-header h2, .tara-page-header h3, .tara-page-header h4, .tara-page-header h5, .tara-page-header h6, .tara-page-header p {
  color: white;
}
.tara-page-header .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.tara-page-header .buttons a {
  font-size: 16px;
  color: #fcb711;
  background: #000;
  border: 2px solid #fcb711;
  margin-bottom: 8px;
}
.tara-page-header .buttons a:hover {
  background: #fcb711;
  color: #000;
  border: 2px solid #fcb711;
}

.tara-full-width .visualization-wrapper {
  margin-bottom: 50px;
}
.tara-full-width .visualization-wrapper .archive-visualization {
  max-width: 100%;
}
.tara-full-width .blog-main-container {
  width: 100%;
}

.factoids {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 1s;
  margin-bottom: 40px;
}
.factoids.slick-initialized {
  opacity: 1;
}
.factoids .slick-arrow {
  position: absolute;
  background-size: cover;
  height: 80px;
  width: 80px;
  display: block;
  cursor: pointer;
  top: 180px;
  z-index: 9999;
}
.factoids .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../svg/btn-arrow-left.svg");
  text-indent: -9999px;
}
.factoids .slick-arrow.slick-next {
  right: 0;
  background-image: url("../svg/btn-arrow-right.svg");
  text-indent: 9999px;
}
.factoids .factoid {
  display: block;
  max-width: 350px;
  height: 420px;
  padding: 30px;
  text-align: center;
}
.factoids .factoid .title {
  font-size: 24px;
  font-weight: bold;
  height: 100px;
  overflow: hidden;
  padding-bottom: 12px;
}
.factoids .factoid img {
  height: 160px;
  width: auto;
  margin: 20px auto;
  object-fit: contain;
}
.factoids .factoid .short-blurb {
  font-size: 18px;
  height: 100px;
  overflow: hidden;
  padding-top: 12px;
}

.tara-data-point .inner {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.tara-data-point .inner h5 {
  width: 40%;
}
.tara-data-point .inner .tpd-year {
  width: 15%;
}
.tara-data-point .inner .tpd-institution {
  width: 45%;
  text-align: right;
}

@media only screen and (max-width: 960px) {
  .institution-source-material table, .institution-source-material thead, .institution-source-material tbody, .institution-source-material th, .institution-source-material td, .institution-source-material tr {
    display: block;
  }
  .institution-source-material thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .institution-source-material tr {
    border: 1px solid #ccc;
    position: relative;
  }
  .institution-source-material td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }
  .institution-source-material td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .institution-source-material td:nth-of-type(1):before {
    font-weight: bold;
    content: "Year";
  }
  .institution-source-material td:nth-of-type(2):before {
    font-weight: bold;
    content: "Assessment Topics";
  }
  .institution-source-material td:nth-of-type(3):before {
    font-weight: bold;
    content: "Type of Decision";
  }
  .institution-source-material td:nth-of-type(4):before {
    font-weight: bold;
    content: "Populations Affected";
  }
  .institution-source-material td:nth-of-type(5):before {
    font-weight: bold;
    content: "Type of Source Material";
  }
  .institution-source-material td:nth-of-type(6):before {
    font-weight: bold;
    content: "Source Material Identified via";
  }
  .institution-source-material td:nth-of-type(7):before {
    font-weight: bold;
    content: "Scope of Policy";
  }
  .institution-source-material td:nth-of-type(8):before {
    font-weight: bold;
    content: "Academic Disciplines";
  }
}
@media only screen and (min-width: 640px) {
  .tara-page-header .buttons {
    justify-content: flex-start;
  }
  .tara-page-header .buttons a:first-child {
    margin-left: 0;
  }

  .factoids:before, .factoids:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 200px;
    top: 0;
    height: 100%;
    pointer-events: none;
    /*makes the linkes behind clickable.*/
  }
  .factoids:before {
    left: 0;
    background: linear-gradient(to right, white, rgba(0, 0, 0, 0));
  }
  .factoids:after {
    right: 0;
    background: linear-gradient(to left, white, rgba(0, 0, 0, 0));
  }

  .visualization-wrapper {
    padding: 30px 0 !important;
  }
  .visualization-wrapper .navigation-row {
    padding: 0;
    flex-wrap: nowrap;
    max-width: 1200px;
  }
  .visualization-wrapper .navigation-row .facetwp-facet {
    display: flex;
    align-items: center;
  }
  .visualization-wrapper .navigation-row .divider {
    width: 1px;
    height: 56px;
    position: absolute;
    left: 67%;
    top: 12px;
  }
  .visualization-wrapper .navigation-row input {
    border: none;
    font-size: 20px;
    font-weight: 500;
    padding-left: 50px;
  }
  .visualization-wrapper .navigation-row .facetwp-facet input.facetwp-search, .visualization-wrapper .navigation-row .facetwp-facet input.facetwp-location {
    padding-left: 30px;
  }
  .visualization-wrapper .navigation-row .facetwp-input-wrap {
    margin-left: 30px;
  }
  .visualization-wrapper .navigation-row .facetwp-input-wrap .facetwp-icon {
    left: 0;
    right: unset;
    opacity: 1;
  }
  .visualization-wrapper .navigation-row .facetwp-input-wrap .facetwp-icon:before {
    background-size: 15px 15px;
  }
  .visualization-wrapper .navigation-row .facetwp-dropdown,
.visualization-wrapper .navigation-row #dimension-menu {
    height: auto;
    border: none;
    font-size: 20px;
    font-weight: 500;
    background: #fafafa url("../png/select_arrow.png") 90% 50% no-repeat;
    background-size: 10px;
  }
  .visualization-wrapper .archive-visualization {
    width: 100%;
    max-width: 900px;
    height: 500px;
  }
  .visualization-wrapper .reset-dashboard-filters,
.visualization-wrapper .browse-institutions {
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
  }
  .visualization-wrapper .reset-dashboard-filters a,
.visualization-wrapper .browse-institutions a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background-color: white;
    color: black;
    border: 2px solid black;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
  }
  .visualization-wrapper .reset-dashboard-filters a:hover,
.visualization-wrapper .browse-institutions a:hover {
    background-color: black;
    color: white;
  }
  .visualization-wrapper .reset-dashboard-filters {
    max-width: 200px;
  }
  .visualization-wrapper .browse-institutions {
    max-width: 1200px;
  }

  .row {
    padding: 0;
  }
}
.mc4wp-form-fields {
  overflow-x: hidden;
  max-width: 100%;
}

.single-sfdora_institution .tara-page-header h1, .single-sfdora_institution .tara-page-header h2, .single-sfdora_institution .tara-page-header h3, .single-sfdora_institution .tara-page-header h4, .single-sfdora_institution .tara-page-header h5, .single-sfdora_institution .tara-page-header h6, .single-sfdora_institution .tara-page-header p, .single-sfdora_tpd .tara-page-header h1, .single-sfdora_tpd .tara-page-header h2, .single-sfdora_tpd .tara-page-header h3, .single-sfdora_tpd .tara-page-header h4, .single-sfdora_tpd .tara-page-header h5, .single-sfdora_tpd .tara-page-header h6, .single-sfdora_tpd .tara-page-header p {
  color: #000;
}
.single-sfdora_institution .tara-page-header, .single-sfdora_tpd .tara-page-header {
  background-color: #56B6C7 !important;
  background: #56B6C7 !important;
}
.single-sfdora_institution .wwwwwh, .single-sfdora_tpd .wwwwwh {
  color: #56B6C7;
}
.single-sfdora_institution .tag-cloud-link, .single-sfdora_tpd .tag-cloud-link {
  background-color: #56B6C7;
  color: black;
}
.single-sfdora_institution .ext-source {
    color: #56B6C7;
    font-weight: 800;
    border-bottom: 1px dotted #56B6C7;	
}
.single-sfdora_institution .ext-source:hover {
    color: #000;
}
.single-sfdora_institution .ext-source:after {
	color: #56B6C7;
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
 	margin: 0px 3px 0px 5px;

}

.single-sfdora_institution td.head h4, .single-sfdora_tpd td.head h4 {
  margin: 0;
}
.single-sfdora_institution td p, .single-sfdora_tpd td p {
  margin: 0;
}
.single-sfdora_institution .institution-title-row, .single-sfdora_tpd .institution-title-row {
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
}
.single-sfdora_institution .casetable .institution-title-row td, .single-sfdora_tpd .casetable .institution-title-row td {
  border-top: solid black 1px;
  padding-bottom: 30px !important;
  font-family: "Lora";
}
.single-sfdora_institution .casetable .tpd-detail-header td, .single-sfdora_tpd .casetable .tpd-detail-header td {
  border-top: solid black 1px;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  padding: 30px 0 !important;
  font-family: "Lora";
}
.single-sfdora_institution .casetable .tpd-title-row td, .single-sfdora_tpd .casetable .tpd-title-row td {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  border: none;
  padding: 20px 0 30px 0 !important;
  font-family: "Lora";
}
.single-sfdora_institution .mt60, .single-sfdora_tpd .mt60 {
  margin-top: 60px;
}
.single-sfdora_institution .image-wrapper img, .single-sfdora_tpd .image-wrapper img {
  margin: 0 auto;
  display: block;
}
.single-sfdora_institution table tr td:first-child, .single-sfdora_tpd table tr td:first-child {
  width: 25%;
}

/*# sourceMappingURL=tara-styles.css.map */
