@charset "utf-8";

/* RED/BLUE */

/*
primary #9b1f0c
light #d12810

accent #208fd0
dark #0056b8
*/

body {

}

a, a:visited {
	color: #0056b8;
}

#top, #footer, ul.language-selector li, #sticky-bar .arrow {
	background: #fcae00;
}

ul.language-selector li:hover {
	background: #d12810;
}

#top-nav, ul.main-menu li ul.sub-menu {
	background: #d12810;
}
/* TODO: finish for all schemes */
ul.main-menu li ul {
	background-color: #9b1f0c;
}

footer ul.language-selector {
	background: #9b1f0c;
}
/* AD PO */
.brands-table-header {
	background: #9b1f0c;
}

.brands-table-table .index-column h4, .pros-cons-column h4, #features h4, .general-icons-container h4, h1 {
	background: #9b1f0c;
}

.cta.button {
	background: #208fd0;
}

.cta.button:hover {
	background: #0056b8;
}

.bonus-column h3, .bonus h3, .pros-cons-column ul li:before, #features ul li:before {
	color: #d12810;
}

a.expand-table-row {
	color: #9b1f0c;
}

#credits {
	background: #d12810;
}

h2, h3 {
	color: #d12810;
}

h2 {
	border-color: #d12810;
}

h2:before {
	border-left-color: #d12810;
}

#sticky-bar .arrow:after {
	border-left-color: #9b1f0c;
}

body.rtl #sticky-bar .arrow:after {
	border-right-color: #9b1f0c;
}