/*Testimonial box and font style and colours*/
.testimonial {
	padding: 20px 50px;
/* orig background-color: #f2f2f2; /* Change colour here and in .arrow-down */ 
	background-color: #F5DFB0; /* Change colour here and in .arrow-down */
	background-image: url(../../../english/images/testimonials/open-quote.png);
	background-repeat: no-repeat;
	float: left;
	/* orig font: italic 17px/22px Georgia, "Times New Roman", Times, serif; */
	/* dplavoie 08-14-2015 added original back in font: italic 14px/19px Georgia, "Times New Roman", Times, serif; */
    font: italic 17px/22px Georgia, "Times New Roman", Times, serif;
	color: #53646d;
	text-shadow: 1px 1px 0 #ffffff;
	/* Uncomment to add round corners */
	/* -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; */

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-style: dotted;
	border-width: thin;
	-webkit-box-shadow: 3px 3px 1px 1px;
	box-shadow: 3px 3px 1px 1px;
}
/*Author section wrapper*/
.author-wrapper {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
/*This creates the arrow with no need for an image, thanks to css-tricks.com */
.dpl-old-arrow {
  float: left;
  margin-left: 25px;
  width: 0;
  height: 0;
  /* orig border-top: 30px solid #f2f2f2; */  /* Change colour here to match .testimonial */
  border-top: 30px dotted #F5DFB0; /* Change colour here to match .testimonial */
  /* orig
  border-left: 30px solid transparent;
  border-right: 0px solid transparent; */ /* Make this 30px to create a triangle */
  
  border-left: 30px dotted transparent;
  border-right: 0px dotted transparent; /* Make this 30px to create a triangle */
}
/*This creates the arrow with no need for an image, thanks to css-tricks.com*/
.arrow {
  float: left;
  margin-left: 25px;
  width: 0;
  height: 0;
  /* orig border-top: 30px solid #f2f2f2; */ /*Change colour here to match .testimonial*/
  border-top: 30px solid #F5DFB0; /*Change colour here to match .testimonial*/
  border-left: 30px solid transparent;
  border-right: 0px solid transparent; /*Make this 30px to create a triangle*/
}
/*Author Name*/
.testimonial-name {
  float: left;
  margin: 0 8px;
  color: #1e4673;
  padding-top: 5px;
  /* orig font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; */
  /* dplavoie 08-14-2015 added original back in font: italic 14px/19px Georgia, "Times New Roman", Times, serif; */
  /* font: italic 17px/22px Georgia, "Times New Roman", Times, serif; */
  font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/*Author Job Title*/
.testimonial-name span {
  color: #53646d;
  font-weight: normal;
}
/* adding an image to testimonial - dplavoie */
.img
{
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #0000ff;
  /*height: auto;
	width: auto;*/
  position: relative;
  float: left;
  top: 5px;
  left: -10px;
  border-radius: 5px;
}
a:link {
	text-decoration: underline;
	color: #53646d;
}
a:visited {
	text-decoration: underline;
	color: #1A09F5;
}
a:hover {
	/*	color: #883F0F; */
/*  color: #EDB76B; */
/*  color: #A64C11; */
	color: #990000;
	/*	background-color: #A64C11; */
/*  background-color: #FFFFFF; */
	text-decoration: underline;
/*	font-weight: bold; */
}
a.WhiteBGLink:hover {
	color: #CC3300;
	text-decoration: underline;
}