.g-bg-primary-v2 {
	background-color: #0F5B8D;
}
.g-bg-primary-v2-footer {
	background-color: #0d507d
}
.g-height-14 {
	height: 14px;
}
.g-left-minus-25px {
  left: -25px;
}
.flex-sm-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.justify-content-sm-end {
    -ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.g-height-3 {
	height: 3px;
}
.g-bg-none {
	background-color: none !important;
	background: none !important;
}
a:hover {
	color: #0F5B8D !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav-item a {
		font-size: 13px !important;
	}
}
@media (min-width: 1200px) {
	.g-mt-33--lg {
		margin-top: 33px !important;
	}
}