/* Gemalto Web Team fixes */
div.intro-cta-text-aligned {
	display: none;
}
.intro {
	padding: 50px 60px 0px 60px;
}
.intro > .hd {
	text-transform: none;
}
.background-grey {
  background: #f6f6f6; 
}
/* Set display mode of webparts so that slick slider works */
.ms-webpart-zone {
    display: block;
}
.ms-webpart-cell-vertical {
    display: block;
}
.ms-webpart-chrome-vertical {
    display: block;
}
  
/* 
999's own overrides
These shouldn't conflict with anything else on the site
*/
.nn9-aboutus * {
  /*--- might need autoprefixing --*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .nn9-aboutus * > p:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

.nn9-aboutus h1, .nn9-aboutus h2, .nn9-aboutus h3, .nn9-aboutus h5, .nn9-aboutus h5, .nn9-aboutus h6, .nn9-aboutus p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 3%;
  font-weight: 100; }

.nn9-aboutus ul {
  padding: 0; }

.nn9-aboutus h1 {
  font-size: 2.9rem;
  line-height: 3rem; }
  @media screen and (max-width: 768px) {
    .nn9-aboutus h1 {
      font-size: 2.5rem;
      line-height: 2.2rem; } }

.nn9-aboutus h2 {
  /*		font-size: 33px;
		line-height: 37px;*/
  font-size: 2.1rem;
  line-height: 2.3rem; }

.nn9-aboutus h3 {
  font-size: 1.3rem;
  line-height: 1.8rem; }

.nn9-aboutus p {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 300; }

.nn9-aboutus img {
  width: 100%; }

.nn9-vertical-padding--med {
  padding-top: 40px;
  padding-bottom: 40px; }

.nn9-vertical-padding--large {
  padding-top: 50px;
  padding-bottom: 50px; }

.nn9-vertical-padding--xlarge {
  padding-top: 60px;
  padding-bottom: 60px; }

.nn9-vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.nn9-link a:hover {
  text-decoration: none; }

.nn9-link span {
  text-decoration: underline; }

.nn9-link--arrow a {
  padding-left: 25px;
  position: relative;
  display: inline-block; }

.nn9-link--arrow a:before {
  content: '';
  height: 20px;
  display: block;
  background: url(https://www.gemalto.com/_catalogs/masterpage/Gemalto/assets/icons.png) no-repeat 0 0;
  margin-top: 3px;
  width: 20px;
  position: absolute;
  left: 0px; }

.nn9-link--arrow span {
  display: inline;
  line-height: 1.5;
  padding-bottom: 3px;
  border-bottom: 2px solid;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif !important; }

.nn9-full-cover:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.nn9-clearfix:before, .nn9-clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.nn9-clearfix:after {
  clear: both; }

/* Numbers */
.nn9-numbers {
  background: white; }

.nn9-numbers__column {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 80%;
  margin: 10%; }
  .nn9-numbers__column img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5%; }

.nn9-numbers__outter {
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .nn9-numbers__outter {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 400px) {
    .nn9-numbers__outter {
      float: none;
      width: 100%;
      max-width: 240px; } }

.nn9-numbers__column--red {
  color: #ea0437; }

.nn9-numbers__column--green {
  color: #12ad2b; }

.nn9-numbers__column--skyblue {
  color: #0092c7; }

.nn9-numbers__column--purple {
  color: #6c286b; }

.nn9-numbers__container {
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  margin: 0 !important; }

.nn9-numbers__number {
  display: block;
  font-size: 2rem;
  line-height: 2rem; }

.nn9-numbers__text {
  display: block;
  font-size: 1rem; }
  
/* FullWidth */ 
.nn9-fullwidth {
  padding-bottom: 25px; }

.nn9-authenticationprotection {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .nn9-authenticationprotection {
      max-width: 450px;
      margin: 0 auto; } }

.nn9-authenticationprotection__bubble {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: calc(50% - 20px);
  border: solid 40px white;
  background: white;
  position: relative;
  margin: 10px;
  float: left;
  -webkit-box-shadow: 0 0 0 5px white;
          box-shadow: 0 0 0 5px white; }
  @media screen and (max-width: 768px) {
    .nn9-authenticationprotection__bubble {
      float: none;
      width: calc(100% - 20px); } }
  @media screen and (max-width: 400px) {
    .nn9-authenticationprotection__bubble {
      float: none;
      border: solid 15px white;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .nn9-authenticationprotection__bubble:before {
    content: '';
    height: 0;
    margin: 100% 0 0 0;
    display: inline-block;
    vertical-align: middle; }
  .nn9-authenticationprotection__bubble h3 {
    font-weight: 400 !important;
    color: black; }

.nn9-authenticationprotection__bubble--orange {
  background: #ff931e;
  -webkit-box-shadow: 0 0 0 5px #ff931e;
          box-shadow: 0 0 0 5px #ff931e;
  color: white; }

.nn9-authenticationprotection__bubble--right {
  margin-left: -20px; }
  @media screen and (max-width: 768px) {
    .nn9-authenticationprotection__bubble--right {
      margin-left: 5px; } }

.nn9-authenticationprotection__bubble--left {
  margin-left: 20px; }
  @media screen and (max-width: 768px) {
    .nn9-authenticationprotection__bubble--left {
      margin-left: 5px;
      margin-bottom: -40px; } }

.nn9-authenticationprotection__container {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 80%; }

.nn9-authenticationprotection__bubble--pattern {
  position: relative; }
  @media screen and (max-width: 400px) {
    .nn9-authenticationprotection__bubble--pattern {
      border-color: #ff931e; } }

.nn9-bubble__pattern {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -50px;
  left: -50px;
  bottom: -50px;
  right: -50px; }
  @media screen and (max-width: 400px) {
    .nn9-bubble__pattern {
      display: none; } }
  .nn9-bubble__pattern svg {
    width: 100%; }

/* Ctalist */

.nn9-ctalist {
  background: white; }

.nn9-ctalist__items {
  display: block; }

.nn9-ctalist__item {
  display: block;
  padding: 2%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .nn9-ctalist__item {
      padding-right: 15px;
      padding-left: 15px;
      width: 50%;
      float: left; } }
  @media screen and (max-width: 400px) {
    .nn9-ctalist__item {
      padding: 3%;
      width: 100%;
      float: none; } }

.nn9-ctalist__link {
  padding: 5px 5px;
  display: block;
  color: white !important;
  background: #999999; }
  .nn9-ctalist__link:hover {
    text-decoration: none; }
  .nn9-ctalist__link:focus {
    background: #666666; }

.nn9-ctalist__link--red {
  background: #ea0437; }
  .nn9-ctalist__link--red:focus {
    background: #86021f; }

.nn9-ctalist__link--green {
  background: #12ad2b; }
  .nn9-ctalist__link--green:focus {
    background: #085114; }

.nn9-ctalist__link--purple {
  background: #6c286b; }
  .nn9-ctalist__link--purple:focus {
    background: #220c21; }

.nn9-ctalist__link--blue {
  background: #164194; }
  .nn9-ctalist__link--blue:focus {
    background: #091a3b; }

.nn9-ctalist__link--skyblue {
  background: #0092c7; }
  .nn9-ctalist__link--skyblue:focus {
    background: #004761; }

.nn9-ctalist__link--magenta {
  background: #b90b67; }
  .nn9-ctalist__link--magenta:focus {
    background: #590531; }

.nn9-ctalist__link--grey {
  background: #555668; }
  .nn9-ctalist__link--grey:focus {
    background: #272830; }

.nn9-ctalist__link--lightblue {
  background: #00a5a7; }
  .nn9-ctalist__link--lightblue:focus {
    background: #004041; }
	
/* Quote */	
	
.nn9-quote {
  background: #f0f0f0; }

.nn9-quotee {
  text-align: center;
  padding-bottom: 20px; }

.nn9-quotee__image {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #ff931e;
  background: white;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px; }

.nn9-quotee__details {
  display: inline-block; }

.nn9-quotee__name {
  display: block; }

.nn9-quotee__title {
  display: block;
  color: #ff931e;
  font-style: italic; }

.nn9-quote__text {
  margin: 0 30px;
  margin-bottom: 50px;
  position: relative; }
  .nn9-quote__text, .nn9-quote__text > * {
    font-size: 32px !important;
    line-height: 36px !important;
    font-weight: bold; }
  .nn9-quote__text:before {
    content: ' ';
    height: 20px;
    width: 30px;
    display: block;
    position: absolute;
    left: -35px;
    top: 6px;
    background-image: url(https://www.gemalto.com/_catalogs/masterpage/Gemalto/assets/spritesheet.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat; }
  .nn9-quote__text:after {
    content: ' ';
    height: 20px;
    width: 30px;
    display: block;
    position: absolute;
    right: -30px;
    bottom: 6px;
    background-image: url(https://www.gemalto.com/_catalogs/masterpage/Gemalto/assets/spritesheet.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.nn9-quote__cta {
  margin: 0 20px; }
	
/* USP */ 

.nn9-usp {
  background: white; }

.nn9-usp__point {
  display: block;
  text-align: center;
  padding: 20px 0; }

.nn9-usp__icon {
  width: 40%;
  margin: 0 auto; }
  .nn9-usp__icon img {
    width: 100%;
    max-width: 160px; }

.nn9-usp__cta {
  text-align: center; }

/* slider */  
  
 .nn9-slider {
  background: #939393;
  position: relative; }

.nn9-slide {
  position: relative;
  height: 260px;
  background: no-repeat;
  background-size: cover;
  background-position: center; }
  .nn9-slide a:hover {
    text-decoration: none; }
  .nn9-slide:after {
    background: black;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.5; }

.nn9-slide__content {
  position: relative;
  padding: 0 70px;
  margin: 0 auto;
  z-index: 1;
  width: 100%; }

.nn9-slde__hdtext {
  color: white;
  font-size: 1.7rem !important;
  line-height: 2.2rem !important;
  /*	font-size: 27px !important;
    line-height: 35px !important;*/
  font-weight: 100;
  margin: 0px  !important;
  padding: 0px !important; }
  @media screen and (max-width: 768px) {
    .nn9-slde__hdtext {
      font-size: 1.5rem !important;
      line-height: 1.5rem !important; } }
  @media screen and (max-width: 400px) {
    .nn9-slde__hdtext {
      font-size: 1.3rem !important;
      line-height: 1.2rem !important; } }

.nn9-slider__controls {
  z-index: 2;
  pointer-events: none;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .nn9-slider__controls .slick-dots li {
    float: left;
    display: block;
    white-space: nowrap; }
  .nn9-slider__controls .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: none;
    margin: 5px;
    background: white; }
  .nn9-slider__controls .slick-dots li.slick-active button {
    background: #fa821e; }

.nn9-slider__dots {
  pointer-events: auto;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0; }
  .nn9-slider__dots ul {
    padding: 0px;
    margin: 0px;
    display: inline-block !important; }

.nn9-slider__previous {
  pointer-events: auto;
  position: absolute;
  left: 20px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  background-image: url(https://www.gemalto.com/_catalogs/masterpage/Gemalto/assets/home-prev.png);
  height: 47px;
  width: 30px; }

.nn9-slider__next {
  pointer-events: auto;
  position: absolute;
  right: 20px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  background-image: url(https://www.gemalto.com/_catalogs/masterpage/Gemalto/assets/home-next.png);
  height: 47px;
  width: 30px; }

.nn9-customercases__intro {
  padding-bottom: 60px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }
  @media screen and (max-width: 400px) {
    .nn9-customercases__intro {
      text-align: left;
      max-width: auto; } }

.nn9-post__image {
  background: grey;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 55%;
  position: relative; }

.nn9-post__content {
  background: white;
  padding: 30px 15px; }

.nn9-post {
  overflow: hidden;
  margin-bottom: 50px; }

.nn9-timeline {
  background: #f0f0f0; }

.nn9-timeline__intro {
  overflow: hidden; }

.nn9-accordion {
  position: relative; }

.nn9-accordion__line {
  position: absolute;
  width: 2px;
  display: block;
  top: 10px;
  bottom: 0px;
  margin-left: 5px;
  background: #ff931e; }

.nn9-accordion__item {
  list-style-type: none;
  margin-left: 60px;
  margin-top: 10px; }
  .nn9-accordion__item:before {
    content: '';
    background: #ff931e;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 1px;
    margin-top: 7px;
    border-radius: 50%;
    cursor: pointer; }

.nn9-accordion__item--hasfocus:before {
  margin-top: 5px;
  width: 20px;
  height: 20px;
  left: -4px; }

.nn9-accordion__item--hasfocus .nn9-accordion__itemtitle:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.nn9-accordion__itemtitle {
  cursor: pointer;
  padding-right: 40px !important;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 400px) {
    .nn9-accordion__itemtitle {
      display: block; } }
  .nn9-accordion__itemtitle:after {
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid black;
    position: absolute;
    top: 7px;
    right: 15px; }

.nn9-accordion__itemcontent {
  display: none;
  overflow: hidden;
  background: white;
  padding: 30px 35px;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .nn9-accordion__itemimage {
    padding-top: 20px; } }
  
	