.wrap__fullwidth .wrap__header--bar--top {
    background: none;
}

.slider__item {
    background: none;
}

.align-right {
	
	margin: 0px 0px 10px 10px;
    float:right;
}

p {
    line-height: 2.5;
}

html { 
    
    scroll-behavior:smooth;
    
    }

.align-left {
	
	margin: 0px 10px 10px 0px;
    float:left;
}

.align-center {
	
	margin-bottom:10px;
    margin: 0 auto;
    display:block;
}
.staff-member__image {
    background-size: cover;
    
}
ul.testimonials__list {
    list-style-type: none;
}
summary {
    display: revert;
    font-size: 17px;
    border: 1px solid #69bbe3;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background: #69bbe3;
    margin: 2px;
    box-shadow: 1px 1px 2px #000;
    color: #fff;
    font-weight: 500;
}

details p {
    margin: 10px;
}
