/* 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; }

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

/* 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: 10px !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; }

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

.base {
  font-family: "Algebra Web", "Georgia", serif; }

.base-bold {
  font-family: "Algebra Web", "Georgia", serif;
  font-weight: 600; }

.serif {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400; }

.serif-bold {
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
  font-size: 1rem; }

.bg-primary {
  background-color: #febe10; }

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

.flx-2 {
  flex: 2;
  position: relative; }

.flx-1 {
  flex: 1;
  position: relative; }

.flx-mini {
  flex: 0.6;
  position: relative; }

.mg-tn-top {
  margin-top: 0.2rem; }

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

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

.header-line {
  border-bottom: 1px solid #faa21b; }

.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;
  max-width: 30ch; }

h1, h2 {
  font-family: "Algebra Web", "Georgia", serif; }

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

.content a, .content a:hover, .content a:visited {
  text-decoration: none;
  border-bottom: none !important;
  color: #1e1e1e !important; }

.social li:before {
  display: none; }

.intro > * + * > *, .intro .intro p {
  max-width: 65ch;
  line-height: 1.5; }
.intro .img-right * {
  text-align: right;
  font-size: 0.875rem;
  max-width: 300px; }
.intro .img-right *:not(:last-child) {
  padding-bottom: 0.5rem; }
.intro .img-right a {
  max-width: 300px;
  display: inline;
  text-decoration: underline; }
  .intro .img-right a :hover {
    text-decoration: none; }
.intro .img-bottom {
  max-width: 180px;
  margin-top: 1rem; }
.intro #kc-description a, .intro #kc-description-trunc a {
  text-decoration: underline; }
  .intro #kc-description a:hover, .intro #kc-description-trunc a:hover {
    text-decoration: none;
    background: #febe10; }

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

.tiles-grid > * {
  width: 21.25%;
  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-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem !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-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif; }
.side-bar ul:not(:first-child) a {
  text-decoration: underline; }
  .side-bar ul:not(:first-child) a:hover {
    text-decoration: none; }

footer li {
  padding-left: 0; }
  footer li a {
    font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
    font-size: 1rem; }
    footer li a:hover {
      text-decoration: underline; }
footer .split-wrap {
  margin: 0.5em 0; }
  footer .split-wrap > *:not(:last-child) {
    margin-right: 3rem; }

.brand {
  display: block;
  max-width: 160px;
  border-bottom: none; }
  .brand:hover {
    background-color: transparent;
    border-bottom: none; }

div[role=main] {
  min-height: 70vh; }

.field {
  width: 100%; }
  .field button {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ac9f9b !important;
    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: 5px;
    right: 6px; }

.sub-field {
  border: 1px solid #000000;
  padding: 10px;
  background: #efefef;
  margin-top: -1px;
  position: absolute;
  z-index: 9;
  width: 100%; }

.checkbox-inline {
  padding: 2px 8px 1px 28px !important; }
  .checkbox-inline input[type="checkbox"] {
    position: absolute !important;
    margin-left: -28px !important;
    margin-top: 1px !important; }

.checkbox-inline:not(:first-child) {
  padding: 12px 8px 1px 28px !important; }

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

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

#outside-sections .sub-facet {
  border: 1px solid #000000;
  padding: 10px;
  background: #efefef;
  margin-top: 2.75rem;
  position: absolute;
  z-index: 9;
  width: 100%;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden; }
  #outside-sections .sub-facet .header {
    font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif !important;
    font-size: 1rem !important;
    font-weight: normal !important;
    margin-top: 0.5rem; }
    #outside-sections .sub-facet .header:not(:first-child) {
      margin-top: 1rem; }

#outside-sections .field button {
  border-bottom: 1px solid #000000 !important; }

#kc-custom-extra-filters .flx-2 input {
  height: 45px; }

.form-group .header {
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif !important;
  font-weight: normal !important;
  font-size: 1rem !important;
  margin: 0.1rem 0 0rem 0; }

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

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

.icon-button a:hover {
  background: transparent; }
.icon-button .material-icons:hover {
  background: #febe10; }

button.dropdown-trigger {
  position: relative;
  cursor: pointer;
  background: #efefef;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  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: #efefef;
      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.5em 1em;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  display: block; }
  .dropdown-menu li > a:hover {
    background: #000000;
    color: #ffffff !important; }

.drop-navigate {
  height: 30px; }

.dropdown-menu .menu-list {
  border-top: 1px solid #efefef;
  margin-top: 5px; }

#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; }
  #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 !important; }
#all-sections button[aria-expanded="true"] {
  background-color: #efefef !important;
  border: none !important; }
#all-sections .form-group {
  margin: 0; }

#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: 4px 8px 1px 0; }

.intro .dropdown-menu li > a {
  padding: 0.5em 1em;
  display: block; }
.intro .dropdown-menu .menu-head a {
  padding-bottom: 0;
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  .intro .dropdown-menu .menu-head a:hover {
    cursor: initial;
    background: #ffffff;
    color: #000000 !important; }
.intro .dropdown-menu li.indent a {
  padding: 0.3em 1em 0.3em 2em; }

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 {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  display: inline-block;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  color: #1e1e1e; }
  .tag li {
    font-size: 1rem; }
  .tag a {
    padding-inline-end: 4px;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }
    .tag a:hover {
      background-color: #febe10; }
    .tag a * {
      vertical-align: middle;
      font-size: 1rem;
      margin-top: -1.5px; }
    .tag a.downloadEvent {
      padding: 3px 10px; }

.searched-tags > * > * {
  border: 1px dotted #000000;
  padding: 2px 5px 2px 8px;
  margin-bottom: 0.5rem;
  border-radius: 0;
  background: #ffffff; }
  .searched-tags > * > *:hover {
    color: #ffffff !important;
    background-color: #000000; }
  .searched-tags > * > * a {
    padding-inline-start: 4px; }
    .searched-tags > * > * a:hover {
      background: none; }
    .searched-tags > * > * a * {
      color: #ac9f9b; }

.clear-all {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  width: 100%;
  display: block;
  font-size: 1rem;
  text-decoration: underline; }

.neutral-tag {
  display: table; }
  .neutral-tag a {
    background-color: #efefef;
    padding: 0.2em 0.5em; }
    .neutral-tag a:hover {
      background-color: #efefef !important; }
    .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; }

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

.intro .divider {
  display: block;
  border: none;
  margin: 0 !important; }

.tile .tile-image {
  height: auto;
  max-width: 247px;
  position: relative; }
  .tile .tile-image img {
    outline: 1px solid #efefef; }
  .tile .tile-image .ribbon {
    background-color: #000000;
    color: #ffffff;
    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-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
  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;
    max-width: 100% !important; }
    .tile .tile-info .tile__title a {
      text-decoration: none; }
    .tile .tile-info .tile__title a:hover {
      background-color: #febe10;
      text-decoration: none;
      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 #ac9f9b;
  margin-top: .7rem !important;
  margin-bottom: .3rem !important; }

.pagination {
  margin: 0; }
  .pagination li:before {
    display: none; }
  .pagination li > a {
    border: none;
    padding: 0;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    font-size: 1rem;
    padding: 0 6px; }
  .pagination li.active a {
    text-decoration: underline;
    background: none; }
    .pagination li.active a:hover {
      background: none; }
  .pagination li.disabled a {
    color: #ac9f9b !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 3em; }
.modal-dialog .modal-title {
  font-family: "Algebra Web", "Georgia", serif;
  font-weight: 400;
  font-size: 1.5rem; }
.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;
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif !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-reports li:before {
  display: none; }
.modal-dialog #issuelab-widget-demo {
  padding: 0; }
  .modal-dialog #issuelab-widget-demo h1 {
    font-size: 1.5rem;
    color: #1e1e1e; }
.modal-dialog div.threeColumnTbl#embed {
  padding: 0; }
.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 a:nth-child(2) {
    font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif; }
  .modal-dialog ul#issuelab-reports > li.issuelab-vertical .issuelab-meta {
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    color: #1e1e1e; }
  .modal-dialog ul#issuelab-reports > li.issuelab-vertical a.issuelab-title {
    color: #1e1e1e; }
  .modal-dialog ul#issuelab-reports > li.issuelab-vertical a:last-child {
    display: block; }
    .modal-dialog ul#issuelab-reports > li.issuelab-vertical a:last-child:before {
      display: none; }

#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; }

.modal-dialog ul#issuelab-reports > li.issuelab-vertical a.issuelab-title {
  display: inline-block; }
  .modal-dialog ul#issuelab-reports > li.issuelab-vertical a.issuelab-title:hover {
    text-decoration: underline;
    background-color: transparent !important; }
  .modal-dialog ul#issuelab-reports > li.issuelab-vertical a.issuelab-title:before {
    display: none; }
.modal-dialog ul#issuelab-reports > li.issuelab-vertical a.issuelab-image {
  margin-bottom: 0; }

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

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

#issuelab-nav #issuelab-prev, #issuelab-nav #issuelab-next {
  padding: 6px 8px !important;
  background: #000000;
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
  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;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif !important; }

nav#issuelab-nav > ul > li#issuelab-page-info {
  color: #000 !important;
  padding-top: 10px !important; }

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: #efefef; }
  .demoWrapper .loadingOverlay.loading img {
    display: block; }

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

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

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

.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 !important;
  cursor: pointer; }

#suggest-resource .modal-lg {
  width: 65%;
  margin-top: 3rem; }
#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 {
  border-radius: 0;
  font-size: 1rem;
  margin: 0;
  padding: .75rem 1rem .5rem;
  width: 100%;
  color: #1e1e1e;
  background-color: #efefef;
  border: none;
  border-bottom: 1px solid #000000;
  box-shadow: none; }
#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;
  cursor: pointer; }
  #frmSuggest .file_upload .btn_file_design small {
    padding-right: 0.5rem;
    margin-top: 0.1rem; }
  #frmSuggest .file_upload .btn_file_design .color_text {
    color: #1e1e1e;
    font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
    font-size: 1rem; }
  #frmSuggest .file_upload .btn_file_design:hover {
    background-color: #febe10; }
  #frmSuggest .file_upload .btn_file_design #fileupload {
    z-index: 0;
    width: 202px;
    padding: 0;
    height: 47px;
    cursor: pointer; }
#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: #febe10 !important;
      color: #1e1e1e !important; }
#frmSuggest .col-sm-9 .text-center {
  text-align: right; }

.wrapper {
  max-width: 1200px;
  border-left: 1px solid #faa21b;
  padding: 2rem 0 2rem 2rem; }

.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; }
  .split-pair > *:not(:last-child) {
    margin-right: 1rem; }

@media only screen and (max-width: 900px) {
  .split-pair {
    flex-direction: column; }
    .split-pair > *:not(:last-child) {
      margin-right: 0;
      margin-bottom: 1rem; }

  .dropdown-menu-right {
    left: 0;
    right: auto; } }
.list-pair {
  font-size: 1rem;
  max-width: 80%;
  font-weight: 600; }
  .list-pair ul > li {
    margin-bottom: 1em !important; }
    .list-pair ul > li a {
      display: inline; }
    .list-pair ul > li:before {
      background: transparent !important; }

.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; }

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

@media screen and (max-width: 900px) {
  .split-custom-pagination {
    flex-direction: row !important; } }
@media screen and (max-width: 665px) {
  .split-custom-pagination p {
    order: 1; }
  .split-custom-pagination div:nth-child(2) {
    order: 3; }
  .split-custom-pagination div:nth-child(3) {
    order: 2; } }
.region {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem; }

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

.tile-view {
  padding-top: 2px;
  margin-left: 2px; }
  .tile-view .grid-view, .tile-view .list-view {
    color: #ac9f9b;
    padding: 0 0.5px 0 1px !important;
    margin: 0;
    border: none;
    width: auto !important;
    background: transparent !important; }
    .tile-view .grid-view.active, .tile-view .list-view.active {
      color: #000000;
      padding: 0 0.5px 0 1px !important; }
      .tile-view .grid-view.active:hover, .tile-view .list-view.active:hover {
        color: #ffffff; }

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

.text-link {
  text-decoration: underline !important; }
  .text-link:hover {
    text-decoration: none !important; }

.explore li a {
  font-size: 1rem; }

a#description-show-more {
  text-decoration: none !important; }

#cell_description ul > li {
  padding-left: 2rem !important; }

.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; }

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

#kc-custom-extra-filters .select2-container--default .select2-selection--single {
  background-color: #efefef !important;
  border-bottom: 1px solid #000000 !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; }
#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; }

.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: 1px dotted #000000 !important; }

.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-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif !important;
  font-size: 1rem !important; }

.select2-container--default .select2-selection--single {
  background-color: #efefef !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: #efefef !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; }

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

.no-border {
  border: none; }

#kc-custom-extra-filters div:nth-child(2) div:nth-child(1) button.collapsed {
  border-bottom: 1px solid #000 !important; }

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

.download-options {
  background: #efefef;
  border: none; }
  .download-options li:hover {
    background-color: #febe10; }
  .download-options li a {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    display: block; }
    .download-options li a:hover {
      background-color: transparent; }

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

#clear-all-span {
  text-decoration: underline; }
  #clear-all-span:hover {
    background-color: #febe10;
    text-decoration: none; }

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

#description-show-more span {
  vertical-align: middle;
  font-size: 20px;
  margin-top: -2px; }

.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; }

.section_filter + .form-group {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif; }

.section_filter + .form-group b {
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif; }

@media screen and (max-width: 575.98px) {
  .wrapper {
    margin-left: 20px;
    padding: 2rem 1.25rem 1rem 1.25rem; }

  .tile {
    flex-direction: column; }

  .tile-view {
    display: none; }

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

  .tiles-list > * .tile-info {
    margin: 0.5rem 0 0 0 !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .wrapper {
    margin-left: 20px;
    padding: 2rem 1.25rem 1rem 1.25rem; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .wrapper {
    margin-left: 40px;
    margin-right: 40px; } }
@media (max-width: 768px) {
  h1.heading {
    font-size: 1.5rem !important;
    line-height: 1.5 !important; }

  .img-bottom {
    display: none; }

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

  footer .split-wrap {
    flex-direction: column; }
    footer .split-wrap > * {
      margin-bottom: 1rem !important; } }
@media (max-width: 900px) {
  .side-gap > * + * {
    margin-left: 0;
    margin-top: 1rem; }

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

  #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) {
  .wrapper {
    margin-left: 40px;
    margin-right: 40px; }

  h1.heading {
    font-size: 2.25rem;
    line-height: 1.333;
    max-width: 40ch; } }
@media (max-width: 1278px) {
  .img-right {
    display: none; }

  .intro > * + * > *, .intro p {
    max-width: 80ch; } }
@media (max-width: 1200px) {
  .tiles-grid > * {
    width: 47%; }

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

  h1.heading {
    font-size: 2.25rem;
    line-height: 1.333;
    max-width: 40ch; }

  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=special-collection.css.map */
