#main-content {
	background-color: #F4F4F4;
}

.slds-button_brand:focus {
	color: var(--dxp-s-button-color-contrast);
}
    
[data-component-id="passwordlessLogin-a895"] [part="help-text"] {
	color: pink;
}

.slds-radio_faux {
	width: 20px !important;
	height: 20px !important;
}

.slds-combobox__input {
  	line-height: normal !important;
  	box-shadow: None !important;
}

.slds-checkbox {
	margin-bottom: 10px;
}

.slds-checkbox_faux {
	transform: scale(2);
	box-shadow: None !important;
}

.slds-checkbox {
	margin-left: 8px;
}

.slds-checkbox .slds-form-element__label {
    font-family: Lato, sans-serif;
	font-weight: 400;
	margin-left: 10px;
}

.action-button .slds-button:not(:disabled) {
	border-color: #00434E;
	color: #00434E;
	font-weight: 600;
}


.accordion-heading
	.slds-accordion__list-item 
	.slds-accordion__summary-heading 
	.slds-accordion__summary-action 
	.slds-accordion__summary-content {
	font-size: 30px;
	line-height: 130%;
	font-weight: 600;
}

.slds-accordion__section 
	.slds-accordion__summary 
	.slds-accordion__summary-heading
	button:focus {
	box-shadow: inset 0 0 0 1px #E50F53;
}

.slds-dropdown__item a:focus {
    box-shadow: inset 0 0 0 2px white;
}

.slds-popover_tooltip {
	background-color: #00434E;
}

.cp-text-heading-h1 {
	font-family: Raleway, sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: 0.15%;
}

.cp-text-heading-h2 {
	font-family: Raleway, sans-serif;
	font-weight: 600;
	font-size: 45px;
	line-height: 110%;
	letter-spacing: 0.15%;
}

.cp-text-heading-h3 {
	font-family: Raleway, sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 110%;
	letter-spacing: 0.25%;
}

.cp-text-heading-h4 {
	font-family: Raleway, sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: 0.25%;
}

.cp-text-heading-h5 {
	font-family: Raleway, sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 110%;
	letter-spacing: 0.25%;
}

.cp-text-heading-h6 {
	font-family: Raleway, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 110%;
	letter-spacing: 0.25%;
}

.slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action {
	box-shadow: inset 4px 0 0 #ff2e5f;
	background-color: #ffd5df;
}

.slds-nav-vertical__action:hover {
	box-shadow: inset 2px 0 0 #ff2e5f;
	background-color: #ffd5df !important;
}

.slds-nav-vertical__action:focus {
	outline: none !important;
	box-shadow: inset 4px 0 0 #ff2e5f !important;
}