html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  background-color: #F5F5F5;
  padding: 0 5px;
  word-wrap: break-word;
}

blockquote {
  border-left: 0.25em solid #E0E0E0;
  color: #707070;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1em;
}

.code-example-preview {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  border-radius: 5px 5px 0 0;
  padding: 3rem;
}
.code-example-preview.code-example-preview--white {
  background-color: #FFFFFF;
}

.code-example-preview + .code-example {
  margin-bottom: 40px;
  margin-top: 0;
}

.code-example {
  border-radius: 5px;
  position: relative;
}
.code-example .code-header {
  display: none;
  left: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.code-example .code-header * {
  pointer-events: all;
}
.code-example .code-header .copy-button {
  float: right;
  font-family: "Roboto", sans-serif;
  margin: 0;
  width: 80px;
}
.code-example:hover .code-header {
  display: block;
}

.code-example-box {
  background: #FFFFFF;
}

.code-example-box--md {
  height: 200px;
  width: 200px;
}

.code-example-box--fixed {
  background: #FFFFFF;
  height: 50px;
  text-align: center;
  width: 50px;
}

.playground {
  height: 100%;
}
.playground .code-example-preview {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.playground .code-example-preview {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.playground .code-example {
  border-radius: 0 0 3px 3px;
  max-height: 33%;
  overflow: auto;
}
.playground .code-example .hljs {
  height: 100%;
}

.code-tab-content-container {
  display: none;
}

.code-tab-content-container.show {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.color-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 120px !important;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 10px;
  position: relative;
  width: 159px !important;
}
.color-block .color-name,
.color-block .color-hex {
  font-size: 1.6rem;
  transition: 0.5s;
}
.color-block .color-name {
  font-weight: 400;
}
.color-block .color-hex {
  font-weight: 700;
}
.color-block .copy-hex {
  left: 50%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.25s;
}
.color-block:hover .color-name,
.color-block:hover .color-hex {
  opacity: 0;
  transition: 0.25s;
}
.color-block:hover .copy-hex {
  opacity: 1;
  transition: 0.5s;
}
.color-block.black {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.color-block.white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.color-block.mine-shaft {
  background-color: #333333;
  border-color: #333333;
  color: #FFFFFF;
}
.color-block.dove-gray {
  background-color: #707070;
  border-color: #707070;
  color: #FFFFFF;
}
.color-block.silver {
  background-color: #C5C5C5;
  border-color: #C5C5C5;
}
.color-block.alto {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}
.color-block.wild-sand {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.color-block.forest-green {
  background-color: #307B21;
  border-color: #307B21;
  color: #FFFFFF;
}
.color-block.thunderbird {
  background-color: #C11826;
  border-color: #C11826;
  color: #FFFFFF;
}
.color-block.orange-roughy {
  background-color: #C45413;
  border-color: #C45413;
  color: #FFFFFF;
}
.color-block.steel-blue {
  background-color: #4371AD;
  border-color: #4371AD;
  color: #FFFFFF;
}
.color-block.transparent {
  background-image: linear-gradient(45deg, #E0E0E0 25%, transparent 25%), linear-gradient(-45deg, #E0E0E0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #E0E0E0 75%), linear-gradient(-45deg, transparent 75%, #E0E0E0 75%);
  background-position: 0 0, 0 4px, 4px -4px, -4px 0;
  background-size: 8px 8px;
}
.color-block.primary {
  background-color: #23334E;
}

.color-dot {
  border-radius: 100%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 19px;
  margin-right: 10px;
  width: 19px;
}

.color-dot.black {
  background-color: #000000;
}
.color-dot.white {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
}
.color-dot.mine-shaft {
  background-color: #333333;
}
.color-dot.dove-gray {
  background-color: #707070;
}
.color-dot.alto {
  background-color: #E0E0E0;
}
.color-dot.wild-sand {
  background-color: #F5F5F5;
  border: 1px solid #E0E0E0;
}
.color-dot.gallery {
  background-color: #EEEEEE;
}
.color-dot.forest-green {
  background-color: #307B21;
}
.color-dot.thunderbird {
  background-color: #C11826;
}
.color-dot.orange-roughy {
  background-color: #C45413;
}
.color-dot.steel-blue {
  background-color: #4371AD;
}
.color-dot.transparent {
  background-image: linear-gradient(45deg, #E0E0E0 25%, transparent 25%), linear-gradient(-45deg, #E0E0E0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #E0E0E0 75%), linear-gradient(-45deg, transparent 75%, #E0E0E0 75%);
  background-position: 0 0, 0 4px, 4px -4px, -4px 0;
  background-size: 8px 8px;
  border: 1px solid #E0E0E0;
}
.color-dot.primary {
  background-color: #23334E;
}
.color-dot.shadow {
  box-shadow: 0 0 4px #4371AD;
}
.color-dot.toggle-shadow {
  box-shadow: 0 2px 4px #000000;
  opacity: 0.2;
}
.color-dot.blue-gradient {
  background: linear-gradient(180deg, #4570A5 0%, #3F81D5 100%);
}
.color-dot.gray-radial {
  background: radial-gradient(circle, #FFFFFF 0%, #E3E3E3 100%);
}
.color-dot.focus {
  box-shadow: 0 0 4px 2px #4671AF;
}

.status-legend {
  margin-bottom: 50px;
  margin-top: 30px;
}
.status-legend .legend-item {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.status-legend .legend-item:not(:last-child) {
  margin-right: 50px;
}

.component-title {
  font-size: 16px;
}

.component-status {
  -ms-flex-align: center;
      align-items: center;
  color: #5D5D5D;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.component-status [class*=font-icon-],
.status-legend .legend-item [class*=font-icon-] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0;
      flex: 0;
  font-size: 20px;
  margin-right: 5px;
}
.component-status .font-icon-checkmark-circle,
.status-legend .legend-item .font-icon-checkmark-circle {
  color: #307B21;
}
.component-status .font-icon-pending,
.status-legend .legend-item .font-icon-pending {
  color: #707070;
}
.component-status .font-icon-pendingauth,
.status-legend .legend-item .font-icon-pendingauth {
  color: #C11826;
}
.component-status .font-icon-no-category,
.status-legend .legend-item .font-icon-no-category {
  color: #333333;
}

.content-wrapper {
  position: relative;
}
.content-wrapper .main-content {
  background: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

.main-content-wrapper {
  margin-top: 7rem;
}

.main-content-header {
  background: #F5F5F5;
  overflow: hidden;
  position: relative;
}
.main-content-header .main-content-heading {
  margin: 1rem;
}

.main-content-container {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 1rem;
}

.page-content {
  width: 100%;
}

.main-content-container > .doc-heading:first-of-type,
.tab-panel > .doc-heading:first-of-type {
  margin-top: 0;
}
.main-content-container .lead-container + .doc-heading,
.tab-panel .lead-container + .doc-heading {
  margin-top: 6rem;
}

.doc-list {
  color: #707070;
  line-height: 1.5;
}

.doc-heading {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

h2.doc-heading {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
h2.doc-heading:not(:first-child) {
  margin-top: 10rem;
}
h2.doc-heading::after {
  border-top: 1px solid #E0E0E0;
  content: "";
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  margin-left: 1.5rem;
}
h2.doc-heading.no-sideline {
  display: block;
}
h2.doc-heading.no-sideline::after {
  display: none;
}

h3.doc-heading,
h4.doc-heading {
  font-weight: 400;
}
h3.doc-heading + .code-example-preview,
h4.doc-heading + .code-example-preview {
  margin-top: 0.5rem;
}

h3.doc-heading {
  margin-top: 2.5rem;
}

h4.doc-heading {
  margin-top: 1.5rem;
}

.code-example + h3, .code-example + h4 {
  margin-top: 0;
}

@media (min-width: 960px) {
  .main-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 10rem;
    max-width: 116rem;
    min-height: 100vh;
    padding-right: 35px;
    width: 75%;
  }
  .main-content {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  }
  .main-content-container {
    padding: 3rem;
  }
  .main-content-header .main-content-heading {
    margin: 2rem 3rem 2rem;
  }
  .main-content-header .tab-navigation {
    margin-top: -1rem;
    padding: 0 1.6rem;
  }
}
.do-dont-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}

.do-dont-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 20px;
  min-width: 200px;
  width: calc(33% - 20px);
}
.do-dont-item:nth-child(3) {
  width: calc(33% - 20px);
}
.do-dont-item:first-child {
  margin-left: 0;
}
.do-dont-item img {
  width: 100%;
}
.do-dont-item[data-size*=large] {
  width: calc(50% - 20px);
}

.do-dont-copy {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: 10px;
}

.easter-egg {
  display: none;
}

.easter-is-here .easter-egg {
  display: inherit;
  display: initial;
  display: unset;
}

.cat-gif {
  border-radius: 5px;
}

.global-footer {
  padding: 0.25em 1em;
}

@media (min-width: 960px) {
  .global-footer {
    margin: 0;
    padding: 10px;
  }
  .global-footer .footer-content {
    display: inline;
    line-height: 2;
    vertical-align: bottom;
  }
}
body {
  -ms-flex-align: center;
      align-items: center;
  background: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 1.6rem;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
}

.site-wrapper {
  max-width: 144.5rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media (min-width: 960px) {
  .site-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .content-wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
}
/* stylelint-disable selector-no-qualifying-type */
p {
  color: #707070;
  margin-top: 1rem;
}

/* stylelint-enable selector-no-qualifying-type */
@media (min-width: 960px) {
  .no-margin .row [class*=col-]:first-child {
    padding-left: 0;
  }
  .no-margin .row [class*=col-]:last-child {
    padding-right: 0;
  }
}
.global-header {
  background-color: #333333;
  box-sizing: border-box;
  height: 6.7rem;
  left: 0;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.global-header .global-header-container {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  max-width: 1550px;
}
.global-header .header-brand {
  display: block;
  line-height: 40px;
  margin: 1.5rem 0;
  text-decoration: none;
}
.global-header .brand-logo {
  height: 4rem;
  vertical-align: middle;
  width: 4rem;
}
.global-header .navbar-toggler {
  padding: 0;
  background: transparent;
  border: none;
}
.global-header .navbar-toggler-icon {
  background: no-repeat center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 4.1rem;
  vertical-align: middle;
  width: 4.1rem;
}
.global-header .content-switcher {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.global-header .content-switcher .iris-switchboard {
  border-color: #CFB165;
  margin: auto;
}
.global-header .content-switcher .iris-switchboard__label::before {
  background: #CFB165;
}
.global-header .content-switcher .iris-switchboard__input:checked + .iris-switchboard__label {
  color: #333333;
}
.global-header .content-switcher .iris-switchboard__label {
  color: #CFB165;
  font-weight: 500;
}

@media (min-width: 960px) {
  .global-header {
    padding: 0 1.6rem;
  }
  .global-header .header-brand {
    margin: 1rem 1.6rem 1rem 0;
    text-align: center;
  }
  .global-header .brand-logo {
    height: 4rem;
    width: 4rem;
  }
  .global-header .navbar-toggler {
    display: none;
  }
  .global-header .component-api-version {
    padding: 0;
  }
  .global-header .content-switcher {
    left: initial;
    position: relative;
    top: initial;
    transform: none;
  }
  .global-header .content-switcher .iris-switchboard {
    margin: 0;
  }
  .header-brand-wrapper {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 25rem;
  }
}
.home-header-wrapper {
  position: relative;
  width: 100%;
}
.home-header-wrapper::after {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home-header-wrapper .catch-phrase {
  display: none;
}
.home-header-wrapper .alkami-logo {
  display: none;
}
.home-header-wrapper .global-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.home-header-wrapper .brand-logo {
  background-image: url("/assets/images/global/iris-logo-f90a68af53.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.intro-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.intro-grid .intro-grid__item {
  margin-top: 6rem;
}
.intro-grid .intro-grid__item:last-child {
  margin-bottom: 2rem;
}

@media (min-width: 960px) {
  .home-header-wrapper {
    background-image: url("/assets/images/home/home-header-background-5e07c82e59.png");
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    width: 100%;
  }
  .home-header-wrapper .global-header {
    background-color: transparent;
    height: 460px;
    max-width: 144.5rem;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    z-index: 20;
  }
  .home-header-wrapper .global-header .brand-logo {
    background-image: url("/assets/images/global/irisLogo_600x600-46236d13a9.png");
    height: 200px;
    left: 312px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
  }
  .home-header-wrapper .global-header .catch-phrase {
    color: white;
    display: block;
    font-size: 4.4rem;
    left: 600px;
    letter-spacing: 3px;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-header-wrapper .global-header .catch-phrase .verb {
    background: #B99E60;
    padding-left: 2px;
    padding-right: 2px;
  }
  .home-header-wrapper .global-header .alkami-logo {
    display: block;
    left: 30px;
    position: absolute;
    top: 30px;
  }
  .site-wrapper.home .main-content {
    margin-top: -6rem;
  }
  .site-wrapper.home .main-content-header {
    min-height: 146px;
  }
  .site-wrapper.home .main-content-wrapper {
    margin-top: 0;
    min-height: calc(100vh - 520px);
  }
  .site-wrapper.home .global-navigation {
    margin-top: 10px;
  }
  .site-wrapper.home .component-api-version {
    display: none;
  }
  .site-wrapper.home .intro-grid {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 6rem;
  }
  .site-wrapper.home .intro-grid .intro-grid__item:first-child {
    margin-right: 4rem;
  }
  .site-wrapper.home .intro-grid .intro-grid__item {
    margin-bottom: 0;
    margin-top: 0;
  }
  .site-wrapper.home h2 {
    margin-bottom: 2rem;
  }
  .site-wrapper.home h2:not(:first-child) {
    margin-top: 6rem;
  }
}
.icon-section-title {
  margin-top: 1rem;
}

.icon-container.iris-collapsable--expanded {
  margin-bottom: 5rem;
}

.icon-hide {
  opacity: 0;
  transform: scale(0);
}

.icon-card {
  color: #707070;
  padding: 15px;
  position: relative;
  transition: 250ms;
  width: 10rem;
}
.icon-card .icon {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 200ms;
}
.icon-card .icon-name {
  text-transform: capitalize;
}
.icon-card::after {
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  content: attr(data-pseudo-text);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 0.5s, box-shadow 0.75s;
}
.icon-card:hover::after {
  box-shadow: 0 20px 50px -5px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

input[type=range] {
  -webkit-appearance: none;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  width: 100%;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #CFB165;
  border: 3px solid #FFFFFF;
  border-radius: 11px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 18px;
  transform: translateY(-7px);
  width: 18px;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  background: #CFB165;
  border: 3px solid #FFFFFF;
  border-radius: 11px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 18px;
  width: 18px;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  background: #CFB165;
  border: 3px solid #FFFFFF;
  border-radius: 11px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 18px;
  width: 18px;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  border-radius: 7px;
  cursor: pointer;
  height: 7px;
  width: 100%;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #F5F5F5;
}

input[type=range]::-moz-range-track {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  border-radius: 7px;
  cursor: pointer;
  height: 7px;
  width: 100%;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  cursor: pointer;
  height: 7px;
  width: 100%;
}

input[type=range]::-ms-fill-lower {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  border-radius: 7px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #F5F5F5;
}

input[type=range]::-ms-fill-upper {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  border-radius: 7px;
}

input[type=range]:focus::-ms-fill-upper {
  background: #F5F5F5;
}

.labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -8px;
  margin-right: -12px;
  margin-top: 8px;
}
.labels .label {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.labels .label:first-child {
  margin-left: 5px;
}
.labels .label .title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  transition: 200ms;
}
.labels .label .value {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
}
.labels .label.active .title {
  color: #CFB165;
}

.icon-header {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -3rem;
  margin-right: -3rem;
  padding: 20px 30px;
  transition: 0.25s box-shadow;
  z-index: 10;
}
.icon-header > * {
  width: calc(50% - 25px);
}
.icon-header.sticky {
  box-shadow: 0 20px 50px -5px rgba(0, 0, 0, 0.3);
  margin-top: 6.7rem;
  top: 0;
}

.lead-container {
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid;
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-style: italic;
  padding: 1.5rem;
}
.lead-container:not(:first-of-type) {
  margin: 2rem 0;
}
.lead-container:not(:first-of-type) + .lead-container {
  margin-top: 0;
}
.lead-container .definition-icon {
  margin-right: 1.5rem;
}
.lead-container .definition-icon::before {
  font-size: 5rem;
}
.lead-container[data-lead-type~=small] {
  padding: 1rem;
}
.lead-container[data-lead-type~=small] .definition-icon {
  margin-right: 1rem;
}
.lead-container[data-lead-type~=small] .definition-icon::before {
  font-size: 3rem;
}
.lead-container[data-lead-type~=definition] {
  border-color: #CFB165;
}
.lead-container[data-lead-type~=definition] .definition-icon {
  color: #CFB165;
}
.lead-container[data-lead-type~=alert] {
  border-color: #C11826;
}
.lead-container[data-lead-type~=alert] .definition-icon {
  color: #C11826;
}
.lead-container[data-lead-type~=warning] {
  border-color: #C45413;
}
.lead-container[data-lead-type~=warning] .definition-icon {
  color: #C45413;
}
.lead-container[data-lead-type~=info] {
  border-color: #4371AD;
}
.lead-container[data-lead-type~=info] .definition-icon {
  color: #4371AD;
}

.global-navigation {
  margin-top: 10rem;
  padding: 0 1.5rem;
}
.global-navigation .nav-link {
  color: #333333;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.6rem;
  padding: 1.2rem 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.global-navigation .nav-link.active {
  color: #24334D;
  font-weight: 700;
}
.global-navigation .nav-link.hidden {
  display: none;
}
.global-navigation .sub-nav .nav-link {
  font-size: 1.4rem;
  padding: 0.75rem 0 0.75rem 1.5rem;
  text-transform: capitalize;
}
.global-navigation .styleguide-search-container {
  padding: 10px 0;
}

.component-api-version {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #CFB165;
  display: none;
  font-size: 12px;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 960px) {
  .global-navigation {
    display: block !important;
    padding: 0 30px;
  }
  .global-navigation.collapse {
    display: block;
  }
  .global-navigation-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25rem;
  }
  .component-api-version {
    display: block;
    padding: 25px 0 15px;
  }
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  float: left;
  font-size: 1.6rem;
  left: 0;
  line-height: 1.5;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.dropdown-item {
  background: none;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.styleguide-search-container {
  position: relative;
}

.styleguide-search-input {
  width: 100%;
}

.styleguide-search-results {
  display: block;
  top: auto;
  width: 100%;
}
.styleguide-search-results .dropdown-item {
  padding: 3px 1rem;
}
.styleguide-search-results:empty {
  display: none;
}
.styleguide-search-results .no-results {
  color: #7A7A7A;
}
.styleguide-search-results .no-results:focus, .styleguide-search-results .no-results:hover {
  background-color: #FFFFFF;
}
.styleguide-search-results .page-navigation-path {
  color: #7A7A7A;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  .styleguide-search-results {
    width: auto;
  }
}
.sidebar-title {
  color: #707070;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}

.tab-sidebar {
  display: none;
}

@media (min-width: 960px) {
  .tab-sidebar {
    border-left: 1px solid #E0E0E0;
    box-sizing: border-box;
    display: block;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    min-height: 100%;
    padding-left: 30px;
    position: relative;
    width: 20%;
    word-wrap: break-word;
  }
  .tab-sidebar .sticky {
    margin-top: 7rem;
    overflow: auto;
    top: 0;
    width: 100%;
  }
  .tab-sidebar .sticky .jump-navigation {
    padding-bottom: 5px;
    padding-top: 30px;
  }
  .tab-sidebar .sticky .back-to-top {
    opacity: 1;
    pointer-events: auto;
  }
  .sidebar-options {
    margin-bottom: 3rem;
  }
  .sidebar-options .iris-radio {
    margin-bottom: 1.5rem;
  }
}
.jump-navigation {
  transition: 500ms;
}
.jump-navigation .back-to-top {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.jump-navigation .back-to-top:first-child {
  display: none;
}
.jump-navigation .back-to-top .iris-button__icon {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  transform: rotate(-90deg);
}

.jump-navigation-link {
  color: #333333;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 1.6rem;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
.jump-navigation-link:hover {
  color: #1a1a1a;
  text-decoration: none;
}
.jump-navigation-link:last-of-type {
  margin-bottom: 15rem;
}

.sticky-item-container {
  width: 100%;
}

.sticky {
  position: fixed;
}

.support-card .iris-card__header span {
  color: #CAB16F;
}
.support-card .iris-card__header h3 {
  color: #707070;
  margin-top: 5px;
}

.iris-gurus-team {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.iris-gurus-team > div {
  box-sizing: border-box;
  min-width: 25%;
}

.iris-guru-avatar-card .iris-avatar__inner {
  height: 20rem;
  margin: 0 auto;
  width: 20rem;
}
.iris-guru-avatar-card .iris-avatar__inner:not(.kangapus-avatar):before {
  background: rgba(202, 177, 111, 0.3);
  border-radius: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 20rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s linear;
  width: 20rem;
}
.iris-guru-avatar-card .iris-avatar:not([data-modifier=inverted]) .iris-avatar__inner {
  background-color: #CACACA;
}
.iris-guru-avatar-card .iris-avatar:not([data-modifier=inverted]) .kangapus-avatar {
  background-color: #FFFFFF;
}
.iris-guru-avatar-card h4 {
  margin-bottom: 6px;
}
.iris-guru-avatar-card p {
  margin: 0 0 6px 0;
}

table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}

thead {
  border-bottom: 2px solid #707070;
}

th {
  color: #707070;
  font-size: 1.2rem;
  text-align: left;
  text-transform: uppercase;
}
th:not(:first-child) {
  padding-left: 15px;
}

tbody tr {
  border-bottom: 1px solid #E0E0E0;
}
tbody td {
  font-size: 1.4rem;
  padding: 15px 0;
  vertical-align: middle;
}
tbody td:first-child {
  color: #333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1.5rem;
}
tbody td:not(first-child) {
  color: #707070;
}
tbody td:not(:first-child) {
  padding-left: 15px;
}
tbody td ul {
  padding-left: 1.5rem;
}

.property-values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.property-value {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.property-value:not(:first-child) {
  margin-top: 10px;
}

.property-copy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.8rem;
}
.property-copy .variable-name {
  color: #333333;
  font-size: 1.6rem;
}
.property-copy .hex-value {
  font-size: 1.2rem;
  text-transform: none;
}

.roles-table td {
  width: 25%;
}

.tab-panel-container {
  width: 100%;
}

.tab-panel {
  display: none;
  width: 100%;
}
.tab-panel.tab-panel--active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.tab-navigation {
  color: #707070;
  font-size: 1.4rem;
  position: relative;
}
.tab-navigation .tab-item {
  color: #707070;
  display: inline-block;
  margin-bottom: 4px;
  padding: 1rem 1rem;
  position: relative;
  text-decoration: none;
  transition: all 0.25s linear;
}
.tab-navigation .tab-item::before {
  background-color: #23334E;
  bottom: -8px;
  content: "";
  display: block;
  left: 0;
  min-height: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.25s linear;
  width: 100%;
}
.tab-navigation .tab-item:focus::before, .tab-navigation .tab-item:hover::before {
  bottom: -4px;
  min-height: 4px;
  opacity: 0.5;
}
.tab-navigation .tab-item.tab-item--active {
  color: #23334E;
}
.tab-navigation .tab-item.tab-item--active::before {
  bottom: -4px;
  min-height: 4px;
  opacity: 1;
}

@media (min-width: 960px) {
  .tab-panel-container {
    box-sizing: border-box;
    padding-right: 30px;
    width: 80%;
  }
  .tab-navigation .tab-item {
    padding: 1rem 1.5rem;
  }
}
.card-image {
  display: inline-block;
  width: calc(50% - 20px);
}
.card-image:nth-child(3) {
  width: calc(33% - 20px);
}
.card-image * {
  width: 100%;
}
.card-image + .card-image {
  margin-left: 20px;
}

.behavior-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.behavior-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(50% - 10px);
}
.behavior-group {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px;
}
.behavior-group:not(:first-child) {
  margin-top: 20px;
}
.behavior-group img {
  width: 100%;
}
.behavior-group.space-out img {
  margin: 10px 0;
}

.width-33 {
  width: 33%;
}
.width-33 * {
  width: 100%;
}

.width-75 {
  width: 75%;
}
.width-75 * {
  width: 100%;
}

.width-100 {
  width: 100%;
}
.width-100 * {
  width: 100%;
}