/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core root defaults */
html {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }
  a:not([class]):focus, a:not([class]):active {
    color: #1e1e1e; }

/* Remove hover color in links */
a:focus, a:hover {
  color: #1e1e1e; }

/* Remove spacing */
ul > li {
  margin-bottom: 0 !important;
  padding: 0 !important; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
::-webkit-scrollbar {
  width: 7px !important; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 10px;
  border: 3px solid #999999; }

.container {
  padding: 0;
  width: 100% !important; }

ul > li {
  font-size: 1rem; }
  ul > li:before {
    background: #1e1e1e; }

button, .button, .btn, ul > li, ul > li > ul > li {
  font-family: 'Open Sans', sans-serif; }

button:focus {
  outline: none; }

form button, form input[type=button], form input[type=submit] {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-family: 'Open Sans', sans-serif; }
  form button:hover, form input[type=button]:hover, form input[type=submit]:hover {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000; }

a:hover {
  color: #1e1e1e; }

p, h1, h2, h3, h4 {
  margin-bottom: 0 !important; }

.primary-light-bg {
  background: #000000; }
  .primary-light-bg p, .primary-light-bg a, .primary-light-bg span {
    color: #000000 !important; }

.primary-dark-bg {
  background: #000000; }
  .primary-dark-bg p, .primary-dark-bg a, .primary-dark-bg span {
    color: #ffffff !important; }

.base {
  font-family: "Open Sans", sans-serif; }

.base-bold, .serif-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }

.serif {
  font-size: 1rem;
  font-weight: 400; }

.flx-1 {
  flex: 0.8; }

.flx-2 {
  flex: 2; }

.flx-5 {
  flex: 4;
  position: relative; }

.mg-md-top {
  margin-top: 2rem; }

.mg-sm-top {
  margin-top: 0.5rem; }

.left {
  float: left; }

.right {
  float: right; }

body {
  color: #1e1e1e;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  position: relative; }

h1,
h2,
h3,
h4 {
  line-height: 1.5; }

h1, h2 {
  font-family: "Open Sans", sans-serif; }

p, blockquote, li {
  max-width: 200ch;
  line-height: 1.5; }

a, a:hover, a:visited {
  text-decoration: underline;
  border-bottom: none !important; }

a:hover {
  background-color: transparent; }

.intro > * + * > *, .intro p {
  max-width: 100ch;
  font-size: 1rem; }
.intro .intro-image *:not(:last-child) {
  padding-bottom: 1rem; }
.intro .intro-image a {
  max-width: 180px;
  display: block; }
.intro .intro-image img {
  width: 180px; }

.intro button.dropdown-trigger, .sort-by button.dropdown-trigger {
  background: #ededed; }
  .intro button.dropdown-trigger:hover, .intro button.dropdown-trigger:focus, .sort-by button.dropdown-trigger:hover, .sort-by button.dropdown-trigger:focus {
    background: #ededed;
    outline: none; }

.tiles {
  display: flex;
  flex-wrap: wrap; }

.tiles-grid > * {
  width: 21.15%;
  max-width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0 5% 2em 0; }

.tiles-grid > *:nth-child(4n) {
  margin: 0 0 2em 0; }

.tiles-list > * {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 1rem 0;
  display: flex; }
  .tiles-list > * .tile-info {
    margin: 0 0 0 1rem !important; }

.side-bar a, .side-bar span {
  font-size: 1rem; }
.side-bar ul:not(:first-child) li {
  font-size: 1rem;
  margin-bottom: 10px !important; }
  .side-bar ul:not(:first-child) li:first-child {
    margin-bottom: 0 !important; }
.side-bar ul:not(:first-child) li:first-child span {
  font-weight: 600; }
.side-bar ul:not(:first-child) a {
  text-decoration: underline; }
  .side-bar ul:not(:first-child) a:hover {
    text-decoration: none; }

.nav-top a {
  margin-top: -0.6em;
  position: relative;
  text-decoration: none; }
  .nav-top a:hover {
    background: transparent;
    text-decoration: underline; }
  .nav-top a:before {
    font-family: "Material Icons";
    position: absolute;
    cursor: pointer;
    right: 3px;
    font-size: 1.6rem;
    content: "chevron_left";
    left: -21px;
    top: -6px; }
.nav-top .wrapper {
  padding: 1rem; }

footer {
  position: absolute;
  width: 100%;
  bottom: 0; }
  footer img {
    max-width: 100px; }
  footer.primary-dark-bg .footer-img {
    filter: brightness(0) invert(1); }
  footer.primary-light-bg .footer-img {
    filter: brightness(0) invert(0); }

@media screen\9 {
  .footer-img {
    background-color: #ffffff;
    padding: 0.1rem; } }
@media screen\0 {
  .footer-img {
    background-color: #ffffff;
    padding: 0.1rem; } }
footer .split-wrap {
  flex: 0 0 18%;
  align-items: center; }
  footer .split-wrap a {
    text-decoration: none; }
    footer .split-wrap a:nth-of-type(2) {
      width: 90px; }

.brand {
  display: block;
  max-width: 200px; }
  .brand:hover {
    background-color: transparent; }

div[role=main] {
  position: relative;
  margin-bottom: 5%; }

.field {
  width: 100%; }
  .field button {
    width: 100%;
    height: 45px;
    border: none;
    text-align: left; }
    .field button:hover, .field button:active, .field button:focus {
      color: #1e1e1e !important; }
  .field.dropdown button {
    padding-bottom: 0.05em; }
  .field.dropdown .dropdown-trigger:before {
    top: 8px;
    right: 0%; }

.sub-field {
  border: 1px solid #acabab;
  padding: 10px 14px;
  background: #ededed;
  margin-top: -1px;
  position: absolute;
  z-index: 9;
  width: 45%; }

.keyword-filter {
  position: relative; }
  .keyword-filter span {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    top: 10px; }
  .keyword-filter input {
    height: 45px;
    border-bottom: 1px solid #000000;
    padding-left: 2.5rem;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative; }

#all-sections .checkboxes .panel-collapse .form-group {
  overflow: hidden auto;
  padding: 0 5px 10px 0;
  margin-top: 5px;
  background: #ededed;
  max-height: 276px;
  width: 100%; }

#all-sections .sub-facet input {
  background: #ffffff;
  padding: 10px; }

#outside-sections .sub-facet, .issue_areas .sub-facet, .languages .sub-facet, .doctypes .sub-facet {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 5px 5px 0px; }

#outside-sections .sub-facet {
  background: #ededed;
  max-height: 420px;
  margin-top: 2.8rem; }
  #outside-sections .sub-facet label {
    margin-left: 24px !important;
    text-indent: -25px;
    padding: 8px 8px 8px 0; }

.form-group .header {
  font-weight: 600 !important;
  margin: 0.1rem 0 0.5rem 0; }

.checkbox-inline input[type=checkbox] {
  margin-left: -28px; }

input[type="submit"] {
  width: 100% !important; }

.secondary-btn {
  background: #ffffff;
  border: 1px solid #000000; }
  .secondary-btn:hover {
    background: #000000;
    color: #ffffff;
    border: 1px solid transparent; }

form button.text-btn {
  background: transparent;
  border: none; }
  form button.text-btn:hover {
    background: transparent;
    text-decoration: underline;
    color: #1e1e1e;
    border: none; }

.icon-btn-action {
  cursor: pointer;
  position: absolute; }

button.dropdown-trigger {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  font-size: 1rem; }

.dropdown {
  padding: 0; }
  .dropdown .dropdown-trigger:before {
    font-family: "Material Icons";
    position: absolute;
    cursor: pointer;
    right: 3px;
    font-size: 1.6rem;
    content: "arrow_drop_down";
    top: -3px; }
  .dropdown.open .dropdown-trigger:before {
    font-family: "Material Icons";
    position: absolute;
    cursor: pointer;
    right: 3px;
    font-size: 1.6rem;
    content: "arrow_drop_up"; }
  .dropdown button {
    margin: 0;
    padding: 0.3em 1.8em 0.3em 0.8em; }
    .dropdown button:hover, .dropdown button:focus {
      background-color: #ffffff;
      color: #1e1e1e !important; }
  .dropdown .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #000000; }
  .dropdown li:before {
    display: none; }

.dropdown-menu li > a {
  padding: 0.8em 1em;
  display: block; }
  .dropdown-menu li > a:hover {
    background: #000000;
    color: #ffffff !important; }

.drop-navigate {
  height: 30px;
  padding-top: 15px; }

.dropdown-menu a {
  text-decoration: none; }

.dropdown-menu .menu-head a {
  padding-bottom: 0;
  font-weight: 600; }
  .dropdown-menu .menu-head a:hover {
    cursor: initial;
    background: #ffffff;
    color: #000000 !important; }

.dropdown-menu li.indent a {
  padding: 0.4em 1em 0.4em 2em; }

#all-sections section .dropdown-trigger.collapsed:before {
  font-family: "Material Icons";
  position: absolute;
  cursor: pointer;
  right: 3px;
  font-size: 1.6rem;
  right: -3px;
  content: "chevron_right"; }
#all-sections section .dropdown-trigger {
  padding: 0;
  height: 40px;
  background-color: #ededed;
  border-bottom: 1px solid #acabab; }
  #all-sections section .dropdown-trigger:before {
    font-family: "Material Icons";
    position: absolute;
    cursor: pointer;
    right: 3px;
    font-size: 1.6rem;
    content: "expand_more";
    right: -3px;
    top: 1px; }
#all-sections section:last-child .dropdown-trigger {
  border: none; }
#all-sections button[aria-expanded="true"] {
  background-color: #ededed !important;
  border: none !important; }

#kc-custom-extra-filters #all-sections .select2-container--default .select2-selection--single {
  background-color: #ffffff !important; }

input[type=checkbox] + label:before {
  content: "check_box_outline_blank"; }

input[type=checkbox]:checked + label:before {
  content: "check_box";
  color: #000000; }

.btn-group label {
  padding: 5px 5px 5px 2px; }

.intro .dropdown-menu {
  margin-top: 16%; }

.form-group {
  margin-bottom: 0.5rem; }

div#ajax-filter-search-result.ldng {
  position: relative;
  min-height: 70px; }
  div#ajax-filter-search-result.ldng:before {
    content: "";
    display: block;
    background-size: 60px !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(128, 128, 128, 0.32) url("/img/loader.gif") no-repeat center center;
    height: 100%; }

.tag {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  cursor: pointer;
  color: #1e1e1e; }
  .tag li {
    font-size: 1rem; }
  .tag a {
    padding-inline-end: 4px; }
    .tag a:hover {
      background-color: #000000; }
    .tag a * {
      vertical-align: middle;
      font-size: 1rem;
      margin-top: -1.5px; }
    .tag a.downloadEvent {
      padding: 3px 6px; }

.searched-tags > * > * {
  padding: 2px 2px 2px 8px;
  border-radius: 0;
  background: #ededed;
  margin-bottom: 0.5rem; }
  .searched-tags > * > * a {
    padding-inline-start: 4px;
    padding-top: 4px; }
    .searched-tags > * > * a:hover {
      background: none; }
    .searched-tags > * > * a * {
      color: #acabab;
      font-size: 1.125rem;
      padding-top: 0; }
      .searched-tags > * > * a *:hover {
        color: #000000; }

.clear-all {
  width: 100%;
  display: block;
  font-size: 1rem;
  text-decoration: underline; }

#clear-all-span {
  text-decoration: underline; }

.neutral-tag {
  display: table;
  position: relative; }
  .neutral-tag a {
    background-color: #ededed;
    padding: 0.2em 0.5em;
    text-decoration: none; }
    .neutral-tag a:hover {
      background-color: #ededed !important;
      color: #1e1e1e; }
    .neutral-tag a:focus {
      text-decoration: none; }

.tag-text-link a {
  text-decoration: none; }
  .tag-text-link a:hover {
    color: #1e1e1e;
    text-decoration: underline;
    background: transparent; }

#keywords:empty {
  display: none; }

.nav-divider {
  border-bottom: 1px solid #000000;
  margin: 0.5rem 0 2.5rem 0;
  display: block; }

.divider {
  border-bottom: 1px dotted #000000;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.dropdown-menu .divider {
  display: block;
  margin: 0 !important;
  border-bottom: 1px solid #ededed; }

.tile .tile-image {
  height: auto;
  max-width: 244px;
  position: relative; }
  .tile .tile-image img {
    outline: 1px solid #ededed; }
  .tile .tile-image .ribbon {
    padding: 0.2em 0.5em 0.2em 0.5em;
    position: absolute;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available; }
.tile .tile-info {
  font-size: 1rem;
  margin-top: 0.5rem;
  flex-grow: 1;
  flex-basis: 60%; }
  .tile .tile-info .tile__title {
    font-size: 1.125rem;
    font-weight: 600; }
    .tile .tile-info .tile__title a {
      text-decoration: none; }
    .tile .tile-info .tile__title a:hover {
      background-color: transparent;
      text-decoration: underline;
      color: #1e1e1e; }
    .tile .tile-info .tile__title a:active, .tile .tile-info .tile__title a:visited {
      color: #1e1e1e; }
  .tile .tile-info .tile__date, .tile .tile-info .tile__tags {
    font-size: 0.875rem; }
  .tile .tile-info .tile__description {
    margin-top: 0.5rem;
    font-size: 15px; }
.tile .divider {
  border-bottom: 1px dotted #acabab;
  margin-top: .7rem !important;
  margin-bottom: .3rem !important; }

.pagination {
  margin: 0; }
  .pagination li:before {
    display: none; }
  .pagination li > a {
    border: none;
    padding: 0;
    color: #1e1e1e;
    font-size: 1rem;
    padding: 0 6px; }
    .pagination li > a:hover {
      color: #1e1e1e; }
  .pagination li.active a {
    text-decoration: none;
    background: #000000;
    color: #ffffff; }
    .pagination li.active a:hover {
      background: #000000;
      color: #ffffff; }
  .pagination li.disabled a {
    color: #acabab !important; }

.tab {
  border-bottom: 1px dotted #000000; }
  .tab .tab_title {
    padding: 0.4em 0.8em !important;
    cursor: pointer; }
    .tab .tab_title.active {
      position: relative;
      border: 1px dotted #000000;
      border-radius: 0; }
  .tab li:before {
    content: " ";
    background: transparent; }
  .tab li.active:before {
    content: " ";
    background: #ffffff;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    position: absolute;
    height: 8px;
    top: 2.2em;
    width: 100%; }

.quotes p {
  font-style: italic; }
.quotes li {
  font-weight: 600; }

.modal-dialog .modal-body {
  padding: 1.5em 2em; }
.modal-dialog .modal-header, .modal-dialog .modal-footer {
  padding: 1em 2em; }
.modal-dialog .p_0:hover {
  cursor: pointer; }
.modal-dialog .threeColumnTbl p {
  font-size: 1rem !important; }
.modal-dialog .threeColumnTbl#embed {
  padding: 0; }
.modal-dialog .threeColumnTbl .columnFull p {
  font-size: 0.875rem !important;
  margin-bottom: 6px !important;
  margin-top: 10px !important; }
  .modal-dialog .threeColumnTbl .columnFull p strong {
    font-weight: 400; }
.modal-dialog #issuelab-widget-demo {
  padding: 0; }
  .modal-dialog #issuelab-widget-demo h1 {
    font-size: 1.5rem;
    color: #1e1e1e; }
.modal-dialog #issuelab-reports li:before {
  display: none; }
.modal-dialog ul#issuelab-reports > li.issuelab-vertical {
  margin-left: 0;
  margin-right: 3rem;
  margin-bottom: 1rem !important; }
  .modal-dialog ul#issuelab-reports > li.issuelab-vertical .issuelab-meta {
    color: #1e1e1e; }
  .modal-dialog ul#issuelab-reports > li.issuelab-vertical a.issuelab-title {
    color: #1e1e1e; }

aside#issuelab-branding {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 !important; }
  aside#issuelab-branding a.powered-by {
    color: #1e1e1e;
    font-weight: 400; }
  aside#issuelab-branding a.issuelab-logo {
    background: url("https://cdn.candid.org/images/candid-logo/candid-logo.svg") no-repeat 0 0 transparent !important;
    width: 7em !important;
    height: 2rem !important; }

.demoWrapper .loadingOverlay img {
  display: none; }
.demoWrapper .loadingOverlay.loading {
  height: 50%;
  background-color: #ededed; }
  .demoWrapper .loadingOverlay.loading img {
    display: block; }

#issuelab-widget-config {
  margin-top: 1rem; }
  #issuelab-widget-config .column1 p:not(:first-child) {
    display: flex; }
    #issuelab-widget-config .column1 p:not(:first-child) strong {
      flex-basis: 150%; }
  #issuelab-widget-config .column1 p:nth-child(3) input {
    margin-right: 1rem; }

ul#issuelab-reports > li.issuelab-vertical > a.issuelab-image, ul#issuelab-reports > li > a.issuelab-image {
  border: none !important; }

.column1 > *, .column2 > * {
  margin-bottom: 1rem !important; }

.column2 p:nth-child(2) br {
  display: none; }

#issuelab-nav {
  margin: 2em 0 1.5em 0; }
  #issuelab-nav #issuelab-prev, #issuelab-nav #issuelab-next {
    padding: 6px 8px !important;
    background: #000000;
    color: #ffffff !important;
    font-size: 0.875rem; }
  #issuelab-nav ul {
    display: flex; }
    #issuelab-nav ul #issuelab-prev {
      order: 1; }
    #issuelab-nav ul #issuelab-next {
      order: 3; }
    #issuelab-nav ul #issuelab-page-info {
      order: 2;
      font-size: 1rem !important; }
    #issuelab-nav ul li#issuelab-page-info {
      color: #000 !important;
      padding-top: 10px !important; }

.color_text {
  color: #1e1e1e;
  font-weight: 600; }

#suggest-resource .close {
  right: -40px; }

.bullet-list li {
  padding-left: 30px !important; }

#cell_description ul > li {
  text-indent: 3%; }

.slide-top {
  width: 45px;
  height: 40px;
  position: fixed;
  border: 1px solid #000000 !important;
  right: 0;
  bottom: 15%;
  padding: 0.3em 0.5em;
  background-color: #ffffff;
  z-index: 9; }
  .slide-top:hover {
    border: 1px solid #000000 !important; }

.progress {
  width: 25%;
  box-shadow: none;
  height: 10px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  background-color: #ededed; }
  .progress .progress-bar {
    background-color: #000000; }

.icon-button .material-icons:hover,
span.tm-newTag:hover,
.tile-view .grid-view:hover,
.tile-view .list-view:hover,
.slide-top:hover {
  color: #ffffff !important;
  background-color: #000000;
  cursor: pointer; }

#suggest-resource .modal-lg {
  width: 65%; }
#suggest-resource .modal-body {
  width: 90%; }
#suggest-resource .modal-title {
  margin-bottom: 0.5rem !important;
  font-size: 1.7rem; }
#suggest-resource .modal-content {
  padding-bottom: 1rem; }

#div-suggest {
  display: flex; }
  #div-suggest .col-sm-3 {
    padding-left: 0;
    padding-right: 1rem; }

#frmSuggest .form-control {
  font-size: 1rem;
  margin: 0;
  padding: .75rem 1rem .5rem;
  width: 100%;
  color: #1e1e1e; }
#frmSuggest .form-group {
  margin-bottom: 1rem; }
#frmSuggest ul.list-unstyled {
  margin-bottom: 0.5rem; }
  #frmSuggest ul.list-unstyled li:before {
    display: none; }
#frmSuggest .file_upload .btn_file_design {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #000000; }
  #frmSuggest .file_upload .btn_file_design small {
    padding-right: 0.5rem;
    margin-top: 0.3rem; }
  #frmSuggest .file_upload .btn_file_design .color-text {
    color: #1e1e1e; }
#frmSuggest .text-center {
  display: block; }
  #frmSuggest .text-center button {
    height: 45px;
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    padding: 5px 30px;
    font-size: 1rem; }
    #frmSuggest .text-center button:hover {
      background-color: #ffffff !important;
      color: #1e1e1e !important; }
#frmSuggest .col-sm-9 .text-center {
  text-align: right; }

.wrapper {
  max-width: 1200px;
  padding: 1rem 1.5rem; }

header .wrapper {
  padding: 1.5rem; }

.flow > * + * {
  margin-top: 1rem; }

.flow-mini > * + * {
  margin-top: 0.5rem; }

.flow-max > * + * {
  margin-top: 1.7rem; }

.split-pair {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.list-pair {
  font-size: 1rem;
  max-width: 100%;
  font-weight: 600; }
  .list-pair ul > li {
    margin-bottom: 1em !important;
    margin-right: 2rem; }
    .list-pair ul > li:before {
      background: transparent !important; }
    .list-pair ul > li a {
      font-weight: 400;
      text-decoration: none;
      display: inline; }
      .list-pair ul > li a:hover {
        text-decoration: underline;
        color: #1e1e1e; }

.cc-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-fill: balance; }

.cc-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-fill: balance; }

.split-wrap {
  display: flex;
  flex-wrap: wrap; }
  .split-wrap > *:not(:last-child) {
    margin-right: 0.5rem; }

.kc-add .split-wrap > * {
  flex-basis: 34%;
  margin: 0; }
.kc-add .split-wrap > * + * {
  flex-basis: 60%; }
.kc-add input[type="checkbox"] {
  margin-right: 2px; }
.kc-add label {
  margin-right: 0.5rem !important; }

.split-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

@media screen and (max-width: 900px) {
  .split-custom-pagination {
    flex-direction: row !important; } }
@media screen and (max-width: 665px) {
  .split-custom-pagination .result {
    order: 1; }
  .split-custom-pagination .pagination {
    order: 3; }
  .split-custom-pagination .sort-by {
    order: 2; }
    .split-custom-pagination .sort-by .serif-bold {
      padding: 3px 5px 3px 0; } }
.region {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem; }

.pt-0 {
  padding-top: 0; }

.pg-h {
  min-height: 61vh; }

.tile-view {
  padding-top: 2px;
  margin-left: 2px; }
  .tile-view .grid-view, .tile-view .list-view {
    color: #acabab;
    padding-left: 1px;
    padding-right: 0.4px; }
    .tile-view .grid-view.active, .tile-view .list-view.active {
      color: #000000; }
      .tile-view .grid-view.active:hover, .tile-view .list-view.active:hover {
        color: #ffffff; }
  .tile-view .material-icons-outlined {
    padding-left: 1px;
    padding-right: 0.45px; }

.intro-image a:hover {
  background-color: transparent !important; }

.text-colon a:hover {
  text-decoration: none; }

.text-link, .intro > * + * > *:nth-of-type(1) a {
  text-decoration: underline !important; }
  .text-link:hover, .intro > * + * > *:nth-of-type(1) a:hover {
    text-decoration: none !important;
    color: #1e1e1e; }

.reset-before ul > li:before {
  display: none; }

.side-gap > * + * {
  margin-left: 3rem; }
.side-gap .tag span {
  padding-inline-end: 6px; }

.obj-responsive {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  min-height: 90em; }

input#kckeywords {
  background: #ffffff;
  border-bottom: 1px solid #000000;
  padding-left: 2rem; }
  input#kckeywords:focus {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #000000; }

#all-sections .categories {
  display: block; }
  #all-sections .categories .header:not(:nth-of-type(1)) {
    margin-top: 1rem; }

#kc-custom-extra-filters {
  width: 65%;
  position: relative; }
  #kc-custom-extra-filters > * {
    margin-right: 3rem; }
  #kc-custom-extra-filters .select2-container--default .select2-selection--single {
    background-color: #ffffff !important;
    border-bottom: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    margin-top: 0px !important; }
    #kc-custom-extra-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #000000 transparent transparent transparent !important;
      border-width: 6px 6px 0 6px !important;
      top: 85% !important; }
  #kc-custom-extra-filters .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 28px;
    padding-left: 10px; }
  #kc-custom-extra-filters #outside-sections .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1px; }
  #kc-custom-extra-filters .select2-container .select2-selection--single {
    height: 45px !important; }
  #kc-custom-extra-filters .select2-container:focus, #kc-custom-extra-filters .select2-selection--single:focus {
    outline: none; }
  #kc-custom-extra-filters .select2-dropdown .select2-dropdown--below {
    background-color: #ffffff !important; }

.flx-1 .field button[aria-expanded="true"],
#kc-custom-extra-filters .select2-container--default .select2-selection--single[aria-expanded="true"] {
  background-color: #ffffff !important;
  border: none !important; }

.flx-1 .field button,
#kc-custom-extra-filters .select2-container--default .select2-selection--single {
  padding-left: 0;
  padding-right: 0; }
  .flx-1 .field button:focus,
  #kc-custom-extra-filters .select2-container--default .select2-selection--single:focus {
    outline: none; }

.flx-1 .field button {
  padding-right: 30px;
  position: relative; }

#mainFilterToggle, .categories:first-child {
  width: auto; }

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option {
  color: #1e1e1e !important;
  font-size: 1rem !important; }

.select2-container--default .select2-selection--single {
  background-color: #ededed !important;
  border: 1px dotted #000000 !important;
  border-radius: 0 !important;
  margin-top: -3px !important; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 1.3em !important;
    position: absolute;
    right: 0px !important;
    top: -1px !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -7px !important;
    margin-top: -2px !important; }

.select2-dropdown {
  background: #ededed !important;
  border-radius: 0 !important;
  border: 1px solid #000000 !important; }

li.select2-results__option {
  padding: 8px 10px !important; }
  li.select2-results__option:before {
    display: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000 !important;
  color: #ffffff !important; }

.select2-results__options--nested li {
  list-style: none;
  padding-left: 20px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px !important; }

.select2-container--default .select2-results__group {
  padding: 0 !important; }

.select2-container--open .select2-dropdown--below {
  min-width: 300px !important; }

#outside-sections .sub-facet {
  border: 1px solid #acabab;
  padding: 10px 16px;
  background: #ededed;
  margin-top: 2.8rem;
  position: absolute;
  z-index: 9;
  width: 50%;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden; }

#outside-sections .dropdown, #outside-sections .btn-group {
  position: inherit; }

.reg-min-vh {
  min-height: 80vh; }

.no-border {
  border: none; }

.checkbox-inline {
  padding-left: 30px !important;
  margin: 0 !important;
  display: block; }

.form-group input[type=checkbox], input[type=radio] {
  display: inline-block !important; }

.download-options {
  background: #ededed;
  border: none; }
  .download-options a:hover, .download-options a:active {
    color: #1a1a1a;
    outline: none;
    background-color: transparent; }
  .download-options li a {
    padding-left: 5px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    display: block; }
    .download-options li a:hover {
      background: #000000;
      color: #ffffff; }

.no-border a:focus {
  text-decoration: none; }

.icn-text a {
  text-decoration: none; }
  .icn-text a:hover, .icn-text a:focus {
    color: #1a1a1a;
    outline: noneR;
    background-color: transparent; }
  .icn-text a span:nth-child(2) {
    vertical-align: top;
    font-size: 1rem; }
    .icn-text a span:nth-child(2):hover {
      text-decoration: underline;
      color: #1a1a1a; }

#legacy-collection-search-submit {
  display: none; }

#copyright_filter {
  clear: both; }

.text-colon > * {
  padding-left: 0.1em;
  text-decoration: none; }
  .text-colon > * > * {
    position: relative;
    text-decoration: underline; }
  .text-colon > *:not(:last-child) {
    padding-right: 0.3em; }
    .text-colon > *:not(:last-child) > *:before {
      content: ";";
      color: #1a1a1a;
      font-size: 1rem;
      position: absolute;
      right: -5px !important; }

.dynamic-content ul {
  margin-top: 0.3rem; }
  .dynamic-content ul > li {
    padding-left: 1.5rem !important; }

.more-less {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .more-less a {
    display: flex;
    text-decoration: none; }
    .more-less a i {
      font-size: 1.5rem; }

@media screen and (max-width: 575.98px) {
  .tile {
    flex-direction: column; }

  .tile-view {
    display: none; }

  .tile-info {
    margin: 0.5rem 0 0 0 !important; }

  .mg-md-top {
    margin-top: 0.5rem; }

  .tile .tile-image {
    max-width: 150px; }

  .tiles-grid > * {
    width: 100% !important;
    margin: 0 0 1rem 0;
    display: flex; }

  .tiles-list > * .tile-info {
    margin: 0.5rem 0 0 0 !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .intro-image {
    display: none; } }
@media (max-width: 900px) {
  h1.heading {
    font-size: 2.25rem; }

  .split-pair {
    flex-direction: column; }
    .split-pair > *:not(:last-child) {
      margin-bottom: 1.5rem; }

  .dropdown-menu-right {
    left: 0;
    right: auto;
    top: 85%; }

  .tile .tile-image {
    max-width: 170px;
    margin-top: 0px; }

  .side-gap > * + * {
    margin-left: 0;
    margin-top: 1rem; }

  .flx-1 .field button {
    border-bottom: 1px solid #000000; }

  #kc-custom-extra-filters .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #000000 !important; }

  #kc-custom-extra-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 59% !important; }

  #kc-custom-extra-filters > * {
    margin-right: 0; }

  .sub-field {
    width: 100%; }

  #outside-sections .sub-facet {
    width: 100%; }

  .drop-navigate {
    padding-top: 0; }

  div[role=main] {
    margin-bottom: 22%; }

  #mainFilterToggle, .categories:first-child {
    width: 100%; }

  #suggest-resource .modal-lg, #suggest-resource .modal-body {
    width: 95%; }
  #suggest-resource .modal-body {
    position: relative; }
  #suggest-resource .close {
    right: -3px; }
  #suggest-resource .col-sm-3 {
    width: 50%; }
  #suggest-resource #frmSuggest .text-center {
    justify-content: flex-start; }

  .intro .dropdown-menu {
    margin-top: 0.5%; } }
@media (min-width: 992px) and (max-width: 1289.98px) {
  h1.heading {
    font-size: 2.25rem; } }
@media (max-width: 1200px) {
  .tiles-grid > * {
    width: 47%; }

  .tiles-grid > *:nth-child(2n) {
    margin: 0 0 2em 0; }

  .img-right {
    display: none; }

  .wrapper {
    padding: 2rem; }

  #kc-custom-extra-filters {
    width: 90% !important; }

  div[role=main] {
    margin-bottom: 15%; }

  div.threeColumnTbl#embed div.column1, div.threeColumnTbl#embed div.column2 {
    width: 90% !important; }

  div.threeColumnTbl#embed div.column2 {
    margin-top: 2rem; }
    div.threeColumnTbl#embed div.column2 br {
      display: none; }

  div.threeColumnTbl#embed div.column3 {
    width: 100% !important;
    margin: 2rem 0; }

  #embed-widget .modal-lg {
    margin: 2rem auto;
    width: 90%; } }
@media (min-width: 1290px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto; }

  h1.heading {
    font-size: 3rem;
    line-height: 1.333; } }

/*# sourceMappingURL=kc2.css.map */
