.custom-header-container {
  	background-color: #2d0061;
	  background-image: url("//dka575ofm4ao0.cloudfront.net/pages-hero_covers/normal/205908/Cloud_services_banner-889d908f-f44c-45cd-aa63-5d845b562920.png");
	  height: 315px;
	  max-height: 315px;
	  min-height: 37.06%;
	  background-size: contain;
  /*background-repeat: no-repeat;*/
  background-position: center center;
}

.layout-content.status .custom-header-container .ck-custom-header-inner .updates-dropdown-container {
	  display: inline-block;
	  position: relative;
	  float: right;
}

.ck-custom-header-inner {
	  position: relative;
	  padding-top: 315px;
}

.ck-custom-header-inner .text-container {
	  position: absolute;
	  bottom: 0px;
	  left: 0px;
	  right: 0px;
	  padding: 1rem;
	  background-color: rgba(0, 0, 0, 0.7);
}

.ck-custom-header-inner a.show-updates-dropdown {
	  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	  -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	  -o-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	  -ms-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	  border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -o-border-radius: 4px;
	  -ms-border-radius: 4px;
	  font-size: 12px;
	  line-height: 18.6px;
	  font-size: 0.75rem;
	  line-height: 1.1625rem;
	  font-weight: 500;
	  border: none;
	  display: inline-block;
	  text-align: center;
	  color: #fff;
	  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  padding: 10px 15px 9px;
	  position: relative;
  	background-color: #743CCD;
}

.custom-footer-container {
	  	padding: 2rem 0;
	  border-top: 1px solid #743CCD;
	  margin-top: 1rem;

	  color: #fff;

	  background-color: hsl(263, 59%, 52%);
	  background-image: linear-gradient(122.1deg, transparent 32.29%, color-mix(in srgb, hsl(263, 59%, 26%) 70%, transparent) 70.55%);
}