/* swap out from Visionary Gold to Visionary Metals */

.hamburger:before,
.hamburger .icon,
.hamburger:after {
 	background: #D00029;
	background: rgb(208, 0, 41)
}

/**
 * Styles for the active `.hamburger` icon
 */
.hamburger.active:before,
.hamburger.active .icon,
.hamburger.active:after {
 	background: #D00029;
	background: rgb(208, 0, 41)
}

.text-primary{
	color: #183468;
	color: rgb(24, 52, 104)
}

.text-secondary{
	color:  #D00029;
	color: rgb(208, 0, 41)
}

.text-tertiary{
	color: #1e2023;
	color: rgb(30, 32, 35)
}

.bg-primary{
	background-color: #183468;
	background-color: rgb(24, 52, 104)
}

.bg-primary-light{
	background-color: #ffffff; /*#3B578B;*/
	background-color: rgb(255, 255, 255)/*rgb(59, 87, 139)*/
}

.bg-red-gradient{
	background-image: linear-gradient(to right, #D00029 , #D1002B, #D2002D, #EA0053);
}

.bg-blue-gradient{
	background-image: linear-gradient(to right, #3B578B, #183468);
}

#submit:hover{
	background-color: #D00029;
	background-color: rgb(208, 0, 41)
}

.bg-secondary{
	background-color: #D00029;
	background-color: rgb(208, 0, 41)
}

.border-primary-light, .border-primary-dark{
	border-color: #355693;
	border-color: rgb(53, 86, 147)
}

/*#pro5625 h2 {
	color: #D00029;
}
#pro5625 > span {
	background-color: #183468;
}*/

h2 {
	color: #183468;
}

h3 {
	color: #D00029;
}

.uk-icon-button {
	background-color: #D00029;
}
.uk-icon-button:hover {
	background-color: #183468;
}
.social .uk-icon-button {
	background-color: #D00029;
}
.social .uk-icon-button:hover {
	background-color: #183468;
}


/* Links style adjustments */
a:hover { color: #D00029;}
.homeslide a.latest:hover { color: #ffb3ce; }
#nav-aside a:hover{color: #183468; font-weight: bold}

.uk-link, a {
	color: #183468;
	text-decoration: none;
	cursor: pointer;
}
/* end */
