html .page .text-primary {
	color: #3e980b;
}


.rd-navbar-static .rd-navbar-megamenu
{
	background: #0c3a18;
}

.rd-navbar-main-outer
{
	background-color: #E9F4EE;
}

.bg-gray-700
{
	background-color: #081c40 !important;
}

.bg-gray-100
{
	background-color: #E8EEF6 !important;
}

.button.button-primary, .button.button-primary:focus
{
	background-color: #081c40;
	border-color: #081c40;
}

.button.button-primary:hover, .button.button-primary:active {
	color: #fff;
	background-color: #12336A;
	border-color: #12336A;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #081c40;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #fff;
	background: #081c40;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #081c40;
}

a, a:focus, a:active {
	color: #081c40;
}

.link-default:hover {
	color: #081c40;
}

.ui-to-top {
	background: #12336A;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #081c40;
}

.swiper-pagination.swiper-pagination-modern .swiper-pagination-mark {
	background: #3e980b;
}

.card-corporate .card-title a[aria-expanded='true'], .card-corporate .card-title a:hover {
	color: #3e980b;
}

.card-corporate .card-arrow {
	color: #3e980b;
}