/** parsys mod move to overalp hero **/
.hero-auto-rotate + div.responsive-column-layout.parbase {margin-top:-145px;}

/** hero mods **/
.hero-auto-rotate .headline__item-container h2.headline__item-text, 
.hero-auto-rotate .headline__item-container .brand-button {display: none;} 
.hero-auto-rotate .carousel__container {min-height: unset!important; max-height: 379px!important;}

/** top wysiwyg component mods **/
.hero-auto-rotate + div.responsive-column-layout.parbase > .responsive-column-layout > .container .component.cta-button .offset-sm-2 {margin-left: unset;}
.hero-auto-rotate + div.responsive-column-layout.parbase > .responsive-column-layout > .container {
	border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(258deg,#008edd,#a2cf42);
    border-image-slice: 1;
    background-color: #fff;
    padding-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 1024px){
	.hero-auto-rotate + div.responsive-column-layout.parbase > .responsive-column-layout > .container {width:1281px; margin-bottom: 80px;}
}

@media screen and (min-width: 768px){
	.hero-auto-rotate + div.responsive-column-layout.parbase > .responsive-column-layout > .container {margin-bottom: 60px; width: 95%;}
	.hero-auto-rotate + div.responsive-column-layout.parbase > .responsive-column-layout > .container .wysiwyg-rte.component.component__spacing-bottom .richtext-wysiwyg *+h2 {margin-top: 20px;}
	.hero-auto-rotate + div.responsive-column-layout.parbase > .responsive-column-layout > .container .wysiwyg-rte.component.component__spacing-bottom .richtext-wysiwyg > p {width: 75%; margin: 0;}
	.hero-auto-rotate + div.responsive-column-layout.parbase > .responsive-column-layout > .container .wysiwyg-rte.component.component__spacing-bottom,
	.hero-auto-rotate + div.responsive-column-layout.parbase > .responsive-column-layout > .container .cta-button.component__spacing-bottom {margin-bottom: 40px;}
}

@media screen and (max-width: 767px){
	.hero-auto-rotate + div.responsive-column-layout.parbase > .responsive-column-layout > .container{
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
}