/**********************
 * VIEW MODE: CARD 
 * Note that styles will cascade down to embedded terms within this card.
 **********************/

.taxonomy-term--type-organizations.taxonomy-term--view-mode-card .grid-2 {
  row-gap: 35px;
}

  /* Show member first, then org info, followed by any other members. */
  .taxonomy-term--type-organizations.taxonomy-term--view-mode-card .jurisdiction--members-info-wrap > div:nth-child(2) {
      order: -1;
    }

  .taxonomy-term--type-organizations.taxonomy-term--view-mode-card .jurisdiction--group {
    margin-bottom: 35px;
  }
    .taxonomy-term--type-organizations.taxonomy-term--view-mode-card .jurisdiction--group h3 {
      font-family: roboto,sans-serif;
      font-size: 20px;
      line-height: 24px;
      font-weight: 800;
      text-transform: uppercase;
      border-bottom: 1px #060606 solid;
      padding-bottom: 8px;
      margin-bottom: 25px;
    }

    .taxonomy-term--type-organizations.taxonomy-term--view-mode-card .jurisdiction--group h4 {
      font-size: 1.25em;
    }


/**********************
 * VIEW MODE: EMBEDDED
 * Usually embedded inside a Card.
 **********************/

.taxonomy-term--type-organizations.taxonomy-term--view-mode-embedded {
  background-color: #ebebeb;
  padding: 20px;
}

  .taxonomy-term--type-organizations.taxonomy-term--view-mode-embedded .group-social {
    margin-top: 8px;
  }

  .taxonomy-term--type-organizations.taxonomy-term--view-mode-embedded .group-social > .field {
    display: inline-block;
  }
  .taxonomy-term--type-organizations.taxonomy-term--view-mode-embedded .group-social > .field a {
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background-size: 25px;
  }
    .social--facebook {
      background: transparent url(../../images/icon-social-facebook.svg) center center no-repeat;
    }
    .social--twitter {
      background: transparent url(../../images/icon-social-twitter.svg) center center no-repeat;
    }
    .social--youtube {
      background: transparent url(../../images/icon-social-youtube.svg) center center no-repeat;
    }

  .taxonomy-term--type-organizations.taxonomy-term--view-mode-embedded .group-social > .field + .field {
    margin-left: 8px;
  }

  .jurisdiction--update {
    margin-top: 12px;
    font-size: 0.8em;
  }
    .jurisdiction--update div {
      line-height: 1;
    }
    .jurisdiction--update .label {
      margin-bottom: 0;
    }
    .jurisdiction--update a:after {
      content: '';
      margin-left: 6px;
      display: inline-block;
      width: 5px;
      height: 12px;
      background: transparent url(../../images/arrow-right-blue.svg) right bottom no-repeat;
      background-size: 5px;
    }
