/*


*/
/* ------------ Media queries ------------ */
/* ------------ Z-Index ------------ */
/* ------------ YTB font sizes ------------ */
/* ------------ YTB Colours ------------ */
/* ------------ Common functions ------------ */
/* line 4, app/assets/stylesheets/design-system.scss */
.ds__heading {
  margin: 0 0 60px;
  padding-bottom: 60px;
}

/* line 7, app/assets/stylesheets/design-system.scss */
.ds__heading-title {
  font-size: 42px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 24px;
}

/* line 14, app/assets/stylesheets/design-system.scss */
.ds__header {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #0056a4;
}

/* line 21, app/assets/stylesheets/design-system.scss */
.ds__item {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e9eff7;
}

/* line 28, app/assets/stylesheets/design-system.scss */
section {
  margin: 0 0 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e9eff7;
}

/* line 35, app/assets/stylesheets/design-system.scss */
.style_guide__roundel {
  border-radius: 50%;
  display: inline-block;
  margin: 9px 0 3px;
  width: 72px;
  height: 72px;
}

/* line 42, app/assets/stylesheets/design-system.scss */
.style_guide__container {
  border: 3px dashed #e9eff7;
  padding: 24px;
  box-sizing: border-box;
  margin: 9px auto;
}

/* line 50, app/assets/stylesheets/design-system.scss */
.logo img {
  width: 100%;
}

/* line 54, app/assets/stylesheets/design-system.scss */
.header img {
  width: 210px;
}

/* line 58, app/assets/stylesheets/design-system.scss */
.colour-swatch {
  display: inline-block;
  text-align: center;
  width: 140px;
  padding: 9px;
  margin: 0;
}

/* line 64, app/assets/stylesheets/design-system.scss */
.colour-swatch--mini {
  width: 90px;
}

/* line 66, app/assets/stylesheets/design-system.scss */
.colour-swatch--mini .style_guide__roundel {
  width: 60px;
  height: 60px;
}

/* line 73, app/assets/stylesheets/design-system.scss */
code {
  font-weight: normal;
  color: #13a538;
  font-size: 12px;
  line-height: 18px;
}

/* line 78, app/assets/stylesheets/design-system.scss */
code.inline {
  font-size: 18px;
  line-height: 24px;
}
