/*

LAYOUT.CSS

- Use semantic block level elements, such as <header>, or IDs for components
- Use classes for layout-specific reusable classes
- Use pixels or percentages with max-width in pixels
- Define possible media-queries together with other layout rules

*/



/* ============================================================================
   Basic layout
   ========================================================================= */

body {
  background: #f6f6f6;
  color: #0e0500;
  font-size: 14px;
  line-height: 23px;
}

/* Fix line-height for SharePoint menus after adding Cyrillic chars to DIN fontkit */
.ms-cui-menu {
  line-height: 1;
}

/* Fix for iPad footer */
/*@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  body {
    width: 105%;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  body {
    width: 105%;
  }
}*/


#pageStatusBar {
	margin-bottom: 0px !important;
}


/* Container class is used for wrapping main content area at desired width with padding */

.container {
	margin: 0px auto;
	padding: 0px 42px;
	width: 940px;
	position: relative;
}

#HolderMain {
/*
	margin: 0px auto;
	padding: 0px;
	width: 940px;
	position: relative;
*/
}

#contentFlow {
  margin-bottom: 40px;
}


/* ============================================================================
   Header
   ========================================================================= */

header {
  background-color: #ffffff;
}

.topbar {
  background-color: #f9f9f9;
}

.topbar nav {
  margin: 0 auto;
  width: 940px;
  overflow: hidden;
}

.topbar ul {
  float: right;
  margin: 0;
  padding: 10px 0;
}

.topbar li {
  float: left;
  padding: 0 15px;
  font-size: 11px;
  text-transform: uppercase;
}

.topbar li a {
  color: #282828;
  text-decoration: none;
}

.topbar li a:hover {
  text-decoration: underline;
}

.topbar li:first-child {
  border-right: 1px solid #e1e1e1;
}

.topbar li:last-child {
  padding-right: 0;
}

.topbar input {
  border: 0 !important;
  background: none;
  font-size: 11px;
}

.topbar .search {
  padding: 5px 5px 5px 10px;
  width: 150px;
}

.topbar .submit {
  float: right;
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/icon-search.png) 0 0 no-repeat;
  margin: 3px 5px 0 0;
  width: 14px;
  height: 15px;
}

.topbar #SearchBox,
.topbar .search-box {
  width: 188px;
  height: 22px;
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/search-bg.png) 0 0 no-repeat;
}

.topbar #SearchBox .ms-srch-sb-border,
.topbar #SearchBox .ms-srch-sb-borderFocused {
	border: 0px;
}

.topbar .ms-srch-sb-searchLink {
  display: none;
}

.header-logo {
  display: block;
  margin: 25px 0;
}

.home-header-images {
  position: relative;
  height: 470px;
  width: 100%;
  min-width: 1024px;
}


.home-header-image {
  height: 470px;
  width: 100%;
  min-width: 1024px;
  position: absolute;
}

.header-image {
  display: block;
  background: #ccc;
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position-x: 50%;
}

.header-image-sub {
  display: block;
  background: #ccc;
	background-image: url("/_catalogs/masterpage/Gemalto/assets/default-top-sub.jpg");  
  height: 7px;
  width: 100%;
  min-width: 1024px;
}

header .container nav {
  position: absolute;
  left: 268px;
  top: 15px;
  height: 100px;
}

header .container #js-header-nav {
  overflow: hidden;
}

header .nav-sub,
.nav-sub .nav-info {
  display: none;
}

header .container #js-header-nav > li {
  float: left;
  padding: 4px 15px;
  font-size: 19px;
  border-right: 1px solid #c9c9c9;
  text-transform: uppercase;
}

header .container #js-header-nav > li:last-child {
  border-right: 0;
}

header .container #js-header-nav a {
  text-decoration: none;
  color: #888888;
}

header .container #js-header-nav a:hover {
  color: #000;
}

header .container #js-header-nav a:active {
  color: #000;
}

/* Hide mobile menu controls in desktop dispaly */
header .container #responsive-menu-header, header .container .responsive-menu-button {
    display: none;
}

.nav-info-box {
  position: absolute;
  width: 290px;
  top: 140px;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  padding: 60px 0 60px 50px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: none;
  z-index: 20;  /* put the top menu overtop of slides on certain focus pages */
}

.nav-info-box.nav-about {
  margin-left: -250px;
}

.nav-info-box.nav-contact-us {
  margin-left: 40px;
}

.nav-info-box ul {
  list-style-type: none;
  float: left;
  width: 240px;
  padding: 0;
  margin: 0 40px 0 0;
}

.nav-info-box li a {
  padding: 7px 0 4px 30px;
  font-size: 16px;
  border-top: 1px solid #e9e9e9;
  text-transform: uppercase;
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/icons.png) 0 -140px no-repeat;
  display: block;
}

.nav-info-box li.hover a {
  font-weight: bold;
}

.nav-info-box li:last-child {
  border-bottom: 1px solid #e9e9e9;
}

.nav-info-box li a {
  color: #484848;
  text-decoration: none;
}

.nav-info-box .hd {
  font-size: 28px;
  color: #3c3c3c;
  line-height: 1.4;
  padding-right: 40px;
}

.element-marker {
  width: 35px;
  height: 12px;
  position: absolute;
  top: -12px;
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/navigation-marker.png) 0 0 no-repeat;
}

.nav-info-default {
  display: none;
  position: absolute;
  top: 60px;
  left: 330px;
}

/* Main nav - Solutions */
.nav-info-box.use-large-sub-nav {
  width: 890px;
  margin-left: -470px;
  padding-bottom: 0;
}

.nav-info-box.use-large-sub-nav ul,
.nav-info-box.use-large-sub-nav li {
  border: 0;
  width: 860px;
}

.nav-info-box.use-large-sub-nav ul ul {
  width: 31%;
  margin: 0 2% 0 0;
  height: 150px;
  border: 0;
  float: left;
}

.nav-info-box.use-large-sub-nav ul ul.border {
  border-top: 1px solid #d4d4d4;
  padding-top: 30px;
}


.nav-info-box.use-large-sub-nav ul ul li {
  float: none;
  border: 0;
  width: auto;
}

.nav-info-box.use-large-sub-nav li a.solution {
  padding: 5px 0 3px 30px;
  font-size: 18px;
  line-height: 18px;
  border-top: 0;
  text-transform: uppercase;
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/icons-topmenu.png) 2px 5px no-repeat;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .nav-info-box.use-large-sub-nav li a.solution {
           background-image:url(../images/icons-topmenu@2x.png);
      -moz-background-size: 30px 375px;
       -ie-background-size: 30px 375px;
        -o-background-size: 30px 375px;
   -webkit-background-size: 30px 375px;
           background-size: 30px 375px;
  }
}

.nav-info-box.use-large-sub-nav .theme-id a.solution {
  /* background: url(../images/icons-topmenu.png) no-repeat 0 0; */
  background-position: 5px -93px;
}

.nav-info-box.use-large-sub-nav .theme-banks a.solution {
  background-position: 5px 7px;
}

.nav-info-box.use-large-sub-nav .theme-government a.solution {
  background-position: 5px -43px;
}

.nav-info-box.use-large-sub-nav .theme-m2m a.solution {
  background-position: 5px -143px;
}

.nav-info-box.use-large-sub-nav .theme-telecom a.solution {
  background-position: 5px -193px;
}

.nav-info-box.use-large-sub-nav .theme-transport a.solution {
  background-position: 5px -243px;
}

.nav-info-box.use-large-sub-nav .theme-enterprise a.solution {
  background-position: 5px -293px;
}

.nav-info-box.use-large-sub-nav .theme-softwaremonetization a.solution {
  background-position: 5px -343px;
}

.nav-info-box.use-large-sub-nav li a {
  padding: 5px 0 2px 30px;
  line-height: 18px;
  font-size: 12px;
  border-top: 0;
  text-transform: none;
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/icons.png) 0 -143px no-repeat;
  display: block;
}

.nav-sub .theme-government li.hover a {
  background-position: 0 -1343px;
}

.nav-sub .theme-banks li.hover a {
  background-position: 0 -543px;
}

.nav-sub .theme-id li.hover a {
  background-position: 0 -943px;
}

.nav-sub .theme-m2m li.hover a {
  background-position: 0 -1743px;
}

.nav-sub .theme-telecom li.hover a {
  background-position: 0 -2143px;
}

.nav-sub .theme-transport li.hover a {
  background-position: 0 -2543px;
}

.nav-sub .theme-enterprise li.hover a {
  background-position: 0 -3043px;
}

.nav-sub .theme-softwaremonetization li.hover a {
  background-position: 0 -3443px;
}

.nav-info-box.use-large-sub-nav li a.corp-sol {
  padding: 5px 0 2px 30px;
  line-height: 18px;
  font-size: 16px;
  border-top: 0;
  text-transform: none;
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/icons.png) 0 -143px no-repeat;
  display: block;
}

/* Slideshow items */

.next,
.previous {
  position: absolute;
  width: 29px;
  height: 47px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.next {
  right: 10px;
  background-image: url(/_catalogs/masterpage/Gemalto/assets/home-next.png);
}

.previous {
  left: 10px;
  background-image: url(/_catalogs/masterpage/Gemalto/assets/home-prev.png);
}

/* For screens < 950 px */
@media screen and (max-width: 1024px) {

  .header-home-boxes {
    margin-left: 50px;
  }

  .next {
    left: 950px;
  }

  .previous {
    left: 40px;
  }
}


.home-header-image-next,
.home-header-image-previous {
  top: 350px;
}

.items {
  position: relative;
  height: 270px;
  overflow: hidden;
}


#home-scrubber {
  height: 9px;
  width: 36px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
  bottom: 20px;
  background: url(/_catalogs/masterpage/Gemalto/assets/home-scrubber.png) 0 0 repeat-x;
}

#home-scrubber .items {
  position: relative;
  height: 9px;
  background: url(/_catalogs/masterpage/Gemalto/assets/home-scrubber.png) 0 0 no-repeat;
}

#home-scrubber .item {
  height: 9px;
  width: 12px;
}


/* White box */

.header-home-boxes {
  position: absolute;
  width: 330px;
  height: 260px;
  background: url(/_catalogs/masterpage/Gemalto/assets/bg-home-topimage-box.png) 0 0 no-repeat;
  top: -440px;
  padding: 40px;

  /*
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
   */
}
/* Fix for Webkit position error */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .header-home-boxes {
    top: -390px;
  }
}


.header-home-box {
  position: relative;
  width: 330px;
  height: 260px;
  margin-right: 40px;
}

.header-home-box .hd {
  margin-top: 0;
  color: #fa821e;
}

.header-home-box .bd {
  color: #272727;
}


/* ============================================================================
   Header: Screens where width > 1250 px
   ========================================================================= */

@media screen and (min-width: 1250px) {

  .home-header-image {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .header-image {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

}

/* ============================================================================
   Navigation Tabs
   ========================================================================= */

.nav-tabs {
  float: left;
  margin-top: -37px;
}
/* Fix for Webkit position error */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .nav-tabs {
    margin-top: -72px;
  }
}


.nav-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-tabs li {
  margin: 0;
  padding: 0;
  float: left;
}

.nav-tabs a {
  background: #eee;
  display: block;
  padding: 7px 23px;
  margin: 0 4px 0 0;
  font-weight: bold;
  text-decoration: none;
}

.nav-tabs a.active {
  background: #f6f6f6;
}

.nav-tabs a.dark {
  background: #ccc;
}


/* Sub page */

.header-sub {
  clear: both;
  background: #fa821e;
  height: 70px;
  display: none;
}

.hs-home-bu {
  height: 0px;
}

.header-sub .nav-tabs {
  margin: 33px 0 0 0;
}

.hs-home-bu .nav-tabs {
  margin-top: -67px;
}

/* Structure */

#stickyMenu {
	display: none;
}

/* Floating nav */
#nav2 {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fa831f;
  opacity: 0;
  z-index: 1;
}

#nav2 .nav-tabs {
  margin: 7px 0 0 0;
}

#nav2 .nav-tabs a {
  padding: 6px 23px 4px 23px;
}

#nav2 .icon {
  background: url(/_catalogs/masterpage/Gemalto/assets/icons.png) no-repeat 0 0;
  padding: 8px 0 8px 27px;
  color: #3c3c3c;
  font-weight: bold;
  text-decoration: none;
  width: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #nav2 .icon {
           background-image:url(/_catalogs/masterpage/Gemalto/assets/icons@2x.png);
      -moz-background-size: 30px 3500px;
       -ie-background-size: 30px 3500px;
        -o-background-size: 30px 3500px;
   -webkit-background-size: 30px 3500px;
           background-size: 30px 3500px;
  }
}

#nav2 .gemalto-icon {
  overflow: hidden;
  float: left;
  height: 15px;
  margin: 4px 10px 5px 0;
  padding: 6px;
}

#nav2 .search-icon,
#nav2 .top-icon {
  overflow: hidden;
  float: right;
  height: 15px;
  margin: 8px 0 5px 10px;
  padding: 6px;
}

#nav2 .gemalto-logo img {
  margin-top: 2px;
}

#nav2 .icon.gemalto {
  background-position: 0 -2800px;
}

#nav2 .icon.magnifierglass {
  background-position: 0 -2825px;
}

#nav2 .icon.top {
  background-position: 0 -2850px;
}

#nav2 .nav2-search-box {
  width: 188px;
  height: 22px;
  background: #a65714 10px 5px no-repeat;
  position: absolute;
  top: 40px;
  right: 41px;
  padding: 6px;
}

#nav2 .arrow {
  position: absolute;
  z-index: 10;
  top: -4px;
  left: 74%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #a65714;
}

#nav2 input {
  border: 0;
  background: none;
  font-size: 11px;
  color: #fff;
}

#nav2 .search {
  padding: 5px 5px 5px 10px;
  width: 150px;
  outline: none;
}

#nav2 .submit {
  float: right;
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/icon-search-blank.png) 0 0 no-repeat;
  margin: 3px 5px 0 0;
  width: 14px;
  height: 15px;
}

/* ============================================================================
   Sub Page Navigation
   ========================================================================= */

/*
.sub-navigation {
  float: left;
  width: 240px;
  margin: 40px 40px 0 0;
}

.sub-navigation ul {
  margin: 0;
  padding: 0;
}

.sub-navigation a {
  display: block;
  padding: 7px 0 3px 30px;
  color: #484848;
  text-decoration: none;
}

.sub-navigation a:hover {
  background-color: #fff;
}

.sub-navigation .ul-solutions {
  margin-top: 20px;
}

.sub-navigation .ul-section > li > a {
  color: #fff;
  background: transparent url(../images/icons.png) 0 -80px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .sub-navigation .ul-section > li > a {
           background-image:url(../images/icons2x.png);
      -moz-background-size: 30px 2800px;
       -ie-background-size: 30px 2800px;
        -o-background-size: 30px 2800px;
   -webkit-background-size: 30px 2800px;
           background-size: 30px 2800px;
  }
}

.sub-navigation .ul-solutions > li > a {
  padding-left: 0;
}

.sub-navigation > ul > li > a {
  font-size: 15px;
  font-weight: 400;
}

.sub-navigation > ul > li > a,
.sub-navigation > ul > li > ul > li > a {
  text-transform: uppercase;
}

.sub-navigation > ul > li > ul > li > a {
  background: transparent url(../images/icons.png) 0 -140px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .sub-navigation > ul > li > ul > li > a {
           background-image:url("../images/icons2x.png");
      -moz-background-size: 30px 2800px;
       -ie-background-size: 30px 2800px;
        -o-background-size: 30px 2800px;
   -webkit-background-size: 30px 2800px;
           background-size: 30px 2800px;
  }
}

.sub-navigation > ul > li > ul > li > ul > li > a {
  background: transparent url(../images/icons.png) 0 -180px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .sub-navigation > ul > li > ul > li > ul > li > a {
           background-image:url(../images/icons2x.png);
      -moz-background-size: 30px 2800px;
       -ie-background-size: 30px 2800px;
        -o-background-size: 30px 2800px;
   -webkit-background-size: 30px 2800px;
           background-size: 30px 2800px;
  }
}

.sub-navigation .ul-solutions > li > a,
.sub-navigation > ul > li > ul > li.current,
.sub-navigation > ul > li > ul > li.parent-current,
.sub-navigation > ul > li > ul > li > a {
  color: #484848;
  border-bottom: 1px solid #e9e9e9;
}

.sub-navigation .parent-current > a,
.sub-navigation .current > a {
  font-weight: 600;
  color: #484848;
}

.sub-navigation > ul > li > ul > .current {
  background-color: #fff;
  border: 0;
}

.sub-navigation > ul > li > ul > .current ul {
  padding-bottom: 7px;
}

.sub-navigation > ul > li > ul > .parent-current {
  background-color: #fff;
  padding-bottom: 5px;
  border: 0;
}

.sub-navigation > ul > li > ul > .current > a,
.sub-navigation > ul > li > ul > .parent-current > a {
  border-bottom: 0;
}

.sub-navigation li > ul > li > ul > li > a {
  margin-left: 20px;
  font-size: 13px;
  padding: 0 0 0 30px;
}

.sub-navigation li > ul > li > ul > li >  ul > li > a {
  margin-left: 40px;
  font-size: 13px;
  padding: 0 0 0 30px;
}
*/

.sub-navigation {
	margin: 40px 40px 30px 0px !important;
	width: 240px;
	float: left;
}

#sideNavBox {
	margin: 0px !important;
	width: 100% !important;
}

.sub-navigation ul {
	margin: 0px; padding: 0px;
}

.sub-navigation a,
.sub-navigation li > span {
	color: rgb(72, 72, 72);
	text-decoration: none;
	display: block;
}

.sub-navigation ul li a:hover {
	background-color: rgb(255, 255, 255);
}

.sub-navigation ul > li > div > div > div > ul > li > a:hover {
	background-color: rgb(255, 255, 255);
}

.sub-navigation .ul-solutions {
	margin-top: 40px;
}

.sub-navigation .ul-section > li > a {
	background: url("/_catalogs/masterpage/Gemalto/assets/icons.png") no-repeat 0px -80px;
	color: rgb(255, 255, 255);
}

@media not all, not all, not all, not all {
	.sub-navigation .ul-section > li > a {
		background-image: url("/_catalogs/masterpage/Gemalto/assets/icons@2x.png");
		background-size: 30px 2800px; -webkit-background-size: 30px 2800px; -moz-background-size: 30px 2800px; -o-background-size: 30px 2800px; -ie-background-size: 30px 2800px;
	}
}

.sub-navigation .ul-solutions > li > a,
.sub-navigation .ul-solutions > li > span {
	padding-left: 0px !important;
}

/*.sub-navigation ul > li > a,
.sub-navigation ul > li > span {
	font-size: 15px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}*/

.sub-navigation ul > li > div > div > div > ul > li > a.selected {
	font-weight: bolder !important;
	background-color: White !important;
}

.sub-navigation ul > li > div > div > div > ul > li > a.home {
	color: rgb(255, 255, 255) !important;
	font-weight: bolder !important;
	background-image: url("/_catalogs/masterpage/Gemalto/assets/icons.png");
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
.sub-navigation .home, .sub-navigation a.home:hover {
	background-color: #fa821e;  /* Orange by default */
}

.sub-navigation ul > li > div > div > div > ul > li > a {
	background: url("/_catalogs/masterpage/Gemalto/assets/icons.png") no-repeat 0px -142px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 0px 7px 30px !important;     /* !important needed to override basic SP menu padding */
	font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  line-height: 16px;
}

@media not all, not all, not all, not all {
	.sub-navigation > ul > li > div > div > div > ul > li > a {
		background-image: url("/_catalogs/masterpage/Gemalto/assets/icons@2x.png");
		background-size: 30px 2800px; -webkit-background-size: 30px 2800px; -moz-background-size: 30px 2800px; -o-background-size: 30px 2800px; -ie-background-size: 30px 2800px;
	}
}

.sub-navigation ul > li > div > div > div > ul > li > ul > li > a {
	background: url("/_catalogs/masterpage/Gemalto/assets/icons.png") no-repeat 0px -176px;
	font-size: 13px;
	font-weight: 400;
	margin-left: 25px;
	padding: 6px 0px 7px 30px !important;    /* !important needed to override basic SP menu padding */
	font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  line-height: 16px;
}

@media not all, not all, not all, not all {
	.sub-navigation > ul > li > div > div > div > ul > li > ul > li > a {
		background-image: url("/_catalogs/masterpage/Gemalto/assets/icons@2x.png");
		background-size: 30px 2800px; -webkit-background-size: 30px 2800px; -moz-background-size: 30px 2800px; -o-background-size: 30px 2800px; -ie-background-size: 30px 2800px;
	}
}

.sub-navigation .ul-solutions > li > a,
.sub-navigation .ul-solutions > li > span {
	color: rgb(72, 72, 72);
	border-bottom-color: rgb(233, 233, 233) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

.sub-navigation ul > li > div > div > div > ul > li.current {
	color: rgb(72, 72, 72) !important;
	border-bottom-color: rgb(233, 233, 233 !important);
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

.sub-navigation ul > li > div > div > div > ul > li.parent-current {
	color: rgb(72, 72, 72) !important;
	border-bottom-color: rgb(233, 233, 233) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

.sub-navigation ul > li > div > div > div > ul > li > a {
	color: rgb(72, 72, 72) !important;
	border-bottom-color: rgb(233, 233, 233) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

.sub-navigation .parent-current > a {
	color: rgb(72, 72, 72) !important;
	font-weight: 600 !important;
}

.sub-navigation .current > a {
	color: rgb(72, 72, 72) !important;
	font-weight: 600 !important;
}

.sub-navigation ul > li > div > div > div > ul > .current {
	border: 0px currentColor !important;
	background-color: rgb(255, 255, 255) !important;
}

.sub-navigation ul > li > div > div > div > ul > .current ul {
	padding-bottom: 7px !important;
}

.sub-navigation ul > li > div > div > div > ul > .parent-current {
	border: 0px currentColor !important;
	padding-bottom: 5px !important;
	background-color: rgb(255, 255, 255) !important;
}

.sub-navigation ul > li > div > div > div > ul > .current > a {
	border-bottom-color: currentColor !important;
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
}

.sub-navigation ul > li > div > div > div > ul > .parent-current > a {
	border-bottom-color: currentColor !important;
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
}

.sub-navigation li > ul > li > ul > li > a {
	padding: 0px 0px 0px 30px !important;
	font-size: 13px !important;
	margin-left: 20px !important;
}


/* ============================================================================
   Introduction - Section
   ========================================================================= */

.home-intro {
  position: relative;
  color: #212121;
  background: url(/_catalogs/masterpage/Gemalto/assets/bg-home-intro.png) no-repeat 0 0;

  /*
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
   */

  font-size: 16px;
  line-height: 27.2px;  /* adjusted to align with image underneath */
  padding: 40px 95px 80px 95px;

  margin-top: -50px;
  *margin-top: 0; /* IE7 and below */
}

.home-intro > .hd {
  width: 95%;
  color: #303030;
  margin: 10px 0 25px 0;
  font-size: 27px;
  line-height: 1.3;
}

.home-intro > .bd {
  width: 37%;
  color: #303030;
  margin: 37px 0 10px 0;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 100;
}

.home-section-list {
  width: 410px;
  padding: 30px 20px 20px 20px;
  float: right;
}

.home-section-list li {
  padding: 2px 8px;
}

.home-section-list a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #212121;

}

.home-section-list .col-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}

.home-section-list .col-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}

.theme-banks .arrow-right {
  background-position: 0 -400px;
}

.theme-government .arrow-right {
  background-position: 0 -1200px;
}

.theme-telecom .arrow-right {
  background-position: 0 -2000px;
}

.theme-transport .arrow-right {
  background-position: 0 -2400px;
}

.theme-id .arrow-right {
  background-position: 0 -800px;
}

.theme-m2m .arrow-right {
  background-position: 0 -1600px;
}

.theme-enterprise .arrow-right {
  background-position: 0 -2900px;
}

.theme-softwaremonetization .arrow-right {
  background-position: 0 -3300px;
}

.shadow {
  position: absolute;
  width: 40px;
  height: 268px;
}

.shadow.left {
  top: 50px;
  left: -40px;
  background: url(/_catalogs/masterpage/Gemalto/assets/intro-shadow-left.png) 0 0 no-repeat;
}

.shadow.right {
  top: 50px;
  left: 940px;
  background: url(/_catalogs/masterpage/Gemalto/assets/intro-shadow-right.png) 0 0 no-repeat;
}



/* ============================================================================
   Sub Page Content
   ========================================================================= */

.sub-content {
  float: left;
  width: 660px;
}

.sub-content > img {
  margin-top: 1em;
}
/*Basic directive to make images behave on small screens
!important needed to override old width and height in HTML
.sub-content img {           
  height: auto !important;
  width: auto !important; 
  max-width: 100%;
}*/

.sub-content > h2 {
  margin-bottom: 0.25em;
}

.sub-content p {
  margin: 0px !important;
}

.sub-content a {
  text-decoration: underline;
}


/* ============================================================================
   Footer
   ========================================================================= */

footer {
	margin-top: 20px;
  width: 100%;
}

.footer-callout {
  color: #fa821e;
  font-size: 32px;
  line-height: 40px  !important;
  padding-top: 1em  !important;
}


/* Home */

.footer-home {
  background: #f1f1f1;
  color: #3c3c3c;
  border-top: 1px solid #f1f1f1; /* to disable collapsing margins */
  /*margin-top: 20px;*/
  margin-top: 0px;
  padding: 30px 0 0 0;
}

.footer-home .footer-callout {
  padding: 0 0 10px 0;
  width: 65%;
  font-weight: 100;
}


/* Hot Topics */

.footer-hot-topics {
  float: right;
  width: 32.5%;
  margin-bottom: 10px;
  background: url(/_catalogs/masterpage/Gemalto/assets/career-portrait-2.jpg) no-repeat 0px 10px;
}

.footer-hot-topics .hd {
  margin-top: 0;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 100;
}

.footer-hot-topics .bd {
  font-size: 12px;
}

.footer-hot-topics .bd img {
  float: right;
}

.footer-hot-topics .bd a {
  color: #4c4c4c;
  text-decoration: none;
}

.footer-hot-topics .bd a:hover {
  color: #4c4c4c;
  text-decoration: underline;
}


/* Stock Quote */

.footer-stock-quote {
  clear: right;
  float:right;
  width: 32.5%;
}

.footer-stock-quote .hd {
  margin-top: 0;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 100;
}

.footer-stock-quote .stock-price {
  font-size: 20px;
  font-weight: 400;
  color: #f89746;
}

.footer-stock-quote .stock-up-down {
  font-size: 16px;
  font-weight: bold;
}

.footer-stock-quote .stock-price-updated {
  font-weight: 400;
  font-size: 12px;
}


/* Downloads */

.footer-downloads {
  width: 65%;
  min-height: 180px;
  background: url(/_catalogs/masterpage/Gemalto/assets/home-footer-pdfs.png) no-repeat right top;
}

.footer-downloads-list {
  margin: 0;
  padding: 30px 0 0 0;
  list-style: none;
}

.footer-downloads-list li {
  /* width: 240px; */  /* No longer needed with responsive footer */
  border-bottom: 1px solid #e2e2e2;
  padding: 4px;
  margin-left: -4px;
}

.footer-downloads-list li:last-child {
  border: 0;
}

/* Contact */

.footer-contact {
  background: #f1f1f1;
  color: #3c3c3c;
  border-top: 1px solid #f1f1f1; /* to disable collapsing margins */
  margin-top: 20px;
  padding: 30px 0;
}

.footer-contact a {
  color: #515151;
}

.footer-contact-text {
  /* width: 660px; */
}

.footer-contact-text .hd {
  margin-bottom: 5px;
}

.footer-contact-text .show-hide {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.footer-contact-text .show-hide img {
    cursor: pointer;
}

.footer-contact-person {
  width: 100px;
  margin: 25px 0 0 30px;
  float: right;
}

.footer-contact-person img {
  float: left;
  margin: 5px 20px 10px 0;
}


/* Optional extra space */

.footer-extra {
  background: #eaeaea;
  padding: 10px 0;
}

.footer-extra .item {
  clear: both;
  padding: 30px 0;
}

.footer-extra .hr {
  padding: 0;
  margin: 0;
  height: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #fff;
}


.footer-extra .heading {
  color: #616161;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.1;
  margin: 0;
  padding: 10px 0;
}

.footer-extra .heading-small {
  color: #272727;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  margin: 0;
  padding: 10px 0;
}




/* Section info */

.footer-section {
  background: #ccc;
  padding: 40px 0 20px 0;
}

.section-home {
  display: block;
  padding: 5px 15px 3px 10px;
  margin: -5px 30px 50px 0;
  float: left;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.section-home .home {
  background-position: -6px -88px\9;
}

.section-link {
  text-decoration: none;
  color: #fff;
  margin: 0 15px;
}

.section-solution-title {
  margin: 0 4px 0 15px;
}

.section-solution {
  text-decoration: none;
  color: #fff;
  margin: 0 4px;
}


/* Navigation and copyright */

.footer-navigation {
  background: #fff;
  padding-bottom: 30px;
}

.footer-navlist {
  margin: 0;
  padding: 45px 0;
  list-style-type: none;
}

.footer-navlist a {
  display: block;
  text-decoration: none;
  color: #363636;
  font-size: 11px;
}

.footer-navlist > li {
  width: 20%; /* Five columns */
  /* width: 16.6%; /* Six columns */
  float: left;
}

.footer-navlist > li > a {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
}

.footer-navlist ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style-type: none;
}

.footer-navigation .hr {
  margin-bottom: 5px;
  border-color: #e8e6e2;
}

.footer-copyright {
  color: #363636;
  font-size: 12px;
  text-decoration: none;
}

.footer-social {
  float: right;
  width: 20%;
  text-align: right;
}

.sub-content .footer-social {
  padding-bottom: 10px;
}

.footer-social .go-back img {
  float: left;
  margin-right: 5px;
}

.footer-social .go-back {
  float: left;
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: #515151;
  text-decoration: none;
}

/* Fix Basic Sharepoint CSS problems */

.ms-rte-embedil {
  display: block; /* default=inline-block; otherwise embedded video iFrames are half width */ 
}