@media screen and (min-width: 768px) {
	.custom-html--sitecore .col-xs-12.col-sm-6.hero-wrapper {
		padding-top: 4.8rem;
			}
	}
	@media screen and (min-width: 1000px){
		.custom-html--sitecore #hero-carousel .hero-item-featureinterior .dynamic-bg {
			background-repeat: no-repeat !important;
			background-size: auto 140% !important;
			background-position: center left !important;
		}
	}
	.custom-html--sitecore p.grey-container.center {
				background: #efefef;
				padding-top: 20px;
				padding-bottom: 20px;
			}
			.custom-html--sitecore .img-block-text-container{
			min-height:310px;
			}              
			.custom-html--sitecore .purple, .purple-color-link, .section-title-purple{
				color: #A100FF !important;
			}
			.custom-html--sitecore .dark-purple, .dark-purple-color-link, .section-title-dark-purple{
				color: #6c0080 !important;
			}
			.custom-html--sitecore .blue, .blue-color-link, .section-title-blue{
				color: #0298f5 !important;
			}
			
			.custom-html--sitecore .respond-container .image-fold-module .img-container:after,.custom-html--sitecore .respond-view-more-content .image-fold-module .img-container:after{
				color: #A100FF !important;
			}
			
			.custom-html--sitecore .recover-container .image-fold-module .img-container:after,.custom-html--sitecore .recover-view-more-content .image-fold-module .img-container:after{
				color: #6c0080 !important;
			}
			
			.custom-html--sitecore .rebuild-container .image-fold-module .img-container:after,.custom-html--sitecore .rebuild-view-more-content .image-fold-module .img-container:after{
				color: #0298f5 !important;
			}
			
			.custom-html--sitecore .view-more-arrow{
				transition: transform 0.5s ease;
			}
			
			.custom-html--sitecore .tag {
				position: absolute;
				top: -5px;
				right: 10px;
				padding: 2px 5px;
				background: #A100FF;
				color: #fff;
				font-size: 11px;
			}
			
			.custom-html--sitecore .tag::after {
				content: "";
				position: absolute;
				border-top: 30px solid;
				border-left: 30px solid transparent;
				margin-left: 0;
				left: -30px;
				top: -0px;
				color: #A100FF;
			}
			
			.custom-html--sitecore .respond-view-more-container .isActive .view-more-arrow, .custom-html--sitecore .recover-view-more-container .isActive .view-more-arrow, .custom-html--sitecore .rebuild-view-more-container .isActive .view-more-arrow{
				transform: rotate(-90deg);
			}
	