/*

MODULES.CSS

- Only use class selectors to decouple HTML and CSS
- Use child selectors or descendant selectors within modules for name spacing
- Use percentages when declaring padding, margin and widths
- Use default colors on links and highlights, extend colors in themes.css

*/


/* ============================================================================
   Webparts - Sharepoint fixes
   ========================================================================= */

.ms-webpart-zone {
	margin-top: 0px;
}

.ms-SPZone.ms-webpart-zone {
	padding: 2px;
}

.ms-webpartzone-cell {
	margin: 0 0 40px 0;
}

.ms-webpartzone-cell * {
	margin: 0;
}

.dfwp-column {
  margin: 0;
  padding-left: 0;
}

.ms-webpart-titleText {
	overflow: visible !important;
}

.ms-WPBody {
	background-color: #ffffff;
}

.image-area-left {
  padding: 0px !important;
}

.ms-rtePosition-1 {
  float: left;
	margin: 5px 20px 5px 0px !important;
}


/* ============================================================================
   Icons
   ========================================================================= */

.icon {
  background: url(/_catalogs/masterpage/Gemalto/assets/icons.png) no-repeat 0 0;
  padding: 0px 0 0px 23px;
  padding: 3px 0 3px 23px \0/; /* Fix: IE8+9 */
  *padding: 4px 0 4px 23px; /* Fix: IE7 */
  color: #3c3c3c !important;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  width: 20px;
}

@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) {
  .icon {
           background-image:url(/_catalogs/masterpage/Gemalto/assets/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;
  }
}

.arrow-right {
  background-position: 0 0;
}

.download {
  background-position: 0 -20px;
}

.arrow-down {
  background-position: 0 -40px;
}

.arrow-up {
  background-position: 0 -60px;
}

.home {
  background-position: -6px -90px;
}

.nav-arrow-big {
  background-position: 0 -100px;
}

.nav-arrow-small {
  background-position: 0 -120px;
}

.arrow-left {
  background-position: 0 -240px;
}

.plus {
  background-position: 0 -260px;
}

.pointer-down {
  background-position: 0 -280px;
}

.notification {
  background-position: 0 -300px;
}

.arrow-down-color,
.arrow-up-color {
  background: url(/_catalogs/masterpage/Gemalto/assets/icons-about.png) no-repeat 0 0;
  *padding: 4px 0 2px 23px; /* Fix: IE7 */
}

@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) {
  .arrow-down-color,
  .arrow-up-color {
           background-image:url(/_catalogs/masterpage/Gemalto/assets/icons-about2x.png);
      -moz-background-size: 30px 500px;
       -ie-background-size: 30px 500px;
        -o-background-size: 30px 500px;
   -webkit-background-size: 30px 500px;
           background-size: 30px 500px;
  }
}

.arrow-up-color {
  background-position: 0 -20px;
}



/* ============================================================================
   Dividers
   ========================================================================= */

.ms-webpart-titleText,
.divider {
  width: 100%;
  position: relative;
  clear: both;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 3px 0 0 0;
  line-height: 20px !important;
}

h2.ms-webpart-titleText,
h2.divider {
  margin-bottom: 0 !important;
}

h2.ms-webpart-titleText * {
  font-size: 12px;
	margin: 0px;
	padding: 0px;
  text-transform: uppercase;
}

.divider.theme-borders {
  border-bottom: 0;
}

.divider.one-line {
  border-bottom: 0;
}

.splash-in-depth-highlights {
  position: absolute;
  display: block;
  top: -35px;
  right: 0.5%;
  background: url(/_catalogs/masterpage/Gemalto/assets/splash-in-depth-highlights-default.png) no-repeat 0 0;
  height: 92px;
  width: 92px;
}



/* ============================================================================
   Introduction - Section
   ========================================================================= */

.intro {
  position: relative;
  color: #212121;
  background: url(/_catalogs/masterpage/Gemalto/assets/bg-section-intro.png) no-repeat 0 0;
  /*
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background-image:    -moz-linear-gradient(top, #ffffff, #f6f6f6);
  background-image:     -ms-linear-gradient(top, #ffffff, #f6f6f6);
  background-image:      -o-linear-gradient(top, #ffffff, #f6f6f6);
  background-image:         linear-gradient(to bottom, #ffffff, #f6f6f6);

  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
  */
	min-height: 270px;
  font-size: 16px;
  line-height: 26px;
  padding: 50px 20px 40px 60px;
  margin-top: -50px;
  *margin-top: 0; /* IE7 and below */
}

.intro > .hd {
  color: #000;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
  font-size: 45px;

  /* hide text and replace with logo */
  /*
  background: url(../images/heading-gemalto-heart-banks.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
   */
}

.intro-cta {
  float: right;
  margin: 15px 60px 40px 70px;
}

.intro-cta-text-aligned {
  float: right;
  margin: 65px 60px 40px 60px;
  line-height: 1;
}

.intro-read-more {
  display: block;
  width: 85px;
  background: url(/_catalogs/masterpage/Gemalto/assets/icon-read-more-arrow.png) right 5px no-repeat;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #666;
}

.intro-all-brands {
  clear: both;
  padding: 8px 10px;
}

.intro-all-brands a {
  text-transform: none;
  color: #484848;
}



/* ============================================================================
   Entrance
   ========================================================================= */

.entrance {
  position: relative;
  min-height: 140px;
  background: #fff;
  width: 93.4%;
  border-bottom: 1px solid #dedede;
  padding: 2% 3.3%;
  /*margin-bottom: 10px;*/
  margin-bottom: 0px;
}

.entranceborder {
  border-bottom: 10px solid #f6f6f6;
}

.entrance.last {
  margin-bottom: 40px;
}


.entrance > .hd {
  margin-top: 20px;
  max-width: 50%;
  color: #212121;
  font-weight: 300;
  font-size: 35px;
}

.entrance > .bd.is-collapsed {
  display: none;
}

.entrance .text {
  width: 55%;
  line-height: 1.8;
  margin-top: 20px;
}

.entrance .quote {
  font-weight: bold;
  padding-left: 25px;
  line-height: 1.3;
}

.entrance .quote-src {
  padding-left: 25px;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 50px;
}

/* tabs */

.entrance-tab {
  position: absolute;
  bottom: 0;
  left: 30px;

  display: inline-block;
  *width: 250px;

  overflow: hidden;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;

  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dbdbdb)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f7f7f7, #dbdbdb); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #f7f7f7, #dbdbdb); /* FF3.6+ */
  background-image:     -ms-linear-gradient(top, #f7f7f7, #dbdbdb); /* IE10 */
  background-image:      -o-linear-gradient(top, #f7f7f7, #dbdbdb); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #f7f7f7, #dbdbdb);

  /* Prevent bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}

.entrance-tab > a {
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .3);
  /* border-bottom: 3px solid #000; */
  padding: 8px 6px 4px 18px;
  font-size: 12px;
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}


/* horizontal product list */

.entrance-product-heading {
  font-size: 26px;
  font-weight: normal;
}

.entrance-product-list {
  /*margin: 20px 0 50px 0;*/
  margin: 0px 0 50px 0;
  padding: 0;
  width: 100%;
}

.entrance-product-list > .item {
  float: left;
  width: 15.6%;
  list-style-type: none;
  margin: 0 2.2% 0 0;
  padding: 0 2.2% 0 0;
  border-right: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 18px;
	clear: none;
}

.entrance-product-list > .last {
  margin: 0;
  padding: 0;
  border: 0;
}

.entrance-product-list .name,
.entrance-product-list .category {
  text-transform: uppercase;
}

.entrance-product-list .desc {
  margin: 4px 0 1em 0;
}


/* ============================================================================
   Sub page Entrance (white blocks)
   ========================================================================= */

.sub-entrances {
  overflow: hidden;
  margin: -7px 0 40px 0;
}

.sub-entrances ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-entrances a {
  display: block;
  font-size: 13px;
  color: #515151;
  text-decoration: none;
  padding: 5% 5%;
  margin-bottom: 0.75%;
  width: 89.5%;
  background: #fff url(/_catalogs/masterpage/Gemalto/assets/icon-sub-entrance.gif) no-repeat 95% 50%;
  text-transform: uppercase;
  font-weight: 600;
}

.sub-entrances .col-1 li:first-child a {
  border-top-left-radius: 10px;
}

.sub-entrances .col-1 {
  float: left;
  width: 50%;
}

.sub-entrances .col-2 {
  float: left;
  width: 50%;
}



/* ============================================================================
   Solution product list
   ========================================================================= */

.solution-product-heading {
  font-size: 26px;
  font-weight: normal;
}

.solution-product-list {
  margin: 20px 0 50px 0;
  padding: 0;
  width: 100%;
}

.solution-product-list > .gto-item {
  float: left;
  width: 15.6%;
  list-style-type: none;
  margin: 0 2.2% 0 0;
  padding: 0 2.2% 0 0;
  font-size: 12px;
  line-height: 18px;
}

.solution-product-list > .last {
  margin: 0;
  padding: 0;
  border: 0;
}

.solution-product-list .name,
.solution-product-list .category {
  text-transform: uppercase;
}

.solution-product-list .image {
  margin: 10px 0;
}
.solution-product-list .desc {
  margin: 4px 0 1em 0;
}



/* ============================================================================
   Faceting
   ========================================================================= */

.filters {
	background-color: #f6f6f6;
	padding: 10px 0px 30px 0px;
  width: 100%;
}

.filters input {
	padding: 5px 3%;
	width: 25%;
}

.filters .col {
	float: left;
	width: 31%;
}

.filters .spacer {
	float: left;
	width: 3.5%;
}

.filters .col select {
	margin-bottom: 20px;
	padding: 5px 3%;
	width: 100%;
}

.filters .col span {
	background-color: #fa831f;
	background-image: url('/_catalogs/masterpage/Gemalto/assets/close.png');
	background-position: 97% center;
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer;
	display: block;
	margin-bottom: 10px;
	min-height: 24px;
	padding: 2px 5%;
	width: 90%;
}



/* ============================================================================
   Press releases
   ========================================================================= */

.releases {
	background-color: #f6f6f6;
  margin: 0px;
  width: 100%;
}

.releases .results {
	margin: 0px;
}

.releases .results p {
	float: left;
	font-size: 14px;
  margin: 0px 0px;
  padding: 10px 0px;
	width: 100%;
}

.releases .results p span.date {
  display: inline-block;
	font-size: inherit;
  width: 17%;
  vertical-align: top;
}

.releases .results p span.title {
	color: #fa831f;
  display: inline-block;
	font-size: inherit;
  margin: 0px;
	width: 83%;
}

.releases .results p span.title a {
	color: #0e0500;
	text-decoration: underline;
}

.clsleadin {
	font-size: 15px !important;
	font-style: italic !important;
	margin: 20px 0px !important;
	padding: 0px;
}

.sub-content .prcontact {
  float: left;
  width: 270px;
  margin: 10px 50px 15px 0px !important;
}

.box-latestreleases {
	width: 100%;
}

.box-latestreleases > p > .prdate {
	display : inline-block;
	width : 50px ;
	font-weight: bold;
	font-size: 12px;
}

.box-latestreleases > p > .prtitle {
	font-size: 12px;
}

.box-latestreleases > p  > a, a:visited {
	text-decoration: underline !important;
}

.box-releases > p > .prdate {
	display : inline-block;
	width : 100px ;
}
.box-releases > p > .prbusiness {
	display : inline-block;
	color : #fa821e ;
	padding-left: 100px;
}
/* ============================================================================
   Partners
   ========================================================================= */

.partners .results {
	margin: 0px;
}

.partners .results div {
	border-bottom: 1px solid #dedede;
	margin: 0px;
	padding: 5px 0px;
}

.partners .results div img {
	float: right;
	height: 45px;
	margin: 30px 15px 10px 10px;
}

.partners .results div p {
	line-height: 1.2em;
	margin: 5px 12px !important;
	padding: 0px;
}

.partners .results div p a {
	font-size: 14px !important;
}

.partners .results div p strong {
	display: inline-block;
	width: 110px;
}

.partners .results table {
	border-collapse: collapse;
	width: 100%;
}

.partners .results table tr th {
	background-color: #d7cdc4;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 5px;
	text-align: left;
}

.partners .results table tr td {
	background-color: #f6f6f6;
	border-bottom: 1px solid #d7cdc4;
	color: #444444;
	font-size: 12px;
	padding: 3px 5px;
	text-align: left;
}

.partners .results table tr:nth-child(even) td {
	background-color: #f2efea;
}

.partners .results table tr:nth-child(odd) td {
	background-color: #f5f5f5;
}

.partner-header .logo {
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 250;
}

.partner-header .logo img {
	display: block;
	vertical-align: middle;
	width: 100%;
}

.partner-header .info {
	background-color: #eaeaea;
	box-sizing: border-box;
	margin-left: 145px;
	overflow: hidden;
}

.partner-header .info p {
	line-height: 1em;
	margin: 8px 15px !important;
	padding: 0px;
}

.partner-header .info p strong {
	display: inline-block;
	vertical-align: top;
	width: 130px;
}

.partner-header .info p span {
	display: inline-block;
	vertical-align: top;
	width: 240px;
}

.partner-header .info p a {
	color: #444444;
	text-decoration: underline;
}


/* ============================================================================
   Office locations - 100%
   ========================================================================= */

.offices {
	background-color: #f6f6f6;
}

.offices .filters {
	background-color: #ffffff;
	padding: 1px 0px;
}

.offices .filters p {
	margin: 10px 20px 0px 20px
}

#gmap {
	height: 375px;
	margin: 20px 0px;
	width: 100%;
}

#gmap .gm-style-iw {
	width: 240px;
}

#gmap .gm-style-iw img {
  float: left;
	height: 100px;
  margin: 0px 10px 5px 0px !important;
	width: 100px;
}

#gmap .gm-style-iw h3 {
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 16px !important;
  margin: 0px 0px 5px 0px !important;
}

#gmap .gm-style-iw p {
  font-size: 12px !important;
  line-height: 1.3em !important;
  margin: 5px 0px 0px 0px !important;
  overflow: hidden;
}

#gmap .gm-style-iw p a {
	background: url('/_catalogs/masterpage/Gemalto/assets/icons.png') no-repeat scroll 0px 0px transparent;
	display: block;
  font-size: 12px !important;
	height: 21px;
  line-height: 21px !important;
  padding: 0px 0px 0px 23px;
	white-space: nowrap;
}

#gmap div.gmnoprint *,
#gmap div.gm-style-cc * {
  color: rgb(170, 170, 170) !important;
  font-size: 10px;
}

.offices .results {
	background-color: #f6f6f6;
	margin: 0px -10px 0px -10px;
}

.offices .results h2 {
	margin: 10px;
}

.offices .results div {
	background-color: #ffffff;
	float: left;
	margin: 10px;
	width: 315px;
}

.offices .results div img {
	float: left;
	margin: 10px 10px 5px 10px;
}

.offices .results div p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 10px 10px 120px;
	padding: 0px;
}

.offices .results div p.org {
	font-size: 13px;
	font-weight: bold;
}

.offices .results div p.adr {
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 10px 10px 120px;
}

.offices .results div p a  {

}



/* ============================================================================
   Box - Hot Topics - 100%
   ========================================================================= */

.box-topics-100 {
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  clear: both;
  margin: 0;
	padding: 5px 0px 15px 0px;
  width: 100%;
}

.box-topics-100 > h3 {
	display: table-cell;
	float: left;
  font-size: 30px;
  font-weight: 300;
  height: 80px;
  line-height: 80px;
	margin: 13px 0px 0px 13px;
	width: 172px;
}

.box-topics-100 > a {
	background-color: #f6f6f6;
	color: #c2b6aa;
	display: table-cell;
	float: left;
	font-size: 20px;
  height: 80px;
  line-height: 70px;
	margin: 13px 0px 0px 13px;
	width: 172px;
}

.box-topics-100 > a:hover {
	background-color: #e4e4e4;
	text-decoration: none;
}

.box-topics-100 > a img {
	position: absolute;
	height: 50px;
	margin: 15px 0px 15px 5px;
	width: 50px;
}

.box-topics-100 > a span {
	display: inline-block;
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  line-height: 1.2em;
	margin: 0px 5px 0px 58px;
	vertical-align: middle;
}



/* ============================================================================
   Box - Subscribe Newsletter - 100%
   ========================================================================= */

.box-subscribe-newsletter {
  background: #fff;
	background-image: url('/_catalogs/masterpage/Gemalto/assets/icon-newsletter.png');
	background-position: 20px center;
	background-repeat: no-repeat;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  clear: both;
  margin: 0;
	padding: 5px 0px 5px 0px;
  width: 100%;
}

.box-subscribe-newsletter p {
  margin: 20px 0px 5px 100px;
	padding: 0px;
}

.box-subscribe-newsletter iframe {
  margin: 5px 0px 20px 100px;
}



/* ============================================================================
   Box - Updates/PR/Events - 100%
   ========================================================================= */

.ms-webpart-cell-horizontal {
	background-color: #ffffff;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 40px;
  min-width: 33.4%;
	padding-bottom: 10px;
}

.ms-webpart-cell-horizontal h2.ms-webpart-titleText {
	border: 0px;
}

.ms-webpart-cell-horizontal h2.ms-webpart-titleText span {
	display: inline-block;
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 24px;
	margin: 10px 20px;
	text-transform: none;
}

.ms-webpart-cell-horizontal p {
	margin: 10px 20px;
	padding: 0px;
}

.ms-webpart-cell-vertical p {
	margin: 10px 20px !important;
	padding: 0px;
}

/*.ms-webpart-cell-horizontal p span.date {
  width: 85px;
  float: left;
}

.ms-webpart-cell-horizontal p span.title {
  /*margin-left: 95px;
  display: block;
}*/

.ms-webpart-cell-horizontal p span.title a {
	text-decoration: underline;
}



/* ============================================================================
   Box - White - 100%
   ========================================================================= */

.box-100 {
  clear: both;
  background: #fff;
  min-height: 200px;

  /* margin: 0 0 40px 0; */
  margin: 0;
}

.box-100.border-bottom {
  border-bottom: 1px solid #e3e3e3;
}

.box-100 > .hd {
  margin: 0;
  padding: 20px 3.3% 0.5em 3.3%;
}

.box-100 > .bd {
  padding: 0 3.3% 0.5em 3.3%;
}

.box-100.no-min-height {
  min-height: 0;
}


/* Grid */

.box-100.grid {
  padding: 5% 3%;
  width: 94%
}


/* Highlight */

.box-100.highlight {
  border-bottom: 1px solid #dedede;
	margin: 0px;
	min-height: 151px;
  padding: 25px 3.2%;
}

.box-100.highlight .image-area-left {
  float: left;
	margin: 0 20px 10px 0;
  width: 140px;
}

.box-100.highlight > .hd {
  padding: 0px 3.3% 0.5em 3.3%;
}

.box-100.highlight > .bd {
  font-size: 13px;
}


/* Summary White */

.box-white-100.summary {
  border-top: 1px solid #dedede;
	float: left;
	margin: 0px;
	min-height: 165px;
    padding: 0px;
	width: 100%;
}

.box-white-100.summary > a > img {
	float: left;
	height: 165px;
	margin: 0px 20px 0px 0px !important;
	width: 215px;
}

.box-white-100.summary > .hd {
	font-size: 22px;
	margin: 10px 3% 10px 3%;
	padding: 0px;
}

.box-white-100.summary > .bd {
	margin: 5px 3% 5px 3%;
	width: 94%;
	font-size: 13px;
}


/* Summary Grey */

.box-100.summary {
	background-color: #f6f6f6;
  border-top: 1px solid #dedede;
	float: left;
	margin: 0px;
	height: 165px;
	min-height: 165px;
  padding: 0px;
	width: 100%;
}

.box-100.summary > a > img {
	display: block;
	float: left;
	height: 120px;
	margin: 20px 20px 20px 20px !important;
	width: 240px;
}

.box-100.summary > .hd {
	font-size: 26px;
	font-weight: 100;
	line-height: 1.2;
	margin: 12px 3% 10px 3%;
	padding: 0px;
}

.box-100.summary > .bd {
	margin: 5px 3% 5px 3%;
	padding: 0px;
	width: 94%;
}


/* Summary Margin bottom */

.marginbottom {
	background-color: #f6f6f6;
  border-top: 1px solid #dedede;
	float: left;
	height: 20px;
	width: 100%;
}



/* ============================================================================
   Box - 75%
   ========================================================================= */

 .box-75 {
   width: 75%;
 }



/* ============================================================================
   Box - White - 66%
   ========================================================================= */

.box-66 {
  float: left;
  width: 61%;
  margin: 0 2% 40px 0;
  padding: 0 3.3% 1% 0;
  color: #3c3c3c;
  line-height: 21px;
}

.box-66.last {
  margin-right: 0;
}

.box-66 > .hd {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  /*margin-bottom: 0.5em;*/
}

.box-66 > .bd {
  padding: 1em 4% 0 6%;
  font-size: 13px;
}


/* Right border */

.box-66.border-right {
  border-right: 1px solid #e3e3e3;
  margin: 3% 2% 40px 3%;
  margin: 3% 0 40px 0 \0/; /* Fix: IE8+9 */
  *margin: 3% 0 40px 0; /* Fix: IE7 */
}

.box-66.border-right > .hd {
  margin-top: 0;
}


/* No bottom margin when inside a 100% box */
.box-100 .box-66 {
  margin-bottom: 2em;
}

.box-100 .box-66 .image-area-left {
  float: left;
	margin: 0 20px 10px 0;
  width: 230px;
}



/* ============================================================================
   Box - White - 50%
   ========================================================================= */

.box-50 {
	background-color: #ffffff;
  float: left;
  width: 43.5%;
  margin: 0 0 40px 0;
  padding: 1% 3.2%;
  color: #3c3c3c;
  line-height: 21px;
}

.box-50.last {
  margin-right: 0;
}

.box-50 > .hd {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 0.5em;
  margin-top: -0.2em;
}

.box-50 > .bd {
  padding-top: 0.5em;
  font-size: 13px;
}


/* No bottom margin when inside a 100% box */

.box-100 .box-50 {
  margin-bottom: 0;
}


/* No padding (used on Sub pages) */

.box-50.no-padding {
  width: 47.5%;
  margin: 0 5% 40px 0;
  padding: 1% 0;
}

.box-50.no-padding > .hd {
  font-size: 27px;
  margin-top: 0.5em;
}

.sub-content .box-50.last {
  margin-right: 0;
}



/* Box - Gray (extends .box-50) - 50% */

.box-50.bg-gray {
  min-height: 280px;
  background: #efefef;
  margin-bottom: 40px;
}



/* Highlight */

.box-50.highlight {
	margin: 0px;
	min-height: 50px;
  padding: 25px 3.2%;
}

.box-50.highlight .image-area-left {
  float: left;
	margin: 0 20px 10px 0;
  width: 140px;
}

#seealldocuments {
	margin-top: 0 !important;
	padding: 0 0 20px 20px;
}

/* ============================================================================
   Box - White - 33%
   ========================================================================= */

.box-33 {
  float: left;
  /* min-height: 200px; */
  width: 26%;
  padding: 1% 3.2% 2.5% 3.2%;
  margin: 0 0 40px 0;
  margin: 0 0 0px 0;
 }

.box-33 > .bd {
  padding-top: 0.5em;
  font-size: 13px;
}

.box-100 > .box-33:last-child,
.box-100 > .box-33.last {
  padding-top: 1.1em;
  padding: 1% 3.3% 1% 1%;
}

.box-33 .hd {
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.8em;
}

.box-33 .bd ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}


/* Right border */

.box-33.border-right,
.box-33.no-border-right {
  width: 27.5%;
  padding: 1% 3.3% 1% 0;
  margin: 3% 2% 40px 0;
  border-right: 1px solid #e3e3e3;
}

.box-33.no-border-right {
  border-right: 0;
}

.box-33.border-right > .hd,
.box-33.no-border-right > .hd {
  margin-top: 0;
}


/* No padding (used on Sub pages) */

.box-33.no-padding {
  background: #fff;
  width: 30.3030303%;
  margin: 0 4.5% 40px 0;
  padding: 0;
}

.box-33.no-padding > .hd {
  font-size: 27px;
  margin-top: 0.5em;
}

.box-33.no-padding > .bd {
  padding: 2% 5%;
  color: #515151;
}

.sub-content .box-33.last,
.sub-content .box-33.no-padding.last {
  margin-right: 0;
  float: right;
}


/* Grid */

.box-100.grid .box-33 {
  margin: 0;
  width: 26.4%;
}

.box-100.grid .box-33.first {
  clear: left;
}

.box-100.grid .box-33 .large-text {
  font-size: 18px;
  color: #303030;
}


.box-33.no-min-height {
  min-height: 0;
}




/* Box - Focus box (extends .box-33) - 33% */

.focus {
  background: #eaeaea;
  min-height: 155px;
  height: 155px;
  overflow: hidden;
  width: 26%;
  padding: 5px 2.5%;
  /*margin: 0 3.5% 40px 0;*/
	margin: 0;
	border-right: 27px solid #f6f6f6;
  position: relative;
}

.focus.image-only {
  /*width: 31%;*/
  width: 294px;
  min-height: 165px;
  height: 165px;
  padding: 0;
}

li.dfwp-item + li.dfwp-item + li.dfwp-item .focus,
.focus.last {
	border-right: 0px;
}

.focus div.description {
	background-color: #000000;
	background-color: rgba(0,0,0,.7);
	display: block;
	position: absolute;
	left: 0px;
	line-height: 18px;
	bottom: 0px;
  width: 293px;
}

.focus div.description p {
	color: #ffffff;
	font-size: 12px;
	margin: 5px 10px;
	padding: 0px;
}


/* Box - videos box (extends .box-33) - 33% */

.box-33.video {
  background: #ffffff;
  min-height: 155px;
  height: 155px;
  overflow: hidden;
  width: 26%;
  padding: 5px 2.5%;
  /*margin: 0 3.5% 40px 0;*/
	margin: 30px 0px 0px 30px;
  position: relative;
}

.box-33.video.image-only {
  /*width: 31%;*/
	width: 273px;
  min-height: 165px;
  height: 165px;
  padding: 0;
}

li.dfwp-item + li.dfwp-item + li.dfwp-item .box-33.video,
.focus.last {
  margin-right: 0;
}

.box-33.video div.description {
	background-color: #333333;
	background-color: rgba(0,0,0,.7);
	display: block;
	position: absolute;
	left: 0px;
	line-height: 18px;
	bottom: 0px;
	width: 100%;
}

.box-33.video div.description p {
	color: #ffffff;
	font-size: 12px;
	margin: 5px 10px;
	padding: 0px;
}

.box-33.video span {
	background-image: url('/_catalogs/masterpage/Gemalto/assets/play.png');
	display: block;
	height: 64px;
	top: 35px;
	left: 105px;
	position: absolute;
	width: 64px;
}

.box-100.video {
  border-bottom: 1px solid #dedede;
}

.box-100.video span {
	background-image: url('/_catalogs/masterpage/Gemalto/assets/play.png');
	display: block;
	height: 64px;
	top: 50px;
	left: 145px;
	position: absolute;
	width: 64px;
}

.box-100.video .bd {
	position: relative;
}





/* ============================================================================
   Box - White - 25%
   ========================================================================= */

.box-25 {
  float: left;
  width: 21.6%;
  padding: 1% 3.3% 0 0;
  margin: 0 0 20px 0;
  line-height: 2;
 }



/* ============================================================================
   Box - About - 7 boxes
   ========================================================================= */

.box-about {
  display: block;
  position: relative;
  width: 89px;
  height: 97px;
  float: left;
  background-color: #fff;
  margin: 0 0 10px 20px;
  padding: 20px 14px 0 14px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  color: #515151;
  text-decoration: none;
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.box-about-heading {
  float: left;
  margin: 0 0 10px 20px;
}

.box-about-heading.first,
.box-about-heading .theme-borders {
  width: 117px;
  height: 23px;
  background-color: transparent;
  border-bottom: 3px solid;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.box-about-heading.first,
.box-about.first {
  background-color: transparent;
  margin-left: 0;
  clear: left;
  font-weight: normal;
  font-size: 10px;
  text-align: left;
  padding: 0;
  width: 117px;
  border-bottom: 3px solid #dedede;
}

.box-about.first {
  padding-top: 40px;
  height: 87px;
}

.box-about.empty {
  background: transparent;
}

.box-about .arrow-down-color,
.box-about .arrow-up-color {
  width: 30px;
  height: 20px;
  margin-left: -15px;
  position: absolute;
  top: 80px;
  left: 50%;
}

.box-about.empty .arrow-down-color {
  display: none;
}

.box-about.open {
  background-color: #ececec;
  margin-bottom: 0;
  height: 107px;
}

.box-about-sub {
  display: none;
  float: left;
  height: 146px;
  margin-left: 20px;
  width: 743px;
  background-color: #fff;
  position: relative;
  padding: 30px;
}

.box-about-sub .arrow-marker {
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/about-open-arrow.png) 0 0 no-repeat;
  width: 117px;
  height: 19px;
  position: absolute;
  top: -19px;
}

.box-about-sub.col2 .arrow-marker {
  left: 0;
}

.box-about-sub.col3 .arrow-marker {
  left: 137px;
}

.box-about-sub.col4 .arrow-marker {
  left: 274px;
}

.box-about-sub.col5 .arrow-marker {
  left: 411px;
}

.box-about-sub.col6 .arrow-marker {
  left: 548px;
}

.box-about-sub.col7 .arrow-marker {
  left: 685px;
}

.box-about-sub .hd {
  text-transform: uppercase;
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 13px;
  height: 30px;
  font-weight: normal !important;
  margin-top: 0 !important;
  line-height: 23px !important;
}

.box-about-sub .hd .icon {
  float: left;
  padding: 0;
  height: 20px;
  margin-right: 5px;
}

.box-about-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.box-about-sub ul a {
  text-decoration: underline;
}

.box-about-sub img {
  position: absolute;
  bottom: 20px;
  left: 66%;
}



/* ============================================================================
   Box - Solution box with top/bottom borders - 100%
   ========================================================================= */

.box-solution-100 {
  float: left;
  background: #fff;
  width: 93.4%;
  /* margin: 0 0 40px 0; */
  margin: 0;
  padding: 1% 3.3% 3% 3.3%;
  color: #3c3c3c;
  line-height: 21px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

/* Less bottom margin when grouped with other similar boxes */
.box-100 .box-solution-100 {
  margin-bottom: 30px;
}

/* No right/left padding on sub pages */
.sub-content .box-solution-100 {
  width: 100%;
  padding: 1% 0 3% 0;
  background: none;
}

.box-solution-100 > .hd {
  margin-top: 20px;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 100;
}

.box-solution-100 > .hd-small {
  margin-top: 20px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
}

.box-solution-100 > .bd {
  padding-top: 0.5em;
  font-size: 13px;
}

.box-solution-100 > .bd b {
  font-size: 15px;
}



/* ============================================================================
   Box - Solution box with top/bottom borders - 50%
   ========================================================================= */

.box-solution-50 {
  float: left;
  background: #fff;
  width: 42.4%;
  margin: 0 2% 30px 0;
  padding: 1% 3.3% 3% 3.3%;
  color: #3c3c3c;
  line-height: 21px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

/* Normal margin when used on sub page */
.sub-content .box-solution-50 {
    margin-bottom: 40px;
}

.box-solution-50 > .hd {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 300;
}

.box-solution-50 > .bd {
  padding-top: 0.5em;
  font-size: 13px;
}

.box-solution-50 > .bd b {
  font-size: 15px;
}

.box-solution-50.last {
  margin-right: 0;
}



/* ============================================================================
   Box - Black box - 100%
   ========================================================================= */

.box-black-100 {
  position: relative;
  float: left;
  background: #000 url('/_catalogs/masterpage/Gemalto/assets/bg-box-black.png') repeat-x 0 0;
  width: 93.4%;
  margin: 0;
  padding: 10px 3.3% 10px 3.3%;
  color: #fff;
  min-height: 248px;
}

.box-black-100 > img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.box-black-100 > .hd {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 100;
	margin-top: 15px;
  width: 50%;
  color: #fa821e;
}

.box-black-100 > .bd {
  margin-top: 1em;
  width: 50%;
}

.box-black-100 > .bd a {
  color: #fff !important;
}


/* ============================================================================
   Box - White box - 100%
   ========================================================================= */

.box-white-100 {
  position: relative;
  float: left;
  background: #FFF;
  width: 93.4%;
  margin: 0 0 40px 0;
  padding: 10px 3.3% 10px 3.3%;
  color: #3C3C3C;
  min-height: 248px;
}

.box-white-100 > img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.box-white-100 > .hd {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 100;
}

.box-white-100 > .bd {
  margin-top: 1em;
  width: 50%;
}

.box-white-100 > .bd a {
  color: #3C3C3C;
}



/* ============================================================================
   Social
   ========================================================================= */

.social {
  float: left;
  background: #fff;
  width: 100%;
  padding: 1% 0 3% 0;
  color: #3c3c3c;
  line-height: 21px;
  border-top: 1px solid #dedede;
}

.social.is-collapsed {
  height: 110px;
  overflow: hidden;
}

.social.is-expanded {
  height: auto;
}

.social-more {
  float: right;
  width: 60px;
  height: 80px;
  border-left: 1px solid #e0e0e0;
  padding: 20px 30px 0 10px;
  display: block;
  cursor: pointer;
}

.social-item {
  padding-bottom: 10px;
}

.social-item.last {
  padding-bottom: 0;
}
.social-item > .hd {
  margin-top: 20px;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 300;
}

.social-item > time {
  font-size: 11px;
  display: block;
  margin: 4px 0 0 3.3%;
}

.social-item > .bd {
  padding: 0.5em 27% 0 3.3%;
  font-size: 20px;
  line-height: 25px;
  border-bottom: 1px solid #dedede;
  min-height: 95px;
}

.social-item.twitter > .bd {
  background: url('/_catalogs/masterpage/Gemalto/assets/social-twitter.png') no-repeat 90% top;
}

.social-item.facebook > .bd {
  background: url('/_catalogs/masterpage/Gemalto/assets/social-facebook.png') no-repeat 90% top;
}

.social-item.gemaltoblog > .bd {
  background: url('/_catalogs/masterpage/Gemalto/assets/social-gemaltoblog.png') no-repeat 90% top;
}


/* Home page */

.social-home-item {
  font-size: 12px;
  line-height: 1.4;
  color: #3C3C3C;
  margin-top: 1em;
}

.social-home-item a {
  color: #3C3C3C;
}

.social-home-item time {
  font-weight: bold;
}

.social-home-item.hidden {
  display: none;
}


/* Footer */

.social-footer {
  clear: both;
  height: 30px;
  background: #fff;
}

.social-footer.with-newsletter {
  height: 100px;
  background:#fff;
}


.social-signup {
  width: 680px;
  float: left;
}

.social-signup p {
  padding: 10px 0 2px 0;
}

.social-signup img {
  float: left;
}

.social-signup .text {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ccc;
  padding: 6px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 11px;
  color: #aaa;
  width: 200px;
  margin-bottom: -2px;
}

.social-signup .submit {
  background: #111;
  color: #fff;
  border: 0;
  padding: 4px 10px 5px 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Fix for Firefox position error */
@-moz-document url-prefix() {
  .social-signup .submit {
    padding: 4px 10px 7px 10px;
  }
}

.social-follow {
  /*float: left;*/
  display: block;
  /*margin-left: 74%;*/
  margin-right: 10px;
  font-weight: 400;
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    float: none;
  margin-left: 0;
  padding: 10px 0 5px 0;
}

.social-icons {
  float: left;
  margin: 0 15px 0 0;
}

.social-footer.with-newsletter .social-follow {
  float: none;
  margin-left: 0;
  padding: 10px 0 5px 0;
}

.social-footer.with-newsletter .social-icons {
  float: none;
}


/* Read more links */

.social-navigation {
  float: left;
  width: 100%;
  background: #f1f1f1;
  margin: 0 0 40px 0;
}

.social-navigation.home {
  margin: 0;
  overflow: hidden;
}

.social-navigation .hd {
  font-size: 20px;
  font-weight: 300;
}

.social-updates,
.social-press,
.social-events {
  float: left;
  width: 43%; /* 27% for 3 columns; 43% for two */
  padding: 1% 2% 1% 0;
  margin: 2% 0 2% 3.3%;
  border-right: 1px solid #e2e2e2;
}

.social-updates.home,
.social-press.home,
.social-events.home {
  width: 27%;
}

.social-events {
  border: 0;
}

.social-home-more,
.social-home-less {
  background: #eaeaea;
  margin: 0;
  padding: 0;
}

.social-home-more img,
.social-home-less img {
  padding: 7px 0 0 0;
  cursor: pointer;
}

.social-share {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin: 30px 0px 20px 0px;
  text-align: left;
}

.social-share span {
	display: inline-block;
	float: left;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.social-share .addthis_toolbox.addthis_default_style.addthis_16x16_style {
  float: left;
	padding: 0px;
	margin: 8px 0px;
}

/* ============================================================================
   Tabs
   ========================================================================= */

.tabs .hd {
  font-size: 20px;
}

.tabs-items {
  margin: 0 0 40px 0;
  padding: 0 0 0px 0;
  list-style: none;
  background: #fff;
}

.tabs-item {
  clear: both;
  min-height: 180px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 13px;
  line-height: 1.4;
}

.tabs-item.starred {
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/star-default.png) right 0 no-repeat;
}

.tabs-item > p {
  padding-right: 50px;
  margin-left: 30px !important;
}

.tabs-item:last-child {
  border-bottom: 0;
}

.tabs-item > a {
  margin: 20px 30px 0 30px;
  float: left;
}

.tabs-item > a.image-shadow {
  display: block;
  height: 140px;
  padding: 0 15px;
  margin: 30px 15px 0 15px;
  background: url(/_catalogs/masterpage/Gemalto/assets/bg-tabs-shadow.png) no-repeat 0 bottom;
}

.tabs-item > .hd {
  font-size: 17px;
  padding-top: 25px;
  margin-top: 0;
  padding-bottom: 5px;
}

.tabs-headings {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color:#e7e7e7;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
}

.tabs-headings a:focus {
  outline: none;
}

.tabs-headings > li {
  float: left;
  background: #eeeeee url(/PublishingImages/banks-downloads-tabs-divider.png) 0 0 no-repeat;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
}

.tabs-headings > li > a:hover {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  color: #000;
}

.tabs-headings > .first {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
}

.tabs-headings > .current {
  background: #eeeeee;
}

.tabs-headings > .current > a {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  background: #ffffff;
}

.tabs-headings > .no-radius {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.tabs-headings > li > a {
  display: block;
  padding: 4px 0 6px 20px;
  font-size: 13px;
  color: #515151;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
}

.tabs-headings .tab-1 {
  width: 100%;
}

.tabs-headings .tab-2 {
  width: 50%;
}

.tabs-headings .tab-3 {
  width: 33.333333333%;
}

.tabs-headings .tab-4 {
  width: 25%;
}

.tabs-headings .tab-5 {
  width: 20%;
}

.tabs-headings .tab-6 {
  width: 16.666666666%;
}

.tabs-headings .tab-7 {
  width: 14.285714286%;
}

.tabs-headings .tab-8 {
  width: 12.5%;
}



/* ============================================================================
   Tabs - Events (extends Tabs)
   ========================================================================= */

.tabs-items {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tabs-item.event {
  clear: both;
  min-height: 120px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 13px;
  line-height: 1.4;
}

.tabs-item.event:last-child {
  border-bottom: 0;
}

.tabs-item.event .date {
  position: relative;
  width: 70px;
  height: 70px;
  background: url("/PublishingImages/icon-date.png") no-repeat;
  margin-top: 5px;
}

.tabs-item.event .date .date-month {
  position: absolute;
  width: 65px;
  text-align: center;
  top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.tabs-item.event .date .date-day {
  position: absolute;
  width: 65px;
  text-align: center;
  top: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #fa821e;
}

.tabs-item.event a.icon {
  line-height: 1.8;
}

.tabs-item.event p, .tabs-item.event ul {
  margin-left: 130px !important;  /* important added to resolve conflict */
}

.events-more,
.events-less {
  background: #eaeaea;
  margin: 0 0 40px 0;
  padding: 0;
}

.events-more img,
.events-less img {
  padding: 7px 0 0 0;
  cursor: pointer;
}

.tabs-item.event.hidden {
  display: none;
}




/* ============================================================================
   Inspiration - Costumer Stories
   ========================================================================= */

.inspiration {
  border-top: 1px solid #dedede;
  padding-bottom: 30px;
}

.inspiration h2 {
  font-size: 27px;
  margin: 30px 0 5px 0;
}

.inspiration .tags {
  font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.inspiration .image {
  position: relative;
  clear: left;
  line-height: 0;
}

.inspiration .starred {
  position: absolute;
  right: 0;
  top: 0;
}

.inspiration time {
  float: right;
}

.inspiration .tags {
  float: left;
  text-transform: uppercase;
}

.inspiration time,
.inspiration .tags {
  font-size: 12px;
  padding: 7px 0 5px 0;
}

.inspiration .tags a {
  color: #0E0500;
  text-decoration: none;
}

.inspiration-tags {
  min-height: 85px;
  background: transparent url(/_catalogs/masterpage/Gemalto/assets/tags-bg.png) 0 bottom no-repeat;
  padding: 15px 20px 20px 20px;
  margin-bottom: 40px;
}

.inspiration-tags p {
  padding-top: 10px;
}

.inspiration-tags ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 11px;
}

.inspiration-tags li {
  display: inline;
  line-height: 1.6;
}

.inspiration-tags li.first a {
  font-weight: bold;
}

.inspiration-tags li,
.inspiration-tags a {
  color: #fff;
  text-decoration: none;
}

.inspiration .tags a:hover,
.inspiration-tags a:hover {
  text-decoration: underline;
}

.inspiration.page h2 {
  margin-top: 15px;
}

.inspiration.page {
  border-top: 0;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 10px;
}

.inspiration.page h1 {
  margin-bottom: 10px;
}

.inspiration.page time {
  float: none;
  padding: 0 0 5px 0;
  display: block;
}



/* ============================================================================
   Solutions - List of sub pages
   ========================================================================= */

.solution-subpages {
  margin: 0;
  padding: 0 0 40px 0;
  list-style: none;
}

.solution-subpages-item {
  clear: both;
  min-height: 180px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 13px;
  line-height: 1.4;
}

.solution-subpages-item:last-child {
  border-bottom: 0;
}

.solution-subpages-item > a {
  margin: 10px 20px 10px 0;
  float: left;
}

.solution-subpages-item > .hd {
  font-size: 27px;
  font-weight: 100;
  padding-top: 5px;
  padding-bottom: 5px;
}



/* ============================================================================
   Related solutions
   ========================================================================= */

.related-solutions {
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
}

.related-solutions-item {
  clear: both;
  min-height: 90px;
  border-bottom: 1px solid #e3e3e3;
}

.related-solutions-item:last-child {
  border-bottom: 0;
}

.related-solutions-item > img {
  margin: 10px 20px 10px 0;
  float: left;
}

.related-solutions-item > .hd {
  padding-top: 10px;
}



/* ============================================================================
   Protiva - List of products
   ========================================================================= */

.protiva-list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style: none;
}

.protiva-list-item {
  clear: both;
  background: #fff;
  height: 154px;
}

.protiva-list-item > .image {
  margin: 0 20px 0 0;
  float: left;
}

.protiva-list-item > .large-icon {
  margin: 0 20px 0 40px;
  float: right;
}

.protiva-list-item  > .hd {
  padding-top: 15px;
  padding-bottom: 10px;
}

.protiva-list-item  > .bd {
  font-size: 13px;
  line-height: 1.4;
}

.protiva-list-item  > .bd p {
  line-height: 1.4;
}

/* ============================================================================
   Subpage Image Slideshow
   ========================================================================= */

.sub-page-slideshow {
  position: relative;
  margin-bottom: 40px;
}

.sub-page-slideshow .indicator {
  display: block;
  margin: 0;
  padding: 5px 0 5px 40px;
  font-size: 12px;
  background: url(/investors-site/PublishingImages/investors-top-bg.png) no-repeat;
  height: 40px;
}

.sub-page-slideshow .indicator li {
  float: left;
  margin-right: 30px;
  font-weight: bold;
  color: #ababab;
}

.sub-page-slideshow .indicator li.current {
  color: #fa821e;
}

.sub-page-slideshow .sub-page-slideshow-images {
  position: relative;
  clear: both;
  overflow: hidden;
}

.sub-page-slideshow-previous {
  position: absolute;
  top: 135px;
  left: 20px;
}

.sub-page-slideshow-next {
  position: absolute;
  top: 135px;
  right: 20px;
}

/* For screens < 950 px */
@media screen and (max-width: 1024px) {

  .previous.sub-page-slideshow-previous {
    left: 20px;
  }

  .next.sub-page-slideshow-next {
    left: auto;
    right: 20px;
  }

}

.sub-page-slideshow .hd {
  font-size: 27px;
  color: #000;
  padding: 10px 0;
}

.sub-page-slideshow .hd .highlight{
  color: #fa821e;
}

.sub-page-slideshow .hd {
  margin: 0;
}

.sub-page-slideshow .bd ul {
  margin: 0;
  padding: 0 0 0 20px;
}



/* ============================================================================
   General Stock Quote classes
   ========================================================================= */

.stock-price {
  color: #fa821e;
  font-size: 20px;
}

.stock-quote {
  font-size: 12px;
}

.stock-quote .stock-up-down {
  font-size: 16px;
  font-weight: bold;
}



/* ============================================================================
   Stats on shadows
   ========================================================================= */

.stats-on-shadow {
  margin-top: 30px;
  height: 150px;
  position: relative;
}

.stats-on-shadow .stats {
  width: 30%;
  margin-right: 5%;
  float: left;
  background: #fff;
}

.stats-on-shadow .stats.last {
  margin-right: 0%;
}

.stats-on-shadow .stats .figure {
  margin: 40px 10% 0 10%;
  padding: 0;
  font-size: 45px;
  font-weight: 200;
  color: #fa821e;
}

.stats-on-shadow .stats .figure .small {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 10px;
}

.stats-on-shadow .stats .text {
  margin: 10px 10% 20px 12%;
  padding: 0;
  font-size: 14px;
  color: #515151;
}


/* ============================================================================
   Downloads List
   ========================================================================= */

.downloads-list {
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
}

.downloads-list li {
  width: 240px;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px;
  margin-left: -4px;
}

.downloads-list li:last-child {
  border: 0;
}

.box-33 .bd .downloads-list {
  margin-left: 0;
}

.box-33 .downloads-list li {
  width: auto;
}



/* ============================================================================
   Contact form
   ========================================================================= */

.js-contact-form  iframe{
	width: 100%;
	height: 575px;
	overflow: hidden;
}

.form-50 {
  width: 260px;
  float: left;
}

.form-50.last {
  width: 240px;
  float: left;
}

.form-50 label,
.form-100 label {
  display: block;
  margin: 12px 0 0 0;
  font-size: 13px;
  font-weight: bold;
  color: #515151;
}

.form-50 label.contact-error,
.form-100 label.contact-error {
  color: #e00;
}

.form-50 select {
  width: 230px;
}

.form-50 input,
.form-100 input {
  width: 230px;
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px;
  -moz-box-shadow:    inset 1px 1px 4px #ccc;
  -webkit-box-shadow: inset 1px 1px 4px #ccc;
  box-shadow:         inset 1px 1px 4px #ccc;
}

.form-100 input {
  width: 490px;
  float: left;
}

.form-100 textarea {
  width: 490px;
  height: 120px;
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px;
  -moz-box-shadow:    inset 1px 1px 4px #ccc;
  -webkit-box-shadow: inset 1px 1px 4px #ccc;
  box-shadow:         inset 1px 1px 4px #ccc;
}

.footer-contact-text input.right {
  margin: 20px 0 0 0;
  background: #111;
  border-radius: 5px;
  color: #fff;
  border: 0;
  padding: 3px 20px;
  font-weight: bold;
  font-size: 13px;
}

.form-info {
  margin: 20px 0 10px 0;
}

/* ============================================================================
   For other forms
   ========================================================================= */

label.pref-error,
label.pref-error {
  color: #e00;
}

/* ============================================================================
   For press releases (generated by Sharepoint)
   ========================================================================= */

.sub-content, .gm-style-iw {
    font-family: "ff-din-web-pro", "ff-din-web", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}



/* ============================================================================
   Products tabs
   ========================================================================= */

#intro,
#wrapper,
#lastsection {
	width: 655px;
}

#intro {
	float:left;
	margin-bottom: 40px;
}

#intro img {
	margin-right: 20px;
	margin-bottom: 20px;
}

#intro object {
	margin-right: 20px;
}

#wrapper {
	position: static;
	clear: left;
	margin-top: 10px;
	overflow: visible;
}

#wrapper div.title {
	background-color: #e2e2e2;
  background:      -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background:     -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background:    -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	border: 1px solid #e2e2e2;
	border-radius: 7px 7px 0px 0px;
	color: #444444;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0px 2px -1px 0px;
	padding: 0px 10px 1px 10px;
	position:relative;
	text-decoration:none;
	top:0px;
}

#wrapper div.title:hover {
	background: #dddddd;
	cursor: pointer;
}

#wrapper div.title a,
#wrapper div.title a:hover,
#wrapper div.title a:active,
#wrapper div.title a:visited {
	color: #FA821E;
	text-decoration: none;
}

#wrapper div.selected,
#wrapper div.selected:hover {
	background: none;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #444444;
	z-index: 10;
}

#wrapper div.on {
	top: 25px;
	padding: 1em;
	border: 1px solid #e2e2e2;
	margin-top: 0px;
	clear: left;
	background: white;
	position: static;
	display: block;
	left: 0px;
}

#wrapper div.off {
	position: absolute;
	top: -9999px;
	left: 0;
}

#lastsection {
	margin-top: 20px;
	clear: both;
}

table.table_orange {
	background-color: #ffffff;
	border-collapse: collapse;
	border-color: #cccccc;
	width: 100%;
}

table.table_orange th {
  background-color: #f2efea;
  color: #0e0500;
	border: 1px solid #d7cdc4;
	padding: 3px 5px 5px 5px;
}

table.table_orange td {
  background-color: #f5f5f5;
	border: 1px solid #d7cdc4;
	padding: 3px 5px 5px 5px;
}

span.date {
	margin-right: 5px;
}

/* The styles below are designed to ensure same look'n feel for tables in gweb and public websites */
/*
TABLE.table_orange {
	background-color: #FA821E;
	border-collapse: collapse;
	border-color: #56473D;
}

TABLE.table_orange TH {
	background-color: #FA821E;
	border-color: #56473D;
	border-bottom-color: white;
	color: white;
	padding: 5px;
}

TABLE.table_orange TD {
	background-color: #FFDBBC;
	border-color: #56473D;
	padding: 5px;
}

TABLE.table_orange TD.lighter {
	background-color: #FFEDDD;
	padding: 5px;
}
*/
/* ============================================================================
   Events and Latest Updates Modules
   ========================================================================= */
   
.box-events, .box-updates {
	width: 100%;
}
   
.box-events > p > .date, .box-updates > p > .date {
	display : inline-block;
	/*width : 100px ;*/
	font-weight: bold;
}

.box-events > p, .box-updates > p  {
	font-size: 12px;
}


.box-partner .partnerslink
{
	display: block;
	padding: 3px 2px;
	border-bottom: 1px solid #dedede;
}
.box-partner .partnerslink.even:hover,
.box-partner .partnerslink.odd:hover
{
	background-color: #606060;
	color: white;
}
.box-partner .partnersrow
{
	display: inline-block;
	vertical-align: middle;
}

/* ============================================================================
   Partners Module
   ========================================================================= */

.box-partner .partnersrow.title
{
	width: 25%;
}
.box-partner .partnersrow.country
{
	width: 24%;
}
.box-partner .partnersrow.appName
{
	width: 14%;
}
.box-partner .partnersrow.market
{
	width: 19%;
}
.box-partner .partnersrow.partner
{
	width: 18%;
}