
/*This class handles the background color and text color
of the content in the hero section of the display*/
.Quick_start-hero {
	width: 100%;
	background-color: #FDB515; 
	padding: 2%;
	border-radius: 20px;
}
/*This class changes the color from the default of the accordions*/
.ckeditor-accordion-toggler {
	background-color: #004AAE !important;
	display:block !important;
}

/*When you hover over the arccodions, this class changes the color*/
.ckeditor-accordion-toggler:hover {
	background-color: #002676 !important;
}

/*This class handles the background color and text color
of the content in the sidebar section of the display*/
.quick_start-sidebar{
  border-radius: 20px;
	background-color: #FDB515;
	padding: 2%;
	display: block !important;

}

/*This enforces the site to make sure the page is in the block view*/
.site-main {
	display: block !important;
}