.theme-color {
	background-color: #FF3CAC;
	background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
}
ul.header-on-page-links {
	background: #243185;
}
.section-links-header {
	border-color: #fff;
}
.section.top-triangle::after {
	border-top-color: #5E5FAD;
}
ul.contacts-info-list h4,
ul.contacts-people-list h4,
ul.tab-nav a.active {
	color: #7E54A4 !important;;
}
ul.contact-links li a::after,
table.table-docs a::after {
	background-color: #5E5FAC;
}
table th {
    background-color: #5177BA;
}
.attn-wrapper {
	background-image: linear-gradient(to left top, #343562, #3e3f74, #494986, #545399, #605eac);
}
.tab-content .tab-content-header h3,
ul.cta-list h4,
table.table-docs a {
	color: #5177BA;
}
ul.tab-nav a.active {
	border-color: #243185 !important;
}
ul.tab-nav a:hover {
	color: #7E54A4;
}
a.action-link {
	color: #AFB7E5;
}
a.action-link::after {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2248px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2248px%22%20fill%3D%22%23AFB7E5%22%3E%3Cpath%20d%3D%22m250-221-67-67%20395-395H224v-94h515v514h-95v-353L250-221Z%22%2F%3E%3C%2Fsvg%3E");
}
a.cta-link {
	color: #C94BAB;
}
a.cta-link::after {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2248px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2248px%22%20fill%3D%22%23C94BAB%22%3E%3Cpath%20d%3D%22m250-221-67-67%20395-395H224v-94h515v514h-95v-353L250-221Z%22%2F%3E%3C%2Fsvg%3E");
}
ul.accordian > li > h4 {
	color: #C94BAB;
}
ul.accordian li.click {
	border-color: #C94BAB;
}
ul.accordian > li:not(.click):hover {
	background-color: #5A57A2;
}

#drop-nav .container {
	background: #373867;
}
ul.main-nav a.tri.current::after {
	border-color: transparent transparent #373867 transparent;
}
.dark .cta-list a {
	color: #C94BAB;
	text-decoration: none;
	font-weight: 600;
}