/* line 1, ../sass/partials/_callout.scss */
.cg-content-callout {
  margin: 30px 0;
  border: 5px solid #ddd;
  padding: 40px 30px 30px;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
}
/* line 9, ../sass/partials/_callout.scss */
.cg-content-callout.float-left {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 50%;
}
/* line 14, ../sass/partials/_callout.scss */
.cg-content-callout.float-right {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
/* line 19, ../sass/partials/_callout.scss */
.cg-content-callout.reversed {
  background: #ddd;
  color: #fff;
}
/* line 22, ../sass/partials/_callout.scss */
.cg-content-callout.reversed .cg-content-callout__icon {
  background: #fff;
  color: #ddd;
}
/* line 27, ../sass/partials/_callout.scss */
.cg-content-callout__icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  z-index: 5;
  background: #fff;
  height: 60px;
}
/* line 43, ../sass/partials/_callout.scss */
.cg-content-callout__icon .icon-elm {
  color: #fff;
  display: table-cell;
  height: 60px;
  width: 60px;
  vertical-align: middle;
  text-align: center;
  font-size: 60px;
  line-height: 1em;
  font-weight: bold;
}
/* line 54, ../sass/partials/_callout.scss */
.cg-content-callout__icon.default-icon {
  padding: 0;
  display: table-row;
  text-align: center;
}
/* line 59, ../sass/partials/_callout.scss */
.cg-content-callout__icon img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 67, ../sass/partials/_callout.scss */
.cg-quote {
  margin: 0 30px;
  text-align: center;
}
/* line 70, ../sass/partials/_callout.scss */
.cg-quote__icon {
  font-size: 72px;
  color: #fff;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  background: #ddd;
}
/* line 81, ../sass/partials/_callout.scss */
.cg-quote__icon .cg-quote__elm {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
  transform: translateY(15px);
}
/* line 88, ../sass/partials/_callout.scss */
.cg-quote__body p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 15px;
}
/* line 94, ../sass/partials/_callout.scss */
.cg-quote .cg-citation {
  margin: 0;
  line-height: 1.3em;
}
/* line 97, ../sass/partials/_callout.scss */
.cg-quote .cg-citation cite {
  font-style: normal;
}
/* line 100, ../sass/partials/_callout.scss */
.cg-quote .cg-citation__name {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
/* line 106, ../sass/partials/_callout.scss */
.cg-quote .cg-citation__title {
  font-size: 16px;
  opacity: 0.8;
  display: block;
}
/* line 111, ../sass/partials/_callout.scss */
.cg-quote .cg-citation__org {
  font-size: 16px;
  opacity: 0.8;
  text-transform: uppercase;
}
