/* Home Styles */

#HomeTestimonials {
    display:block;
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 0;
}

.Testimonial {
	width: 60%;
    height: auto;
    display: block;
    margin: 20px auto;
    vertical-align: top;
}


.Testimonial .TheQuote {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    margin-top: 20px;
    display: block;
	position: relative;
}
.LeftQuote {
	position: absolute;
    display: block;
	height: auto;
	width: 60px;
    left: -100px;
    top: 0;
    color: #fff;
}
.RightQuote {
	position: absolute;
	display: block;
	height: auto;
	width: 60px;
    right: -100px;
    top: 0;
    color: #fff;
}

.Testimonial .AuthorBlock {
	}

.Testimonial .TheAuthor {
	font-size: 20px;
	font-weight: 400;
    line-height: 28px;
    font-style: italic;
    color: #fff;
    margin: 40px auto;
    opacity: 0.35;
}

.Testimonial .TheAuthorTitle {
	font-size: 20px;
	font-weight: 400;
    line-height: 28px;
    font-style: italic;
    color: #888888;
    margin: 20px auto;
    opacity: 0.35;
	}

.Testimonial .TheAuthorCompany {
	
    font-size: 18px;
	    line-height: 24px;
	font-weight:bold;
	color:#000;
	}


.Testimonial .TheReviewDate {
	font-size: 16px;
    font-weight: Normal;
    color: #888888;
    font-style: Italic;
    margin: 10px 0;
    padding: 0;
    line-height: 20px;
	}


#TestimonialLink {
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0; 
    padding: 0;
    text-align: center;
}

#TestimonialLink .Thelink{
	margin: 0 auto;
    padding: 10px;
	font-weight: 100;
    font-size: 12px;
    line-height: 20px;
	color:#FFFFFF;
    background-color: #00258B;
	text-decoration:none;}

#TestimonialLink .Thelink:hover{
	margin: 0 auto;
    padding: 10px;
	font-weight: 100;
    font-size: 12px;
    line-height: 20px;
	color:#00258B;
    background-color: #CDCDCD;
	text-decoration:none;}




/*Star Ratings */
.StarRating_1 {
    height: 20px;
    width: 100px;
    display: block;
    background-image: url("/media/layout/StarRating.png");
    background-position: 0 -20px;
    background-repeat: no-repeat;
}

.StarRating_1-5 {
    height: 20px;
    width: 100px;
    display: block;
    background-image: url("/media/layout/StarRating.png");
    background-position: 0 -40px;
    background-repeat: no-repeat;
}

.StarRating_2 {
    height: 20px;
    width: 100px;
    display: block;
    background-image: url("/media/layout/StarRating.png");
    background-position: 0 -60px;
    background-repeat: no-repeat;
}
.StarRating_2-5 {
    height: 20px;
    width: 100px;
    display: block;
    background-image: url("/media/layout/StarRating.png");
    background-position: 0 -80px;
    background-repeat: no-repeat;
}

.StarRating_3 {
    height: 20px;
    width: 100px;
    display: block;
    background-image: url("/media/layout/StarRating.png");
    background-position: 0 -100px;
    background-repeat: no-repeat;
}
.StarRating_3-5 {
    height: 20px;
    width: 100px;
    display: block;
    background-image: url("/media/layout/StarRating.png");
    background-position: 0 -120px;
    background-repeat: no-repeat;
}

.StarRating_4 {
    height: 20px;
    width: 100px;
    display: block;
    background-image: url("/media/layout/StarRating.png");
    background-position: 0 -140px;
    background-repeat: no-repeat;
}

.StarRating_4-5 {
    height: 20px;
    width: 100px;
    display: block;
    background-image: url("/media/layout/StarRating.png");
    background-position: 0 -160px;
    background-repeat: no-repeat;
}

.StarRating_5 {
    height: 20px;
    width: 100px;
    display: block;
    background-image: url("/media/layout/StarRating.png");
    background-position: 0 -180px;
    background-repeat: no-repeat;
}






/* List Styles */
#TestimonialList {}

#TestimonialList .CustomerTestimonial {
	display: block;
    width: 80%;
	padding: 40px;
    height: auto;
    margin: 40px auto;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    border-radius: 20px;
}

#TestimonialList .CustomerTestimonial .Testimonial{
	width: 100%;
    height: auto;
    display:block;}


#TestimonialList .TheReviewDate {
	font-size: 20px;
	font-weight: 400;
    line-height: 28px;
    font-style: italic;
    color: #99b1bb;
    margin: 20px auto;
	}


#TestimonialList .AuthorBlock {
    margin-top: 0;
    margin-bottom: 0;
	}

#TestimonialList .TestimonialAuthor {
	font-size: 20px;
	font-weight: 400;
    line-height: 28px;
    font-style: italic;
    color: #99b1bb;
    margin: 20px auto;
}

#TestimonialList .TestimonialAuthorTitle {
	font-style:italic;}

#TestimonialList .TestimonialAuthorCompany {
	font-weight:bold;}

/*1280*/
@media only screen and (max-width:1280px) {
	.Testimonial .TheQuote {
        font-size: 20px;
		line-height:30px;
	}
}

@media only screen and (max-width:960px) {

	.Testimonial {
		width: 70%;
		margin: 20px auto;
	}
	.LeftQuote {
        left: -60px;
    }
    .RightQuote {
        right: -60px;
    }
	.Testimonial .TheAuthor {
        font-size: 16px;
        line-height: 26px;
        margin: 20px auto;
    }
}

@media only screen and (max-width:614px) {

	.Testimonial {
		width: 60%;
		margin: 20px auto;
	}
	.LeftQuote {
        width: 40px;
        left: -60px;
    }
    .RightQuote {
        width: 40px;
        right: -60px;
    }
	.Testimonial .TheQuote {
        font-size: 18px;
		line-height:26px;
	}
}

@media only screen and (max-width:480px) {
	.Testimonial {
		width: 80%;
	}
	.LeftQuote, .RightQuote {
        display:none;
    }
	
}