
/* ============================================= */
/* ============== DESKTOP STYLES ================ */
/* ============================================= */

main #maps.data-tools {
  padding-block: 4em 7em;
}

#maps .map-popup.institutions h2 {
  font-size: 1.6875em;
}

#maps .table-insert tbody a:is(:hover, :focus) {
  background-image: url('/wp-content/themes/wpcode-v2/images/icons/arrow-right-white.svg');
  background-color: #2A3B4B;
  color: #FFF;
}

#private-institutions {
  padding-block: 5em;
}

#submit-data {
  padding-block: 6em 5em;
}

#submit-data .wrap {
  max-width: 57.8125em;
}


/* ALL STATES ------------- */
#all-states {
  padding-block: 4em 3em;
}

#all-states h2 {
  font-size: 2.125em;
}

#all-states #ajax {
  padding-top: 6em;
  position: relative;
}

#all-states #ajax::before {
  background-image: url('/wp-content/themes/wpcode-v2/images/bg-plus.png');
  background-repeat: repeat-x;
  background-position: center top;
  content: '';
  height: 5em;
  left: -100%;
  position: absolute;
  right: -100%;
  top: 0;
}

#all-states .state {
  margin: 0 0 1em;
}

#all-states h3 {
  font-size: 1.875em
}

#all-states h3>a:is(:hover, :focus) {
  color: #CC6666;
}

/* ALL STATES FILTERS ------------- */

#clear-filters:is(:hover, :focus) {
  border-color: #FFF;
}

#filter-definitions {
  margin: 0 0 2em;
}

#show-filters {
  font-size: 1.25em;
}

#show-filters:is(:hover, :focus) {
  background-color: #CC6666;
}

#filter-definitions>div {
  padding: 1.5em 2.5em 2em;
}

#filter-definitions .column {
  max-width: 27.1875em;
  width: calc(50% - 1em);
}

#filter-definitions .column > div:not(:last-of-type) {
  margin: 0 0 1.5em;
}


/* INDIVIDUAL STATE PAGE ------------- */
.anchor {
  position: relative;
  top: -7em;
}

.list {
  padding-block: 6em;
}

.list h2 {
  font-size: 2.125em;
}

#access-info .highlight {
  padding: 1.5em 2.5em 1.5em 1.5em;
}

#access-info .highlight {
  align-items: center;
  display: flex;
}

#access-info .highlight>div:first-child {
  margin-right: clamp(1.5rem, 0.563rem + 2vw, 2.313rem);
  max-width: 10.5em;
}

#access-info .highlight>address {
  margin-right: auto;
}

#access-info .highlight>address .usa {
  display: block;
}

#access-info .highlight>address + div {
  margin-left: clamp(1.5rem, 0.563rem + 2vw, 2.313rem);
}

#access-info h3 {
  font-size: 1.875em;
}

#access-info ul:not(.table) {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#access-info ul:not(.table) li {
  border-right: 2px solid #F3F6F8;
  width: 33.33%;
}

#access-info ul:not(.table) li:nth-child(3n+3) {
  border-right: 0;
}

#access-info .question::before,
#access-info .answer::before,
#access-info :is(.question, .answer)>p {
  font-size: 1.25em;
}

#see-more.list .wrap {
  max-width: 57.8125em;
}

#submit-data p>a:is(:hover, :focus) {
  color: rgba(255,255,255,.75);
}




/* OVERRIDES FOR: single-taxononomy-funding-institution-state.php: */

#access-info .legend {
  display: flex;
}

#access-info :is(.legend, ul.table li)>div:nth-child(1) {
  align-items: start;
  display: flex;
  justify-content: center;
  width: 10%;
}

#access-info :is(.legend, ul.table li)>div:nth-child(2) {
  width: 47%
}

#access-info :is(.legend, ul.table li)>div:nth-child(3) {
  width: 43%
}

#access-info ul.table li>div {
  padding: .75em 1.3125em;
}

/* Borders */
#access-info ul.table li>div {
  border: 1px solid rgba(var(--ws-slate-rgb), .25);
}

#access-info ul.table li>div {
  border-left: 0;
}

#access-info ul.table li>div:last-child {
  border-right: 0;
}

#access-info ul.table li:not(:first-child)>div {
  border-top: 0;
}




/* ------====== WS-INSTITUTIONS & WS-REFUGEE-HUB SHARED DESKTOP STYLESHEET ======----- */
