@charset "UTF-8";
main#page_content {
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  min-height: calc(100vh - 440px);
  background-color: var(--content-bg); }
  main#page_content h2 {
    margin: 0 0 1.5rem 0;
    font-size: 1.25rem;
    font-weight: bold; }
  main#page_content a.file-link[href$=".pdf"] {
    white-space: nowrap; }
    main#page_content a.file-link[href$=".pdf"] span {
      display: inline-block;
      white-space: normal; }
    main#page_content a.file-link[href$=".pdf"]:before {
      content: "\e022";
      font-size: 1.25rem;
      vertical-align: top;
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      margin-right: 0.375rem;
      border: none; }
    main#page_content a.file-link[href$=".pdf"]:after {
      border: none; }
  main#page_content a.image-link:after {
    border: none; }
  main#page_content a.file-link[href$=".pdf"]
a.list-group-item[href$=".pdf"] {
    color: var(--purple); }
  main#page_content div.content-item:first-child {
    margin-top: 3rem; }

div.content-item {
  margin-bottom: 4rem; }
  div.content-item.not-published {
    background-color: rgba(255, 0, 0, 0.1); }
    div.content-item.not-published:before {
      display: block;
      content: "Not Published";
      color: var(--text-error);
      padding: 0.5rem;
      text-align: right;
      font-weight: bold; }
  div.content-item div.content-item-title a[target]:hover,
  div.content-item div.content-item-text a[target]:hover {
    border-bottom: 1px solid; }
  div.content-item div.content-assets > div {
    margin: 1.5rem 0; }
  div.content-item div.content-item-title {
    margin-bottom: 0.5rem; }
    div.content-item div.content-item-title h3 {
      font-size: 1.5rem;
      line-height: 1.25;
      font-weight: bold;
      margin: 0 0 0.5rem 0; }
    div.content-item div.content-item-title p {
      font-size: 1.125rem;
      margin: 0.5rem 0 0 0; }
  div.content-item div.content-item-text {
    margin-top: 0.85rem;
    hyphens: auto; }
    div.content-item div.content-item-text hr.new-column {
      display: none; }
  div.content-item div.content-item-columns div:first-child div.content-assets:first-child > div:first-child {
    margin-top: 0; }
  div.content-item div.content-item-columns div:first-child div.content-assets:last-child > div:last-child {
    margin-bottom: 0.5rem; }
  div.content-item div.content-item-columns > div img {
    border-radius: 1rem; }
  div.content-item div.content-item-columns div.content-item-text.css-columns {
    columns: 15rem 2;
    column-gap: 3rem; }
    div.content-item div.content-item-columns div.content-item-text.css-columns p {
      break-inside: avoid; }
    div.content-item div.content-item-columns div.content-item-text.css-columns div.asset {
      break-inside: avoid; }
      div.content-item div.content-item-columns div.content-item-text.css-columns div.asset * {
        break-inside: avoid; }
    div.content-item div.content-item-columns div.content-item-text.css-columns hr.new-column {
      break-before: column;
      -webkit-column-break-before: always;
      break-inside: avoid;
      border: none;
      margin: 0;
      display: block; }
  div.content-item hr.image-assets,
  div.content-item hr.other-assets {
    display: none; }
  div.content-item div.content-item-columns:not(.text-css-columns) {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem; }
    div.content-item div.content-item-columns:not(.text-css-columns) > div {
      flex-grow: 1;
      width: calc(50% - 1.5rem);
      min-width: 25rem; }
      div.content-item div.content-item-columns:not(.text-css-columns) > div.content-item-text {
        margin-top: 0; }

@media (max-width: 1000px) {
  div.content-item div.content-item-columns > div.content-item-text:first-child:last-child {
    columns: initial; }
  div.content-item div.content-item-columns > div:first-child {
    margin-bottom: 1rem; } }

@media (max-width: 920px) {
  div.content-item div.content-item-columns > div.content-item-text.css-columns {
    columns: revert; } }

@media (max-width: 640px) {
  div.content-item div.content-item-columns div.content-item-text.css-columns {
    columns: revert;
    column-gap: revert; } }

div.content-item-text table tr td {
  vertical-align: top;
  padding-right: 2rem; }
  div.content-item-text table tr td:last-child {
    padding-right: 0; }

div.content-item-text div.content-assets > div {
  margin: 0 0; }

body[data-path="membership"] table tr td:first-child {
  white-space: nowrap;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none; }

@media (max-width: 1000px) {
  body[data-path="membership"] table tr td:first-child {
    white-space: normal; } }

div.content-item p {
  margin: 0 0 0.75rem 0; }

div.content-item a {
  color: var(--text-link); }
  div.content-item a:hover {
    color: var(--text-link-hover); }

div.content-item img {
  max-width: 100%;
  height: auto; }

div.content-item ul, div.content-item ol {
  margin: 0 0 0.75rem 0.25rem;
  padding: 0 0 0 1rem; }

div.content-item ul li p, div.content-item ol li p {
  margin-bottom: 0; }

div.content-item hr {
  margin: 1.5rem 0;
  border: none;
  border-top: 1px solid var(--purple); }

div.content-item h4 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

div.content-item h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

div.content-item h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem; }

div.content-item sup {
  font-size: 0.66em; }

div.content-item:not(.content-item-card) div.title-addition {
  margin-bottom: 2rem; }

div.content-item.content-item-card {
  border-radius: 1.5rem;
  overflow: hidden; }
  div.content-item.content-item-card > div.top,
  div.content-item.content-item-card > div.bottom > div {
    padding: 1.25rem 1.5rem; }
  div.content-item.content-item-card.card-colors > div.top {
    background-color: var(--top-bg); }
  div.content-item.content-item-card.card-colors > div.bottom {
    background-color: var(--bottom-bg); }
  div.content-item.content-item-card.card-colors a {
    color: var(--link-text); }
    div.content-item.content-item-card.card-colors a:hover {
      color: var(--link-text-hover); }
  div.content-item.content-item-card div.content-item-title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    column-gap: 3rem; }
    div.content-item.content-item-card div.content-item-title > * {
      width: calc(50% - 1.5rem);
      flex-grow: 1;
      min-width: 25rem; }
    div.content-item.content-item-card div.content-item-title h3 {
      margin-bottom: 0; }
    div.content-item.content-item-card div.content-item-title div.title-addition p:first-child {
      margin-top: 0.225rem; }
  div.content-item.content-item-card.item-collapse {
    position: relative; }
    div.content-item.content-item-card.item-collapse div.top {
      position: relative;
      cursor: pointer;
      padding-right: 24px; }
      div.content-item.content-item-card.item-collapse div.top div.title-addition {
        padding-right: 2.5rem; }
    div.content-item.content-item-card.item-collapse div.top:after {
      position: absolute;
      right: 1.5rem;
      top: 1.5rem;
      font-size: 1.5rem;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      bottom: auto;
      content: "\e113"; }
    div.content-item.content-item-card.item-collapse div.bottom {
      transition: height 0.3s linear; }
    div.content-item.content-item-card.item-collapse.is-collapsed {
      cursor: pointer; }
      div.content-item.content-item-card.item-collapse.is-collapsed div.top:after {
        content: "\e114"; }
      div.content-item.content-item-card.item-collapse.is-collapsed div.bottom {
        height: 0; }
    div.content-item.content-item-card.item-collapse div.col2-title:focus + div.col2-content {
      height: auto; }
    div.content-item.content-item-card.item-collapse div.col2-content:hover {
      height: auto; }

/* Content Buttons */
div.content-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem -1rem; }
  div.content-buttons:after {
    content: "";
    flex-grow: 1000000000; }
  div.content-buttons div.content-button {
    position: relative;
    width: 33%;
    min-width: 18.75rem;
    flex-grow: 1;
    font-size: 1rem; }
    div.content-buttons div.content-button a[target]:hover {
      text-decoration: none; }
    div.content-buttons div.content-button a.content-button-inner,
    div.content-buttons div.content-button div.content-button-inner {
      display: block;
      margin: 1rem;
      border-radius: 1.5rem;
      padding: 1.25rem 1.5rem 1.25rem 1.5rem;
      overflow: hidden;
      background-color: var(--bottom-bg);
      background-size: cover; }
      div.content-buttons div.content-button a.content-button-inner div.tag-label,
      div.content-buttons div.content-button div.content-button-inner div.tag-label {
        margin-top: -0.25rem; }
      div.content-buttons div.content-button a.content-button-inner h1, div.content-buttons div.content-button a.content-button-inner h2, div.content-buttons div.content-button a.content-button-inner h3, div.content-buttons div.content-button a.content-button-inner h4, div.content-buttons div.content-button a.content-button-inner h5,
      div.content-buttons div.content-button div.content-button-inner h1,
      div.content-buttons div.content-button div.content-button-inner h2,
      div.content-buttons div.content-button div.content-button-inner h3,
      div.content-buttons div.content-button div.content-button-inner h4,
      div.content-buttons div.content-button div.content-button-inner h5 {
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.33;
        font-weight: bold; }
      div.content-buttons div.content-button a.content-button-inner p,
      div.content-buttons div.content-button div.content-button-inner p {
        position: relative;
        top: -0.375rem;
        font-size: 0.875rem;
        font-weight: bold;
        letter-spacing: 0.1ex;
        margin: 0; }
    div.content-buttons div.content-button a.content-button-inner {
      color: var(--link-text); }
      div.content-buttons div.content-button a.content-button-inner:hover {
        color: var(--link-text-hover); }
    div.content-buttons div.content-button div.cms-controls {
      margin: 0 1.5rem; }
    div.content-buttons div.content-button:first-child:last-child {
      width: auto; }

div.card-colors div.content-buttons div.content-button .content-button-inner {
  border: 2px solid var(--top-bg);
  background-color: color-mix(in srgb, var(--top-bg) 33%, transparent); }

div.card-colors div.content-buttons:last-child {
  margin-bottom: 0; }

@media all and (max-width: 936px) {
  div.content-buttons div.content-button {
    width: 50%; } }

body.ls2-admin div.content-buttons {
  margin: 0; }
  body.ls2-admin div.content-buttons div.content-button div.content-button-inner,
  body.ls2-admin div.content-buttons div.content-button a.content-button-inner {
    margin-bottom: 0; }

@media all and (max-width: 1300px) {
  body.ls2-admin div.content-buttons div.content-button {
    width: 50%; } }

div.content-assets {
  position: relative; }
  div.content-assets:not(:last-child) {
    margin-bottom: 1rem; }
  div.content-assets div.assets-full div.asset img {
    max-width: 100%; }
  div.content-assets div.assets-full:first-child {
    margin-top: 0; }
  div.content-assets:last-child div.assets-full:last-child {
    margin-bottom: 0; }
  div.content-assets div.assets-small-left div.asset img {
    width: 18.75rem;
    max-width: 100%;
    height: auto; }
  div.content-assets div.assets-small-left div.asset {
    margin-bottom: 1rem; }
    div.content-assets div.assets-small-left div.asset img {
      display: inline-block;
      width: 33%;
      vertical-align: top;
      margin-bottom: 0.75rem; }
    div.content-assets div.assets-small-left div.asset div {
      padding-left: 1rem; }
    div.content-assets div.assets-small-left div.asset:last-child {
      margin-bottom: 0; }
    div.content-assets div.assets-small-left div.asset:before, div.content-assets div.assets-small-left div.asset:after {
      display: table;
      content: " "; }
  div.content-assets div.assets-small-right div.asset {
    display: block; }
    div.content-assets div.assets-small-right div.asset > div {
      display: inline-block;
      width: 66%;
      padding-right: 20px;
      padding-bottom: 24px;
      vertical-align: top;
      white-space: normal; }
    div.content-assets div.assets-small-right div.asset img {
      display: inline-block;
      width: 33%;
      vertical-align: top;
      padding-bottom: 24px; }
  div.content-assets div.assets-person {
    position: relative;
    break-inside: avoid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 3rem;
    row-gap: 2.5rem;
    margin: 0.5rem 0; }
    div.content-assets div.assets-person div.asset {
      position: relative;
      flex-grow: 1;
      width: calc(50% - 1.5rem);
      min-width: 25rem;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      div.content-assets div.assets-person div.asset > div {
        margin-right: 1rem; }
        div.content-assets div.assets-person div.asset > div img {
          max-width: 7.5rem;
          height: auto; }
        div.content-assets div.assets-person div.asset > div:last-child {
          margin-right: 4rem; }
    div.content-assets div.assets-person:after {
      content: "";
      flex-grow: 1;
      width: calc(50% - 1.5rem);
      min-width: 25rem; }
  div.content-assets div.assets-logos {
    margin: 1rem;
    background-color: #ffffff;
    border-radius: 1rem;
    display: flex;
    justify-content: space-evenly; }
    div.content-assets div.assets-logos div.asset {
      padding: 1.5rem;
      max-width: 20rem; }
      div.content-assets div.assets-logos div.asset:first-child:last-child {
        max-width: 30rem; }
      div.content-assets div.assets-logos div.asset img {
        border-radius: 0; }
  div.content-assets div.assets-other:last-child {
    margin-bottom: 0; }

div.column:not(:first-child):last-child div.content-assets div.assets-person div.asset > div:last-child {
  margin-right: 2rem; }

@media all and (max-width: 1200px) {
  div.column:not(:first-child):last-child div.content-assets div.assets-person div.asset > div:last-child {
    margin-right: 1rem; } }

@media all and (max-width: 1024px) {
  div.column:not(:first-child):last-child div.content-assets div.assets-person div.asset > div:last-child {
    margin-right: 0; } }

@media all and (max-width: 960px) {
  div.content-assets div.assets-person:after {
    display: none; } }

@media all and (max-width: 912px) {
  div.column:not(:first-child):last-child div.content-assets div.assets-person div.asset > div:last-child {
    margin-right: 3rem; } }

div.col2-item {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto; }
  div.col2-item a {
    color: var(--purple);
    white-space: nowrap; }
  div.col2-item .btn.btn-primary {
    color: rgba(255, 255, 255, 0.8); }
    div.col2-item .btn.btn-primary:hover {
      color: #ffffff; }
  div.col2-item > div {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background-color: #eeeeee; }
  div.col2-item div.col2-title {
    font-size: 1.125rem; }
    div.col2-item div.col2-title p {
      margin: 0; }
  div.col2-item div.col2-content {
    overflow: hidden; }
    div.col2-item div.col2-content div.col2-content-inner {
      margin-top: 1rem; }
      div.col2-item div.col2-content div.col2-content-inner p {
        margin: 0.5rem 0; }
        div.col2-item div.col2-content div.col2-content-inner p:last-child {
          margin-bottom: 0; }
      div.col2-item div.col2-content div.col2-content-inner ul {
        padding-left: 1.25rem; }
    div.col2-item div.col2-content:first-child div.col2-content-inner {
      margin-top: 0; }
      div.col2-item div.col2-content:first-child div.col2-content-inner p:first-child {
        margin-top: 0.2rem; }
    div.col2-item div.col2-content div.content-assets div.assets-logos {
      margin: 0;
      display: block;
      text-align: center; }
      div.col2-item div.col2-content div.content-assets div.assets-logos div.asset {
        max-width: 100%; }
        div.col2-item div.col2-content div.content-assets div.assets-logos div.asset img {
          max-width: 100%; }
  div.col2-item.col2-item-collapse {
    position: relative; }
    div.col2-item.col2-item-collapse div.col2-title {
      position: relative;
      cursor: pointer;
      padding-right: 24px; }
    div.col2-item.col2-item-collapse div.col2-title:after {
      position: absolute;
      right: 0.25rem;
      top: 0.25rem;
      font-size: 1.25rem;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      bottom: auto;
      content: "\e113"; }
    div.col2-item.col2-item-collapse div.col2-content {
      transition: height 0.3s linear; }
    div.col2-item.col2-item-collapse.is-collapsed {
      cursor: pointer; }
      div.col2-item.col2-item-collapse.is-collapsed div.col2-title:after {
        content: "\e114"; }
      div.col2-item.col2-item-collapse.is-collapsed div.col2-content {
        height: 0; }
    div.col2-item.col2-item-collapse div.col2-title:focus + div.col2-content {
      height: auto; }
    div.col2-item.col2-item-collapse div.col2-content:hover {
      height: auto; }
  div.col2-item.card-colors > div {
    background-color: var(--bottom-bg); }
  div.col2-item.card-colors a {
    color: var(--link-text); }
    div.col2-item.card-colors a:hover {
      color: var(--link-text-hover); }

div.col2-items {
  margin: 1.5rem -1rem;
  display: flex;
  flex-wrap: wrap; }
  div.col2-items div.col2-item {
    flex-grow: 1;
    width: 33.3%;
    max-width: 50%; }
    div.col2-items div.col2-item > div {
      margin: 1rem; }

div.col2-right div.col2-item {
  margin-bottom: 1.5rem; }

@media all and (max-width: 1024px) {
  div.col2-items div.col2-item {
    width: 50%; } }

@media all and (max-width: 800px) {
  div.col2-items div.col2-item {
    width: 100%;
    max-width: none; } }

footer#site_footer {
  position: relative;
  background-image: url(/css/img/head-background.png);
  background-position: center center;
  background-size: cover;
  line-height: 0;
  padding: 1rem 0 2rem 0; }
  footer#site_footer div.bg-tint {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--purple-dark);
    opacity: 0.5; }
  footer#site_footer div.width-limit {
    padding: 0 1rem; }
  footer#site_footer div.footer-items {
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer#site_footer div.footer-items div.footer-item {
      padding: 1rem;
      line-height: 1.5;
      width: auto;
      max-width: 27rem;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: auto; }
      footer#site_footer div.footer-items div.footer-item * {
        color: rgba(255, 255, 255, 0.75); }
      footer#site_footer div.footer-items div.footer-item h5 {
        font-size: 1rem;
        font-weight: bold;
        margin: 0.5rem 0;
        color: #ffffff; }
        footer#site_footer div.footer-items div.footer-item h5 * {
          color: inherit; }
      footer#site_footer div.footer-items div.footer-item input {
        color: #000000; }
      footer#site_footer div.footer-items div.footer-item a:hover {
        color: var(--orange); }
      footer#site_footer div.footer-items div.footer-item a[target]:hover {
        text-decoration: none; }
      footer#site_footer div.footer-items div.footer-item a[target]:after {
        content: " ➾";
        margin-left: 0.25rem; }
