
.award-name {
    position: relative;
    display: grid;
    align-items: flex-end;
    grid-template-columns: 10px 1fr 10px;
    margin-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
}
.award-name:before {
    grid-column: 1;
    left: 0px;
}
.award-name:after {
    grid-column: 3;
    right: 7px;
}
.award-name:before, .award-name:after {
    content: "";
    position: relative;
    width: calc(100% + 7px);
    height: 22px;
    background: #e1c564;
    transform: translateY(7px);
}
.award-name span {
    grid-row: 1;
    grid-column: 2;
    position: relative;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #1f1f1f;
    padding: 10px 15px 8px;
    background: #e1c564;
}
.award-name span:before {
    bottom: -7px;
    left: 0px;
    border-width: 0 7px 7px 0;
    border-color: transparent #1f1f1f transparent transparent;
}
.award-name span:before, .award-name span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
}
.award-name span:after {
    bottom: -7px;
    right: 0px;
    border-width: 7px 7px 0 0;
    border-color: #1f1f1f transparent transparent transparent;
}
.breadcrumbs {display: none}
.title-block__content a.button:hover{text-decoration: none}
.card.testimonial {margin-top: 0}
.testimonial figcaption {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.2rem 1.2rem;
}
.testimonial figcaption img {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
    width: 2.1875rem;
    height: auto;
    border-radius: 50%;
}
.testimonial figcaption .name,
.testimonial figcaption .title{
    align-self: end;
    font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
}
.card.testimonial {
	background: #725090;
	color: #fff;
}
.testimonial blockquote,
.testimonial blockquote p {color: #fff}
.testimonial blockquote {
	padding-top: 2rem;
	font-size: 17px;
    line-height: 1.5em;
}
.card.testimonial {
    background-image: url(https://www.pda.org/images/default-source/default-album/quote.svg);
    background-repeat: no-repeat;
    background-position: 95% 0%;
}

/* picture frame */
#frame{
	position:relative;
	padding:0;
	margin:0;
	border:solid 15px #555; 
	max-width:100%;
	margin:40px auto;
	box-shadow:-3px -3px 12px #999;
}
#border{
	position:relative;
	padding:0;
	margin:0;
	border:solid 50px white;
	box-shadow:-3px -3px 12px #999;
}  
img.portrait {
	display:block;
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	border-top:solid 2px #aaa;
	border-left:solid 2px #aaa;
	border-bottom:solid 2px #ccc;
	border-right:solid 2px #ccc;
}
   