.crpc-company-logo-aligned {
	top: 50%;
}

.text-crpc {
  --bs-text-opacity: 1;
  color: #f6b11a !important;
}

/** Default Styles **/
h1 {
	color:#343434;
	font-size:28px;
}

h2 {
	color:#343434;
	font-size:24px;
}

h3 {
	color:#343434;
	font-size:18px;
}

p {
	color:#858585;
	font-size:15px;
}

a.paragraph {
	color:#858585;
	font-size:15px;
}

/** Section Titles **/
p.section-title {
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}

span.section-title {
	background-color:#F6B11A;
  border-radius:60px;
  padding:10px;
}

/** Link Buttons **/
.link-button {
	border-radius:12.5px;
	border:2px solid #f6b11a;
	color:#000;
	padding:10px;
	font-size:14px;
}

/** Rounded Container **/
.rounded-container {
	background-color:#ffffff;
  border-radius:10px;
  padding:10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.confirmation-circle {
	height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

/** 
	Override the #content.col to prevent a margin down the sides of the pages 
	This is REQUIRED, so don't change it
**/
#content.col {
  margin: 0;            /* Remove any default margin */
  padding: 0;           /* Remove any default padding */
  width: 100%;          /* Ensure it spans full width */
}
