#topMain>li>a {
	/* height:96px; */
	line-height:1em;
}
#topMain.nav-pills>li>a {
	color:#1F262D;
	font-weight:400;
	background-color:transparent;
} 
#topMain.nav-pills>li:hover>a, 
#topMain.nav-pills>li:focus>a {
	color:#1F262D;
	background-color:rgba(0,0,0,0.03);
}
#topMain.nav-pills>li.active>a {
	color:#687482;
}

#topMain.nav-pills>li>a.dropdown-toggle {
	padding-right:25px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#topMain.nav-pills>li>a.dropdown-toggle:after {
	display: block;
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 2px;
	margin: -10px 0 0;
	font-family: FontAwesome;
	font-size: 12px;
	opacity: .3;
	line-height: 1em;

	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-ms-transition: -ms-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
}
#header.fixed #topMain.nav-pills>li>a.dropdown-toggle:after {
	margin: -4px 0 0;
}
#header.bottom.dropup #topMain.nav-pills>li>a.dropdown-toggle:after {
	content: "\f106";
}

#topNav .navbar-collapse {
	float:right;
}

#topNav a.logo {
	padding: 0;
	height: auto;
	display: flex;
	align-items: center;
}
#topNav a.logo:before, #topNav a.logo:after{
	position: absolute;
	display: block;
	content:'';
	background-color: rgba(255,255,255,0.3);
	width: 1px;
	height: 100%;
	transform: rotate(8deg);
	left: -20px;
	top: 0;
}
#topNav a.logo:after{
	left: initial;
	right: -20px;
}

@media only screen and (max-width: 1215px) {
	#topMain.nav-pills>li>a {
		font-size:13px;
	}
}

@media only screen and (max-width: 992px) {
	/* Force 60px */
	#header {
		height:60px !important;
	}
	#header #topNav a.logo {
		height:60px !important;
		line-height:50px !important;
		padding: 5px 0 0 0;
	}
	#header #topNav a.logo>img {
		max-height:50px !important;
	}
	#header #topNav #topMain>li>a {
		height:40px !important;
		line-height:40px !important;
		padding-top:0;
	}


	#topMain>li {
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}
	#topMain>li:last-child {
		border-bottom:0;
	}

		#header li.search .search-box {
			margin:0 !important;
			position:fixed;
			left:0; right:0;
			top:60px !important;
			width:100%;
			background-color:#fff;
			border-top:rgba(0,0,0,0.1) 1px solid;
		}
}
#topNav .mobile-download-btn {
    display: none;
}

.header-flex-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  flex-wrap: nowrap;
  width: 100%;
  min-width: 0;
}

.logos-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.navbar-collapse {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
  overflow: visible;
}

.download-btn {
  display: flex;
  align-items: center;
  margin-left: 20px;
  flex-shrink: 0;
}

.nav-main {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-flex-row .logo img {
  max-height: 48px;
  display: block;
}

.main-logo-banner {
    width: 800px;
    height: 250px;
    margin: 0 auto 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: none;
}
.main-logo-banner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 767px) {
  .main-logo-banner {
    width: 100% !important;
    height: auto;
    margin: 0 auto 0 auto !important;
    justify-content: center;
    padding: 10px 0;
  }
  .main-logo-banner img {
    max-width: 90vw;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}