:root {
  --color1: #0d5a88;
  --color2: #ffffff;
  --color3: #004f80;
}

::selection {
  background: #004f80;
	color: #ffffff;
}
::-moz-selection {
  background: #004f80;
	color: #ffffff;
}

html {
	color: #ffffff;
	background-color: #004f80;
}

h1, h2, h3, h4, h5, a {
	color: #004f80;
}

div.content a {
	color: #004f80;
}

div.section {
	background-color: #ffffff;
	color: #0d5a88;
}

div.footer *{
	color: #ffffff;
}

.row.hero,
.row.hero_2
{
	background-color: #004f80;
	background-image: linear-gradient(90deg, #004f80, #1688ce);
}

.row.hero *,
.row.hero_2 *
{
	color: #ffffff;
}

.row.hero div.button a,
.row.hero_2 div.button a
{
	background-color: #004f80;
}

.row.hero div.button a:hover,
.row.hero_2 div.button a:hover
{
	background-color: #086ba9;
}

.row.featured_2 {
	background-color: #f5f7f8;
}

.row.featured_3 {
	background-color: #eef3f6;
}

.row.divider {
	background-color: #1169a0;
	background-image: linear-gradient(90deg, #1a6797, #5e96ba);
	color: #ffffff;
}

.color1.background{
	background-color: #0d5a88;
	color: #ffffff;
}

.color2.background{
	background-color: #ffffff;
	color: #004f80;
}

.color3.background{
	background-color: #004f80;
	color: #ffffff;
}

div.button a {
	background-color: #e4eff6;
	color: #004f80;
}

div.button a:hover {
	background-color: #70b2db;
}

table.data td {
	border-color: #e0e6ea;
}

table.data tr:hover {
	background-color: #f6f7f8;
}

div.header a.mainmenu-active {
	color: #2285c3;
}

div.pagination > * {
	background: #eff2f4;
}

div.pagination > span {
	background: #d1dae0;
}

