/* Use Orange colors for nav menu
Normal: #fa821e or rgb(250, 130, 30)
Darker: #ef7622 or rgb(239, 118, 34)
Dark:   #d25b27 or rgb(210, 91, 39)
*/


.header-image {
	background-image: url("/_catalogs/masterpage/Gemalto/assets/companyinfo-top.jpg") !important; background-color: rgb(250, 130, 30) !important;
	background-position: center;
}
.intro-cta {
	margin: 80px 40px 40px 20px !important;
}
.intro > .hd {
	color: rgb(250, 130, 30) !important;
}
.theme-borders {
	border-color: rgb(250, 130, 30) !important;
}
.box-solution-50 > .hd {
	color: rgb(250, 130, 30) !important;
}
.box-solution-100 > .hd {
	color: rgb(250, 130, 30) !important;
}
.box-black-100 > .hd {
	color: #fff !important;
}
.filters .col span {
	background-color: rgb(250, 130, 30) !important;
}


/* floating menu */

#nav2 {
  background-color: #fa821e;
}

#nav2 .nav2-search-box {
  background-color: #d25b27;
}

#nav2 .arrow {
  border-bottom-color: #d25b27;
}


/* Nav Tabs */

.header-sub {
  background: #fa821e;
}

.nav-tabs a {
  background: #ef7622;
  color: #fff;
}

.nav-tabs a.active {
  background: #d25b27;
  color: #fff;
}

.nav-tabs a.dark {
  background: #d25b27;
  color: #fff;
}
