﻿/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
#testimonial {
  background: #feeadf;
  border-radius: 5px;
  min-height: 5.5em;
  padding: 1.1em;
  position: relative;
  z-index: 1;
}
#testimonial .quote {
  z-index: 2;
}
#testimonial .quote:before {
  color: #fdc1a0;
  font-size: 7.5em;
  position: absolute;
  right: -0.3em;
  top: 0.4em;
}
#testimonial .photo {
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  width: 100px;
}
#testimonial .photo img {
  display: block;
  max-width: 100px;
  max-height: 100px;
}
#testimonial .text {
  display: inline-block;
  margin-left: 110px;
  position: relative;
  z-index: 3;
}