  @import url("/content/dam/bc1/top-tier/css/custom-global.css");


.quote-section blockquote {
    color: #806e43;
}
.quote-section .author {
    color: #515151;
}

.quote-section .author:before {
  border-top: solid 1px #ECEBEB;
 }
.quote-section .author:after {
    border-bottom: solid 1px #ECEBEB;

}
.int-wrap .image-content .image img {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.int-wrap .image-content .image:hover img{
 -webkit-transform:scale(1.03); /* Safari and Chrome */
    -moz-transform:scale(1.03); /* Firefox */
    -ms-transform:scale(1.03); /* IE 9 */
    -o-transform:scale(1.03); /* Opera */
     transform:scale(1.03);
}

.int-wrap .image-content .image:hover {
  max-width: 100%
 }