/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

input[type='range'] {
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  height: 38px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  input[type='range']::-webkit-slider-runnable-track {
    background-color: #ccc;
    border-radius: 1px;
    height: 2px;
    outline: none;
    padding: 0;
    z-index: -1; }
  input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #d75341;
    box-shadow: 0 0 0 2px #fff;
    box-sizing: border-box;
    height: 24px;
    margin-top: -11px;
    transition: border 125ms ease-in-out;
    width: 24px;
    z-index: 1; }
  input[type='range']::-moz-range-track {
    background-color: #ccc;
    border-radius: 1px;
    height: 2px;
    outline: none;
    padding: 0;
    z-index: -1; }
  input[type='range']::-moz-range-thumb {
    -webkit-appearance: none;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #d75341;
    box-shadow: 0 0 0 2px #fff;
    box-sizing: border-box;
    height: 24px;
    margin-top: -11px;
    transition: border 125ms ease-in-out;
    width: 24px;
    z-index: 1; }
  input[type='range']::-ms-track {
    background-color: #ccc;
    border-radius: 1px;
    height: 2px;
    outline: none;
    padding: 0;
    z-index: -1;
    border-color: transparent;
    color: transparent; }
  input[type='range']::-ms-thumb {
    -webkit-appearance: none;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #d75341;
    box-shadow: 0 0 0 2px #fff;
    box-sizing: border-box;
    height: 24px;
    margin-top: -11px;
    transition: border 125ms ease-in-out;
    width: 24px;
    z-index: 1;
    margin-top: 0; }
  input[type='range']::-ms-tooltip, input[type='range']::-ms-ticks-before, input[type='range']::-ms-ticks-after {
    display: none; }
  input[type='range']::-ms-fill-lower {
    background: #d75341;
    border-radius: 1.5px; }
  input[type='range']::-ms-fill-upper {
    background: #d75341;
    border-radius: 1.5px; }
  input[type='range']::-moz-focus-outer {
    border: 0; }
  input[type='range']:focus {
    outline: none; }
    input[type='range']:focus + label span {
      color: #d75341; }
  input[type='range']:active::-webkit-slider-thumb {
    border-width: 12px; }
  input[type='range']:active::-moz-range-thumb {
    border-width: 12px; }
  input[type='range']:active::-ms-thumb {
    border-width: 12px; }

input[type='range'].vertical-slider {
  -webkit-transform-origin: calc(150px / 2) calc(150px / 2);
          transform-origin: calc(150px / 2) calc(150px / 2);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 150px; }

.vertical-slider__top-label,
.vertical-slider__bottom-label {
  left: 40px;
  position: absolute;
  white-space: nowrap; }

.vertical-slider__top-label {
  top: 1px; }

.vertical-slider__bottom-label {
  bottom: 1px; }

input[type='range'].toggle-button {
  height: 38px;
  -webkit-transform-origin: calc(60px / 2) calc(60px / 2);
          transform-origin: calc(60px / 2) calc(60px / 2);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 60px; }
  input[type='range'].toggle-button::-webkit-slider-runnable-track {
    background-color: transparent;
    border-radius: 12px;
    border: solid 2px #ccc;
    box-sizing: border-box;
    height: 24px; }
  input[type='range'].toggle-button::-webkit-slider-thumb {
    background: transparent;
    margin-top: -2px; }
  input[type='range'].toggle-button::-moz-range-track {
    background-color: transparent;
    border-radius: 12px;
    border: solid 2px #ccc;
    box-sizing: border-box;
    height: 24px; }
  input[type='range'].toggle-button::-moz-range-thumb {
    background: transparent;
    margin-top: -2px; }
  input[type='range'].toggle-button::-ms-track {
    background-color: transparent;
    border-radius: 12px;
    border: solid 2px #ccc;
    box-sizing: border-box;
    height: 24px;
    border-color: transparent;
    color: transparent; }
  input[type='range'].toggle-button::-ms-thumb {
    background: transparent;
    margin-top: -2px;
    margin-top: 0; }

/* Media queries
---------------------*/
/* Basics
---------------------*/
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }

:root {
  font-size: 1.1rem;
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";
  font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum"; }

@supports ((-webkit-font-kerning: normal) or (font-kerning: normal)) and ((-webkit-font-variant-ligatures: common-ligatures contextual) or (font-variant-ligatures: common-ligatures contextual)) and (font-variant-numeric: oldstyle-nums proportional-nums) {
  :root {
    -webkit-font-kerning: normal;
            font-kerning: normal;
    -webkit-font-variant-ligatures: common-ligatures contextual;
            font-variant-ligatures: common-ligatures contextual;
    font-variant-numeric: oldstyle-nums proportional-nums;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal; } }

body {
  font-family: "minion-3", serif;
  font-weight: 400;
  line-height: 1.35;
  color: #444; }

p {
  margin: 0 0 .75em;
  max-width: 40em; }

h2 {
  margin: 1.25em 0 .75em;
  font-family: "minion-3-subhead", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2; }

h3 {
  margin: 1.25em 0 .75em;
  font-weight: 700; }

em {
  font-style: italic; }

.nobreak {
  white-space: nowrap;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

.numbers,
abbr {
  letter-spacing: .05em; }

abbr {
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum", "smcp", "c2sc";
  font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum", "smcp", "c2sc"; }

@supports ((-webkit-font-kerning: normal) or (font-kerning: normal)) and ((-webkit-font-variant-ligatures: common-ligatures contextual) or (font-variant-ligatures: common-ligatures contextual)) and (font-variant-numeric: oldstyle-nums proportional-nums) and (font-variant-caps: all-small-caps) {
  abbr {
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-variant-caps: all-small-caps;
    -webkit-font-variant-ligatures: common-ligatures contextual;
            font-variant-ligatures: common-ligatures contextual;
    font-variant-numeric: oldstyle-nums proportional-nums;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal; } }

.minion-name {
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "pnum";
  font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "pnum"; }

@supports ((-webkit-font-kerning: normal) or (font-kerning: normal)) and ((-webkit-font-variant-ligatures: common-ligatures contextual) or (font-variant-ligatures: common-ligatures contextual)) and (font-variant-numeric: lining-nums proportional-nums) {
  .minion-name {
    -webkit-font-kerning: normal;
            font-kerning: normal;
    -webkit-font-variant-ligatures: common-ligatures contextual;
            font-variant-ligatures: common-ligatures contextual;
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal; } }

/* Header
---------------------*/
header {
  padding: 1em 1em .18em;
  text-align: center;
  background-color: #333333; }
  header .container {
    margin: 0 auto 0;
    max-width: 57em;
    position: relative; }
  header .logo {
    left: 0;
    position: absolute;
    top: 0px; }
  header .button {
    position: absolute;
    right: 0;
    top: 0px; }
  header .site-title {
    padding-top: 2em;
    font-family: "minion-3-display", serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1;
    white-space: nowrap; }
    @media screen and (min-width: 41em) {
      header .site-title {
        padding-top: .25em; } }
    header .site-title .site-title__text {
      text-transform: uppercase;
      letter-spacing: 0.18em;
      margin-right: -0.18em; }
    header .site-title span.deco-left,
    header .site-title span.deco-right {
      display: none;
      margin: .25em;
      position: relative;
      top: -.13em; }
      @media screen and (min-width: 29.5em) {
        header .site-title span.deco-left,
        header .site-title span.deco-right {
          display: inline; } }

/* Navigation
---------------------*/
.navigation {
  counter-reset: mega-step;
  text-align: center;
  margin: 0 auto;
  margin-top: 44px;
  width: auto; }
  @media screen and (max-width: 389px) {
    .navigation {
      width: 240px; } }
  .navigation a.nav {
    color: #fff;
    counter-increment: mega-step;
    font-family: "minion-3", serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.33em;
    margin-right: 0.7em;
    padding-bottom: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block; }
    @media screen and (min-width: 600px) {
      .navigation a.nav {
        font-size: 18px;
        margin-right: 1.4em; } }
    .navigation a.nav.active {
      border-bottom: 2px solid #d75341;
      cursor: default; }
    @media screen and (max-width: 389px) {
      .navigation a.nav:nth-child(3) {
        margin-right: 0; } }
    .navigation a.nav:last-child {
      margin-right: 0; }
    .navigation a.nav:before {
      color: #9B9B9B;
      content: counter(mega-step, upper-roman) ". "; }

@media screen and (max-width: 667px) {
  .navigation {
    margin-top: 30px; } }

/* Footer
---------------------*/
footer {
  background-color: #333333;
  color: #fff;
  padding: 2em 1em 4em;
  z-index: 3;
  position: relative; }
  footer .container {
    margin: 0 auto;
    max-width: 57em; }
    footer .container .logo {
      display: block;
      float: left;
      margin-right: 20px; }
    footer .container p {
      margin-top: .2em;
      margin-bottom: 0;
      font-size: .7rem; }
      @media screen and (min-width: 41em) {
        footer .container p {
          font-size: .9rem; } }

/* Other
---------------------*/
[v-cloak] {
  display: none; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading
a, .wf-loading button, .wf-loading label, .wf-loading p, .wf-loading
.site-title, .wf-loading .site-title-big {
  visibility: hidden; }

.wf-active h1,
.wf-inactive h1, .wf-active h2,
.wf-inactive h2, .wf-active h3,
.wf-inactive h3, .wf-active h4,
.wf-inactive h4, .wf-active h5,
.wf-inactive h5, .wf-active h6,
.wf-inactive h6, .wf-active
a,
.wf-inactive
a, .wf-active button,
.wf-inactive button, .wf-active label,
.wf-inactive label, .wf-active p,
.wf-inactive p, .wf-active
.site-title,
.wf-inactive
.site-title, .wf-active .site-title-big,
.wf-inactive .site-title-big {
  visibility: visible; }

label {
  font-family: "adobe-clean", sans-serif;
  font-size: 0.8rem; }

.button {
  background-color: #d75341;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "minion-3", serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.167em;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase; }
  .button:hover, .button:active {
    color: #fff;
    background-color: #bd3a28; }
  .button.small-button {
    font-family: "minion-3-caption", serif;
    font-size: 12px; }

/* Link Styles
---------------------*/
a {
  text-decoration: underline;
  text-decoration-color: #777777;
  -webkit-text-decoration-color: #777777;
  color: #444; }
  a:hover, a:active {
    color: #D75341;
    text-decoration-color: #e99f95;
    -webkit-text-decoration-color: #e99f95; }
  .site-title a {
    color: #fff;
    text-decoration: none; }
  footer a {
    color: #fff;
    text-decoration-color: #999999;
    -webkit-text-decoration-color: #999999; }
    footer a:hover, footer a:active {
      color: #FA7562;
      text-decoration: none;
      text-decoration-color: #FA7562;
      -webkit-text-decoration-color: #FA7562; }

body.home-body {
  background-color: #333333; }

header.home-header {
  height: 90px; }

section.home-section {
  background-color: #333333;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 59em; }
  section.home-section .home-frame {
    position: relative;
    border: 2px solid #515151;
    margin-bottom: 60px; }
    section.home-section .home-frame .button {
      bottom: -17px;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      white-space: nowrap; }

.site-title-big {
  height: 220px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .site-title-big span.deco-back {
    color: #000000;
    font-family: "minion-3-display", serif;
    font-weight: 500;
    font-style: italic;
    font-size: calc(40vw - 32px);
    line-height: 210px;
    left: 0;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 768px) {
      .site-title-big span.deco-back {
        font-size: 290px; } }
  .site-title-big span.site-title__text {
    color: #FFFFFF;
    font-family: "minion-3-display", serif;
    font-weight: 700;
    font-size: calc(20vw - 16px);
    left: 0;
    letter-spacing: 0.15em;
    line-height: 220px;
    margin-right: -0.15em;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 768px) {
      .site-title-big span.site-title__text {
        font-size: 144px; } }

p.home-intro {
  color: #FFFFFF;
  font-family: "minion-3", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.33em;
  margin: 50px auto;
  max-width: 640px;
  padding: 0 20px; }
  @media screen and (min-width: 600px) {
    p.home-intro {
      font-size: 18px; } }
  p.home-intro span.first-word {
    font-family: "minion-3", serif;
    font-style: italic;
    -webkit-font-feature-settings: "swsh" 1;
            font-feature-settings: "swsh" 1; }

.features-section {
  position: relative; }
  .features-section .carousel__slides #features-carousel__greek {
    background-image: url(/images/Greek@2x.png);
    background-size: 1000px 1000px; }
  .features-section .carousel__slides #features-carousel__armenian {
    background-image: url(/images/Armenian@2x.png);
    background-size: 1000px 1000px; }
  .features-section .carousel__slides #features-carousel__ipa {
    background-image: url(/images/IPA@2x.png);
    background-size: 1000px 1000px; }
  .features-section .carousel__slides #features-carousel__optical-styles {
    background-image: url(/images/Optical_Styles@2x.png);
    background-size: 1000px 1000px; }
  .features-section .features-carousel__anchor-top {
    width: 100%;
    height: 1px;
    background-color: red;
    position: absolute;
    top: 104px;
    z-index: 1;
    opacity: 0; }
  .features-section .features-carousel__anchor-bottom {
    width: 100%;
    height: 1px;
    background-color: red;
    position: absolute;
    bottom: 150px;
    z-index: 1;
    opacity: 0; }
  .features-section .features-carousel {
    height: 1000px; }
    .features-section .features-carousel .carousel__next-button,
    .features-section .features-carousel .carousel__previous-button {
      z-index: 3; }
      .features-section .features-carousel .carousel__next-button.disabled,
      .features-section .features-carousel .carousel__previous-button.disabled {
        opacity: 0.3; }
    .features-section .features-carousel.screen-middle .carousel__next-button,
    .features-section .features-carousel.screen-middle .carousel__previous-button {
      position: fixed;
      top: 0;
      bottom: 0;
      margin: auto 0; }
    @media screen and (max-width: 679px) {
      .features-section .features-carousel.screen-middle .carousel__next-button {
        right: 41px; }
      .features-section .features-carousel.screen-middle .carousel__previous-button {
        left: 41px; } }
    .features-section .features-carousel.screen-bottom .carousel__next-button,
    .features-section .features-carousel.screen-bottom .carousel__previous-button {
      top: auto;
      bottom: 135px; }
    .features-section .features-carousel ul {
      width: 100%; }
    .features-section .features-carousel li {
      color: #fff;
      font-size: 40px;
      font: "minion-3-subhead", serif;
      height: 1000px;
      text-align: center;
      width: 100%; }
    .features-section .features-carousel .features-carousel__details {
      position: absolute;
      top: 0;
      z-index: 2;
      text-align: center;
      color: #fff;
      width: 100%;
      height: 80px;
      padding-top: 69px; }
    .features-section .features-carousel .features-carousel__detail {
      width: 100%;
      transition: opacity 0.3s ease;
      display: none;
      opacity: 0; }
      .features-section .features-carousel .features-carousel__detail.active {
        display: block;
        opacity: 1; }
      .features-section .features-carousel .features-carousel__detail h1 {
        font-family: "minion-3", serif;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.22em;
        margin-right: -0.22em;
        text-transform: uppercase;
        margin-top: 20px; }
        @media screen and (max-width: 499px) {
          .features-section .features-carousel .features-carousel__detail h1 {
            font-size: 20px; } }
      .features-section .features-carousel .features-carousel__detail h3 {
        border-bottom: 1px solid #fff;
        display: inline-block;
        font-family: "minion-3", serif;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.22em;
        margin-right: -0.22em;
        text-transform: uppercase;
        padding-bottom: 20px; }
    .features-section .features-carousel.screen-middle .features-carousel__details {
      padding-top: 11px;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0; }
    .features-section .features-carousel.screen-bottom .features-carousel__details {
      top: auto;
      bottom: 109px; }

/* Article layout
---------------------*/
section.article-section {
  margin: 0 auto;
  padding: 3em 1em;
  max-width: 46em;
  /* Deks
  ---------------------*/
  /* Pull quotes
  ---------------------*/
  /* Figures
  ---------------------*/ }
  section.article-section p {
    max-width: 33em; }
  section.article-section .intro {
    margin-bottom: 2em;
    font-size: 1.3rem; }
    section.article-section .intro .drop-cap {
      display: block;
      float: left;
      width: .7em;
      height: .8em;
      margin-left: -.05em;
      font-size: 6.2rem;
      line-height: 0.9;
      font-family: "minion-3-display", serif;
      font-weight: 700;
      color: #FA7562; }
      .design section.article-section .intro .drop-cap {
        width: .95em; }
      .usage section.article-section .intro .drop-cap {
        width: 1em; }
  section.article-section aside.pull-quote {
    float: right;
    max-width: 19rem;
    margin-left: 2em;
    margin-bottom: 1em; }
    section.article-section aside.pull-quote blockquote p {
      font-family: "minion-3-subhead", serif;
      font-style: italic;
      font-size: 1.5rem;
      line-height: 1.25; }
      section.article-section aside.pull-quote blockquote p em {
        font-style: normal; }
    section.article-section aside.pull-quote p.by {
      font-family: "minion-3-caption", serif;
      font-style: italic;
      font-size: .8rem; }
  section.article-section figure {
    margin: 2em 0; }
    section.article-section figure img {
      width: 100%;
      margin-bottom: .75em; }
    section.article-section figure figcaption {
      font-family: "minion-3-caption", serif;
      font-weight: 400;
      font-style: italic;
      font-size: .8em; }
      section.article-section figure figcaption em {
        font-style: normal; }
    @media screen and (min-width: 41em) {
      section.article-section figure.float-right {
        float: right;
        max-width: 19em;
        margin-left: 2em;
        margin-top: .5em;
        margin-bottom: 1em; } }
    @media screen and (min-width: 41em) {
      section.article-section figure.full-width figcaption {
        float: right;
        margin-left: 2em;
        margin-bottom: 1em;
        max-width: 19rem; } }
    @media screen and (min-width: 72em) {
      section.article-section figure.full-width img {
        width: 150%;
        margin-left: -25%; } }
    @media screen and (min-width: 72em) {
      section.article-section figure.mid-width img {
        width: 100%; } }

/* Call to action
---------------------*/
.cta {
  margin-top: 3em !important;
  padding-top: 1em;
  border-top: 2px #eee solid;
  font-style: italic; }

.greek-figure {
  background: #F7F7F7;
  padding: 2rem 2rem;
  margin: 0 -2rem;
  /*  @media screen and (max-width: 739px) {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }*/ }
  .greek-figure * {
    max-width: 32rem; }
  @media screen and (min-width: 72em) {
    .greek-figure {
      width: 150%;
      margin-left: -25%;
      padding-left: 25%; } }
  .greek-figure h1, .greek-figure h3, .greek-figure h5 {
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern"; }
  .greek-figure.old-greek-style h1, .greek-figure.old-greek-style h3, .greek-figure.old-greek-style h5 {
    -webkit-font-feature-settings: "kern", "ss01";
    font-feature-settings: "kern", "ss01"; }
  .greek-figure h1 {
    font-family: "minion-3-display", serif;
    font-size: 42px;
    line-height: 50px; }
  .greek-figure h3 {
    font-family: "minion-3", serif;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 40px; }
  .greek-figure h5 {
    font-family: "minion-3-caption", serif;
    font-size: 16px;
    line-height: 1.3; }

.ui-text {
  font-family: "adobe-clean", sans-serif;
  font-size: .8em;
  line-height: 1;
  color: #444; }

h3.ui-text {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px; }

.style-examples h2 {
  font-family: "adobe-clean", sans-serif;
  font-weight: 400;
  font-size: .8rem; }

.style-examples h4 {
  font-weight: 400; }

.preivew-section {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 57em; }
  .preivew-section .container {
    display: block; }
    @media screen and (min-width: 840px) {
      .preivew-section .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .preivew-section .content {
    margin: 0 auto;
    max-width: 710px;
    width: 710px;
    padding: 40px 0 0 0; }
    @media screen and (min-width: 840px) {
      .preivew-section .content {
        margin: 0;
        padding: 100px 0; } }
    .preivew-section .content .text-sample {
      font-weight: 100;
      height: 292px;
      overflow: hidden; }
      .preivew-section .content .text-sample p {
        max-width: none;
        margin-bottom: 1em; }
  .preivew-section .sidebar {
    padding: 0 0 3em 0;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media screen and (min-width: 840px) {
      .preivew-section .sidebar {
        width: 10.5em;
        padding: 100px 0;
        margin-left: 2em; } }
    @media screen and (max-width: 839px) {
      .preivew-section .sidebar .sidebar__items {
        margin: 0 auto;
        max-width: 710px;
        display: none;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .preivew-section .sidebar .sidebar__items .sidebar__item:nth-child(2) {
          width: 166px; } }
    @media screen and (min-width: 840px) {
      .preivew-section .sidebar .sidebar__items {
        margin: 0;
        display: block; } }
    .preivew-section .sidebar .sidebar__items .sidebar__item {
      margin-bottom: 1.3em; }
  .preivew-section .style-examples {
    margin: 2em 0 0 0; }
    .preivew-section .style-examples h3.ui-text {
      margin-bottom: 2em; }
  .preivew-section .example-display p {
    font-family: "minion-3-display", serif;
    font-size: 20px; }
  .preivew-section .example-subhead {
    font-family: "minion-3-subhead", serif;
    font-style: italic; }
    .preivew-section .example-subhead p {
      font-size: 40px; }
    .preivew-section .example-subhead .example-subhead__second-paragraph {
      color: #D75341; }
  .preivew-section .example-regular p {
    font-family: "minion-3", serif; }
  .preivew-section .example-caption p {
    font-family: "minion-3-caption", serif; }
  .preivew-section .example-regular-2 p {
    font-family: "minion-3", serif; }
  .preivew-section .example-subhead-2 p {
    font-family: "minion-3-subhead", serif; }

.interview {
  margin: 0 auto;
  padding: 1px .75em 1px 2.25em;
  max-width: 37em; }
  .interview h2 {
    text-align: center; }
  .interview dt {
    text-indent: -2em;
    margin-right: 0;
    font-weight: 700;
    float: left;
    clear: left; }
  .interview .question {
    font-weight: bold; }
  .interview .bio {
    border-top: 1px #ccc solid;
    margin-top: 1.5em;
    padding-top: .75em;
    font-style: italic; }
  .interview p + p {
    margin-top: -.75em;
    text-indent: 1.5em; }
  .interview p + p.bio,
  .interview p + p.timestamp {
    margin-top: 0;
    margin-bottom: 2em;
    text-indent: 0; }
  .interview time {
    display: block;
    text-align: center;
    margin: 1em 0 2em; }

.get-it {
  background-color: #333333; }
  .get-it body {
    background-color: white; }

.container#get-font {
  /*  p.get-intro {
		font-family: $minion-regular;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.33em;
		letter-spacing: 0;
		padding: 0;
		margin: 0 auto 40px auto;
		max-width: 640px;
		width: 100%;


	  @media screen and (min-width: 800px) {
			//max-width: 350px;
			margin: 0 40px 0 0;
	  }
  }

	.get-methods {

		@media screen and (min-width: 440px) and (max-width: 799px) {
			max-width: auto;
			margin-bottom: 40px;
	  }

	  @media screen and (max-width: 800px) {
			max-width: 640px;
			margin: 0 auto;
	  }
	}

	.get-method {
		margin-bottom: 40px;
		color: #333;

		h1 {
			font-family: $minion-subhead;
			font-weight: 700;
			font-size: 24px;
			line-height: 1.25em;
		}
		h3 {
			color: #333;
			font-family: $minion-subhead;
			font-weight: 400;
			font-style: italic;
			font-size: 24px;
			line-height: 1.25em;
		}
		.get-button-group {
			margin-top: 24px;
			width: 400px;

			.button {
				display: inline-block;
				margin: 0px 18px 20px 0;
			}

		  @media screen and (max-width: 440px) {
				width: 100%;

				.button {
					display: block;
					text-align: center;
				}
		  }
		}
	}*/ }
  .container#get-font h2 {
    margin-bottom: 0; }
  .container#get-font h3 {
    margin-top: 0;
    font-family: "minion-3-subhead", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5rem; }
  @media screen and (min-width: 41em) {
    .container#get-font {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1.3fr;
          grid-template-columns: 1fr 1.3fr;
      grid-gap: 2em; }
      .container#get-font .get-typekit h2 {
        margin: 0; } }
  .container#get-font .get-button-group {
    width: 24em; }
    .container#get-font .get-button-group .button {
      margin: 0px 1em 1em 0; }
._2_VCqY9eJpdHanKqb1VuUm {
  position: relative; }
  ._2_VCqY9eJpdHanKqb1VuUm .carousel__frame {
    position: relative;
    overflow: hidden;
    white-space: nowrap; }
  ._2_VCqY9eJpdHanKqb1VuUm .carousel__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  ._2_VCqY9eJpdHanKqb1VuUm li {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  ._2_VCqY9eJpdHanKqb1VuUm .carousel__next-button,
  ._2_VCqY9eJpdHanKqb1VuUm .carousel__previous-button {
    border-radius: 50%;
    border: none;
    cursor: pointer;
    height: 40px;
    outline: none;
    position: absolute;
    top: 83px;
    width: 40px; }
  ._2_VCqY9eJpdHanKqb1VuUm .carousel__next-button {
    right: calc(50% - 340px);
    background: url(/images/chevron-right.svg) no-repeat 3px center #d75341; }
    @media screen and (max-width: 679px) {
      ._2_VCqY9eJpdHanKqb1VuUm .carousel__next-button {
        right: 20px; } }
  ._2_VCqY9eJpdHanKqb1VuUm .carousel__previous-button {
    left: calc(50% - 340px);
    background: url(/images/chevron-left.svg) no-repeat 1px center #d75341; }
    @media screen and (max-width: 679px) {
      ._2_VCqY9eJpdHanKqb1VuUm .carousel__previous-button {
        left: 20px; } }
.GAcYDy8mca4KNRdFsFyzb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 400px) and (max-width: 599px) {
    .GAcYDy8mca4KNRdFsFyzb ul {
      width: 340px; } }

.GAcYDy8mca4KNRdFsFyzb li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
  height: 250px;
  width: 155px; }
  @media screen and (min-width: 801px) and (max-width: 1040px) {
    .GAcYDy8mca4KNRdFsFyzb li {
      width: calc(25% - 15px); } }
  @media screen and (min-width: 600px) and (max-width: 749px) {
    .GAcYDy8mca4KNRdFsFyzb li {
      width: calc(25vw - 25px);
      height: calc(25vw * 1.618 - 25px * 1.618); } }
  @media screen and (max-width: 399px) {
    .GAcYDy8mca4KNRdFsFyzb li {
      width: calc(50vw - 40px);
      height: calc(50vw * 1.618 - 40px * 1.618); } }
  .GAcYDy8mca4KNRdFsFyzb li:hover, .GAcYDy8mca4KNRdFsFyzb li.active {
    background: #f8f8f8; }
    .GAcYDy8mca4KNRdFsFyzb li:hover .example-chooser__info, .GAcYDy8mca4KNRdFsFyzb li.active .example-chooser__info {
      color: #333; }
  .GAcYDy8mca4KNRdFsFyzb li:last-child {
    margin-right: 0; }
  .GAcYDy8mca4KNRdFsFyzb li button {
    background: none;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    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-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.GAcYDy8mca4KNRdFsFyzb .example-chooser__text-sample {
  overflow: hidden; }
  .GAcYDy8mca4KNRdFsFyzb .example-chooser__text-sample img {
    width: 100%; }

.GAcYDy8mca4KNRdFsFyzb .example-chooser__info {
  color: #ccc;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .GAcYDy8mca4KNRdFsFyzb .example-chooser__info h4 {
    letter-spacing: 0; }
  .GAcYDy8mca4KNRdFsFyzb .example-chooser__info h2 {
    letter-spacing: 3px;
    margin-top: 14px;
    text-transform: uppercase; }
._2M6Y14VpBmlp_38oT-GmDq {
  position: relative; }
  ._2M6Y14VpBmlp_38oT-GmDq .greek-figure__control {
    position: relative;
    margin-bottom: 2em; }
    ._2M6Y14VpBmlp_38oT-GmDq .greek-figure__control .vertical-slider__top-label {
      margin-top: .5em; }
    ._2M6Y14VpBmlp_38oT-GmDq .greek-figure__control .vertical-slider__bottom-label {
      position: absolute;
      bottom: -.5em; }
    @media screen and (min-width: 50em) {
      ._2M6Y14VpBmlp_38oT-GmDq .greek-figure__control {
        position: absolute;
        top: 13em;
        left: 34.75em; } }
    @media screen and (min-width: 72em) {
      ._2M6Y14VpBmlp_38oT-GmDq .greek-figure__control {
        left: 44em; } }
@charset "UTF-8";
.FIPKQNUZXT9W6mshU45AC {
  height: 40px; }
  .FIPKQNUZXT9W6mshU45AC .font-advice-panel__message p.font-style-matrix__style-value {
    font-family: "minion-3-caption", serif;
    color: #333333;
    font-size: 14px;
    line-height: 1.3;
    position: relative; }
    .FIPKQNUZXT9W6mshU45AC .font-advice-panel__message p.font-style-matrix__style-value:before {
      color: #D75341;
      content: '\2767';
      left: -18px;
      position: absolute;
      width: 18px; }
._344IEXNgVzc6Fihz8IXZBj {
  height: 150px;
  position: relative; }
.font-style-matrix__style h3 {
  margin: 1.5em 0 0 1em; }

.font-style-matrix__style .font-style-matrix__style-value {
  font-weight: 400;
  margin-left: 1em;
  line-height: 1.333; }

._2bl58IqDXQMKN0QtYq82vJ .font-style-matrix__button {
  background: none;
  border: none;
  color: #d55446;
  cursor: pointer;
  display: inline-block;
  font-size: 35px;
  font-weight: 100;
  height: 40px;
  line-height: 35px;
  outline: none;
  width: 40px; }
  ._2bl58IqDXQMKN0QtYq82vJ .font-style-matrix__button span {
    display: inline-block;
    margin-top: -3px;
    vertical-align: top; }
  ._2bl58IqDXQMKN0QtYq82vJ .font-style-matrix__button.selected {
    background: #000;
    border-radius: 50%;
    color: #fff; }
._1CGKKla7uDj1VYe0xDnNS {
  height: 60px;
  position: relative; }
._3SpUY4E-4EznrgzuWWxrJH {
  caret-color: #33c5ea;
  outline: none; }
