@font-face {
  font-family: 'spark-icon-fill';
  src: url("fonts/spark/spark-icon-fill.eot");
  src: url("fonts/spark/spark-icon-fill%EF%B9%96.eot#iefix") format("embedded-opentype"), url("fonts/spark/spark-icon-fill.woff") format("woff"), url("fonts/spark/spark-icon-fill.ttf") format("truetype"), url("fonts/spark/spark-icon-fill.svg.html#spark-icon-fill") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'spark-icon-line';
  src: url("fonts/spark/spark-icon-line.eot");
  src: url("fonts/spark/spark-icon-line%EF%B9%96.eot#iefix") format("embedded-opentype"), url("fonts/spark/spark-icon-line.woff") format("woff"), url("fonts/spark/spark-icon-line.ttf") format("truetype"), url("fonts/spark/spark-icon-line.svg.html#spark-icon-line") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background-color: #e4e4e4; }

.spark-header .custom-version__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .spark-header .custom-version__wrapper .spark-header__title:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto; }
  .spark-header .custom-version__wrapper .custom-version__popover {
    font-family: Roboto, sans serif;
    padding: calc(2.5rem - 2px) 2rem 2.5rem 0; }
    .spark-header .custom-version__wrapper .custom-version__popover .custom-version__current-version {
      color: white;
      border-radius: 0.25rem;
      background: transparent;
      padding: 3px 5px; }
    .spark-header .custom-version__wrapper .custom-version__popover .custom-version__content {
      display: none;
      opacity: 0;
      -webkit-transition-delay: 0ms, 50ms;
              transition-delay: 0ms, 50ms;
      -webkit-transition-duration: 200ms;
              transition-duration: 200ms;
      -webkit-transition-property: opacity, visibility;
      transition-property: opacity, visibility;
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
              transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
    .spark-header .custom-version__wrapper .custom-version__popover .custom-version__caret {
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-bottom-color: white;
      margin: -3px auto 0; }
    .spark-header .custom-version__wrapper .custom-version__popover .custom-version__list {
      border-radius: 0.25rem;
      box-shadow: 4px 5px 9px -4px rgba(0, 0, 0, 0.23), -4px 4px 4px -4px rgba(0, 0, 0, 0.23);
      background: white;
      z-index: 9000;
      position: fixed;
      top: 79px;
      left: 235px;
      -webkit-transition-duration: 400ms;
              transition-duration: 400ms;
      -webkit-transition-property: top;
      transition-property: top;
      -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
              transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
    .spark-header .custom-version__wrapper .custom-version__popover .custom-version__link {
      width: 100%;
      padding: 0.5rem 1.25rem;
      min-width: 185px; }
    .spark-header .custom-version__wrapper .custom-version__popover:hover .custom-version__content, .spark-header .custom-version__wrapper .custom-version__popover:focus .custom-version__content {
      display: block;
      opacity: 1; }
    .spark-header .custom-version__wrapper .custom-version__popover:hover .custom-version__current-version, .spark-header .custom-version__wrapper .custom-version__popover:focus .custom-version__current-version {
      background: rgba(255, 255, 255, 0.1); }

.spark-header[data-breakpoint='xs']:not(.spark-header__placeholder) .custom-version__wrapper .custom-version__popover,
.spark-header--condensed:not(.spark-header__placeholder) .custom-version__wrapper .custom-version__popover {
  padding: calc(1.5rem - 2px) 2rem calc(1.5rem - 2px) 0 !important; }
  .spark-header[data-breakpoint='xs']:not(.spark-header__placeholder) .custom-version__wrapper .custom-version__popover .custom-version__list,
  .spark-header--condensed:not(.spark-header__placeholder) .custom-version__wrapper .custom-version__popover .custom-version__list {
    top: 67px; }

.spark-header--collapsed.spark-header[data-breakpoint='xs']:not(.spark-header__placeholder) .custom-version__wrapper .custom-version__popover .custom-version__list,
.spark-header--collapsed.spark-header--condensed:not(.spark-header__placeholder) .custom-version__wrapper .custom-version__popover .custom-version__list {
  left: 150px; }

.spark-header--collapsed.spark-header[data-breakpoint='sm']:not(.spark-header__placeholder) .custom-version__wrapper .custom-version__popover .custom-version__list {
  left: 275px !important; }

#markdown-toc {
  display: none !important; }

#content {
  margin-left: 0;
  margin-right: 0;
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-property: padding-top;
  transition-property: padding-top;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  @media (max-width: 543px) {
    #content {
      padding-top: 5rem; } }
  .spark-header-condensed #content {
    padding-top: 5rem; }
  #content .content__block--extra-padding {
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (max-width: 543px) {
      #content .content__block--extra-padding {
        padding-left: 1rem;
        padding-right: 1rem; } }
  #content .content__main {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: -1rem;
    border-right: 1px solid #ccc;
    background-color: #e4e4e4; }
    @media (max-width: 543px) {
      #content .content__main {
        padding-left: 0;
        padding-right: 0; } }
  #content .content__sidebar {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 0; }
  #content .content__body {
    margin-top: 2rem;
    margin-bottom: 4rem; }
    @media (max-width: 543px) {
      #content .content__body {
        margin-bottom: 2rem; } }

.toc-hover--header {
  position: relative; }
  .toc-hover--header .toc-hover--anchor {
    display: none;
    position: absolute;
    float: left;
    padding-right: 2rem;
    margin-top: -1.5rem;
    margin-right: 1rem;
    margin-left: -1.6rem;
    top: 1.5rem; }
    .toc-hover--header .toc-hover--anchor:hover {
      cursor: pointer;
      display: block; }
  .toc-hover--header:hover {
    cursor: pointer; }
    .toc-hover--header:hover .toc-hover--anchor {
      display: block; }

.container code:not(.live-code) {
  background-color: #f4f4f4;
  color: #333;
  font-family: "Roboto Mono", monospace;
  font-size: 1.08333rem;
  line-height: 1.3rem;
  padding: 0.1rem 0.5rem 0.15rem 0.5rem;
  border-radius: 3px;
  border-bottom: 1px solid #ccc;
  word-break: break-word; }

.highlight .live-example pre {
  font-size: 1.08333rem;
  line-height: 1.3rem;
  box-sizing: border-box;
  background-color: #f4f4f4;
  color: #333;
  font-family: "Roboto Mono", monospace;
  padding: 1rem;
  padding-top: 1rem !important;
  margin: 0 !important;
  border: 1px solid #ccc; }
.highlight .live-example {
  padding: 0 !important; }
  .highlight .live-example[data-expand-code="false"] {
    overflow-y: hidden; }
    .highlight .live-example[data-expand-code="false"] pre {
      white-space: pre;
      max-height: 12rem;
      overflow-y: auto; }
  .highlight .live-example[data-expand-code="true"] {
    overflow: hidden; }
    .highlight .live-example[data-expand-code="true"] pre {
      white-space: pre;
      max-height: none;
      overflow-y: auto; }

.expand-code-wrapper {
  padding-right: 0px; }
  .expand-code-wrapper button[data-role="expand-code"],
  .expand-code-wrapper button[data-role="expand-all-code"] {
    float: right; }

.iframeOutput {
  width: 100%;
  overflow: scroll; }

.cards .spark-panel {
  background-color: #ffffff; }
.cards .spark-panel__body p {
  max-height: 6.25rem;
  text-overflow: ellipsis;
  overflow: hidden; }

#main .designer-download-block .spark-btn--text {
  text-align: left;
  white-space: normal; }

.new-tab {
  float: right; }

.full-width-image {
  max-width: 100%; }

.responsive-image {
  width: 100%; }

.image-width-70 {
  width: 80%; }

.image-width-80 {
  width: 80%; }

.image-width-90 {
  width: 90%; }

@media (max-width: 543px) {
  .responsive-image--lte-sm {
    width: 100%; } }
.data-vis__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.data-vis__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.data-vis__item-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0;
  text-align: center; }

.container.container--full-width {
  max-width: 100% !important; }

.content__block {
  min-height: 768px;
  border-bottom: 6px solid #AC0000;
  left: -14px;
  right: -14px;
  z-index: 5;
  overflow: hidden; }
  .content__block:last-child {
    border-bottom: none; }
  .content__block h2, .content__block h3, .content__block h4, .content__block h5 {
    color: #4a5767; }
  @media (max-width: 543px) {
    .content__block h2.spark-alpha {
      font-size: 3.25rem;
      line-height: 4rem;
      margin-bottom: 1rem; } }

.content__block--white {
  background-color: white; }

.content__block--vignette {
  background-color: #ECECEC;
  box-shadow: inset 0px 0px 20rem rgba(0, 0, 0, 0.3); }

.content__block--lightgrey {
  background-color: #EEEEEE; }

.content__block--white {
  background-color: #FFFFFF; }

.content__block--no-border {
  border: none;
  padding-top: 4rem; }

.center-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }

.circle-with-arrow {
  color: #333; }
  .circle-with-arrow i {
    -webkit-transition-duration: 400ms, 250ms;
            transition-duration: 400ms, 250ms;
    -webkit-transition-property: padding, color, box-shadow;
    transition-property: padding, color, box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), ease-in-out;
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), ease-in-out;
    border-radius: 50%;
    border: 1px solid #dddddd;
    box-shadow: 0px 1px 2px #ccc;
    width: 3rem;
    height: 3rem;
    margin-top: 2rem;
    line-height: 3rem; }
  .circle-with-arrow.hover, .circle-with-arrow:hover, .circle-with-arrow.focus, .circle-with-arrow:focus {
    color: #333; }
    .circle-with-arrow.hover i, .circle-with-arrow:hover i, .circle-with-arrow.focus i, .circle-with-arrow:focus i {
      box-shadow: 0px 1px 3px #a1a1a1; }
  .circle-with-arrow.active, .circle-with-arrow:active {
    color: #333; }
    .circle-with-arrow.active i, .circle-with-arrow:active i {
      box-shadow: 0px 0px 0px #ddd; }

.file-type-icon {
  width: 3.5rem;
  margin-bottom: 1rem; }

.smaller-icons .file-type-icon {
  width: 3.5rem; }

.heading-icon {
  width: 3rem; }

.spark-header--extra-styles {
  z-index: 900; }

#spark-button-page .spark-btn:not(.spark-pull-right),
#spark-button-page .spark-btn--icon {
  margin-right: 1rem; }

@media (min-width: 796px) {
  img.video-swap-loaded {
    display: none; }

  [data-hook="data-viz-animations"] .data-viz-video-section {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  [data-hook="data-viz-animations"] .data-viz-video-section[data-hook="data-viz-video-section"] {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }
.landing-page .hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .landing-page .hero__copy {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 5; }
    .landing-page .hero__copy h1, .landing-page .hero__copy h2, .landing-page .hero__copy h3, .landing-page .hero__copy h4, .landing-page .hero__copy h5, .landing-page .hero__copy h6, .landing-page .hero__copy p, .landing-page .hero__copy ul, .landing-page .hero__copy ol {
      color: inherit; }
  .landing-page .hero__copy-body {
    position: relative; }
  .landing-page .hero__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110%;
    left: -5%;
    position: absolute;
    top: -5%;
    width: 120%;
    z-index: 0; }
  .landing-page .hero::before, .landing-page .hero__image::before {
    background: -webkit-radial-gradient(center circle, rgba(36, 43, 51, 0) 0%, rgba(36, 43, 51, 0) 3%, #242b33 98%);
    background: radial-gradient(circle at center, rgba(36, 43, 51, 0) 0%, rgba(36, 43, 51, 0) 3%, #242b33 98%);
    box-shadow: inset 0 -7.5rem 7.5rem -7.5rem rgba(18, 22, 26, 0.25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
.landing-page .masthead {
  overflow: hidden; }
  .landing-page .masthead__image {
    background-image: url("../images/landing-page/masthead-notebook-phone.jpg"); }
  .landing-page .masthead__nav-toggle-copy {
    opacity: 1;
    position: absolute;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .landing-page .masthead__nav {
    box-shadow: 0 0 7.5rem 4rem rgba(18, 22, 26, 0.25);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
    -webkit-transition-property: width, margin-left;
    transition-property: width, margin-left;
    z-index: 10; }
  .landing-page .masthead__nav-toggle {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-family: inherit;
    font-weight: 300;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
    -webkit-transition-property: color, right, padding;
    transition-property: color, right, padding;
    z-index: 100; }
  .landing-page .masthead__nav-btn {
    background-color: #206080;
    color: transparent;
    display: block;
    text-align: center;
    font-family: "Roboto Slab", serif;
    -webkit-transition-duration: 250ms, 100ms, 100ms;
            transition-duration: 250ms, 100ms, 100ms;
    -webkit-transition-property: width, color, background-color;
    transition-property: width, color, background-color;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1), linear, linear;
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1), linear, linear; }
    .landing-page .masthead__nav-btn:nth-child(2) {
      background-color: #267da9; }
      .landing-page .masthead__nav-btn:nth-child(2) .masthead__icon {
        background-color: #206080;
        border-color: #1a4c66;
        box-shadow: inset 0 0 5px 0 #1a4d66; }
    .landing-page .masthead__nav-btn:focus {
      outline: 0; }
      .landing-page .masthead__nav-btn:focus .masthead__icon {
        border: 3px solid #5cb8e6; }
    .landing-page .masthead__nav-btn:hover {
      color: #eee; }
      .landing-page .masthead__nav-btn:hover .masthead__icon {
        background-color: #0f394e; }
  .landing-page .masthead__icon {
    background-color: #1a4d66;
    border: 1px solid #13394c;
    border-radius: 50%;
    box-shadow: inset 0 0 5px 0 #13394c;
    color: #79caf2;
    display: block;
    opacity: 0;
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
    -webkit-transition-property: opacity, border, background-color;
    transition-property: opacity, border, background-color;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
.landing-page .whats-new__section {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, transparent 1rem);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, transparent 1rem);
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: relative; }
  .landing-page .whats-new__section:nth-child(2) .whats-new__tracker-dot {
    opacity: 0; }
  .landing-page .whats-new__section--intro {
    background: transparent;
    background-color: #fff;
    z-index: 100; }
    .landing-page .whats-new__section--intro .whats-new__section-wrapper {
      display: block;
      max-width: 100%;
      padding: 4rem 3rem; }
  .landing-page .whats-new__section.scrolled-to .whats-new__section-content {
    opacity: 1; }
  .landing-page .whats-new__section.scrolled-to .whats-new__section-imagery {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .landing-page .whats-new__section.hide-dot .whats-new__tracker-dot {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; }
.landing-page .whats-new__section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 100%; }
.landing-page .whats-new__section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  opacity: 0;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
.landing-page .whats-new__section-subtitle {
  color: #555;
  font-family: Roboto, sans-serif; }
.landing-page .whats-new__section-imagery {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 45rem;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  .landing-page .whats-new__section-imagery .video-swap-loaded {
    display: none; }
  .landing-page .whats-new__section-imagery img, .landing-page .whats-new__section-imagery video {
    height: auto;
    max-width: 100%; }
.landing-page .whats-new__tracker {
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  .landing-page .whats-new__tracker .whats-new__section .whats-new__section-wrapper::before {
    background-color: #ddd;
    content: '';
    display: block;
    height: calc(100% + 1px);
    position: absolute;
    top: -1px;
    width: 2px; }
.landing-page .whats-new__tracker-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 100%; }
.landing-page .whats-new__tracker-dot {
  background-color: #fff;
  border-color: #ddd;
  border-style: solid;
  border-radius: 50%;
  display: block;
  opacity: 1;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-delay: 100ms, 0ms;
          transition-delay: 100ms, 0ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  position: absolute; }
.landing-page .whats-new__tracker-timeline {
  background-color: #242b33;
  bottom: 100%;
  box-sizing: content-box;
  overflow: visible !important;
  padding-top: 2rem;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 5; }
  .landing-page .whats-new__tracker-timeline i {
    background-color: #4a5767;
    border: 1px solid #37414d;
    border-radius: 50%;
    bottom: -2px;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .landing-page .whats-new__tracker-timeline.fixed {
    bottom: 50%;
    position: fixed; }
.landing-page .stay-sparked {
  background-color: #4a5767;
  position: relative;
  z-index: 100; }
  .landing-page .stay-sparked__wrapper {
    padding: 8rem 2rem; }
  .landing-page .stay-sparked__heading {
    color: #fff;
    font-size: 4.08333rem;
    line-height: 5rem; }
    .landing-page .stay-sparked__heading i {
      color: #b8cbe5;
      font-style: normal; }
.landing-page .features {
  background-color: #fff;
  position: relative;
  z-index: 100; }
  .landing-page .features__wrapper {
    margin: 0 auto;
    max-width: 1300px; }
  .landing-page .features__item {
    padding: 1rem;
    position: relative;
    text-align: center; }
    .landing-page .features__item::after {
      background-color: #e4e4e4;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      right: 0;
      width: 1px; }
    .landing-page .features__item:last-child::after {
      display: none; }
  .landing-page .features__icon {
    margin: 1rem auto; }
.landing-page .quote {
  background-image: url("../images/landing-page/masthead-paper-desk.jpg");
  position: relative;
  z-index: 100; }
  .landing-page .quote__copy {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left; }
  .landing-page .quote__copy-attribution {
    text-shadow: 0.05rem 0.1rem 0px rgba(0, 0, 0, 0.23); }
.landing-page .gray-highlight-copy {
  background-color: rgba(0, 0, 0, 0.23);
  box-shadow: 1rem 0 0 rgba(0, 0, 0, 0.23), -1rem 0 0 rgba(0, 0, 0, 0.23);
  display: inline; }

@media (min-width: 796px) {
  .landing-page .hero {
    height: 45rem; }
    .landing-page .hero__copy {
      height: 100%;
      padding: 0 0 3rem 3rem; }
    .landing-page .hero .gray-highlight-copy {
      font-size: 1.66667rem;
      line-height: 3rem;
      padding: .5rem 0; }
  .landing-page .masthead__nav-toggle-copy {
    right: 6rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
  .landing-page .masthead__nav {
    height: 100%;
    width: 10rem; }
  .landing-page .masthead__nav-toggle {
    font-size: 1.66667rem;
    height: 5rem;
    margin-right: -2.5rem;
    padding-left: 16rem;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5rem; }
    .landing-page .masthead__nav-toggle::after, .landing-page .masthead__nav-toggle::before {
      box-sizing: border-box;
      height: 5rem;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transition-duration: 100ms;
              transition-duration: 100ms;
      -webkit-transition-timing-function: linear, linear, cubic-bezier(0.23, 1, 0.32, 1);
              transition-timing-function: linear, linear, cubic-bezier(0.23, 1, 0.32, 1);
      width: 5rem; }
    .landing-page .masthead__nav-toggle::before {
      background-color: #fff;
      border: 1px solid #1a4d66;
      border-radius: 50%;
      box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.23);
      content: '';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition-property: background-color, border, right;
      transition-property: background-color, border, right; }
    .landing-page .masthead__nav-toggle::after {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid transparent;
      color: #4a5767;
      content: '\f111';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: "spark-icon-line";
      font-size: 2.58333rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition-property: border, right, -webkit-transform;
      transition-property: border, right, -webkit-transform;
      transition-property: transform, border, right;
      transition-property: transform, border, right, -webkit-transform; }
    .landing-page .masthead__nav-toggle:focus {
      outline: 0; }
      .landing-page .masthead__nav-toggle:focus::before {
        border: 3px solid #5cb8e6; }
      .landing-page .masthead__nav-toggle:focus::after {
        border: 3px solid transparent; }
    .landing-page .masthead__nav-toggle:hover {
      color: #eee; }
      .landing-page .masthead__nav-toggle:hover::before {
        background-color: #eee; }
  .landing-page .masthead__nav-btn {
    font-size: 2.08333rem;
    height: 50%;
    padding: 4.5rem 0 1rem;
    width: 100%; }
    .landing-page .masthead__nav-btn:hover {
      color: transparent; }
  .landing-page .masthead__icon {
    font-size: 5rem;
    height: 10rem;
    line-height: 10rem;
    margin: 0 auto 1rem;
    width: 10rem; }
  .landing-page .masthead__copy {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .landing-page .masthead__copy-wrapper {
    max-width: 60rem;
    padding-right: 2rem; }
  .landing-page .masthead__copy-heading {
    font-size: 5.08333rem;
    line-height: 6rem;
    text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.23); }
  .landing-page .masthead__copy-body {
    left: 1rem; }
  .landing-page .masthead.expanded .masthead__nav {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
    margin-left: -20rem;
    width: 30rem; }
  .landing-page .masthead.expanded .masthead__nav-toggle-copy {
    opacity: 0;
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }
  .landing-page .masthead.expanded .masthead__nav-toggle {
    padding-left: 0; }
    .landing-page .masthead.expanded .masthead__nav-toggle::after {
      -webkit-transform: translateY(-50%) rotate(0);
              transform: translateY(-50%) rotate(0); }
  .landing-page .masthead.expanded .masthead__nav-btn {
    color: #fff; }
  .landing-page .masthead.expanded .masthead__icon {
    opacity: 1; }
  .landing-page .quote__copy-wrapper {
    margin: 0 4rem;
    max-width: 70rem; }
  .landing-page .quote__copy {
    padding: 1rem; }
  .landing-page .quote__copy-attribution {
    margin-bottom: 0;
    margin-top: 2rem; }
  .landing-page .whats-new__section-wrapper {
    padding: 4rem; }
  .landing-page .whats-new__section-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .landing-page .whats-new__section-content h1, .landing-page .whats-new__section-content h2, .landing-page .whats-new__section-content h3, .landing-page .whats-new__section-content h4, .landing-page .whats-new__section-content h5, .landing-page .whats-new__section-content h6, .landing-page .whats-new__section-content ul, .landing-page .whats-new__section-content ol, .landing-page .whats-new__section-content p {
      max-width: 40rem; }
    .landing-page .whats-new__section-content .spark-btn {
      margin-top: 1rem; }
  .landing-page .whats-new__sm-content {
    display: none; }
  .landing-page .whats-new__section-title {
    font-size: 2.58333rem;
    line-height: 3rem;
    margin-bottom: 0; }
  .landing-page .whats-new__section-subtitle {
    font-size: 1.33333rem;
    line-height: 2rem;
    margin-bottom: 2rem; }
  .landing-page .whats-new__tracker .whats-new__section-wrapper {
    padding-left: 11rem; }
    .landing-page .whats-new__tracker .whats-new__section-wrapper::before {
      border-right: 1px solid #ccc;
      left: calc(6.5rem - 1px); }
  .landing-page .whats-new__tracker-dot {
    border-width: 3px;
    height: 3rem;
    left: 5rem;
    top: 5rem;
    width: 3rem; }
  .landing-page .whats-new__tracker-timeline {
    bottom: calc(100% - 8rem);
    height: 8rem;
    left: calc(6.5rem - 4px);
    width: .6666666667rem; }
    .landing-page .whats-new__tracker-timeline i {
      height: 3rem;
      width: 3rem; }
    .landing-page .whats-new__tracker-timeline.fixed {
      bottom: calc(50% - 8rem + 1px); }
  .landing-page .features__item {
    padding: 6rem 4rem; }
    .landing-page .features__item::after {
      height: calc(100% - 12rem);
      top: 6rem; } }
@media (min-width: 1048px) {
  .landing-page .whats-new__section-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .landing-page .whats-new__section-title {
    font-size: 3.25rem;
    line-height: 4rem; }
  .landing-page .whats-new__section-subtitle {
    font-size: 1.66667rem; }
  .landing-page .whats-new__tracker .whats-new__tracker-wrapper,
  .landing-page .whats-new__tracker .whats-new__section-wrapper {
    padding-left: 14rem; }
    .landing-page .whats-new__tracker .whats-new__tracker-wrapper::before,
    .landing-page .whats-new__tracker .whats-new__section-wrapper::before {
      left: calc(9.5rem - 1px); }
  .landing-page .whats-new__tracker-dot {
    left: 8rem; }
  .landing-page .whats-new__tracker-timeline {
    left: calc(9.5rem - 4px); } }
@media (min-width: 1800px) {
  .landing-page .whats-new__tracker .whats-new__section-wrapper {
    padding-left: 18rem; }
    .landing-page .whats-new__tracker .whats-new__section-wrapper::before {
      left: calc(13.5rem - 1px); }
  .landing-page .whats-new__tracker-dot {
    left: 12rem; }
  .landing-page .whats-new__tracker-timeline {
    left: calc(13.5rem - 4px); } }
@media (max-width: 795px) {
  .landing-page .hero__copy {
    margin: 0 auto;
    max-width: 45rem;
    padding: 3rem 2rem 4rem;
    text-align: center; }
  .landing-page .hero__copy-heading {
    font-size: 3.25rem;
    margin-bottom: 2rem; }
  .landing-page .hero__copy-body {
    font-size: 1.33333rem;
    line-height: 2.1rem;
    padding: .25rem 0; }
  .landing-page .masthead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .landing-page .masthead__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%; }
    .landing-page .masthead__nav-btn {
      color: #fff;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      font-size: 1.66667rem;
      padding: 2rem 1rem;
      width: 50%; }
    .landing-page .masthead__nav-toggle {
      display: none; }
    .landing-page .masthead__icon {
      font-size: 2.5rem;
      height: 6rem;
      line-height: 6rem;
      margin: 0 auto 1rem;
      opacity: 1;
      width: 6rem; }
  .landing-page .quote__copy {
    padding: 3rem; }
  .landing-page .quote__copy-attribution {
    margin-bottom: 0;
    margin-top: 1rem; }
  .landing-page .whats-new__section-wrapper {
    max-width: 40rem;
    padding: 2rem 4rem;
    text-align: center; }
  .landing-page .whats-new__section-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; }
    .landing-page .whats-new__section-content img {
      display: block;
      height: auto;
      margin: 1rem auto;
      max-width: 100%; }
  .landing-page .whats-new__section-title {
    font-size: 2.08333rem;
    line-height: 3rem;
    margin-bottom: 0; }
  .landing-page .whats-new__section-subtitle {
    font-size: 1.66667rem;
    line-height: 2rem;
    margin-bottom: 1rem; }
  .landing-page .whats-new__section-imagery {
    display: none; }
  .landing-page .whats-new__tracker .whats-new__section-wrapper::before {
    left: calc(2rem - 1px); }
  .landing-page .whats-new__tracker-wrapper {
    max-width: 40rem; }
  .landing-page .whats-new__tracker-dot {
    border-width: 2px;
    height: 2rem;
    left: 1rem;
    top: 2rem;
    width: 2rem; }
  .landing-page .whats-new__tracker-timeline {
    bottom: calc(100% - 4rem);
    height: 4rem;
    left: calc(2rem - 3px);
    width: .5rem; }
    .landing-page .whats-new__tracker-timeline i {
      height: 2rem;
      width: 2rem; }
    .landing-page .whats-new__tracker-timeline.fixed {
      bottom: calc(50% - 4rem + 1px); }
  .landing-page .features {
    padding-bottom: 2rem;
    padding-top: 2rem; } }
@media (max-width: 543px) {
  .landing-page .stay-sparked__wrapper {
    padding: 3rem 1rem; }
  .landing-page .stay-sparked__heading {
    font-size: 2.08333rem;
    line-height: 3rem; }
  .landing-page .stay-sparked .spark-input-group {
    text-align: center; }
    .landing-page .stay-sparked .spark-input-group .spark-btn {
      margin-top: 1rem; } }
/********************************/
/***** GETTING STARTED PAGE *****/
/********************************/
#gs-welcome-buttons {
  padding-top: 5rem;
  margin-bottom: -10rem;
  background: #fff;
  background: url("../images/vignette.jpg") top center repeat-x, #fff;
  background-size: 100% 32%; }
  @media (max-width: 543px) {
    #gs-welcome-buttons {
      background-size: 100% 24%; } }
  @media (max-width: 1047px) {
    #gs-welcome-buttons {
      background-size: 100% 23%; } }
  @media (min-width: 1048px) {
    #gs-welcome-buttons {
      background-size: 100% 41%; } }
  #gs-welcome-buttons .dark-bg {
    color: #fff; }
  #gs-welcome-buttons .flex-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0; }

.for-you-img {
  width: 10rem;
  height: 10rem; }

.gs-connect-cards {
  background: url("../images/rough-lines.png") center center no-repeat;
  background-size: cover;
  margin-left: -1rem;
  margin-right: -1rem;
  z-index: 1; }

.gs-why-create__solo-card {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 2rem; }
  .gs-why-create__solo-card .spark-panel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }

.gs-why-create__list-of-cards .spark-panel {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  min-height: 12rem; }

#gs-design.content__block--extra-padding {
  padding-left: 0;
  padding-right: 0; }
  #gs-design.content__block--extra-padding .gs-design__left-side {
    padding-left: 2rem;
    padding-right: 2rem; }
  @media (max-width: 543px) {
    #gs-design.content__block--extra-padding {
      padding-left: 0;
      padding-right: 0; }
      #gs-design.content__block--extra-padding .gs-design__left-side {
        padding-left: 1rem;
        padding-right: 1rem; } }
@media (min-width: 796px) {
  #gs-design {
    background: -webkit-linear-gradient(bottom, #fff, #fff), -webkit-linear-gradient(bottom, #3f4d5d, #4A5767);
    background: linear-gradient(to top, #fff, #fff), linear-gradient(to top, #3f4d5d, #4A5767);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: 50% 100%, 50% 100%; }
    #gs-design .gs-design__right-side {
      background: none !important;
      overflow: visible !important;
      margin-bottom: 0 !important; }
      #gs-design .gs-design__right-side::after {
        -webkit-transform: translate(-3%, 34%) rotate(-24deg) !important;
                transform: translate(-3%, 34%) rotate(-24deg) !important; } }
@media (min-width: 544px) {
  #gs-design .gs-design__right-side::after {
    -webkit-transform: translate(-7%, 44%) rotate(-24deg) !important;
            transform: translate(-7%, 44%) rotate(-24deg) !important; } }
@media (min-width: 1048px) {
  #gs-design .gs-design__right-side::after {
    -webkit-transform: translate(-8%, 15%) rotate(-24deg) !important;
            transform: translate(-8%, 15%) rotate(-24deg) !important; } }
@media (min-width: 1800px) {
  #gs-design .gs-design__right-side::after {
    -webkit-transform: translate(-17%, 9%) rotate(-24deg) !important;
            transform: translate(-17%, 9%) rotate(-24deg) !important; } }
#gs-design .gs-design__right-side {
  padding-bottom: 2rem !important;
  background: -webkit-linear-gradient(bottom, #3f4d5d, #4A5767);
  background: linear-gradient(to top, #3f4d5d, #4A5767);
  overflow: hidden; }
  #gs-design .gs-design__right-side::after {
    height: 500px;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    content: '';
    -webkit-transform: translate(3%, -10%) rotate(-24deg);
            transform: translate(3%, -10%) rotate(-24deg);
    z-index: 1; }
  @media (max-width: 543px) {
    #gs-design .gs-design__right-side {
      padding-bottom: 1rem !important; }
      #gs-design .gs-design__right-side::after {
        -webkit-transform: translate(1%, -6%) rotate(-24deg);
                transform: translate(1%, -6%) rotate(-24deg); } }
  #gs-design .gs-design__right-side .gs-design-right-side__heading {
    padding-top: 1.75rem;
    margin-bottom: 3rem; }
  #gs-design .gs-design__right-side .gs-design-right-side__flex-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 450px; }
#gs-design .dark-bg {
  color: #fff; }

#gs-ui.content__block--extra-padding {
  padding-left: 0;
  padding-right: 0; }
  #gs-ui.content__block--extra-padding .gs-ui__left-side,
  #gs-ui.content__block--extra-padding .gs-ui__left-side--header,
  #gs-ui.content__block--extra-padding .gs-ui__right-side {
    padding-left: 3rem;
    padding-right: 3rem; }
  @media (max-width: 543px) {
    #gs-ui.content__block--extra-padding {
      padding-left: 0;
      padding-right: 0; }
      #gs-ui.content__block--extra-padding .gs-ui__left-side,
      #gs-ui.content__block--extra-padding .gs-ui__left-side--header,
      #gs-ui.content__block--extra-padding .gs-ui__right-side {
        padding-left: 2rem;
        padding-right: 2rem; } }
#gs-ui .gs-ui__left-side {
  background: url("../images/device_displays.png") no-repeat;
  background-size: cover;
  background-position-x: 100%;
  min-height: 50rem;
  margin-top: 2rem; }
#gs-ui .gs-ui__right-side {
  min-height: 35rem;
  padding-top: 4rem; }
  @media (max-width: 795px) {
    #gs-ui .gs-ui__right-side {
      padding-top: 0;
      margin-top: -2rem; } }

#gs-resources .see-below-for-code {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #gs-resources .see-below-for-code p {
    margin-top: 2rem;
    margin-bottom: 0; }
  #gs-resources .see-below-for-code i {
    margin-top: 1rem; }

/*
* Background styling based off `spark-splash-screen`
* Removed portions that were causing defects, like bottom angle and gradient
* Set a minimum height that should cause a need for scrolling.
*/
#demo-scroll-background {
  background-color: #e50000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 1500px;
  height: 175%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

#demo-scroll-background > * {
  position: relative;
  z-index: 5; }

.shortbody {
  height: 300px !important;
  min-height: 300px !important; }

.spark-btn--lg.spark-btn--images {
  font-size: 11rem;
  height: 15rem;
  width: 15rem;
  border: 3px solid #780000;
  border-bottom: 6px solid #780000; }
  .spark-btn--lg.spark-btn--images img {
    height: 7rem;
    padding-bottom: 1rem; }
  .spark-btn--lg.spark-btn--images::before {
    box-shadow: none !important; }
  .spark-btn--lg.spark-btn--images::after {
    -webkit-transform: translate(-5%, -8%) rotate(-24deg);
            transform: translate(-5%, -8%) rotate(-24deg); }
  .spark-btn--lg.spark-btn--images.active::after, .spark-btn--lg.spark-btn--images:active::after, .spark-btn--lg.spark-btn--images.active:hover::after, .spark-btn--lg.spark-btn--images:active:hover::after {
    -webkit-transform: translate(-70%, -8%) rotate(-24deg);
            transform: translate(-70%, -8%) rotate(-24deg); }
  .spark-btn--lg.spark-btn--images.hover::after, .spark-btn--lg.spark-btn--images:hover::after {
    -webkit-transform: translate(-10%, -8%) rotate(-24deg);
            transform: translate(-10%, -8%) rotate(-24deg); }

.spark-btn--md.spark-btn--images {
  font-size: 2rem;
  height: 6.75rem;
  width: 6rem;
  border: 2px solid #780000;
  border-bottom: 3px solid #780000; }
  .spark-btn--md.spark-btn--images img {
    height: 3rem;
    margin-left: -1.5rem; }
  .spark-btn--md.spark-btn--images::after {
    -webkit-transform: translate(-21%, -8%) rotate(-24deg);
            transform: translate(-21%, -8%) rotate(-24deg); }
  .spark-btn--md.spark-btn--images.active::after, .spark-btn--md.spark-btn--images:active::after, .spark-btn--md.spark-btn--images.active:hover::after, .spark-btn--md.spark-btn--images:active:hover::after {
    -webkit-transform: translate(-70%, -8%) rotate(-24deg);
            transform: translate(-70%, -8%) rotate(-24deg); }
  .spark-btn--md.spark-btn--images.hover::after, .spark-btn--md.spark-btn--images:hover::after {
    -webkit-transform: translate(-24%, -8%) rotate(-24deg);
            transform: translate(-24%, -8%) rotate(-24deg); }

.spark-image-icons {
  max-height: 18rem; }

.border-wrapper .spark-btn {
  box-shadow: 0 0 0 9px #fff, 0 0 0 10px #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.color-guide__color-block-list {
  border-radius: 3px;
  overflow: hidden;
  padding-top: 0; }
  .color-guide__color-block-list .color-guide__color-block {
    font-weight: 500;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 1rem; }

.color-guide__color-block {
  margin-top: 1rem;
  border-radius: 3px;
  background: black;
  padding: 1rem 2rem; }
  .color-guide__color-block p {
    color: white;
    font-weight: 500; }

.color-guide__color-block.color-guide__color-block--sm,
.color-guide__color-block--sm {
  min-height: 25rem; }

.color-guide__color-block.color-guide__color-block--md,
.color-guide__color-block--md {
  min-height: 15rem; }

.color-guide__color-block.color-guide__color-block--lg,
.color-guide__color-block--lg {
  min-height: 6em; }

.color_guide__gray-color-scales li {
  min-height: 10rem; }

.color-guide__color-block--text {
  border: solid thin #ccc;
  background: none; }

.gray-color-scales {
  display: block;
  width: 100%; }

.line-gradient__gradient {
  background: -webkit-linear-gradient(left, #eee, #222);
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #eee, #222);
  width: 100%;
  height: 4rem; }

.color-guide__color-block-triple-stack .row {
  margin-left: 0;
  margin-right: 0; }
.color-guide__color-block-triple-stack [class*="color-guide__color-block-triple-stack--"] {
  background: black;
  color: white;
  font-weight: 500;
  padding: 1rem; }
.color-guide__color-block-triple-stack .color-guide__color-block-triple-stack--main {
  border-radius: 3px 3px 0 0; }
.color-guide__color-block-triple-stack .color-guide__color-block-triple-stack--secondary {
  border-radius: 0 0 0 3px; }
.color-guide__color-block-triple-stack .color-guide__color-block-triple-stack--secondary:last-child {
  border-radius: 0 0 3px 0; }

.color-guide__contrast-block {
  color: #fff; }
  .color-guide__contrast-block .contrast-block__heading {
    color: #fff; }

.icon-container div[class*="col-"] {
  margin-bottom: 2rem; }

.designer-resource-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .designer-resource-cards .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .designer-resource-cards .card .card__body {
      min-height: 8rem; }
    @media (max-width: 1799px) {
      .designer-resource-cards .card .card__body {
        min-height: 13rem; } }
@media (min-width: 796px) and (max-width: 1047px) {
  .designer-resource-cards .card .card__body {
    min-height: 17rem; } }

    @media (max-width: 795px) {
      .designer-resource-cards .card {
        margin-bottom: 2rem; }
        .designer-resource-cards .card .card__body {
          min-height: 8rem; } }
    .designer-resource-cards .card .spark-btn {
      font-weight: 700; }
      .designer-resource-cards .card .spark-btn i {
        font-weight: 700;
        margin-top: -3px;
        padding-right: 4px; }

.ui-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ui-index__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ui-index__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ui-index__panel [data-href] {
      cursor: pointer; }
    .ui-index__panel .ui-index__link {
      position: inherit;
      min-height: 16px; }
    .ui-index__panel .spark-panel__masthead::after {
      height: calc(100% - 2rem);
      width: calc(100% - 2rem);
      left: 1rem;
      box-shadow: inset 0 130px 65px -53px rgba(0, 0, 0, 0.3); }
    .ui-index__panel .spark-panel__masthead .spark-numerals {
      font-size: 2.08333rem;
      left: 36px;
      left: 3rem; }
      @media (min-width: 1800px) {
        .ui-index__panel .spark-panel__masthead .spark-numerals {
          font-size: 2.33333rem; } }
  .ui-index__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ui-index__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }

.design-index-panel {
  height: 31rem; }
  .design-index-panel .spark-panel__content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 15rem;
    box-shadow: inset 0 100px 46px -6px rgba(0, 0, 0, 0.3); }
  .design-index-panel .design-index__heading {
    margin-top: -1rem;
    display: block;
    position: absolute;
    text-align: left;
    color: #fff;
    cursor: pointer;
    padding-right: 1rem; }
  .design-index-panel .design-index__body {
    margin-top: 15rem; }
@media (min-width: 1048px) and (max-width: 1799px) {
  .design-index-panel {
    height: 38rem; } }

@media (min-width: 796px) and (max-width: 1047px) {
  .design-index-panel {
    height: 35rem; } }

@media (min-width: 544px) and (max-width: 795px) {
  .design-index-panel {
    height: 33rem; } }

  @media (max-width: 543px) {
    .design-index-panel {
      height: 33rem; } }

.app-icon-container {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .app-icon-container .icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .app-icon-container .app-icon-double-size {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  .app-icon-container .app-icon--256 {
    background: url("../images/app-icon--256.png") center center no-repeat;
    background-size: 100%;
    max-width: 256px;
    max-height: 256px;
    min-width: 256px;
    min-height: 256px; }
  .app-icon-container .app-icon--144 {
    background: url("../images/app-icon--144.png") center center no-repeat;
    background-size: 100%;
    max-width: 144px;
    max-height: 144px;
    min-width: 144px;
    min-height: 144px; }
  .app-icon-container .app-icon--128 {
    background: url("../images/app-icon--128.png") center center no-repeat;
    background-size: 100%;
    max-width: 128px;
    max-height: 128px;
    min-width: 128px;
    min-height: 128px; }
  .app-icon-container .app-icon--48 {
    background: url("../images/app-icon--48.png") center center no-repeat;
    background-size: 100%;
    max-width: 48px;
    max-height: 48px;
    min-width: 48px;
    min-height: 48px; }
  .app-icon-container .app-icon--32 {
    background: url("../images/app-icon--32.png") center center no-repeat;
    background-size: 100%;
    max-width: 32px;
    max-height: 32px;
    min-width: 32px;
    min-height: 32px; }
  .app-icon-container .app-icon--16 {
    background: url("../images/app-icon--16.png") center center no-repeat;
    background-size: 100%;
    max-width: 16px;
    max-height: 16px;
    min-width: 16px;
    min-height: 16px; }

.gray-bg {
  margin: 4rem -4rem !important;
  padding: 4rem 2rem;
  background: #EEEEEE; }
  @media (max-width: 543px) {
    .gray-bg {
      margin-left: -2rem !important;
      margin-right: -2rem !important; } }

.anatomy-image {
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }

.spark-panel__charts {
  line-height: 4rem; }
  .spark-panel__charts th,
  .spark-panel__charts td {
    text-align: center; }

.layout-example-col {
  background-color: #23826f;
  border: 1px solid #fff; }

.divisibilty .divisibilty__row {
  border: 0.125rem solid #fff;
  height: 3.4rem;
  margin: 0; }
.divisibilty .divisibilty__col {
  height: 3.3rem; }

.alignment .alignment__row {
  margin: 0; }
.alignment .alignment__col {
  height: 17rem;
  padding: 0; }

.blue-text {
  color: #99cce5; }

.dark-blue-text {
  color: #639ABB; }

.finger__container {
  height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .finger__container .layout-example-col {
    background-color: #8fbbb2; }
  .finger__container .finger {
    width: 100%; }

.gutters {
  position: relative; }
  .gutters .col-xs-3 {
    background: #F689AD;
    border-left: 1rem solid #99cce5;
    border-right: 1rem solid #99cce5;
    box-shadow: 0 0 0 1px #fff;
    height: 7rem;
    padding: 0; }
    .gutters .col-xs-3.white-border--left {
      border-left-color: #fff; }
    .gutters .col-xs-3.white-border--right {
      border-right-color: #fff; }
  .gutters .brackets::before, .gutters .brackets::after {
    border-style: solid;
    content: "";
    height: 1rem;
    position: absolute; }
  .gutters .brackets::before {
    border-color: #639ABB;
    border-width: .125rem .125rem 0 .125rem;
    left: -2.1rem;
    top: -1rem;
    width: 2rem; }
  .gutters .brackets::after {
    border-color: #F689AD;
    border-width: 0 .125rem .125rem .125rem;
    bottom: -1rem;
    left: -0.1rem;
    width: 100%; }

.image-container img {
  width: 100%; }

.pink-text {
  color: #F689AD; }

.finger__square {
  display: inline-block;
  height: 11rem;
  margin-top: 2rem;
  position: relative;
  width: 11rem; }
  .finger__square::before, .finger__square::after {
    content: "48 PX";
    position: absolute; }
  .finger__square::before {
    top: 5rem;
    left: -4rem; }
  .finger__square::after {
    top: -2.5rem;
    left: 4.5rem; }

.resource-cards .card {
  display: block; }
  .resource-cards .card .spark-btn {
    display: block;
    bottom: 0px; }

.resource-cards--designer .card {
  padding: 2rem 1rem;
  border-radius: .25rem;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
  .resource-cards--designer .card:hover {
    box-shadow: 0 0px 17px 0 rgba(100, 100, 100, 0.3), 0 6px 20px 0 rgba(100, 100, 100, 0.3);
    cursor: pointer; }
  .resource-cards--designer .card:active,
  .resource-cards--designer .card .active {
    box-shadow: 0 0px 17px 0 rgba(100, 100, 100, 0.5), 0 6px 20px 0 rgba(100, 100, 100, 0.5); }

.file-type-logo {
  height: 144px;
  margin-top: 1rem;
  width: 144px; }

.community-resource-logo {
  display: block;
  margin: 2rem auto;
  max-width: 144px;
  width: 100%; }

.image_split_column {
  margin-top: 3rem;
  margin-bottom: 1rem; }

.masthead__designer-resources {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/designer-resources/hero_bg.png") center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 50rem;
  max-width: 200%;
  margin: -4rem -4rem 2rem -4rem;
  min-height: 50rem;
  overflow: hidden;
  position: relative; }
  .masthead__designer-resources .masthead__image {
    background: url("../images/designer-resources/hero_logo.png") center center no-repeat;
    background-size: contain;
    display: block;
    min-height: 45rem;
    width: 100%; }
  @media (max-width: 543px) {
    .masthead__designer-resources {
      min-height: 20rem;
      margin: -2rem -2rem 1rem -2rem; }
      .masthead__designer-resources .masthead__image {
        min-height: 15rem; } }
@media (min-width: 544px) and (max-width: 795px) {
  .masthead__designer-resources {
    min-height: 30rem; }
    .masthead__designer-resources .masthead__image {
      min-height: 25rem; } }

@media (min-width: 796px) and (max-width: 1047px) {
  .masthead__designer-resources {
    min-height: 30rem; }
    .masthead__designer-resources .masthead__image {
      min-height: 25rem; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  width: 100%; }

.highlight .hll {
  background-color: #222; }

.highlight .c {
  color: #7f9f7f; }

.highlight .err {
  color: #e37170;
  background-color: #3d3535; }

.highlight .g {
  color: #7f9f7f; }

.highlight .k {
  color: #e20000; }

.highlight .l {
  color: #ccc; }

.highlight .n {
  color: #dcdccc; }

.highlight .o {
  color: #777; }

.highlight .x {
  color: #ccc; }

.highlight .p {
  color: #41706f; }

.highlight .c1,
.highlight .cm,
.highlight .cp {
  color: #666; }

.highlight .cs {
  color: #cd0000;
  font-weight: 700; }

.highlight .gd {
  color: #cd0000; }

.highlight .ge {
  color: #ccc;
  font-style: italic; }

.highlight .gr {
  color: red; }

.highlight .gh {
  color: #dcdccc;
  font-weight: 700; }

.highlight .gi {
  color: #00cd00; }

.highlight .go {
  color: gray; }

.highlight .gp {
  color: #dcdccc;
  font-weight: 700; }

.highlight .gs {
  color: #ccc;
  font-weight: 700; }

.highlight .gu {
  color: purple;
  font-weight: 700; }

.highlight .gt {
  color: #0040d0; }

.highlight .kc {
  color: #dca3a3; }

.highlight .kd {
  color: #2d86b3; }

.highlight .kn {
  color: #dfaf8f;
  font-weight: 700; }

.highlight .kp {
  color: #cdcf99; }

.highlight .kr {
  color: #cdcd00; }

.highlight .kt {
  color: #00cd00; }

.highlight .ld {
  color: #cc7025; }

.highlight .m {
  color: #2eab92; }

.highlight .s {
  color: #aa5b1a; }

.highlight .na {
  color: #207866; }

.highlight .nc {
  color: #2d86b3; }

.highlight .nd,
.highlight .no {
  color: #ccc; }

.highlight .ni {
  color: #c28182; }

.highlight .ne {
  color: #c3bf9f;
  font-weight: 700; }

.highlight .nf {
  color: #2d86b3; }

.highlight .nl {
  color: #555; }

.highlight .nn {
  color: #8fbede; }

.highlight .nx,
.highlight .py {
  color: #555; }

.highlight .nt {
  color: #267399; }

.highlight .nb {
  color: #2d86b3; }

.highlight .nv {
  color: #dcdccc; }

.highlight .ow {
  color: #f0efd0; }

.highlight .w {
  color: #ccc; }

.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo {
  color: #8cd0d3; }

.highlight .s1,
.highlight .s2,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .se,
.highlight .sh,
.highlight .si,
.highlight .sr,
.highlight .ss,
.highlight .sx {
  color: #cc7025; }

.highlight .bp,
.highlight .vc {
  color: #efef8f; }

.highlight .vg {
  color: #dcdccc; }

.highlight .vi {
  color: #ffffc7; }

.highlight .il {
  color: #8cd0d3; }
.modular-scale__row {
  margin: 4rem 0; }

.typography-examples__container {
  position: relative;
  margin: 0 auto; }
.typography-examples__row {
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: solid thin #D7D7D7; }
.typography-examples__info {
  margin-bottom: 1.5rem; }
  .typography-examples__info--list {
    margin-bottom: 0; }
    .typography-examples__info--list li {
      line-height: 2rem; }
