/* ADA Compliance */
.page-content > .widget p a:not(.btn) { color: #4259f4; }

.page-content .widget p.text-muted { color: #6A7074; -webkit-text-stroke: 0; }
.page-content .widget p.text-muted a { color: #0e117c; -webkit-text-stroke: 0; }
.page-content .widget p.text-muted a:visited { color: #0e117c; }

.input-wrap .form-control-placelabel span { color: #6A7074; }
.select2-choice.select2-default .select2-chosen  { color: #6A7074 !important; }

.widget.staff .staff-member .member-info {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all .3s ease-in;
}

div.staff-list.staff-list--default div.row div {
    display: inline-block;
    float: none; 
}

div.widget.staff {
    padding-bottom: 0px;
    margin-bottom: 0px;
}


div.widget.staff + div.widget.staff {
    padding-bottom: 100px;
}

@media only screen and (min-width: 1280px) {
	.widget.image-heading4-text.block--wrap .image-heading4-text__bg, .widget.image-text.block--wrap .image-heading4-text__bg {
	    padding: 76px 125px;
	}

	.widget.image-heading4-text.block--wrap.opt-align-right .figure, .widget.image-text.block--wrap.opt-align-right .figure {
	    display: block;
	    float: right;
	    margin: 0px 0px 50px 100px;
	}
}