.theme-color {
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f12711, #D6900A);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f12711, #D6900A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
ul.header-on-page-links {
	background: #111;
}
.section-links-header {
	border-color: #fff;
}
.section.top-triangle::after {
	border-top-color: #E45C0E;
}
ul.contacts-info-list h4,
ul.contacts-people-list h4,
ul.tab-nav a.active {
	color: #f12711 !important;;
}
.tab-content .tab-content-header h3,
ul.cta-list h4,
table.table-docs a {
	color: #E45C0E !important;;
}
ul.contact-links li a::after,
table.table-docs a::after {
	background-color: #DF7C18;
}
table th {
    background-color: #5177BA;
}
.attn-wrapper {
	background-image: linear-gradient(to left top, #c81b0e, #d33714, #de4d1a, #e96022, #f3722b);
}

ul.tab-nav a.active {
	border-color: #E5621A !important;
}
ul.tab-nav a:hover {
	color: #f12711;
}
a.action-link {
	color: #FAC55E;
}
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%23FAC55E%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: #333333;
}
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%23333333%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;
}
.dark .cta-list a {
	color: yellow;
	text-decoration: none;
	font-weight: 600;
}
.dark .cta-list h4 {
	color: #fff !important;
}