/**
 * These styles were developed for use in ckeditor.styles.js however
 * they can also be used elsewhere. For consistency add all new editor
 * styles here.
 */

/* Font Size Styles */

.font-size--xx-small {
  font-size: xx-small;
}

.font-size--x-small {
  font-size: x-small;
}

.font-size--small {
  font-size: small;
}

.font-size--medium {
  font-size: medium;
}

.font-size--large {
  font-size: large;
}

.font-size--x-large {
  font-size: x-large;
}

.font-size--xx-large {
  font-size: xx-large;
}


/* Font Color Styles */

.color--blue {
  color: #002c5b;
}

.color--green {
  color: #31631c;
}

.color--blue-gray {
  color: #e0e0e0;
}

.color--dark-gray {
  color: #232323;
}

.color--accent-red {
  color: #dd001d;
}


/* DIV Styles */

.feature--div1 {
  width: 100%;
  vertical-align: top;
  border: 15px solid #e0e0e0;
  background-color: #fff;
  text-align: center;
  padding: 1%;
}

.feature--div2 {
  width: 100%;
  vertical-align: top;
  background-color: #e0e0e0;
  text-align: left;
  padding: 1%;
}
