@import url("https://www.herokucdn.com/purple3/latest/purple3.min.css");
.hk-slide-panel-overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  background: transparent;
  transition: 0.4s cubic-bezier(0.3, 0, 0, 1);
}
.hk-slide-panel-overlay.is-visible {
  opacity: 1;
  background: rgba(89, 105, 129, 0.2);
}

.hk-slide-panel-container {
  overflow-y: hidden;
  /* Smartphones (portrait and landscape) ----------- */
  /* iPads/Desktop (portrait and landscape) ----------- */
  min-height: 200px;
  transition-delay: 0.2s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0, 1);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .hk-slide-panel-container {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container {
    min-width: 400px;
  }
}
.hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
  top: 0;
  height: calc(100% - 20px);
  /* Smartphones (portrait and landscape) ----------- */
  /* iPads/Desktop (portrait and landscape) ----------- */
  /* iPads/Desktop (portrait only) ----------- */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
    width: 400px;
  }
}
@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .hk-slide-panel-container.from-left, .hk-slide-panel-container.from-right {
    max-height: 1050px;
  }
}
.hk-slide-panel-container.from-left.large, .hk-slide-panel-container.from-right.large {
  /* iPads/Desktop (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container.from-left.large, .hk-slide-panel-container.from-right.large {
    width: 50vw;
  }
}
.hk-slide-panel-container.from-left {
  left: 0;
  transform: translateX(-400px);
}
.hk-slide-panel-container.from-left.large {
  transform: translateX(-50vw);
}
.is-visible .hk-slide-panel-container.from-left {
  transform: translateX(0);
}
.is-visible .hk-slide-panel-container.from-left .large {
  transform: translateX(0);
}
.hk-slide-panel-container.from-right {
  right: 0;
  transform: translateX(400px);
}
.hk-slide-panel-container.from-right.large {
  transform: translateX(50vw);
}
.is-visible .hk-slide-panel-container.from-right {
  transform: translateX(0);
}
.is-visible .hk-slide-panel-container.from-right .large {
  transform: translateX(0);
}
.hk-slide-panel-container.from-bottom, .hk-slide-panel-container.from-top {
  left: 0;
  right: 0;
  /* Smartphones (portrait and landscape) ----------- */
  /* iPads/Desktop (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .hk-slide-panel-container.from-bottom, .hk-slide-panel-container.from-top {
    height: 100%;
  }
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container.from-bottom, .hk-slide-panel-container.from-top {
    height: 400px;
  }
}
.hk-slide-panel-container.from-bottom.large, .hk-slide-panel-container.from-top.large {
  /* iPads/Desktop (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 768px) {
  .hk-slide-panel-container.from-bottom.large, .hk-slide-panel-container.from-top.large {
    height: 50vh;
    min-height: 400px;
  }
}
.hk-slide-panel-container.from-bottom {
  bottom: 0;
  transform: translateY(400px);
}
.hk-slide-panel-container.from-bottom.large {
  transform: translateY(50vh);
}
.is-visible .hk-slide-panel-container.from-bottom {
  transform: translateY(0);
}
.is-visible .hk-slide-panel-container.from-bottom .large {
  transform: translateY(0);
}
.hk-slide-panel-container.from-top {
  top: 0;
  transform: translateY(-400px);
}
.hk-slide-panel-container.from-top.large {
  transform: translateY(-50vh);
}
.is-visible .hk-slide-panel-container.from-top {
  transform: translateY(0);
}
.is-visible .hk-slide-panel-container.from-top .large {
  transform: translateY(0);
}

.hk-slide-panel-header,
.hk-slide-panel-footer {
  overflow: hidden;
  min-height: 51px;
  flex: 0 0 auto;
}

.hk-slide-panel-content {
  flex: 1;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

.slide-panel-shadow-cover-top {
  flex-basis: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 10px;
  width: 100%;
  background: linear-gradient(#FFFFFF 30%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 100% 12px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.slide-panel-shadow-cover-bottom {
  flex-basis: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 10px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF 70%) 0 100%;
  background-size: 100% 12px;
  background-repeat: no-repeat;
  pointer-events: none;
}

body.panel-is-visible {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

.hk-slide-panel-container.from-bottom .hk-slide-panel-content,
.hk-slide-panel-container.from-top .hk-slide-panel-content {
  height: calc(100% - 40px);
}
.hk-slide-panel-container.from-bottom .hk-slide-panel-header,
.hk-slide-panel-container.from-bottom .hk-slide-panel-footer,
.hk-slide-panel-container.from-top .hk-slide-panel-header,
.hk-slide-panel-container.from-top .hk-slide-panel-footer {
  min-height: 40px;
}

@keyframes hk-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hk-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hk-slide-up {
  from {
    transform: translateY(calc(100% + 8px));
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hk-slide-down {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(calc(100% + 8px));
  }
}
.hk-slide-panel-breakout-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(89, 105, 129, 0.15);
  animation: 0.3s cubic-bezier(0.3, 0, 0, 1) both hk-fade-in;
}

.hk-slide-panel-breakout-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: white;
  animation: 0.3s cubic-bezier(0.3, 0, 0, 1) 0.1s both hk-slide-up;
}

.hk-slide-panel-breakout[hidden] {
  display: block;
}
.hk-slide-panel-breakout[hidden] .hk-slide-panel-breakout-overlay {
  animation: 0.3s cubic-bezier(0.3, 0, 0, 1) both hk-fade-out;
}
.hk-slide-panel-breakout[hidden] .hk-slide-panel-breakout-content {
  animation: 0.3s cubic-bezier(0.3, 0, 0, 1) both hk-slide-down;
}

body, html {
  height: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 1.4em;
  color: #323b49;
  font-family: "Salesforce Sans";
}

pre {
  margin: 1rem;
  border-radius: 3px;
  padding: 20px !important;
  line-height: 1.4em !important;
  font-size: 15px !important;
}

.hk-select .ember-power-select-status-icon {
  display: none;
}

.hk-select .ember-power-select-selected-item {
  vertical-align: sub;
}

.FreestyleGuide-header {
  padding: 5px 20px;
  margin-bottom: 0;
  border: none;
  display: flex;
  position: relative;
}

.FreestyleGuide-header:after {
  background: linear-gradient(to right, #9E7CC1, #8ECDEA);
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
}

.FreestyleGuide-body {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.FreestyleGuide-content {
  max-width: 1200px;
  padding: 20px;
}

.FreestyleGuide-title {
  color: #79589f;
  font-size: 18px;
  line-height: 1.47em;
}

.FreestyleGuide-subtitle {
  line-height: 1.27em;
  margin-bottom: 10px;
}

.FreestyleVariant--inline {
  padding-right: 10px;
}

.FreestyleCollection-variantList {
  flex-wrap: wrap;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(89, 105, 128, 0.1), 0 1px 3px 0 rgba(89, 105, 128, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.FreestyleCollection-variantListItem {
  transition: all 100ms ease-in-out;
}

.FreestyleCollection-variantListItem:hover {
  color: #79589f;
  border-bottom: 3px solid #79589f;
}

.FreestyleCollection-variantListItem--active {
  color: #79589f;
  border-bottom: 3px solid #79589f;
}

.FreestyleGuide-nav {
  background: #f7f8fb;
  border-color: #e3e7ef;
}

.FreestyleMenu {
  flex: 1;
  flex-basis: 18rem;
  flex-shrink: 0;
  padding: 0px;
}

.FreestyleMenu ul {
  margin: 0;
  margin-bottom: 0;
}

.FreestyleMenu-item {
  padding: 0 10px 15px;
}

.FreestyleMenu li a {
  color: #475366;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 100ms ease-in-out;
}

.FreestyleMenu-item li a {
  font-weight: normal;
  text-transform: none;
  line-height: 1.3em;
  transition: all 100ms ease-in-out;
}

.FreestyleMenu-item a:hover {
  color: #006deb;
}

.FreestyleMenu-item .active {
  font-weight: bold;
  color: #006deb;
  transition: all 100ms ease-in-out;
}

.FreestyleMenu-submenu {
  font-weight: normal;
  padding: 0px 0px 0px 10px;
}

.FreestyleSection-name {
  border-color: #e3e7ef;
  margin-bottom: 10px;
  padding: 10px 0;
}

.FreestyleSubsection-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 0;
}

ul {
  margin: 10px 0;
}