/** Mixin to generate IE font names 
	@include font-family(3, true); 
	3 is for font-weight, tru/false for italic
**/
/**
 * Mixin for using "rem" units in a backwards-compatible way.
 *
 * `@include rem(font-size, 3.2);`
 */
/* line 6, sass/styleguide.scss */
.sg-item {
  padding: 0;
  width: 100%;
  clear: both;
}

/* line 11, sass/styleguide.scss */
.sg-title {
  color: #ffc001;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 17.6px;
  font-size: 1.1rem;
}

/* line 18, sass/styleguide.scss */
.sg-title_lg {
  font-size: 24px;
  font-size: 1.5rem;
  background: #8f8e91;
  color: #275c83;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

/* line 26, sass/styleguide.scss */
.sg-divider {
  width: 30%;
  margin: 80px auto;
}
