@font-face {
  font-family: "AmericanSans Light";
  src: url('/aileron/americansans-light.woff') format("woff"), url('/aileron/americansans-light.ttf') format("ttf");
}

@font-face {
  font-family: "AmericanSans Medium";
  src: url('/aileron/americansans-medium-v2.woff') format("woff"), url('/aileron/americansans-medium-v2.otf') format("otf");
}

.Prose {
  font-family: 'AmericanSans', Arial, Helvetica, sans-serif;
}

.Document-title {
  font-family: 'AmericanSans Light', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.icon-large:before {
  font-size: 24px;
  font-size: 1.71429rem;
}

.icon-xlarge:before {
  font-size: 54px;
  font-size: 3.85714rem
}

.Header {
  background-color: #36495A;
  background-image: url('/aileron/theme/img/aileron-logo-white.svg');
  background-size: 28px 28px;
  background-position: top 10px left 72px;
  background-repeat: no-repeat;
}

.Header-navToggle,
.Header-navToggle:hover {
  background-color: #0078D2;
}

.Header-title {
  margin-left: 48px;
  font-weight: 400;
  font-family: 'AmericanSans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.Tree-title {
  color: #131313;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 800;
  font-family: AmericanSans, Arial, Helvetica, sans-serif;
}

.Tree-item,
.Tree-collectionLabel,
.Pen-title,
p {
  font-family: AmericanSans, Arial, Helvetica, sans-serif;
}

.Tree-entityLink {
  color: #36495A;
}

.Browser-tab a {
  font-family: AmericanSans, Arial, Helvetica, sans-serif;
  padding: 0.5rem 0.5rem 0.5rem;
}

.Status-label {
  font-weight: 700;
}

.Browser-panel,
.Browser-panel .Code,
.Browser-panel .Code pre {
  background-color: #FFFFFF;
}

.Code,
code {
  border: none;
}

.Prose {
  max-width: 100%;
}

.Prose code {
  background-color: #FFF;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.Prose h1,
.Prose h2,
.Prose h3,
.Prose h4,
.Prose h5,
.Prose h6 {
  font-weight: normal;
}

.Prose h1 {
  font-family: "AmericanSans";
  font-weight: 700;
}

.Prose h2 {
  font-family: "AmericanSans Medium";
  font-weight: 400;
}

.Prose h3 {
  font-weight: 700;
}

.icon-display {
  width: 150px;
  height: 125px;
  float: left;
  text-align: center;
}

/* Fixes style overlap of green color on our icon-info on the Iconography page with Fractal */
.icon-display .icon-info:before {
    color: #36495A !important;
}

/* Font example styles for Typography page */
.font-example-div {
  width: 50%;
  float: left;
  margin: 28px 0 36px 0 !important;
}

.font-example {
  font-size: 1.4rem;
}

.font-light {
  font-family: "AmericanSans Light", Arial, Helvetica, sans-serif;
}

.font-regular {
  font-family: AmericanSans, Arial, Helvetica, sans-serif;
}

.font-medium {
  font-family: "AmericanSans Medium", Arial, Helvetica, sans-serif;
}

.font-bold {
  font-family: AmericanSans, Arial, Helvetica, sans-serif;
  font-weight: 700;
}

#overview-h1 {
  margin: 40px 0 0 0;
  font-size: 60px;
  font-family: "AmericanSans Medium";
  font-weight: 400;
  letter-spacing: 0;
}

#overview-h2 {
  font-size: 24px;
  line-height: 34px;
  font-family: "AmericanSans Light";
  margin: 15px auto 45px auto;
  max-width: 720px;
}

#overview-matrix-top {
  width: 85%;
  height: 40px;
  background-color: rgba(74,144,226, 0.2);
  border-top-right-radius: 80px 80px;
  margin: 0 -2rem;
}

#overview-matrix {
  background: linear-gradient(to right, rgb(0,120,210), rgb(0,70,127));
  margin: 0 -2rem;
  padding: 20px 20px 130px 20px;
  color: #FFF;
  border-top-right-radius: 90px 90px;
}

#overview-matrix h2 {
  font-family: "AmericanSans Medium";
  font-weight: 400;
  font-size: 32px;
  color: #FFF;
  margin: 60px 20px 20px 20px;
  max-width: 720px;
}

#overview-matrix h3 {
  font-family: "AmericanSans";
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  max-width: 620px;
  margin: 0 0 80px 20px;
  color: #FFF;
}

#areas-section {
  margin: 0 0 0 20px;
}

.areas-box {
  display: inline-table;
  width: 240px;
  height: 216px;
  background-color: #FFF;
  margin-right: 20px;
  margin: 0 20px 20px 0;
  padding: 36px 22px 20px 22px;
}

.areas-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 19px;
}

.areas-box h4 {
  font-size: 18px;
  font-weight: 400;
  font-family: "AmericanSans Medium";
  text-transform: uppercase;
  margin-bottom: 6px;
}

.areas-box p {
  font-size: 16px;
  font-family: AmericanSans;
  color: #131313;
}

#design-process h2{
  font-size: 32px;
  font-weight: 400;
  font-family: "AmericanSans Medium";
}

#ux-diagram {
  display: block;
  text-align: center;
  margin: 80px auto 56px auto;
  width: 65%;
  max-width: 1014px;
}

#process-dots {
  text-align: center;
  margin-bottom: 180px;
}

#process-dots li {
  display: inline-block;
  list-style: none;
  margin-right: 70px;
  font-size: 16px;
  font-weight: 400;
  font-family: "AmericanSans Medium";
}

#dot-research,
#dot-design,
#dot-develop {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 12px;
  position: relative;
  top: 6px;
  margin-right: 12px;
}

#dot-research {
  background-color: #288BE4;
}

#dot-design {
  background-color: #931982;
}

#dot-develop {
  background-color: #FB4D42;
}

#aileron-logo {
  display: block;
  text-align: center;
  margin: 72px auto 0 auto;
}

.section-headline {
  font-family: "AmericanSans Medium";
  font-size: 48px;
  line-height: 57px;
}

.blue-wrapper {
  background: linear-gradient(to right, rgb(0,120,210), rgb(0,70,127));
  margin: 0 -2rem;
  padding-bottom: 110px;
  clear: both;
}

.blue-wrapper #evolve {
  color: #fff;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.blue-wrapper #evolve h2 {
  font-weight: 400;
  font-size: 32px;
  font-family: "AmericanSans Medium";
  line-height: 32px;
  color: #fff;
}

.blue-wrapper p {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.blue-wrapper #evolve a {
  color: #fff;
  text-decoration: underline;
  font-family: "AmericanSans Medium";
  font-size: 18px;
}

.blue-button {
  background-color: #0078d2;
  width: 100px;
  height: 50px;
  border-radius: 25px;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 7px;
}

.blue-button.icon-large:before {
  color: #fff;
}

/* Toolkit section */
#toolkit {
  border-top-left-radius: 40px;
  background-color: #fff;
  margin: -40px 0 140px 4rem;
  padding: 80px 40px 80px 72px;
}

#toolkit h2 {
  font-size: 48px;
  font-family: "AmericanSans Medium";
  font-weight: 400;
  line-height: 52px;
  margin: 20px 0 22px 0;
}

#toolkit p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  max-width: 460px;
}

#toolkit-artwork {
  float: right;
  margin: -128px -40px 0 0;
  height: 500px;
}

/* Process section */
#process {
  border-top-right-radius: 40px;
  background-color: #fff;
  margin: -40px 0 150px -2rem;
  padding: 10px 40px 80px 168px;
}

#process h2 {
  font-size: 48px;
  font-family: "AmericanSans Medium";
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 22px;
}

#process p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  max-width: 460px;
}

#process-artwork {
  float: right;
  margin: 32px -40px 0 0;
  height: 360px;
}

/* Footer */
#footer {
  background-color: #003f73;
  color: #fff;
  margin: -40px -2rem -40px -2em;
  padding: 60px 80px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#aileron-logo-footer {
  margin: 20px 0 48px 0;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline-block;
  margin: 0 28px 0 0;
  padding: 0;
  font-weight: 400;
  font-family: "AmericanSans Medium";
  font-size: 16px;
}

#footer hr {
  border-top: 1px solid #9da6ab;
}

#copyright {
  text-align: right;
  display: block;
  margin: -10px 0 40px 0;
  font-size: 12px;
  opacity: 0.8;
}

#american-logo {
  display: inline-block;
  margin: -4px 0 0 14px;
  opacity: 0.8;
}

.icon-status-done:before {
  content: "\2B24";
  color: #008712;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  top: -2px;
}
.icon-status-backlog:before {
  content: "\3007";
  color: #0078D2;
  font-size: 18px;
  line-height: 18px;
}
.icon-status-in-progress:before {
  content: "\25D0";
  color: #0078D2;
  font-size: 18px;
  line-height: 18px;
}
.roadmap td, .roadmap th {
  font-size: 1.3em;
  padding: 0.25em 0.5rem;
}
.roadmap td:first-of-type, .roadmap th:first-of-type {
   width: 30%;
}

hr { 
  max-width: inherit;
}

[dir="ltr"] .Pen-header .previewLink:first-of-type {
  margin-left: auto;
}

[dir="ltr"] .Pen-header .previewLink + .previewLink,
[dir="ltr"] .Pen-header .previewLink + .Status {
  margin-left: 20px;
}
