/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.offset-content{
	margin-bottom: 1rem;
}

#SidenavAccordionPanels .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed{
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.none{
	background-color: var(--dark-blue-1c252c);
	color:white;
	background-size: unset;
        padding: 4em 0;
}
.none hr{
	background-color: var(--blue-5bb2e4);
    height: 4px;
    border-top: none;
    opacity: 1;
    width: 60%;
    display: flex;
    justify-self: center;
}