.usa-header .slider-pro {
	padding-bottom: 0;
}
.usa-header .sp-buttons {
    bottom: -0.5em;
}

.usa-header-wrapper.has-slides:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 0;
    height: 0;
    border: 50vw solid #fff;
    border-top-color: transparent;
    border-top-width: 3.6rem;
    border-bottom-width: 0;
}

.sp-slides {
	box-sizing: border-box;
}
.sp-layer {
	display: flex;
	align-items: center;
	width: 114% !important;
	height: auto !important;
	white-space: normal !important;
	-webkit-font-smoothing: antialiased;
}
.usa-header .sp-layer {
    padding-bottom: 4.5rem;
}
@media screen and (min-width: 951px) {
    .usa-header .sp-layer {
        padding-bottom: 1.5rem;
    }

    .usa-header .sp-layer.sp-layer-bottom {
    	margin-bottom: 4.5rem;
    }
}
