/* CSS Reset START */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { text-decoration: none; }
fieldset, img { border: 0; }
b, strong { font-weight: bold; }
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1;
}
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .group { zoom: 1; }
*:first-child+html .group { zoom: 1; }
/* CSS Reset END */

/** The Magnificent Clearfix:Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clearfix:before, .clearfix:after{content:"\0020"; display:block; height:0; overflow:hidden}
.clearfix:after{clear:both}
/** Fix clearfix:blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page **/
.clearfix{zoom:1}

body {
  line-height: 1.35;
  font-family: DINPro, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color:#dddddd;
}
h1 {
	font-size:2.8em;
}
h2 {
	font-size:1.9em;
	color:#5F5D5B;
}
h3 {
	font-size:1.6em;
}
p {
	margin:0.6em 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
hr {
	border: none;
	margin-bottom:30px;
	height:1px;
	background:#bbbbbb;
}
video {
	width:100%;
	height: auto;
}
a:hover {
	text-decoration: underline;
}
#header, #content, #bigstatement, #additional, #footer, #privacy {
	padding:15px 0;
}
#header, #content, #additional {
	background-color:#ffffff;
}
#footer {
	background-color:#eeeeee;
	}
#bigstatement {
	background-color:#e6e6e6;
}

#bigstatement h2 {
	text-align:center;
	margin: 30px 0;
}
#privacy {
	width:100%;
}
.wrapper {
      margin: 0 auto;
      width: 1024px;
	  position: relative;
	  overflow: hidden;
}
#badge {
	float:left;
}
#header img {
	max-height:48px;
	width: auto;
}
#gtologo {
	float:right;
}	
#gtologo img {
	max-height:48px;
}
#contentleft {
	width:59%;
	float:left;
	margin-right:1%;
	padding-bottom:20px;
	text-align: center;
}
#contentleft img {
	max-width: 600px;
	height:auto;
}
#contentleft p, #contentleft ul li {
	text-align: left;
}
#contentleft .video {
	width:100%;
	height:338px;
}
#contentright {
	width:40%;
	float:right;
}
#contentfull {
	width:100%;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}

.onethird {
	float:left;
	width:32%;
	margin-right:1%;
}
.onethird img {
	max-width: 320px;
	height: auto !important;
}
.formbox {
	width:100%;
	background-color:#ececec;
	box-sizing:border-box;
	border: 1px solid #dddddd;
	border-radius: 2px;
}
.privacystatement p {
	font-size:0.8em;
}

.arrowlink {
	background: url(http://www6.gemalto.com/l/51442/2015-11-23/53thvb/51442/80093/dp_arrow.png) 0 7px  no-repeat;
	padding: 0px 10px 0px 20px;
	display:block;
}

.bigpurplebtn {
	color:#ffffff;
	padding:10px 60px 15px 60px;
	font-size:1.3em;
	display: inline-block;
	border-radius: 2px;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
    transition: all 0.2s;
}
.bigpurplebtn:hover {
	text-decoration: none;
}

/*  FORM  STYLES*/

.topblock {
	color:#fff;
	padding:15px !important;
	position:relative;
	text-align:center;
}
.quotebox {
	border: solid 1px #dddddd;
	border-radius: 2px;
	padding:15px;
	margin:30px 0;
	position:relative;
}
.quotebox p {
	margin:0;
	font-size: 0.9em;
}

.topblock:after, .quotebox:after, .greybox {
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	top: 100%;
}
.topblock:after {
	border: 15px solid transparent;
	left: 15px;
}
.quotebox:after {
	border: 13px solid transparent;
	border-top-color: #ffffff;	
	left: 22px;
}
.greybox {
	border: 15px solid transparent;
	border-top-color: #dddddd;
	left: 20px;
}
.quoteinfo img {
	max-width:50px;
	border-radius:25px;
	height:auto;
	float:left;
	margin: 0 10px;
}
.quoteinfo p {
	font-size: 0.9em;
	font-weight: bold;
	line-height:4em;
}

#pardot-form  {
	color:  #666666;
	font-size: 1em;
}

.formcontainer {
	padding: 1px 15px 15px 15px;
}

#pardot-form  label  {
	display: block;
	margin: 0 0 5px 0;
	text-align: left;
	color:  #3e3e3e;
	font-weight:normal;
	line-height:1.6em;
	font-family: DINPro, Arial, Helvetica, sans-serif;
}

#pardot-form .submit input {
	border-radius:2px;
	border:none;
	color:#ffffff;
	width:100%;
	font-size:1.4em;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
    transition: all 0.2s;
}

#pardot-form .submit input:hover  {
	cursor:pointer;
}

#pardot-form  p  {
	font-size:1em;
	margin:0;
}

#pardot-form  p.error  {
	color:  #e76624;
}

#pardot-form  p.error  input,  #pardot-form  p.error  select  {
	border:  solid  1px  #e76624;
}

#pardot-form  input,  textarea  {
	width:96%;
	border:1px solid #ddd;
	padding:2%;
	margin-bottom: 10px;
}

#pardot-form select {
	width:100%;
	padding:2%;
	margin-bottom: 10px;
	height:36px;
}

#pardot-form option {
	display: block;
	line-height: 1.4;
	padding: 0px 0 10px 10px;
	font-size:1em;
	font-family: DINPro, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

#pardot-form  label.error  {
	display:block;
	width:100%;
	margin-bottom:5px;
	color:#e76624;
}

#pardot-form  input.error,  #pardot-form  select.error  {
	border-color:#e76624;
}

#ui-datepicker-div  {
	padding:10px;
	background-color:#f4f3f0;
	border-radius:3px;
	box-shadow:0px  0px  10px  0px  #999;
}


/* Customer Logos Carousel start */

.iesutomers {
	display: none;
}
.customer-logos {
	width: 90%;
	margin: 0 auto;
	height:80px;
	overflow: hidden;
	position: relative;
}
.box {
	position:absolute;
	z-index: -2;
	width: 100%;
	-webkit-transition: margin 0.5s; /* For Safari 3.1 to 6.0 */
    transition: margin 0.5s;
}
.customer-logos ul li {
	float:left;
	width:16%;
}
.customer-logos li img {
    float: left;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.6;
}
.customer-logos li img:hover {
	filter: none;
	-webkit-filter: none; /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity:1.0;
}
.customer-logos div.previous {
	margin-left: -100% !important;
}
.customer-logos div.current {
    z-index: 2 !important;
	margin: 0 !important;
}
.customer-logos div.next {
	margin-left: 100% !important;
}
.movertl {
	z-index: 2 !important;
	margin-left:-100%;
}
.moveltr {
	z-index: 2 !important;
	margin-left:100%;
}
.button-logos {	
    display: block;
    background-image:url(http://www6.gemalto.com/l/51442/2016-03-14/5wp93t/51442/97460/purple_arrows.png);
    background-repeat:no-repeat;
    text-indent: -999em;
}
.button-logos.prevlogos, .button-logos.nextlogos {
	width: 20px;
	height: 25px;
	top: 65px;
	position:absolute;
}
.button-logos.nextlogos {
	right: 10px;
	background-position: 0px -53px;
	z-index: 10;
	cursor: pointer;
	position:absolute;
}
.button-logos.prevlogos {
	left: 0px;
	background-position: 0px 1px;
	z-index: 10;
}
.button-logos.nextlogos:hover, .button-logos.nextlogos:focus {
	background-position: 0px -76px;
	}
.button-logos.prevlogos:hover, .button-logos.prevlogos:focus {
	background-position: 0px -23px;
	}

/* Social Icons Start */

.social {
	float:right;
}
.social ul li{
	padding:1em 0.5em 0 0.5em;
	text-indent: 0;
	list-style-type:none; 
	float: left;
	}
.social img {
	opacity:0.7;
}
.social img:hover {
	opacity:1.0;
}

/* List Items */
#content li {
	margin-top:5px;
	text-indent: -1em;
	line-height:1.5em;
	padding-left:1.5em;
	font-size:1.2em;
}
#content li:before {
	font-family: DINPro, Arial, Helvetica, sans-serif;
	content: ">";
	font-weight:bold;
	float:left;
	width:1em;
	margin-top: -1px;
}

/* Tables */
#content table {
	width: 90%;
	margin: 20px 0;
	font-size: 1em;
	color: #5e5e5c;
	padding: 0;
	border-spacing: 0;
}
#content table th {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
#content table td {
	padding: 6px;
	text-align: left;
	display: table-cell;
	vertical-align: inherit;
}
table tr:nth-child(even)  {
	background-color: #f4f4f4;
}
.privacytext {
	width:65%;
	float:left;
}
#privacy p {
	font-size:0.8em;
}

/* Colors start*/
h1, a, #bigstatement h2, .quotebox p, .quoteinfo p, #content li:before {
	color:#6c286b;
}
.topblock:after {
	border-top-color: #6c286b;
}
.topblock, #pardot-form .submit input, .bigpurplebtn {
	background-color:#6c286b;
}
.bigpurplebtn:hover, .submit input:hover {
	background:#933692;
}

/* Color end*/

@media (max-width: 1024px) {
	.wrapper {
		width:96%;
		margin: 0 2%;
	}
	#contentleft img, #contentfull img, .onethird img {
		max-width: 100%;
		height:auto !important;
	}
	.box {
		width:100%;
	}
	.box ul li {
		width:16%;
	}
	.box img {
		width: 100%;
	}
	.bottomcover, .bottomcovers {
		width:100%;
	}
}
@media (max-width: 768px) {
	#header {
		padding-bottom:0;
	}
	#contentleft{
		width:96%;
		float:none;
	}
	#lefttext {
		width:48%;
	}
	#contentright{
		width:100%;
		float:left;
		margin-top:20px;
	}
	.carousel-logos {
		width: 100%;
	}
	#carousel-logos {
		width: 80% !important;
		height: 100px;
		margin: 5px auto;
		overflow: hidden;
	}
	.privacytext {
		width:100%;
		float:none;
	}
	.social{
		width:100%;
		float:none;
	}
	.customer-logos {
		height: 180px;
	}
	.box ul li {
		width: 33%;
	}
	.button-logos.prevlogos, .button-logos.nextlogos {
		top: 120px;
	}
}

@media (max-width: 465px) {
	body {
		font-size:11px;
	}
	.wrapper {
		width:90%;
		margin: 0 5%;
	}
	#contentleft {
		width: 100%;
	}
	#badge {
		width:56%;
	}
	#bigstatement h2 {
		margin:15px 0;
	}
	.onethird {
		width:99%;
	}
	.onethird img {
		max-width:75%;
	}
	.arrowlink {
		line-height: 1.7em;
	}
	.quoteinfo p {
		line-height: 5em;
	}
	#gtologo{
		width:35%;
	}
	#header img {
		width: 100%;
		max-height: none;
	}
	#lefttext {
		width:100%;
		float:none;
	}
	#pardot-form  .submit  input {
		width:96%
		}
	.customer-logos {
		height:230px;
	}
	.box ul li {
		width:50%;
	}
	.button-logos.prevlogos, .button-logos.nextlogos {
		top: 140px;
	}
}