.nav-main-link.active {
    color: #fff !important;
    border-bottom: 3px solid #bf0d3e !important;
}
/*
.nav-main-link.active {
    color: #000 !important;
    border-bottom: 3px solid #bf0d3e !important;
}*/

.content-header {
	height: 6rem;
}	


@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/gotham-book/Gotham-Book.eot');
	src: url('../fonts/gotham-book/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gotham-book/Gotham-Book.woff') format('woff'),
		url('../fonts/gotham-book/Gotham-Book.ttf') format('truetype'),
		url('../fonts/gotham-book/Gotham-Book.svg#Gotham') format('svg');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('../fonts/gotham/Gotham-Bold.eot');
	src: url('../fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gotham/Gotham-Bold.woff') format('woff'),
		url('../fonts/gotham/Gotham-Bold.ttf') format('truetype'),
		url('../fonts/gotham/Gotham-Bold.svg#Gotham') format('svg');
}


.bg-glory-red {
 background-color: #bf0d3e !important;	
}

.bg-glory-blue {
 background-color: #002c77 !important;	
}

.nav-main-dark .nav-main-link
{
  color: rgba(255, 255, 255, 0.8);
}


.nav-main-dark .nav-main-link:hover
 {
  color: #fff; /*color: rgba(255, 255, 255, 0.5)*/
  background-color: #002c77 !important; 
}

.nav-main-dark.nav-main-horizontal .nav-main-submenu
 {
    background-color: #002c77 !important;
  }



.nav-main-dark .nav-main-submenu .nav-main-link 
{
	color: rgba(255, 255, 255, 0.7);
	background-color: #002c77 !important;
}

.nav-main-dark .nav-main-submenu
 {
  background-color: #002c77 !important;
}

.nav-main-dark .nav-main-item.open > .nav-main-submenu
 {
  background-color: #002c77 !important;
}

.logo-emeter-mob {
     display: none;
}

.logo-emeter {
     display: flex;
}

@media  (max-width: 500px) { /*only screen and*/ 
   .logo-emeter-mob {
     display: flex;
   }

   .logo-emeter {
     display: none;
   }
}

#page-footer .text-dual
 {
  color: #e9ecef !important; /*#e9ecef #a3a3a3*/
}

#page-footer a.text-dual:hover, #page-footer a.text-dual:focus
 {
  color: #aeb9c4 !important;
}

body {
	font-family: "Gotham Book", "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}	