.featureText {
	background: url(../images/brush.png) no-repeat center center;
	display: inline-block;
	color:#333333;
}

.bar .logo {
  max-height: 249px;
  max-width: none;
}

.h2{
    color:#343851;    
}

.pageHeadingTitles{
    font-size:20px;
}

.testimonialBackground {
    background-image: url('../images/quoteButton.jpg');
    background-repeat: no-repeat;
    padding-left: 5.75em;
    margin-bottom: 0;
}

    .testimonialBackground p {
        font-size: 12pt;
        line-height: 1.5em;
        margin-bottom: 0;
        font-style: italic;
        font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    }

.testimonialBackgroundName {
    background-image: url('../images/testimonialsBackground.jpg');
    background-repeat: no-repeat;
    padding-top: 2.75em;
    margin-bottom: 3em;
    margin-top: 0;
}

.NBTEtestimonial {
    margin: 0;
    background: #f3f3f3;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #606060;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #fafafa;
    background-image: linear-gradient(#fafafa, #f3f3f3);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: -moz-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: -ms-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: -o-linear-gradient(top, #fafafa, #f3f3f3);
}

blockquote:not(:last-child) {
    margin-bottom: 0;
}

.NBTEtestimonial:before, .NBTEtestimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.NBTEtestimonial:before {
    top: 0;
    left: 10px;
}

.NBTEtestimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f3f3f3;
    margin: 0 0 0 25px;
}

.NBTEtestimonial-author {
    margin: 0 0 2.5em 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    text-align: left;
}

    .NBTEtestimonial-author span {
        font-size: 12px;
        color: #666;
    }

blockquote.NBTEtestimonial > p {
    font-size: .70em !important;
    line-height: 1.6;
    color: #606060;
}

.pageHeadingTitles{
    font-size:2em;
}