.no-scroll {
	position: fixed;
    top: 0;
}

sup
{
	font-size: 70%!important;
}

[data-component-id='section-ee6f'] .background-image {
	background-position: left 50px!important;
}

@media(min-width: 768px) {
	[data-component-id='section-ee6f'] .background-image {
		background-size: 50%!important;
	}    
}

[data-component-id='section-33ab'] .background-image {
	background-position: right 75px!important;
}

@media(min-width: 768px) {
	[data-component-id='section-33ab'] .background-image {
		background-size: 50%!important;
	}    
}

.hero-content h1 {
	font-weight: 700;
	margin-bottom:  1.25rem;
}

.section-content p {
	margin-bottom:  0.675rem;
}

.section-content ul:not(.slds-list_dotted) {
	margin-left:  10px;
}

.section-content ul:not(.slds-list_dotted) li {
	margin-left:  22px;
	margin-bottom:  20px;
}

.section-content ul:not(.slds-list_dotted) li:before {
	content:  '';
	position: relative;
	top:  5px;
	left:  -10px;
	display:  inline-block;
	background: url('../images/circle-check.svg') no-repeat;
	width:  22px;
	height:  22px;
	margin-left:  -22px;
}

.section-content ul:not(.slds-list_dotted) li::marker {
	content:  '';
}

.references a {
	color:  #FFF!important;
	text-decoration: underline!important;
	background-color: transparent!important;
}

.header.error .navigation,
.header.error .hamburger {
    display: none;
}