﻿@charset "UTF-8";
/* CSS used by both back-office and front-end components */
.checker-board {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.segment-bar {
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFwMDA////K2mHtAAAAAJ0Uk5T/wDltzBKAAAAE0lEQVR42mJggAJGRgbaMwECDAAEagAVHH1e7QAAAABJRU5ErkJggg==);*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////0NDQ36DxhQAAABNJREFUeNpiYIQCBgYG2jMBAgwAEe4AUeuljK0AAAAASUVORK5CYII=);
}

@font-face {
  font-family: "Lato";
  src: url("/static/pancentric/fonts/web/Lato-Regular.woff2") format("woff2"), url("/static/pancentric/fonts/Lato-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: "Lato";
  src: url("/static/pancentric/fonts/web/Lato-Light.woff2") format("woff2"), url("/static/pancentric/fonts/Lato-Light.ttf") format("truetype");
  font-display: block;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: url("/static/pancentric/fonts/web/Lato-SemiBold.woff2") format("woff2"), url("/static/pancentric/fonts/Lato-SemiBold.ttf") format("truetype");
  font-display: block;
  font-weight: 500;
}
@font-face {
  font-family: "Lato";
  src: url("/static/pancentric/fonts/web/Lato-Bold.woff2") format("woff2"), url("/static/pancentric/fonts/Lato-Bold.ttf") format("truetype");
  font-display: block;
  font-weight: 700;
}
@font-face {
  font-family: "DM Sans";
  src: url("/static/pancentric/fonts/web/DMSans-Regular.woff2") format("woff2");
  font-display: block;
}
@font-face {
  font-family: "DM Sans";
  src: url("/static/pancentric/fonts/web/DMSans-Light.woff2") format("woff2");
  font-display: block;
  font-weight: 300;
}
@font-face {
  font-family: "DM Sans";
  src: url("/static/pancentric/fonts/web/DMSans-SemiBold.woff2") format("woff2");
  font-display: block;
  font-weight: 500;
}
@font-face {
  font-family: "DM Sans";
  src: url("/static/pancentric/fonts/web/DMSans-Bold.woff2") format("woff2");
  font-display: block;
  font-weight: 700;
}
@font-face {
  font-family: "Material Icons";
  src: url("/static/pancentric/fonts/web/MaterialIcons.woff2") format("woff2");
  font-display: block;
}
@font-face {
  font-family: "Material Icons Outlined";
  src: url("/static/pancentric/fonts/web/MaterialIcons-Outlined.woff2") format("woff2");
  font-display: block;
}
@font-face {
  font-family: "Material Icons Round";
  src: url("/static/pancentric/fonts/web/MaterialIcons-Round.woff2") format("woff2");
  font-display: block;
}
@font-face {
  font-family: "Material Icons Sharp";
  src: url("/static/pancentric/fonts/web/MaterialIcons-Sharp.woff2") format("woff2");
  font-display: block;
}
/* CAUTION - THE SASS BELOW IS SHARED ACROSS ALL PROJECTS */
:root {
  /* fallback if none set */
  --primary-font: "DM Sans";
  --secondary-font: "DM Sans";
  --symbol-font: "Material Icons Outlined";
  --primary-weight: normal;
  --article-weight:normal;
  --primary-text: black;
  --primary: #04459b;
  --secondary: #33b5e5;
  --primary-light: #2967ba;
  --secondary-light: #60d4ff;
  --neutral: #404040;
  --neutral-20: rgba(64, 64, 64, 0.2);
  --neutral-40: rgba(64, 64, 64, 0.4);
  --neutral-80: rgba(64, 64, 64, 0.8);
  --neutral-light: #f2f2f2;
  --neutral-light-20: rgba(242, 242, 242, 0.2);
  --neutral-light-40: rgba(242, 242, 242, 0.4);
  --neutral-light-80: rgba(242, 242, 242, 0.8);
  --primary-nav: black;
  --primary-nav-hover: var(--primary-hover, teal);
  --highlight-section-background: #f4f4f4;
  --scrollbarBG: transparent;
  --thumbBG: gold;
  --navigation-height: 86px;
  --default-banner-height: 380px;
  --slim-banner-height: 240px;
  --standard-banner-height: 380px;
  --large-banner-height: 480px;
  --full-banner-height: 100vh;
  --standard-carousel-height: 380px;
  --large-carousel-height: 480px;
  --image-list-height: 96px;
  --section-between: 40px;
  --tooltip-width: 180px;
  --tooltip-padding: 10px;
  --container-width: 1280px;
  --container-margin: 24px;
  --section-container-width: 100%;
  --block-between: 24px;
  --grid-between-x: 24px;
  --grid-between-y: 40px;
  --text-item-margin: 24px;
  --text-item-edge-margin: 0px;
  --breadcrumb-separator: "/";
}

/* legacy SASS */
/* main */
body {
  font-family: var(--primary-font);
  font-weight: var(--primary-weight);
  font-size: 16px;
  color: var(--primary-text);
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
body * {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

article {
  font-weight: var(--article-weight);
}

a {
  color: var(--primary);
  text-decoration: none;
  border: none;
}

b, strong {
  font-weight: 700;
}

p a {
  text-decoration: underline;
  text-decoration-style: dotted;
}

button {
  border: none;
  background: none;
  padding: 0px;
  outline: none;
  cursor: pointer;
}

figure {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3 {
  font-family: var(--secondary-font);
  font-weight: var(--primary-weight);
  color: var(--primary);
}

h1, h2.as-h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

select {
  font-size: inherit;
}
[data-symbol] {
  font-family: var(--symbol-font);
}

[data-symbol-before], [data-symbol-after], [data-symbol-overlay] {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}

[data-symbol-before]::before {
  font-family: var(--symbol-font);
  margin-right: 8px;
  content: attr(data-symbol-before);
}

[data-symbol-after]::after {
  font-family: var(--symbol-font);
  margin-left: 8px;
  content: attr(data-symbol-after);
}

[data-symbol-overlay] select {
  appearance: none;
}
[data-symbol-overlay]::after {
  font-family: var(--symbol-font);
  margin-left: -30px;
  content: attr(data-symbol-overlay);
  pointer-events: none;
}

[data-hidden=true] {
  display: none;
}

.block {
  padding: 0px;
  margin: 0px;
}

.block + .block {
  margin-top: var(--block-between);
}

.block + ul.block, .block + ol.block {
  margin-top: calc(var(--block-between) / 2);
}

ol > li.block + li.block {
  margin-top: calc(var(--block-between) / 2);
}

ul > li.block + li.block {
  margin-top: calc(var(--block-between) / 4);
}

ul.block, ol.block {
  padding-left: 32px;
}

/* BASIC FLEX  STYLES */
.flex-50 {
  width: calc(50% - var(--grid-between-x) / 2);
}

.flex-40 {
  width: calc(40% - var(--grid-between-x) / 2);
}

.flex-33 {
  width: calc(33% - var(--grid-between-x) / 2);
}

.flex-25 {
  width: calc(25% - var(--grid-between-x) / 2);
}

.item-container > .block, .grid > .block {
  margin-top: unset;
}

/* standard scroll bars */
.scrollbar-styled {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.scrollbar-styled::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scrollbar-styled::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.scrollbar-styled::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border: 2px solid var(--scrollbarBG);
  border-radius: 2px;
}

.scrollbar-none {
  scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* standard section definition */
section ~ section, section ~ article, article ~ section {
  margin-top: var(--section-between);
}
@media (max-width: 767px) {
  section ~ section, section ~ article, article ~ section {
    margin-top: calc(var(--section-between) - 10px);
  }
}
@media (max-width: 639px) {
  section ~ section, section ~ article, article ~ section {
    margin-top: calc(var(--section-between) - 20px);
  }
}

section.sub-layout > section:last-of-type:not(.image-banner):not(.image-banner-carousel) {
  margin-bottom: var(--section-between);
}

/* standard container */
.container {
  max-width: var(--container-width);
  margin: 0px auto 0px auto;
  padding: 0px;
  border-left: var(--container-margin) solid transparent;
  border-right: var(--container-margin) solid transparent;
  /*
  @media (max-width: 1328px) { // ideally this should be a formula, i.e width < (--container-width + (2* --container-margin))
      @media not (width: 1328px) {
          max-width: calc(100% - 2 * var(--container-margin));
      }
  }

  @media (max-width: $pre-mobile) {       // width < 640px
      max-width: calc(100% - 1.2 * var(--container-margin));
  }
  */
}
@media (max-width: 639px) {
  .container {
    border-left: calc(0.6 * var(--container-margin)) solid transparent;
    border-right: calc(0.6 * var(--container-margin)) solid transparent;
  }
}

.container .container {
  max-width: unset;
  margin: 0px;
}

/* standard rich text definition */
.rich-text table td {
  vertical-align: top;
}

.section-container {
  max-width: var(--section-container-width);
  margin: 0px auto 0px auto;
}
@media (max-width: 767px) {
  .section-container {
    max-width: 100%;
  }
}

/* standard section adjustments */
section.sub-layout {
  margin-bottom: 0px;
}

section.cookies {
  margin-bottom: 0px;
}

section.highlight-section {
  padding-top: var(--section-between);
  padding-bottom: var(--section-between);
  margin-top: calc(0px - var(--section-between));
  background-color: var(--highlight-section-background, #f4f4f4);
}

section.content-filter .filter-anchor {
  margin-top: calc(0px - var(--section-between) - 24px);
  height: calc(var(--section-between) + 24px);
}

section.breadcrumb {
  font-size: 14px;
  margin-bottom: -10px;
}
section.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
section.breadcrumb ul li a {
  color: #746f6f;
  white-space: nowrap;
}
section.breadcrumb ul li a:hover {
  color: var(--primary-nav-hover);
}
section.breadcrumb ul.anchor-list {
  gap: 8px 24px;
}
section.breadcrumb .breadcrumb-list ul li + li {
  margin-left: 8px;
}
section.breadcrumb .breadcrumb-list ul li + li:before {
  content: var(--breadcrumb-separator);
  margin-right: 4px;
}
section.breadcrumb .breadcrumb-list + div {
  margin-top: unset;
}
section.breadcrumb .anchor-points {
  display: flex;
  gap: 8px 16px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
section.breadcrumb .anchor-points ul li a {
  border-bottom: 1px dotted;
}
section.breadcrumb .anchor-title {
  font-weight: bold;
}
section.breadcrumb.withHighlight {
  padding-top: calc(var(--section-between) - 10px);
  margin-top: calc(0px - var(--section-between));
  background-color: var(--highlight-section-background, #f4f4f4);
}
@media (max-width: 767px) {
  section.breadcrumb .anchor-points {
    flex-direction: column;
  }
}
@media (min-width: 640px) {
  section.breadcrumb {
    --section-between: 24px;
  }
}

/* related content paging */
section.paging ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
section.paging ul li {
  display: inline-block;
}
section.paging ul li a {
  display: grid;
  align-content: center;
  width: 36px;
  height: 36px;
  color: var(--primary);
  background-color: transparent;
  text-align: center;
}
section.paging ul li a:hover {
  color: white;
  background-color: var(--primary-hover, var(--primary-light));
  border-radius: 18px;
}
section.paging ul li[data-state=active] a {
  color: white;
  background-color: var(--primary);
  border-radius: 18px;
  pointer-events: none;
}
section.paging .container {
  display: grid;
}

/* standard accordian definition */
button[data-component="accordian.button"] h2, button[data-component="accordian.button"] h3, button[data-component="accordian.button"] h4, button[data-component="accordian.button"] h5 {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
button[data-component="accordian.button"] h2.withIndicator:after, button[data-component="accordian.button"] h3.withIndicator:after, button[data-component="accordian.button"] h4.withIndicator:after, button[data-component="accordian.button"] h5.withIndicator:after {
  content: "\e313";
  font-family: "Material Icons Outlined";
  margin-left: 8px;
}
button[data-component="accordian.button"][data-state=active] h2.withIndicator:after, button[data-component="accordian.button"][data-state=active] h3.withIndicator:after {
  content: "\e316";
}

div[data-component="accordian.content"], ul[data-component="accordian.content"], table[data-component="accordian.content"] {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

div[data-component="accordian.content"][data-state=active], ul[data-component="accordian.content"][data-state=active], table[data-component="accordian.content"][data-state=active] {
  max-height: 10000px;
  opacity: 1;
}

/* smart search */
form.smart-search {
  --smart-button: 32px;
  --smart-indent: 0.6em;
  display: grid;
  grid-template-columns: auto min-content min-content min-content;
  align-items: center;
  border: 1px solid var(--neutral-40);
  border-radius: 4px;
  background: white;
  height: 48px;
}
form.smart-search > * {
  grid-row: 1;
}
form.smart-search > *:first-child {
  grid-column: 1/span 4;
  padding-left: var(--smart-indent);
  padding-right: calc(3 * var(--smart-button) + var(--smart-indent));
}
form.smart-search > *:nth-child(2) {
  grid-column: 2;
}
form.smart-search > *:nth-child(3) {
  grid-column: 3;
}
form.smart-search > *:nth-child(4) {
  grid-column: 4;
}
form.smart-search > *:last-child {
  margin-right: var(--smart-indent);
}
form.smart-search input {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  text-overflow: ellipsis;
}
form.smart-search button {
  width: var(--smart-button);
  height: var(--smart-button);
  padding: 0px;
}
form.smart-search button svg {
  display: inline-block;
  vertical-align: middle;
}
form.smart-search button.input-clear svg {
  fill: black;
}
form.smart-search button.input-search svg {
  fill: var(--primary);
}
form.smart-search button.input-voice svg {
  fill: var(--primary);
}
form.smart-search button.input-voice[data-state=disabled] {
  width: 0px;
}
form.smart-search button[data-state=inactive] {
  pointer-events: none;
  cursor: none;
}
form.smart-search button[data-state=inactive] svg {
  fill: var(--neutral-40);
}
form.smart-search .awesomplete > ul {
  border: 1px solid var(--neutral-40);
  background: white;
  border-radius: 4px;
  margin-top: 1em;
}
form.smart-search .awesomplete > ul li {
  padding-left: var(--smart-indent);
}
form.smart-search .voice-search-overlay {
  position: fixed;
  z-index: 4000;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  transition: opacity 2s linear;
}
form.smart-search .voice-search-overlay[data-state=active] {
  visibility: visible;
  opacity: 0.1;
}
form.smart-search .voice-search-dialog {
  position: absolute;
  z-index: 5000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 320px;
  background-color: white;
  box-shadow: 2px 5px 25px -8px #807f7f;
  border-radius: 8px;
  visibility: hidden;
}
form.smart-search .voice-search-dialog[data-state=active] {
  visibility: visible;
}

input.search-input[type=text] {
  font-size: 1.6rem;
  width: 100%;
  outline: none;
  margin: 0 0 22px;
  padding: 12px 24px;
  border: 1px solid #ccc;
  background-size: 24px;
  background-color: #fff;
  background-image: url("/static/pancentric/images/icon-search.png");
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

.media-container {
  display: grid;
  align-items: center;
  font-size: 1rem;
}
.media-container figure {
  display: flex;
  flex-direction: column;
  height: auto;
}
.media-container figure .media-preview {
  order: 2;
}
.media-container figure figcaption {
  order: 1;
  margin: 0px 0px 6px 0px !important;
}
.media-container figure small {
  order: 3;
  margin: 6px 0px 0px 0px;
  font-size: smaller;
}

.media-preview {
  display: grid;
  align-items: stretch;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.media-preview > * {
  grid-column: 1;
  grid-row: 1;
}
.media-preview iframe, .media-preview video {
  width: 100%;
}
.media-preview[data-type^="image/"] picture, .media-preview[data-type^="image/"] img, .media-preview[data-type^="image/"] a, .media-preview[data-type="application/pdf"] picture, .media-preview[data-type="application/pdf"] img, .media-preview[data-type="application/pdf"] a {
  display: grid;
}
.media-preview[data-type^="video/"] {
  display: grid;
}
.media-preview .media-info {
  width: auto;
  height: auto;
  text-align: center;
  font-size: 32px;
  padding: 40px;
  background-color: var(--neutral-40);
  color: var(--neutral-light-80);
}
.media-preview .media-info a {
  color: var(--neutral-light);
}
.media-preview .media-info a:hover {
  color: var(--primary-hover, var(--primary-light));
}

.gallery-item {
  display: grid;
  margin-left: auto;
  margin-right: auto;
}

/* TOOLTIP */
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip::after {
  content: "";
  background: url("/static/pancentric/images/svgs/info-icon.svg") no-repeat center center;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  padding-left: 10px;
}
.tooltip .tooltiptext {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 120px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  white-space: normal;
  padding: var(--tooltip-padding);
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5em;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip.tooltip-top .tooltiptext {
  width: var(--tooltip-width);
  bottom: 100%;
  left: 50%;
  margin-left: calc(0px - var(--tooltip-width) / 2 - var(--tooltip-padding)); /* use half of the width to center the tooltip */
}
.tooltip.tooltip-top .tooltiptext::after {
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-color: var(--primary) transparent transparent;
}
.tooltip.tooltip-left .tooltiptext {
  top: -5px;
  right: 105%;
  margin-top: calc(0px - var(--tooltip-padding));
}
.tooltip.tooltip-left .tooltiptext::after {
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-color: transparent transparent transparent black;
}
.tooltip.tooltip-bottom .tooltiptext {
  width: var(--tooltip-width);
  top: 100%;
  left: 50%;
  margin-left: calc(0px - var(--tooltip-width) / 2 - var(--tooltip-padding));
}
.tooltip.tooltip-bottom .tooltiptext::after {
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-color: transparent transparent var(--primary) transparent;
}
.tooltip.tooltip-right .tooltiptext {
  top: -5px;
  left: 105%;
  margin-top: calc(0px - var(--tooltip-padding));
}
.tooltip.tooltip-right .tooltiptext::after {
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-color: transparent var(--primary) transparent transparent;
}

/* BASIC BUTTONS */
.button {
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: var(--foreground-cta, white);
  background-color: var(--background-cta, var(--primary));
  padding: 12px 22px;
  border-radius: 4px;
  border: none;
}
.button:hover, .button.is-active {
  color: var(--foreground-cta, white);
  background-color: var(--background-cta-light, var(--primary-hover, var(--primary-light)));
}
.button.is-active:hover {
  color: var(--foreground-cta, white);
  background-color: var(--background-cta, var(--primary));
}

.button-secondary {
  color: var(--foreground-cta-secondary, black);
  background-color: var(--background-cta-secondary, transparent);
  border: 1px solid darkgray;
}
.button-secondary:hover, .button-secondary.is-active {
  color: var(--foreground-cta-secondary, white);
  background-color: var(--background-cta-secondary-light, var(--secondary-hover, var(--primary-light)));
}
.button-secondary.is-active:hover {
  color: var(--foreground-cta-secondary, black);
  background-color: var(--background-cta-secondary, transparent);
}

/* DOWNLOAD LIST */
section.download-list .container {
  flex-direction: column;
}
section.download-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
section.download-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid #eeeded;
  padding: 16px;
  margin: 8px 0px;
}
section.download-list li .download-icon {
  flex-shrink: 0;
  height: 32px;
  width: 32px;
  background-image: url("/umbraco/assets/icons/icon-cms-media-file.svg");
  background-size: contain;
}
section.download-list li.mime-application-pdf .download-icon {
  background-image: url("/umbraco/assets/icons/icon-cms-media-pdf.svg");
}
section.download-list li.mime-application-msword .download-icon {
  background-image: url("/umbraco/assets/icons/icon-cms-media-document.svg");
}
section.download-list li a.link {
  flex: 4;
}
section.download-list li a.link .media-size:before {
  content: "(";
}
section.download-list li a.link .media-size:after {
  content: ")";
}
section.download-list li time {
  flex: 1;
}
section.download-list li a.button {
  flex: 1;
  text-align: center;
}
@media (max-width: 479px) {
  section.download-list li {
    flex-direction: column;
  }
  section.download-list a {
    text-align: center;
  }
}

/* FAQ SECTION */
section.faq-section {
  /* accordian*/
}
section.faq-section label {
  margin-bottom: 12px;
}
section.faq-section .accordian-item button {
  display: grid;
  grid-template-columns: min-content auto min-content;
  gap: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  padding: 0px;
}
section.faq-section .accordian-item button h3 {
  color: black;
}
section.faq-section .accordian-item button > .block {
  margin-top: unset;
}
section.faq-section .accordian-item .accordian-content {
  display: grid;
  grid-template-columns: min-content auto min-content;
  gap: 24px;
  margin-top: var(--block-between);
  text-align: left;
}
section.faq-section .accordian-item .accordian-content > .block {
  margin-top: unset;
}
section.faq-section .accordian-item .accordian-content[data-state=closed] {
  margin-top: unset;
}
section.faq-section .accordian-item.hidden {
  display: none;
}
section.faq-section .faq-question-letter, section.faq-section .faq-answer-letter {
  width: 40px;
  min-width: 40px;
  color: #fff;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
section.faq-section .faq-question-letter {
  background-color: var(--primary);
}
section.faq-section .faq-answer-letter {
  background-color: lightgray;
}
@media (min-width: 768px) {
  section.faq-section .accordian-item button h3 {
    margin-top: 8px !important;
  }
  section.faq-section .accordian-item .accordian-content > .block:nth-child(2) {
    margin-top: 8px;
  }
}

/* QUOTE BANNER */
section.quote-banner {
  text-align: center;
}
section.quote-banner figure {
  width: 180px;
  border-radius: 180px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
section.quote-banner figure img {
  border-radius: 180px;
}
section.quote-banner q {
  display: block;
  color: var(--primary);
  font-size: 24px;
  padding: 24px;
}
section.quote-banner span {
  display: block;
  margin: 0px auto 0px auto;
}
section.quote-banner q + span:first-of-type {
  border-top: 5px solid var(--neutral-light);
  padding-top: 10px;
}
section.quote-banner .quote-banner-detail {
  display: flex;
  flex-direction: column;
  max-width: 768px;
  margin: 0px auto 0px auto;
}
section.quote-banner .quote-attribution {
  font-weight: bold;
}
section.quote-banner .quote-field {
  color: #404040;
}

/* IMAGE & HIGHLIGHT BANNERS */
section.image-banner {
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr;
  background-color: var(--background, white);
  background-image: var(--background-image);
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: repeat-x;
  overflow: hidden;
}
section.image-banner > * {
  grid-column: 1/span 2;
  grid-row: 1;
}
section.image-banner figure {
  height: 100%;
  width: 100%;
}
section.image-banner figure picture {
  height: 100%;
  width: 100%;
}
section.image-banner figure img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
section.image-banner h1, section.image-banner h2.as-h1 {
  color: var(--title, white);
  font-size: 60px;
}
section.image-banner h2 {
  color: var(--sub-title, white);
  font-size: 24px;
}
section.image-banner .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.image-banner .image-banner-overlay {
  margin-top: unset;
  background-color: var(--overlay, transparent);
}
section.image-banner .image-banner-detail {
  display: flex;
  margin: 48px 0px 24px 0px;
}
section.image-banner .image-banner-header {
  align-content: baseline;
}
section.image-banner .image-banner-summary {
  color: var(--summary-text, white);
}
section.image-banner .image-banner-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-grow: 2;
  flex-wrap: wrap;
  gap: 16px;
}
section.image-banner .image-banner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
section.image-banner .image-banner-links a {
  white-space: nowrap;
}
section.image-banner .image-banner-logo {
  width: 196px;
  height: 48px;
  margin-top: unset;
  flex-grow: 1;
}
section.image-banner .image-banner-logo img {
  object-position: right;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
section.image-banner.splitImage figure {
  grid-column: 2/span 1;
  display: flex;
}
section.image-banner.splitImage figure img {
  object-fit: scale-down;
  object-position: center bottom;
}
@media (max-width: 479px) {
  section.image-banner.splitImage figure {
    grid-column: 1/span 2;
  }
}
section.image-banner.image-cover figure img {
  object-fit: cover;
  object-position: center;
}
section.image-banner.image-contain figure img {
  object-fit: contain;
  object-position: center;
}
section.image-banner.image-scale:not(.splitImage) figure img {
  object-fit: scale-down;
  object-position: center;
}
section.image-banner.slim-banner {
  --block-between: 12px;
  height: var(--slim-banner-height);
}
section.image-banner.slim-banner h1, section.image-banner.slim-banner h2.as-h1 {
  font-size: 40px;
}
section.image-banner.slim-banner h1 + h2, section.image-banner.slim-banner h2.as-h1 + h2 {
  margin-top: 12px;
}
section.image-banner.slim-banner .image-banner-detail {
  margin: 24px 0px 24px 0px;
}
section.image-banner.standard-banner {
  height: var(--standard-banner-height);
}
section.image-banner.large-banner {
  height: var(--large-banner-height);
}
section.image-banner.full-banner {
  height: calc(var(--full-banner-height) - var(--navigation-height));
}
section.image-banner.default-banner {
  height: auto;
  min-height: var(--default-banner-height);
}
section.image-banner.highlight-banner.text-center .image-banner-detail, section.image-banner:not(.highlight-banner).text-center .image-banner-detail {
  align-items: center;
}
section.image-banner.highlight-banner.text-top .image-banner-detail, section.image-banner:not(.highlight-banner).text-top .image-banner-detail {
  align-items: start;
}
section.image-banner.highlight-banner.text-bottom .image-banner-detail, section.image-banner:not(.highlight-banner).text-bottom .image-banner-detail {
  align-items: end;
}
section.image-banner.highlight-banner.text-spaced .image-banner-detail, section.image-banner:not(.highlight-banner).text-spaced .image-banner-detail {
  align-items: unset;
}
section.image-banner:not(.highlight-banner) .image-banner-detail {
  align-items: center;
}
@media (max-width: 767px) {
  section.image-banner.slim-banner {
    height: var(--default-banner-height);
  }
  section.image-banner h1, section.image-banner h2.as-h1 {
    font-size: 32px;
  }
  section.image-banner h2 {
    font-size: 16px;
  }
}

/* SEARCH BANNER */
section.search-banner {
  background-image: radial-gradient(at top right, var(--secondary, #33b5e5), var(--primary, #04459b));
  display: block;
}
section.search-banner .search-banner-header {
  padding: 16px;
  margin-left: 24px;
  padding-left: 0px;
}
section.search-banner h1, section.search-banner h2.as-h1 {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  margin: 0px 0px 15px 0px;
}
section.search-banner h2 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
section.search-banner .smart-search {
  --smart-button: 28px;
  border: none;
  height: 48px;
  background: #f0f0f0;
}
section.search-banner .smart-search input {
  font-size: 16px;
}
section.search-banner .search-banner-header::after {
  content: "";
  display: none;
  width: 380px;
  height: 176px;
  position: absolute;
  right: 0;
  top: 20%;
}
section.search-banner .search-banner-navigation {
  display: flex;
  flex-direction: column;
  z-index: 1;
  border-radius: 4px;
  border: 2px solid #efeff1;
  background: #fff;
}
section.search-banner ol, section.search-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
section.search-banner li {
  text-align: center;
  display: inline-block;
  position: relative;
}
section.search-banner li:first-child a {
  border-radius: 2px 0 0 2px;
}
section.search-banner li:last-child a {
  border-radius: 0 8px 8px 0;
}
section.search-banner li a {
  font-size: 16px;
  font-weight: 500;
  color: #251f21;
  padding: 16px 10px;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  display: block;
}
section.search-banner li:not(last-child) a::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -2px;
}
section.search-banner li a:hover, section.search-banner li a.is-active {
  color: #fff;
  background-image: radial-gradient(at top right, var(--secondary-light, #33b5e5), var(--primary-light, #04459b));
}
section.search-banner li a.is-active:hover {
  color: #251f21;
  background: transparent;
}
section.search-banner .search-banner-search {
  display: -ms-flexbox;
  display: flex;
}
section.search-banner .search-banner-search form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.search-banner .search-banner-search__label {
  position: absolute;
  margin: -1px;
  border: none;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
section.search-banner .search-banner-search__field {
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 6px 0 0 6px;
  padding: 4px 16px;
  height: 48px;
  outline: none;
  appearance: none;
  background: #efeff1;
}
section.search-banner .search-banner-button {
  font-size: 20px;
  color: #fff;
  width: 48px;
  height: 48px;
  background: #fdbe1f;
  text-align: center;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
section.search-banner .search-banner-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: -1px;
  border-radius: 20px;
  border: 2px solid #424242;
}
section.search-banner .search-banner-icon::before {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -4px;
  width: 9px;
  height: 3px;
  background: #424242;
  transform: rotate(45deg);
}

@media screen and (min-width: 1024px) {
  section.search-banner .search-banner-header {
    padding-top: 56px;
    padding-bottom: 54px;
  }
  section.search-banner .search-banner-header::after {
    display: block;
  }
  section.search-banner h2 {
    font-size: 46px;
    text-align: left;
    margin-bottom: 24px;
  }
  section.search-banner .search-banner-navigation {
    display: inline-block;
    padding: 0;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  section.search-banner .search-banner-navigation-list {
    float: left;
  }
  section.search-banner li a {
    padding-left: 16px;
    padding-right: 16px;
  }
  section.search-banner li:last-child a {
    border-radius: 0;
  }
  section.search-banner .search-banner-search {
    max-width: 320px;
    margin-left: auto;
    -ms-flex: none;
    flex: none;
  }
  section.search-banner .search-banner-search__field {
    border-radius: 0;
  }
}
/* VIDEO */
section.video figure {
  margin-bottom: 0px;
}
/* RELATED SECTION */
section.related-section {
  --text-item-margin: 24px 12px;
}
section.related-section .item-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--grid-between-y) var(--grid-between-x);
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.related-section .item-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  section.related-section .item-container {
    grid-template-columns: 1fr;
  }
}
section.related-section .related-item-main-tag .button {
  padding: 4px 12px;
  border-radius: 16px;
}
section.related-section .related-item-date {
  margin-top: 12px;
  font-size: 14px;
}
section.related-section .related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
section.related-section .related-header + .block {
  margin-top: 16px;
}
@media (max-width: 479px) {
  section.related-section .related-header {
    flex-direction: column;
  }
  section.related-section .related-header a {
    text-align: left;
  }
}
section.related-section .related-item {
  grid-column: span 1;
}
section.related-section .related-item h3 {
  font-size: 20px;
}
section.related-section .related-item img {
  width: 100%;
  object-fit: cover;
}
section.related-section .related-item .related-item-detail {
  margin: var(--text-item-margin);
}
section.related-section .related-item .related-item-summary {
  font-size: 1em;
}
section.related-section.image-contain img {
  object-fit: contain;
}
section.related-section.image-scale img {
  object-fit: scale-down;
}
section.related-section.image-cover img {
  object-fit: cover;
}

/* TEXT MEDIA SECTION */
section.text-media-section .item-container, section.flexible-text-media-section .item-container {
  display: grid;
  gap: var(--grid-between-y) var(--grid-between-x);
}
section.text-media-section .media-container, section.flexible-text-media-section .media-container {
  /*min-height: 240px;*/
  /*background: black;*/
}

section.flexible-text-media-section .text-media-item {
  gap: var(--block-between);
}

section.text-media-section .text-item {
  margin: var(--text-item-margin);
}
@media (min-width: 816px) {
  section.text-media-section .text-item {
    margin-right: var(--text-item-edge-margin);
  }
  section.text-media-section .media-item .media-container.withImage {
    height: 100%;
  }
  section.text-media-section .media-item .media-container.withImage .media-preview, section.text-media-section .media-item .media-container.withImage figure, section.text-media-section .media-item .media-container.withImage picture, section.text-media-section .media-item .media-container.withImage img {
    height: 100%;
    display: unset;
  }
  section.text-media-section .sizable-component:nth-child(2n) .media-item {
    order: 2;
  }
  section.text-media-section .sizable-component:nth-child(2n) .text-item {
    margin-left: var(--text-item-edge-margin);
    margin-right: var(--text-item-margin);
  }
}

/* TEXT AND MEDIA ITEMS */
.text-media-item {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
.text-media-item .media-item.image-cover .media-container.withImage img {
  object-fit: cover;
}
.text-media-item .media-item.image-contain .media-container.withImage img {
  object-fit: contain;
}
.text-item .button {
  display: block;
  width: fit-content;
}

.sizable-component {
  container: sizable-component/inline-size;
}

@container sizable-component (min-width: 768px) {
  .text-media-item {
    grid-template-columns: 1fr 1fr;
  }
}
/* IMAGE BANNER CAROUSEL */
section.image-banner-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.image-banner-carousel section {
  margin-top: unset;
}
section.image-banner-carousel .item-container {
  display: grid;
  height: 100%;
  background-color: black;
}
section.image-banner-carousel .item-container > * {
  grid-column: 1;
  grid-row: 1;
}
section.image-banner-carousel [data-component="carousel.item"] {
  opacity: 0;
  z-index: 0;
}
section.image-banner-carousel [data-component="carousel.item"][data-state=active], section.image-banner-carousel [data-component="carousel.item"]:first-child[data-state=neutral] {
  opacity: 1;
  z-index: 100;
}
section.image-banner-carousel [data-component="carousel.pips"] {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
section.image-banner-carousel [data-component="carousel.pips"] button {
  font-size: 40px;
  padding: 8px;
  color: #888;
}

/* IMAGE LIST CAROUSEL */
section.image-list-carousel {
  position: relative;
}
section.image-list-carousel h2 {
  margin-bottom: 20px;
}
section.image-list-carousel figure {
  margin: 0px;
  margin-left: 24px;
  margin-right: 24px;
}
section.image-list-carousel figcaption {
  font-weight: bold;
  margin-bottom: 4px;
}
section.image-list-carousel small {
  font-size: small;
  display: inline-block;
}
section.image-list-carousel img {
  object-fit: contain;
  height: var(--image-list-height);
  width: 100%;
}
section.image-list-carousel.image-contain figure img {
  object-fit: contain;
}
section.image-list-carousel.image-scale figure img {
  object-fit: scale-down;
}
section.image-list-carousel.image-cover figure img {
  object-fit: cover;
}
section.image-list-carousel .item-container {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: white;
}
section.image-list-carousel .carousel-item {
  width: 25%;
  min-width: 25%;
}
section.image-list-carousel .carousel-item figure img {
  margin-bottom: 10px;
}
section.image-list-carousel .carousel-item-detail {
  position: relative;
  padding-bottom: 30px;
}
section.image-list-carousel .carousel-item-detail a {
  background-color: #ff773b !important;
  color: #fff !important;
  padding-left: 2.4em;
  padding-right: 2.4em;
  margin-top: 30px;
}
section.image-list-carousel [data-component="carousel.pips"] {
  width: 100%;
  text-align: center;
  margin-top: unset;
}
section.image-list-carousel [data-component="carousel.pips"] button {
  font-size: 32px;
  padding: 8px;
  color: #888;
}
@media (max-width: 1023px) {
  section.image-list-carousel .image-list-header {
    padding: 0 20px;
  }
  section.image-list-carousel .item-container .carousel-item {
    width: 50%;
    min-width: 50%;
    margin-bottom: 40px;
    height: auto;
    width: 45%;
  }
  section.image-list-carousel .item-container .carousel-item figure {
    height: auto;
  }
}
@media (max-width: 650px) {
  section.image-list-carousel .image-list-header {
    padding: 0 20px;
  }
  section.image-list-carousel .item-container .carousel-item {
    width: 100%;
    min-width: 100%;
  }
}

/* TABBED SECTION */
section.tabbed-section [data-component="tab.headers"] {
  margin-bottom: 24px;
}
section.tabbed-section [data-component="tab.headers"] ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid lightgray;
}
section.tabbed-section [data-component="tab.headers"] ul li {
  padding: 0px;
  margin-top: unset;
  border: 1px solid var(--neutral-light);
  border-radius: 8px 8px 0px 0px;
}
section.tabbed-section [data-component="tab.headers"] ul li button {
  background: white;
  font-size: 1.3em;
  padding: 12px;
  white-space: nowrap;
  width: 100%;
}
section.tabbed-section [data-component="tab.headers"] ul li button:hover, section.tabbed-section [data-component="tab.headers"] ul li button[data-state=active] {
  background: var(--primary-hover, var(--primary-light));
  color: white;
}
section.tabbed-section [data-component="tab.headers"] ul li button[data-state=active] {
  pointer-events: none;
}
@media (max-width: 767px) {
  section.tabbed-section [data-component="tab.headers"] ul li button {
    font-size: 1em;
    white-space: unset;
  }
}
section.tabbed-section .item-container {
  display: grid;
}
section.tabbed-section .item-container > * {
  grid-column: 1;
  grid-row: 1;
}
section.tabbed-section .item-container [data-component="tab.content"] {
  display: none;
  margin-bottom: 0px;
}
section.tabbed-section .item-container [data-component="tab.content"][data-state=active], section.tabbed-section .item-container [data-component="tab.content"]:first-child[data-state=neutral] {
  display: block;
  z-index: 100;
}

/* CAROUSEL GENERAL OPTIONS */
section [data-component="carousel.pips"] {
  position: relative;
  z-index: 800;
  pointer-events: none;
}
section [data-component="carousel.pips"] button {
  border: none;
  background: none;
  outline: none;
  padding: 0px;
  margin: 0px;
  pointer-events: auto;
}
section [data-component="carousel.pips"] button:hover, section [data-component="carousel.pips"] button[data-state=active] {
  color: var(--primary-hover, var(--primary-light));
}

/* CONTENT FILTER TEMP */
section.content-filter .container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
section.content-filter .container > * {
  width: 100%;
}
section.content-filter label {
  margin-bottom: 12px;
  display: block;
}
section.content-filter select {
  outline: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 1em 1em 0.3em 0;
  margin: 0;
  width: 100%;
  color: #666;
  /*
  background-position: calc(100% - 8px) calc(1em + 8px), calc(100% - 3px) calc(1em + 8px), 100% 0;
  background-repeat: no-repeat;
  background-image: url("/static/pancentric/images/icon-select-down.png");
  */
}
section.content-filter .content-filter-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.content-filter .content-filter-options div {
  width: calc(25% - 24px);
}
section.content-filter .content-filter-tags a.button {
  color: #404040;
  border-color: #c0c0c0 !important;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 28px;
  margin: 0px 0px 12px 0px;
  border: 1px solid;
  border-radius: 20px;
  display: inline-block;
}
section.content-filter .content-filter-tags a.button:hover, section.content-filter .content-filter-tags a.button:active, section.content-filter .content-filter-tags a.button:focus, section.content-filter .content-filter-tags a.button.is-active {
  color: #ffffff;
  background-color: var(--primary-hover, var(--primary-light));
  border-color: var(--primary-hover, var(--primary-light));
}
@media (max-width: 1024px) {
  section.content-filter .content-filter-options div {
    width: calc(33% - 24px);
  }
}
@media (max-width: 768px) {
  section.content-filter .content-filter-options div {
    width: calc(50% - 24px);
  }
}
@media (max-width: 480px) {
  section.content-filter .content-filter-options div {
    width: 100%;
  }
}

/* FORM SUBMISSION */
section.form-submission .container {
  max-width: 800px;
}
@media (max-width: 847px) {
  section.form-submission .container {
    max-width: calc(100% - 2 * var(--container-margin));
  }
}
@media (max-width: 639px) {
  section.form-submission .container {
    max-width: calc(100% - 1.4 * var(--container-margin));
  }
}

/* SIMPLE INTRO */
section.simple-intro {
  background-color: var(--background, white);
}
section.simple-intro h2 {
  color: var(--title, var(--primary));
}
section.simple-intro h3 {
  color: var(--sub-title, var(--primary));
}
section.simple-intro .article-summary {
  color: var(--summary-text, black);
}
/* SIGNIN FORM*/
section.signin-form .form {
  display: none;
}
section.signin-form .form-prompt, section.signin-form .signin-form .form-response {
  font-size: 14px;
}
section.signin-form .form-response {
  color: darkgreen;
  text-align: initial;
  display: none;
}
section.signin-form .signin-options {
  display: flex;
  gap: 24px;
}
section.signin-form .signin-options button {
  margin-top: unset;
}
@media (max-width: 479px) {
  section.signin-form .signin-options {
    flex-direction: column;
  }
}

/* SIMPLE GALLERY */
section.simple-gallery-section .item-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
section.simple-gallery-section .media-preview[data-type^="image/"] {
  pointer-events: none;
}
@media (min-width: 768px) {
  section.simple-gallery-section .media-preview[data-type^="image/"] {
    pointer-events: auto;
  }
  section.simple-gallery-section .media-preview[data-type^="image/"] picture, section.simple-gallery-section .media-preview[data-type^="image/"] img {
    cursor: pointer;
  }
  section.simple-gallery-section .media-preview[data-type^="image/"]:hover {
    background-color: black;
  }
  section.simple-gallery-section .media-preview[data-type^="image/"]:hover img {
    opacity: 0.8;
  }
  section.simple-gallery-section .media-preview[data-type^="image/"]:hover::before {
    align-self: center;
    position: absolute;
    z-index: 1000;
    left: 0px;
    right: 0px;
    margin: 24px;
    content: attr(data-alt);
    font-weight: bold;
    text-align: center;
    color: white;
  }
}
section.simple-gallery-section .gallery-preview {
  position: absolute;
  display: grid;
  width: 100vw;
  margin-top: unset;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
section.simple-gallery-section .gallery-preview img {
  object-fit: scale-down;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 40px solid transparent;
}
section.simple-gallery-section .gallery-preview::before {
  position: absolute;
  pointer-events: auto;
  content: "✖";
  font-size: 24px;
  top: 50%;
  right: 24px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
section.simple-gallery-section .gallery-preview:not([data-mode=fullscreen]) {
  display: none;
}

/* SHARING AND FEEDBACK */
section.sharing-and-feedback {
  position: sticky;
  top: calc(var(--navigation-height) + 24px);
}
section.sharing-and-feedback > div + div {
  margin-top: var(--section-between);
}
section.sharing-and-feedback .sharing p, section.sharing-and-feedback .feedback p {
  margin: 0 0 10px;
  font-weight: 700;
}
section.sharing-and-feedback .sharing a, section.sharing-and-feedback .feedback a {
  margin-right: 10px;
  border: none;
}
section.sharing-and-feedback .sharing nav ul, section.sharing-and-feedback .feedback nav ul {
  display: flex;
  margin: 0;
}
section.sharing-and-feedback .sharing nav li, section.sharing-and-feedback .feedback nav li {
  list-style: none;
}
section.sharing-and-feedback .feedback img {
  border-radius: 20px;
}

section.text-cta .container {
  display: flex;
  gap: 24px;
  align-items: center;
}
section.text-cta .container > img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
section.text-cta .text-cta-header {
  --block-between: 8px;
  flex-grow: 1;
}

/* FORM */
form.form {
  --block-between: 32px;
}
form.form .form-field.required-field:not(.checkbox) > label::after {
  color: #d00;
  content: " *";
  font-weight: bolder;
}
form.form .form-field.required-field.checkbox > label {
  display: flex;
}
form.form .form-field.required-field.checkbox > label::after {
  color: #d00;
  content: " *";
  font-weight: bolder;
}
form.form label {
  display: block;
  font-family: var(--secondary-font);
  font-family: var(--secondary-font);
}
form.form input {
  margin: 0px;
  box-sizing: border-box;
}
form.form input:not([type=submit]) {
  padding: 0px;
}
form.form label + input {
  margin-top: 12px;
}
form.form input:not([type=checkbox]):not([type=radio]):not([type=submit]), form.form option, form.form select, form.form textarea {
  width: 100%;
  padding: 10px 16px;
  background-color: var(--neutral-light);
  border: 1px solid var(--neutral-light-80);
  color: var(--neutral);
  user-select: all;
}
form.form input:not([type=checkbox]):not([type=radio]):not([type=submit]):active, form.form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, form.form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus-visible, form.form option:active, form.form option:focus, form.form option:focus-visible, form.form select:active, form.form select:focus, form.form select:focus-visible, form.form textarea:active, form.form textarea:focus, form.form textarea:focus-visible {
  background-color: #ffffff;
  border-color: var(--secondary);
  outline: none;
}
form.form input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover, form.form option:hover, form.form select:hover, form.form textarea:hover {
  border-color: var(--secondary);
  outline: none;
}
form.form textarea {
  height: 138px;
}
form.form .checkbox {
  display: flex;
}
form.form .checkbox input {
  margin-top: 0px;
}
form.form .checkbox label {
  order: 2;
  margin-left: 12px;
}
form.form button, form.form input[type=submit] {
  margin-top: 24px;
}

/* SITE COMPONENTS */
aside.header-insert section.simple-intro {
  padding-top: 12px;
  padding-bottom: 24px;
  margin-bottom: 0px;
}

.site-component, .expandable-iframe {
  position: relative;
  pointer-events: none;
}
.site-component article a, .expandable-iframe article a {
  pointer-events: auto;
}
.site-component::after, .expandable-iframe::after {
  position: absolute;
  pointer-events: auto;
  content: "close";
  font-family: "Material Icons Outlined";
  font-size: 24px;
  top: 50%;
  right: 24px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.site-component:hover::before, .expandable-iframe:hover::before {
  color: var(--primary);
}

.expandable-iframe iframe {
  width: 100%;
  height: calc(var(--full-banner-height) - var(--navigation-height));
}
.expandable-iframe::after {
  content: "aspect_ratio";
  font-family: "Material Icons Outlined";
  font-size: 24px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5019607843);
}
.expandable-iframe:hover::after {
  color: var(--primary);
}

.heading-anchor {
  scroll-margin-top: var(--section-after); /* allow spacing so text is not right on the edge */
}

body[data-navigation=pinned] > header, body[data-navigation=pinned-overlay] > header {
  top: 0px;
  z-index: 1200;
  min-width: 100%;
}
body[data-navigation=pinned] .heading-anchor, body[data-navigation=pinned-overlay] .heading-anchor {
  scroll-margin-top: calc(var(--navigation-height) + var(--section-between));
}
body[data-navigation=pinned][data-state=scrolled] > header, body[data-navigation=pinned-overlay][data-state=scrolled] > header {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1254901961);
}
body[data-navigation=pinned] > header {
  position: sticky;
}
body[data-navigation=pinned-overlay] > header {
  position: fixed;
}
body[data-navigation=pinned-overlay][data-state=initial] > header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
}
body[data-navigation-mobile=active] {
  overflow: hidden;
}
body[data-navigation-mobile=active] aside.header-insert {
  display: none;
}
body[data-navigation-mobile=active] header.layout-header .mobile-nav .burger {
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s ease-in-out;
  top: 5px;
}
body[data-navigation-mobile=active] header.layout-header .mobile-nav .burger:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: transform 0.5s ease-in-out;
}
body[data-navigation-mobile=active] header.layout-header .mobile-nav .burger:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: transform 0.5s ease-in-out;
}
body[data-navigation-mobile=active] header.layout-header .mobile-nav .mobile-overlay {
  display: block;
}
body[data-navigation-mobile=active] main {
  visibility: hidden;
}

header.layout-header {
  margin-top: unset !important;
  background-color: white;
}
header.layout-header > .container {
  display: grid;
  grid-template-columns: auto min-content;
  align-items: center;
  gap: 12px;
}
header.layout-header > .container > figure {
  grid-column: 1;
  margin: 12px 0px;
}
header.layout-header > .container > figure img {
  max-height: 100px;
  max-width: 240px;
  object-fit: contain;
}
header.layout-header a {
  text-decoration: none;
  cursor: pointer;
}
header.layout-header .header-nav {
  grid-column: 2;
}
header.layout-header .header-nav .dropdown {
  position: relative;
}
header.layout-header .header-nav .dropdown:hover .dropdown-content {
  visibility: visible;
}
header.layout-header .header-nav .dropdown-content {
  position: absolute;
  visibility: hidden;
  z-index: 1200;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid lightseagreen;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
header.layout-header .header-nav .header-bar, header.layout-header .header-nav .navigation-bar {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 24px;
  position: relative;
}
header.layout-header .header-nav .header-bar {
  z-index: 4000;
  border-bottom: 1px solid lightgray;
}
header.layout-header .header-nav .header-bar ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 40px;
  list-style: none;
}
header.layout-header .header-nav .header-bar ul > li > a, header.layout-header .header-nav .header-bar ul > li > button {
  display: block;
  font-size: 1em;
  color: black;
  text-align: center;
  text-decoration: none;
  padding: 8px 0px 8px 0px;
  white-space: nowrap;
}
header.layout-header .header-nav .header-bar ul > li > a:hover, header.layout-header .header-nav .header-bar ul > li > button:hover {
  color: var(--primary-hover, teal) !important;
}
header.layout-header .header-nav .header-bar ul > li > button {
  font-family: unset;
  line-height: unset;
}
header.layout-header .header-nav .header-bar .dropdown {
  position: relative;
}
header.layout-header .header-nav .header-bar .dropdown.navbar-login button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0px 0px 0px 20px;
  border-left: 1px solid lightgray;
}
header.layout-header .header-nav .header-bar .dropdown.navbar-login button img {
  width: 24px;
  height: 24px;
}
header.layout-header .header-nav .header-bar .dropdown-content.account-info {
  width: 280px;
  margin-left: -100px;
  background-color: white;
}
header.layout-header .header-nav .header-bar .dropdown-content.account-info h3 {
  margin: 24px 0px 6px 24px;
  font-size: 24px;
  font-weight: bold;
}
header.layout-header .header-nav .header-bar .dropdown-content.account-info ul {
  display: inline-block;
  margin: 0px 24px;
}
header.layout-header .header-nav .header-bar .dropdown-content.account-info ul li {
  width: 100%;
  color: gray;
  font-size: 16px;
}
header.layout-header .header-nav .header-bar .dropdown-content.account-info a {
  display: inline-block;
  width: auto;
  margin: 24px;
  padding: 12px;
  color: white;
  background: var(--secondary);
  border: none;
}
header.layout-header .header-nav .header-bar .dropdown-content.account-info a:hover {
  background: var(--secondary-light);
}
header.layout-header .mobile-nav {
  display: none;
  grid-column: 2;
}
header.layout-header .mobile-nav h1, header.layout-header .mobile-nav h2, header.layout-header .mobile-nav h3 {
  font-family: unset;
  font-weight: bold;
  margin-bottom: 8px;
}
header.layout-header .mobile-nav h3 {
  font-size: 1.2rem;
}
header.layout-header .mobile-nav .burger {
  width: 24px;
  height: 22px;
  border: none;
  outline: none;
  padding: 0px;
  margin: 24px 0px;
  cursor: pointer;
  z-index: 9999;
  border-bottom: 3px solid var(--primary, var(--neutral));
  transition: border-bottom 0.5s ease-in-out;
}
header.layout-header .mobile-nav .burger:before {
  display: block;
  content: "";
  width: 100%;
  border-bottom: 3px solid var(--primary, var(--neutral));
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
}
header.layout-header .mobile-nav .burger:after {
  display: block;
  content: "";
  border-bottom: 3px solid var(--primary, var(--neutral));
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
}
header.layout-header .mobile-nav .header-bar {
  margin-top: var(--block-between);
}
header.layout-header .mobile-nav .navigation-bar {
  margin-bottom: var(--block-between);
}
header.layout-header .mobile-nav .mobile-overlay {
  --block-between: 32px;
  --container-margin: 48px;
  position: fixed;
  z-index: 8000;
  overflow-y: scroll;
  top: var(--navigation-height);
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: calc(100% - var(--navigation-height));
  background: white;
  display: none;
  padding-bottom: 40px;
}
header.layout-header .mobile-nav .mobile-overlay > ul {
  padding-bottom: 40px !important;
}
header.layout-header .mobile-nav .mobile-overlay ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
header.layout-header .mobile-nav .mobile-overlay ul li ul {
  margin-left: 24px;
}
header.layout-header .mobile-nav .mobile-overlay ul li a {
  text-decoration: none;
  font-size: 1.1rem;
}
header.layout-header .mobile-nav .mobile-overlay ul > li.block + li.block {
  margin-top: calc(var(--block-between) / 2);
}
header.layout-header .mobile-nav .mobile-overlay a {
  color: unset;
}
header.layout-header .mobile-nav .mobile-overlay .account-details-mobile {
  padding-top: 12px;
  border-top: 2px solid var(--secondary);
  font-weight: bold;
}
header.layout-header .mobile-nav .mobile-overlay .account-details-mobile ul {
  --block-between: 8px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  header.layout-header .header-nav {
    display: none;
  }
  header.layout-header .mobile-nav {
    display: flex;
    width: auto;
    justify-content: flex-end;
  }
}

ul.standard-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 40px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 6px;
  --standard-nav-width: 196px;
  --custom-nav-width: 240px;
  /*
  &.open-right > li > ul > li > ul {
      left: calc(var(--standard-nav-width) - 2px);
      top: 0px;
  }

  &.open-left > li > ul > li > ul {
      left: calc(0px - var(--standard-nav-width));
      top: 0px;
  }
  */
  /* TEMP condition
  > li > ul:first-of-type {
      visibility: visible;
  }
  */
}
ul.standard-nav > li > a, ul.standard-nav > li > button {
  display: block;
  color: var(--primary-nav);
  text-align: center;
  padding: 8px 0px 8px 0px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 20px;
}
ul.standard-nav > li > a:hover, ul.standard-nav > li > button:hover {
  color: var(--primary-nav-hover) !important;
}
ul.standard-nav > li > a[data-state=active], ul.standard-nav > li > button[data-state=active] {
  color: var(--primary-nav-hover) !important;
}
ul.standard-nav > li > button {
  font-family: unset;
  line-height: unset;
}
ul.standard-nav > li > ul.open-left {
  right: 0px;
}
ul.standard-nav > li > ul li:hover {
  background: var(--primary-nav-hover);
}
ul.standard-nav > li > ul li:hover > a {
  color: white;
}
ul.standard-nav > li > ul li a {
  color: black;
}
ul.standard-nav > li > ul li ul.open-right {
  left: calc(var(--standard-nav-width) - 2px);
  top: -1px;
}
ul.standard-nav > li > ul li ul.open-left {
  left: calc(0px - var(--standard-nav-width));
  top: -1px;
}
ul.standard-nav ul.standard-nav-item {
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
  width: var(--standard-nav-width);
  z-index: 1200;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-color: white;
  border: 1px solid var(--primary-40);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
ul.standard-nav ul.standard-nav-item li {
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid lightgray;
}
ul.standard-nav ul.standard-nav-item li a {
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 0.9em;
  white-space: normal;
  margin: 0px 12px 0px 20px;
}
ul.standard-nav ul.standard-nav-item li a.restricted::before {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAwCAMAAABKbPgaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFRQTFRF+Pj4w8PDxsbG1tbW3NzcwcHB5OTkwsLC0tLS+fn54+Pj/Pz89vb26+vr/f399/f35eXl6urqysrK1dXV2dnZ4ODg2NjY6enpycnJ3d3dwMDA////aPNfegAAABx0Uk5T////////////////////////////////////ABey4tcAAADaSURBVHja7NTJDsIgFAXQx0wnOztc/v8/TattLGBg4cJE7w5ywpT3IHcIaTswNlhN3vxhMClsGdt3rGEwoq+rqu6FAWvirATEPmwFoGOsgepe99EKTciIoTseW4MVATtDOC8jJp+RMuSz1ijymA4Xc07s59iYRR+yC6zHrqhDVmPwGEMVsgrMY4CLZJ/9anaSHIlweSKJjEjiOYwTsvLDzJRFUZokK5+dnWBraxZJtpYMJdm8sDnJ1MJU+kEe5fgpRpEbRJglsv96S7LMds76HG65X43Lyl2AAQDHW7NaLFaSogAAAABJRU5ErkJggg==");
  display: inline-block;
  background-size: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -16px;
}
ul.standard-nav ul.standard-nav-item li:last-of-type a {
  border-bottom: none;
}
ul.standard-nav li {
  position: relative;
  background: white;
}
ul.standard-nav li:hover > ul {
  visibility: visible;
}

ul.standard-nav .custom-nav {
  position: fixed;
  visibility: hidden;
  box-sizing: border-box;
  width: 100vw;
  left: 0px;
  z-index: 1200;
  background-color: white;
  border: 1px solid var(--primary-40);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
ul.standard-nav li {
  position: relative;
  background: white;
}
ul.standard-nav li:hover > .custom-nav {
  visibility: visible;
}

section.custom-nav .custom-nav-item {
  width: var(--custom-nav-width);
  padding-left: 30px;
}
section.custom-nav .custom-nav-item h3 {
  font-family: unset;
  font-weight: bold;
  margin-bottom: 32px;
}
section.custom-nav .custom-nav-item figure {
  margin: unset;
  margin-bottom: 24px;
}
section.custom-nav .custom-nav-item figure img {
  height: unset;
  width: var(--custom-nav-width);
}
section.custom-nav .custom-nav-item li {
  padding: 12px 0px 12px 0px;
}
section.custom-nav .custom-nav-item + .custom-nav-item {
  border-left: 1px solid lightgray;
}
section.custom-nav ul.custom-nav-pages li a.restricted::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAwCAMAAABKbPgaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFRQTFRF+Pj4w8PDxsbG1tbW3NzcwcHB5OTkwsLC0tLS+fn54+Pj/Pz89vb26+vr/f399/f35eXl6urqysrK1dXV2dnZ4ODg2NjY6enpycnJ3d3dwMDA////aPNfegAAABx0Uk5T////////////////////////////////////ABey4tcAAADaSURBVHja7NTJDsIgFAXQx0wnOztc/v8/TattLGBg4cJE7w5ywpT3IHcIaTswNlhN3vxhMClsGdt3rGEwoq+rqu6FAWvirATEPmwFoGOsgepe99EKTciIoTseW4MVATtDOC8jJp+RMuSz1ijymA4Xc07s59iYRR+yC6zHrqhDVmPwGEMVsgrMY4CLZJ/9anaSHIlweSKJjEjiOYwTsvLDzJRFUZokK5+dnWBraxZJtpYMJdm8sDnJ1MJU+kEe5fgpRpEbRJglsv96S7LMds76HG65X43Lyl2AAQDHW7NaLFaSogAAAABJRU5ErkJggg==");
  display: inline-block;
  background-size: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
}
section.custom-nav ul.custom-nav-item-links li {
  padding: 12px 0px 12px 0px;
}
section.custom-nav ul.custom-nav-item-links li a {
  font-weight: bold;
  font-size: smaller;
}
section.custom-nav .custom-nav-summary {
  border-top: 1px solid lightgray;
  padding-top: 12px;
}
section.custom-nav .custom-nav-summary ul {
  width: 100%;
  margin: 0px 24px 0px 24px;
}
section.custom-nav .item-container {
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

div[data-component=colorPalette] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div[data-component=colorPalette] .tf-color-picker {
  position: relative;
  width: 100px;
}
div[data-component=colorPalette] .tf-color-picker:hover .color-box-reset {
  visibility: visible;
}
div[data-component=colorPalette] .tf-color-add {
  width: 100px;
  order: 2000; /* push to end */
}
div[data-component=colorPalette] .tf-color-add[data-state=inactive] {
  pointer-events: none;
}
div[data-component=colorPalette] .tf-color-add .color-box {
  display: grid;
  align-items: center;
  border-style: dashed;
}
div[data-component=colorPalette] .tf-color-add .color-box:hover {
  border-color: #2152a3;
}
div[data-component=colorPalette] .tf-color-add .color-box:hover span {
  color: #2152a3;
}
div[data-component=colorPalette] .tf-color-add .color-box span {
  height: initial;
  text-align: center;
  font-size: 32px;
  color: #e9e9eb;
}
div[data-component=colorPalette] .tf-color-add .color-box span::before {
  font-family: icomoon;
  content: "\e20e";
}
div[data-component=colorPalette] .tf-color-add .color-options {
  position: fixed;
  display: none;
  z-index: 9999;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.5);
  background-color: white;
  border: 1px solid var(--neutral-light);
  top: 80px;
}
div[data-component=colorPalette] .tf-color-add .color-options button {
  text-align: center;
  color: white;
  background-color: #5c8cae;
  line-height: 28px;
  height: 30px;
  width: 100%;
}
div[data-component=colorPalette] .tf-color-add .color-options button::before {
  font-family: icomoon;
  font-weight: normal;
  font-size: 16px;
  content: "\e1a4";
  display: grid;
}
div[data-component=colorPalette] .tf-color-add .color-options ul {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(15.4em + 6px);
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div[data-component=colorPalette] .tf-color-add .color-options ul li {
  line-height: 2.2em;
  border-bottom: 1px solid var(--neutral-light);
  padding: 0px 8px 0px 8px;
  cursor: pointer;
  white-space: nowrap;
}
div[data-component=colorPalette] .tf-color-add .color-options ul li:last-child {
  border: none;
}
div[data-component=colorPalette] .tf-color-add .color-options ul li:hover {
  background-color: var(--neutral-light-80);
}
div[data-component=colorPalette] .color-box-title {
  font-size: smaller;
  text-align: center;
  line-height: 1.4em;
  color: #a0a0a0;
  word-break: break-word;
  height: auto;
}
div[data-component=colorPalette] .color-box {
  display: block;
  width: 60px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  margin: auto;
}
div[data-component=colorPalette] .color-box-reset {
  height: 16px;
  width: 16px;
  right: 12px;
  top: -8px;
  border-radius: 16px;
  border: solid 1px #808080;
  background: rgba(255, 255, 255, 0.8);
  color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  visibility: hidden;
  cursor: pointer;
}
div[data-component=colorPalette] .color-box-reset::before {
  font-family: icomoon;
  font-weight: normal;
  font-size: 12px;
  content: "\e1a4";
}

.color-box span {
  width: 100%;
  height: 100%;
  display: block;
}

.color-box-text {
  font-size: smaller;
  text-align: center;
  height: 1.5em;
  color: #a0a0a0;
}

.color-view {
  display: grid;
  height: 1.5em;
  border-color: #aaa;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
}
.color-view .color-patch {
  display: block;
  cursor: pointer;
  border-color: #aaa;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  grid-row: 1;
}

.color-choice {
  display: grid;
  border-color: #aaa;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  background-color: #ffffff;
}
.color-choice span {
  height: 100%;
  display: block;
  grid-row: 1;
  border-color: #a0a0a0;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
}
.color-choice input {
  border: none;
  font-size: 1em;
  width: 8.25em;
  text-align: center;
  line-height: 1.5em;
}

.color-opacity {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 1.5em;
  border-color: #aaa;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
}
.color-opacity span {
  grid-row: 1;
}

.color-opacity span {
  height: 100%;
  font-size: 0.8em;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  border-color: #aaa;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  text-shadow: rgb(0, 0, 0) 0px 0px 8px;
  display: block;
  cursor: pointer;
}

.color-select {
  vertical-align: middle;
  cursor: pointer;
}

/* ANIMATIONS */
.transition-fade {
  transition: opacity 1s ease-in-out;
}

.transition-slowfade {
  transition: opacity 4s ease-in-out;
}

.transition-flip[data-state=active] {
  animation: flip-active 2s forwards;
}

.transition-flip[data-state=inactive] {
  animation: fade-inactive 2s forwards;
}

.transition-slide[data-state=active] {
  animation: slide-active 2s forwards;
}

.transition-slide[data-state=inactive] {
  animation: slide-inactive 2s forwards;
}

.transition-slide-fade[data-state=active] {
  animation: slide-active 2s forwards;
}

.transition-slide-fade[data-state=inactive] {
  animation: fade-inactive 2s forwards;
}

@keyframes slide-active {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slide-inactive {
  from {
    opacity: 1;
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes fade-inactive {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes flip-active {
  from {
    opacity: 0;
    transform: rotateX(180deg);
  }
  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* TV settings */
.transition-retro-tv figcaption {
  content: "AV-1";
  color: #00FF00;
  position: absolute;
  top: 8px;
  left: 24px;
  font-size: 32px;
  visibility: hidden;
  pointer-events: none;
}

.transition-retro-tv[data-state=active] {
  background: #121010;
}
.transition-retro-tv[data-state=active]::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.transition-retro-tv[data-state=active]::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

.transition-retro-tv[data-state=active]::after {
  animation: tv-flicker 0.15s infinite;
}

.transition-retro-tv[data-state=inactive] {
  animation: tv-off 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: forwards;
}

.transition-retro-tv[data-state=active] {
  animation: tv-on 4s linear;
  animation-fill-mode: forwards;
}

.transition-retro-tv[data-state=active] figcaption {
  animation: tv-overlay-anim 5s linear;
  animation-fill-mode: forwards;
}

@keyframes tv-on {
  0% {
    transform: scale(1, 0.8) translate3d(0, 0, 0);
    filter: brightness(30);
    opacity: 1;
  }
  3.5% {
    transform: scale(1, 0.8) translate3d(0, 100%, 0);
  }
  3.6% {
    transform: scale(1, 0.8) translate3d(0, -100%, 0);
    opacity: 1;
  }
  9% {
    transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
    filter: brightness(30);
    opacity: 0;
  }
  11% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    filter: contrast(0) brightness(0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    filter: contrast(1) brightness(1.2) saturate(1.3);
    opacity: 1;
  }
}
@keyframes tv-off {
  0% {
    transform: scale(1, 1.3) translate3d(0, 0, 0);
    filter: brightness(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.3, 0.001) translate3d(0, 0, 0);
    filter: brightness(10);
  }
  100% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: scale(0, 0.0001) translate3d(0, 0, 0);
    filter: brightness(50);
  }
}
@keyframes tv-flicker {
  0% {
    opacity: 0.1528810502;
  }
  5% {
    opacity: 0.8558066466;
  }
  10% {
    opacity: 0.7181674596;
  }
  15% {
    opacity: 0.6366476781;
  }
  20% {
    opacity: 0.1973591035;
  }
  25% {
    opacity: 0.386344665;
  }
  30% {
    opacity: 0.6098723171;
  }
  35% {
    opacity: 0.227564784;
  }
  40% {
    opacity: 0.4108780396;
  }
  45% {
    opacity: 0.0028242263;
  }
  50% {
    opacity: 0.4126440288;
  }
  55% {
    opacity: 0.694789749;
  }
  60% {
    opacity: 0.7042458561;
  }
  65% {
    opacity: 0.1268232045;
  }
  70% {
    opacity: 0.8739865178;
  }
  75% {
    opacity: 0.0876011744;
  }
  80% {
    opacity: 0.1970097999;
  }
  85% {
    opacity: 0.9759807428;
  }
  90% {
    opacity: 0.239374991;
  }
  95% {
    opacity: 0.2335051295;
  }
  100% {
    opacity: 0.5712941571;
  }
}
@keyframes tv-overlay-anim {
  0% {
    visibility: hidden;
  }
  20% {
    visibility: hidden;
  }
  21% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
