/* 
	Theme Name: XAQUA UDP
	Theme URI: https://xaquaudp.io
	Description: An Advance custom theme for Xaqua UDP
	Author: xFusion Technologies Inc.
	Author URI: https://xfusiontech.com/
*/

/* ------------ RESET ------------ */
*{
	outline:none;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
html{
	overflow-y:visible;
}
img, fieldset {
	border: 0;
}

::selection { background:#F39C11; color:#fff; /* Safari and Opera */ }
::-moz-selection { background:#F39C11; color:#fff; /* Firefox */ }

/* ------------ CLEARFIX ------------ */
.clearfix:after, header:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix{ display: inline-block; }
.clearfix{ display: block; zoom: 1; }

/* ------------ Global STYLING ------------ */
html {
}
body {
	margin:0px;
	padding:0px;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-family: 'Roboto', sans-serif;
	color:#233D56;
	font-weight:400;
}
a, a:visited{
	text-decoration:none;
	color:#333;
	}
a:hover, a:active{
	color:#F39C11;
}
hr{
	border:0px;
	border-bottom:1px solid #ccc;
	padding:0px;
	margin:10px 0px;
}
ul, ol{
}
li{
}

p{
}
h1,h2, h3{
}
.clr{
}
img, fieldset {
	border: 0;
}
img{
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* ------------ Menu ------------ */
#access {
	display: table;
	margin: 0 auto;
	width:auto;
	position:relative;
}
#access .menu-header, div.menu {
	font-size: 100%;
}
#access .menu-header ul, div.menu ul, #access ul {
	list-style: none;
	margin: 0;
	padding:0em;
}
#access .menu-header li, div.menu li, #access li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	padding:8px 20px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	float: left;
	width: 236px;
	z-index: 99999;
	background-color:#383838;
}
#access ul ul li {
	/*min-width: 180px;*/
	/*width: 18em;*/
	float:none;
	border-bottom:1px solid #5b5b5b;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1.6em;
	padding: 5px 5px 5px 22px;
	width: 210px;
	height: auto;
	font-size:90%;
}
#access li:hover > a{
	/*background-color:#223971;*/
	color: #fff;
}
#access ul ul :hover > a {
	/*background: #142650;*/
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	/*background-color:#F39C11;*/
	border-bottom:4px solid #F39C11;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	/*background-color:#F39C11;*/
	border-bottom:4px solid #F39C11;
}

#access .menu,
#access div.menu ul{
/*font-family: Arial, Tahoma, sans-serif;*/
}

#access {
	/*float:left;*/
}

#access .menu-header,
div.menu {
    margin-right: 12px;
    margin-left: 0;
}

#access .menu-header li,
div.menu li{
	float:left;
}

#access ul ul {
	/*left:auto;
	right:0;
	float:right;*/
}
#access ul ul ul {
	left:auto;
	right:100%;
}

.mobilemenu {
	display: none;
	visibility: hidden;
}
/*#access > ul > li:last-child a{
	background-color:#F39C11;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	margin-top: -7px;
}*/
nav > a.memblogin{
	background-color:#F39C11;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	margin-top: -7px;
	position: absolute;
    top: 1px;
    right: -89px;
	cursor:pointer;
}
.loginmember h3{
	margin: 0px 0px 20px 0px;
    font-weight: 500;
}
.loginmember form{
	margin:0px;
	width:90%;
}
.loginmember form input[type=text], .loginmember form input[type=url], .loginmember form input[type=tel], .loginmember form input[type=number], .loginmember form input[type=color], .loginmember form input[type=email], .loginmember form input[type=password], .loginmember form textarea, .loginmember form select{
	margin-bottom:10px;
	    width: 100%;
}
/* ------------------ Form Elements ------------------------------ */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #93AABF;
  opacity: .7; /* Firefox */
  font-size:14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #93AABF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #93AABF;
}
input[type=text], input[type=url], input[type=tel], input[type=number], input[type=color], input[type=email], input[type=password], textarea, select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border:1px solid #D4DAE0;
	padding:8px;
	background-color:#fff;
	width:95%;
	outline:none;
	font-size:100%;
	color:#333;
}
textarea {
	height:80px;
	resize:none;
	width: 97%;
	font-family: 'Roboto', sans-serif;
}
select{
	width: 99%;
}
input[type=submit], input[type=reset] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	background-color:#F39C11;
	border:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-khtml-border-radius:3px;
	padding:10px 40px;
	color:#FFF;
	margin:20px auto 0px auto;
	cursor:pointer;
	font-size:.85rem;
	letter-spacing:1px;
	display:block;
	clear:both;
}
input[type=submit]:hover, input[type=reset]:hover{
	background-color:#c27c0c;
}
input[type=text]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=color]:focus, input[type=email]:focus, textarea:focus {
	box-shadow:0 0 5px rgba(172, 172, 172, 1);
}

/*input[type=text].midsize, input[type=email].midsize, input[type=tel].midsize, select.midsize,*/
.FirstName, .EmailAddress, .CompanyName, .captcha-1{
	width:46%;
	margin:0px 23px 20px 0px;
	-webkit-margin:0px 2px 2px 0px;
	float: left;
}
/*select.midsize*/.country{
	width:46%;
    /*margin-left: 7px;*/
	float: left;
	margin:0px 23px 20px 0px;
}
/*input[type=text].midsizeRight, input[type=email].midsizeRight, input[type=tel].midsizeRight,*/
.LastName, .PhoneNumber, .JobTitle{
	width:46%;
	margin:0px 0px 20px 0px;
	-webkit-margin:0px 0px 2px 0px;
	float: left;
}
form.wpcf7-form{
	display:table;
/*	width:90%!important;
	margin:auto!important;*/
}
form img{
	width: inherit!important;
	max-width:100%!important;
}

select.arrows {
  background-image:url(images/down-arrow.jpg);
  background-position: calc(100% - .5rem), 100% 0;
  background-size:  10px 8px;
  background-repeat: no-repeat;
}
.placeholder{
	color: #93AABF;
	opacity: .7; /* Firefox */
	font-size:14px;
	}
select option:first-child{color: grey; display: none;}
select option{color: #555; font-size:100%;}

.wpcf7-not-valid-tip {
    float: left;
    font-size: 12px!important;
}
/* ------------------ Form Elements ------------------------------ */
/* ---------------- Grids ---------------- */
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12{
	margin: 0 1% 0 0;
	text-align: left;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11{
	float: left;
}
.grid1 { width: 7.4%; }
.grid2 { width: 15.8%; }
.grid3 { width: 24.2%; }
.grid4 { width: 32.6%; }
.grid5 { width: 41%; }
.grid6 { width: 49.4%; }
.grid7 { width: 57.8%; }
.grid8 { width: 66.2%; }
.grid9 { width: 74.6%; }
.grid10 { width: 83%; }
.grid11 { width: 91.4%; }
.grid12 { width: 100%; }
.lastGrid{margin-right:0%;}
/* ---------------- Grids ---------------- */
#access *, form *, .banner section a, .copyright a, footer .grid3 *, .rowOne li *, .rowTwo .grid4 *, .LoginrowOne li *, .corevalue li, .blogListing li *, .SideStyle *, .NewsPage .newsblock, .whitepaper li *, .before-and-after-goal *, .banner .subsubudp a{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition:all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.alignleft {
	float:left;
	margin:0px 10px 10px 0px;
}
.alignright {
	float:right;
	margin:0px 0px 10px 10px;
}
.aligncenter {
	float:none;
	display:block;
	margin:0px auto 10px auto;
}
.textwidget{
	display:inline-block;
}
/* --------------------------------------------- */
.fullWidthWrapper{
	width:100%;
	display:table;
}
.wrapper{
	max-width: 1200px;
	width:96%;
	margin: 0 auto;
}
.displaytable{
	display:table;
}
/* ------- HEADER STYLES ------- */

.topbar{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:100;
	border-bottom:1px solid #fff;
	padding:15px 0px 0px 0px;
}
.topbar .grid7 ul{
	display:table;
	margin: 8px 0px auto 0px;
}
.topbar .grid7 li{
	list-style:none;
	float:left;
}
.topbar .grid7 li a, .topbar .grid7 li a:visited{
	color:#fff;
	border-bottom:4px solid transparent;
	display: block;
    margin: 0px 40px 0px 0px;
    padding: 0px 0px 13px 0px;
	cursor:pointer;
}
.topbar .grid7 li a:hover{
	color:#F39C11;
	border-bottom:4px solid #F39C11;
}
.topRow, .LogintopRow{
	background-color:#000;
}
.LogintopRow p{
	text-align:center;
}
.sticky{
	background-color:#383838;
}
.banner {
	background: linear-gradient(rgba(20,20,20, .8), rgba(20,20,20, .8)), url(images/baner-image.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: cover;
	min-height: 710px;
	color:#fff;
	position:relative;	 
}
.banner h1{
	padding:100px 0px 30px 0px;
	text-align:center;
	font-size:250%;
}
.subudp{
	display:table;
	width:100%;
}
.subudp p, .subsubudp p{
    color: #fff;
    padding: 0px 0px 20px 0px;
    /* text-align: center; */
    font-size: 180%;
}
.subsubudp{
	display:table;
	text-align:center;
	padding:50px 0px 50px 0px;
	width:100%;
}
.banner section {
  width: 640px;
  min-height: 100px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: -90px 0 0 -350px;
}

.LogintopRow .banner section {
  width: 640px;
  min-height: 100px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: -130px 0 0 -350px;
}

.banner section h2{
	text-align: center;
	/*font: normal normal medium 42px/60px Roboto;*/
	font-size:200%;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom:20px;
	font-weight:500;
}
.banner section p{
	line-height:23px;
	margin-bottom:30px;
	letter-spacing: 0.54px;
	text-align:center;
}
.banner .subsubudp a, .banner .subsubudp a:visited, .before-and-after-goal a, .before-and-after-goal a:visited{
	background-color:#F39C11;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	letter-spacing:1px;
	font-size:100%;
	display:table;
	margin:auto;
	padding:13px 10px;
	width:280px;
	text-align:center;
	cursor:pointer;
}
.banner .subsubudp a:hover, .before-and-after-goal a:hover{
	background-color:#c27c0c;
}
.banner .subsubudp a{
	margin-bottom:20px;
}
.before-and-after-goal a{
	width:auto;
}
.linkPagebanner {
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: cover;
	height: 300px;
	color:#fff;
	position:relative;	 
}
.linkPagebanner section {
  width: 640px;
  min-height: 100px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: -49px 0 0 -350px;
}
.linkPagebanner h1{
	font-size:250%;
	font-weight:500;
	margin-bottom:20px;
	text-align:center;
}
.linkPagebanner p{
	letter-spacing:0.53px;
	line-height:23px;
	text-align:center;
}
/* --------------------------- */

.rowOne, .LoginrowOne{
	padding:70px 0px;
}
.rowOne .grid8,.rowOne .grid11, .LoginrowOne .grid8{
	float:none;
	margin:auto;
	position:relative;
}
.rowOne h1, .LoginrowOne h1{
	color: #233D56;
	font-size:150%;
	font-weight:500;
	text-align:center;
	margin-bottom:20px;
}
.rowOne p, .LoginrowOne p{
	line-height:23px;
	letter-spacing:0.54px;
	text-align:center;
	padding:0px 0px 20px 0px;
}

.LoginrowOne .grid8 form{
	display:block;
	margin:-221px auto 0px auto;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	background-color:#fff;
	box-shadow: 1px 0px 84px -56px rgb(0 0 0);
	padding: 40px;
    width: 50%;
}

.LoginrowOne .grid8 form input[type=text], .LoginrowOne .grid8 form input[type=url], .LoginrowOne .grid8 form input[type=tel], .LoginrowOne .grid8 form input[type=number], .LoginrowOne .grid8 form input[type=color], .LoginrowOne .grid8 form input[type=email], .LoginrowOne .grid8 form input[type=password], .LoginrowOne .grid8 form textarea, .LoginrowOne .grid8 form select{
	margin:0px 0px 20px 0px;
}
.LoginrowOne .grid8 form em{
	text-align:right;
	font-size:80%;
	color:#8FA8BE;
	display:block;
	font-style:normal;
}
.LoginrowOne .grid8 form em a, .LoginrowOne .grid8 form em a:visited{
	color:#8FA8BE;
}
.LoginrowOne .grid8 form em a:hover{
	color:#E59009;
}

.rowOne ul, .LoginrowOne ul{
	display:table;
	width:100%;
	padding:30px 0px 0px 0px;
}
.rowOne li{
	list-style:none;
	width: 29%;
	margin: 0px 22px;
	float:left;
}
.LoginrowOne li{
	list-style:none;
	width: 20%;
	margin: 0px 22px;
	float:left;
}
.rowOne li h3, .LoginrowOne li h3{
	text-align:center;
	color:#233D56;
	font-size:100%;
	font-weight:500;
	margin-bottom:20px;
}
.rowOne li p, .LoginrowOne li p{
	text-align:left;
}
.rowOne li .imgBlock, .LoginrowOne li .imgBlock{
	width:100px;
	height:100px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#fff;
	margin:20px auto;
	box-shadow: 1px 4px 14px -2px rgb(212 212 212);
}
.rowOne li .imgBlock:hover, .LoginrowOne li .imgBlock:hover{
	background-color:#efefef;
}

.rowOne li:nth-child(1) .imgBlock{
	background-image:url(images/icon-01.png);
	background-position:center;
	background-repeat:no-repeat;
}
.rowOne li:nth-child(2) .imgBlock{
	background-image:url(images/icon-02.png);
	background-position:center;
	background-repeat:no-repeat;
}
.rowOne li:nth-child(3) .imgBlock{
	background-image:url(images/icon-03.png);
	background-position:center;
	background-repeat:no-repeat;
}

.LoginrowOne li:nth-child(1) .imgBlock{
	background-image:url(images/login-page-icon-01.png);
	background-position:31px 37px;
	background-repeat:no-repeat;
}
.LoginrowOne li:nth-child(2) .imgBlock{
	background-image:url(images/login-page-icon-02.png);
	background-position:center;
	background-repeat:no-repeat;
}
.LoginrowOne li:nth-child(3) .imgBlock{
	background-image:url(images/login-page-icon-03.png);
	background-position:center;
	background-repeat:no-repeat;
}
.LoginrowOne li:nth-child(4) .imgBlock{
	background-image:url(images/login-page-icon-04.png);
	background-position:center;
	background-repeat:no-repeat;
}

.rowTwo{
	padding:100px 0px 0px 0px;
	background-color:#E1E2E6;
	background-image:url(images/xAQUA-Unified-Data-Platform.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:contain;
	min-height:850px;
}
.rowTwo .grid11{
	float:none;
	margin:auto;
}
.rowTwo .grid4{
}
.rowTwo .grid4 h2{
	color: #233D56;
	font-size:130%;
	margin-bottom:50px;
	font-weight:500;
}
.rowTwo .grid4 p{
	line-height:23px;
	letter-spacing:0.54px;
}
.rowTwo .grid4 a, .rowTwo .grid4 a:visited{
	background-color:#F39C11;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	letter-spacing:1px;
	font-size:100%;
	display:table;
	margin:50px 0px 0px 0px;
	padding:13px 0px;
	width:300px;
	text-align:center;
	cursor:pointer;
}
.rowTwo .grid4 a:hover{
	background-color:#c27c0c;
}

ul.SubRowTwo{
	display:table;
	width:100%;
}
ul.SubRowTwo li{
	padding:70px 0px;
	text-align:center;
	color:#fff;
	list-style:none;
    float: left;
    width: 33.4%;
    margin-left: -2px;
}
ul.SubRowTwo li:nth-child(1){
	background-color:#233d56;
}
ul.SubRowTwo li:nth-child(2){
	background-color:#4f6478;
}
ul.SubRowTwo li:nth-child(3){
	background-color:#7b8b9a;
}
ul.SubRowTwo li h2{
	font-size:400;
	margin: 0 20% 30px 20%;
	font-weight:500;
}
ul.SubRowTwo li p{
	line-height:23px;
	letter-spacing:.53px;
	margin:0 20%;
}
.grayColor{
	background-color:#efefef;
}
.RowThree{
	padding:100px 0px;
}
.RowThree p{
	padding-bottom: 20px;
	font-size: 120%;
}
.RowFour, .RowFive{
	padding:100px 0px;
}
.RowThree .grid6 h2, .RowFour .grid6 h2, .RowFive .grid6 h2{
	color: #233D56;
	margin-bottom:30px;
	font-weight:500;
}
.RowThree .grid6 p, .RowFour .grid6 p, .RowFive .grid6 p{
	line-height:23px;
	letter-spacing:0.53px;
}
.RowThree .grid6 img, .RowFour .grid6 img, .RowFive .grid6 img{
	box-shadow: 1px 15px 53px -13px rgb(212 212 212);
}

.RowSix{
	background: -moz-linear-gradient(top, rgba(225,226,230,1) 80%, rgba(255,255,255,1) 20%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(225,226,230,1) 80%, rgba(255,255,255,0) 20%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(225,226,230,1) 80%, rgba(255,255,255,0) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 )	; /* IE6-9 */
	padding:100px 0px;
}
.RowSix h2{
	font-weight:500;
	font-size:130%;
	margin-bottom:20px;
	text-align:center;
}
.RowSix p{
	line-height:23px;
	letter-spacing:0.53px;
	text-align:center;
}
.RowSix form{
	display:block;
	margin:30px auto 0px auto;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	background-color:#fff;
	box-shadow: 1px 0px 53px -13px rgb(212 212 212);
	padding: 40px;
    width: 70%;
}

.RowSix .grid8{
	float:none;
	margin:auto;
}

.RowSeven{
	min-height:610px;
	padding:0px 0px 100px 0px;
	
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 20%), url(images/Single-Unified-Platform-Delivering-End-to-End-Data-Lifecycle-Functions.jpg); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 20%), url(images/Single-Unified-Platform-Delivering-End-to-End-Data-Lifecycle-Functions.jpg); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 20%), url(images/Single-Unified-Platform-Delivering-End-to-End-Data-Lifecycle-Functions.jpg); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ), url(images/red-car.jpg); /* IE6-9 */
	background-size: content;
	background-repeat: no-repeat;
	background-position: top left;
}
.RowSeven h3, .RowNine h3{
	color:#233D56;
	font-weight:500;
	font-size:150%;
	margin:0px 0px 30px 50px;
}
.RowSeven p, .RowNine p{
	line-height:23px;
	letter-spacing:0.53px;
	margin:0px 0px 20px 50px;
}
.RowSeven p strong, .RowNine p strong{
	color:#93AABF;
}
.RowEight{
	min-height:560px;
	padding:50px 0px 100px 0px;
	
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 20%), url(images/Integrated-Data-Management-and-Governance.jpg); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 20%), url(images/Integrated-Data-Management-and-Governance.jpg); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 20%), url(images/Integrated-Data-Management-and-Governance.jpg); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ), url(images/red-car.jpg); /* IE6-9 */
	background-size: content;
	background-repeat: no-repeat;
	background-position: top right;
}

.RowEight .grid3{
	float:right;
}
.RowEight .grid6{
	float:right;
}
.RowEight h3{
	color:#233D56;
	font-weight:500;
	font-size:150%;
	margin:0px 30px 30px 0px;
}
.RowEight p{
	line-height:23px;
	letter-spacing:0.53px;
	margin:0px 30px 20px 0px;
}
.RowEight p strong{
	color:#93AABF;
}
.RowNine{
	min-height:560px;
	padding:50px 0px 100px 0px;
	
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 20%), url(images/Integrated-Data-Security-and-Privacy.jpg); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 20%), url(images/Integrated-Data-Security-and-Privacy.jpg); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 20%), url(images/Integrated-Data-Security-and-Privacy.jpg); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ), url(images/red-car.jpg); /* IE6-9 */
	background-size: content;
	background-repeat: no-repeat;
	background-position: top left;
}
/* --------------------------- */
footer{
	background-color:#383838;
	color:#fff;
	font-size:12px;
	padding:30px 0px;
}
footer p{
	line-height:23px;
}
footer ul{
	display:table;
}
footer li{
	list-style:none;
	width:47%;
	float:left;
	margin-bottom:20px;
}
footer .grid3:last-child{
	font-size:180%;
}
footer a, footer a:visited, .copyright a, .copyright a:visited{
	color:#fff;
}
footer a:hover, .copyright a:hover{
	color:#F39C11;
}
.copyright{
	background-color:#2B2B2B;
	text-align:center;
	font-size:80%;
	color:#fff;
	padding:10px 0px;
}
.OnlyMobile{
	display:none;
	visibility:hidden;
	margin-bottom:0px;
}

/* ------------ /Footer ----------- */
#hidden-content h3{
	font-weight:500;
	margin-bottom:20px;
}
#wpcf7-f77-o1 textarea{
	width: 94%;
}
#wpcf7-f77-o1 select{
	width: 94%;
    margin-bottom: 20px;
}
.grid6 #wpcf7-f77-o1 select{
	width: 97%;
    margin-bottom: 20px;
}
.LinkRowOne{
	padding:70px 0px;
}
.LinkRowOne .grid12{
	float:none;
	margin:auto;
	position:relative;
}
.LinkRowOne h2{
	color: #233D56;
	font-size:150%;
	font-weight:500;
	margin-bottom:20px;
}
.LinkRowOne h6{
	color: #233D56;
	font-size:200%;
	font-weight:500;
	margin-bottom:20px;
}
.LinkRowOne p{
	line-height:23px;
	letter-spacing:0.54px;
	padding:0px 0px 20px 0px;
}
.LinkRowOne h3{
	color: #233D56;
	font-size:120%;
	font-weight:500;
	margin-bottom:20px;
}
.LinkRowOne ul{
	margin-bottom:20px;
}
.LinkRowOne li{
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	letter-spacing:0.53px;
}

.corevalue ul {
	display: table;
	width: 97%;
	margin: auto;
}
.corevalue li {
	text-align: center;
	padding: 20px 0px;
	list-style: none;
	float: left;
	width: 22%;
	margin: 20px 1%;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}
.corevalue li:hover {
	background-color: #d9e0e6;
}
.corevalue li img {
	display: block;
	margin: 0px auto 10px auto;
}
.corevalue h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 10px;
}
.corevalue p {
	padding: 10px;
	font-size: 90%;
	line-height: 1.7em;
}

/* --------------------------------------------------------------------- */
.linkpagesingle h1, .blogListing h6, .whitepaper h6 {
	color: #233D56;
	font-size: 200%;
	text-align: left;
	margin: 10px 0px;
	padding-bottom: 20px;
	font-weight:500;
	line-height:32px;
}
.linkpagesingle h2{
	font-size:130%;
	color: #233D56;
	font-weight:500;
	padding-bottom:20px;
	line-height:32px;
}
.linkpagesingle ul{
}
.linkpagesingle li{
}
.scrollup {
	width: 46px;
	height: 46px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/scroll-top.png') no-repeat;
}
/* --------- Pagination -------------- */
.blogListing {
}
.blogListing .grid8 ul, .whitepaper ul, .whitepaperlink ul {
	display: table;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
.blogListing .grid8 li, .whitepaper li, .whitepaperlink li {
	list-style: none;
	width: 31%;
	margin: 0px 1% 25px 1%;
	float: left;
	position: relative;
	padding-bottom: 60px;
	background-color: #ecf0f4;
	border: 1px solid #d9e0e6;
}
.whitepaperlink li {
	width: 23%;
}
.blogListing .grid8 li .thumbimg, .whitepaper li .thumbimg, .whitepaperlink li .thumbimg {
	line-height: 0px;
}
.blogListing .grid8 li .thumbimg img:hover, .whitepaper li .thumbimg img:hover, .whitepaperlink li .thumbimg img:hover {
	-webkit-filter: grayscale(70%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(70%); /* FF 35+ */
}
.blogListing .grid8 li h3, .whitepaper li h3, .whitepaperlink li h3 {
	line-height: 0px;
}
.blogListing .grid8 li h3 strong, .whitepaper li h3 strong, .whitepaperlink li h3 strong {
	display: inline-block;
	line-height: normal;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}
.blogListing .grid8 li h3 strong:first-child, .whitepaper li h3 strong:first-child, .whitepaperlink li h3 strong:first-child {
	background-color: #0dbcd4;
}
.blogListing .grid8 li h3 strong:last-child, .whitepaper li h3 strong:last-child, .whitepaperlink li h3 strong:last-child {
	background-color: #465165;
}
.blogListing .grid8 li h2, .whitepaper li h2, .whitepaperlink li h2 {
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	margin: 10px 10px 10px 10px;
}
.whitepaperlink li h2 {
	padding: 0px;
}
.blogListing .grid8 li h2 a, .blogListing .grid8 li h2 a:visited, .whitepaper li h2 a, .whitepaper li h2 a:visited, .whitepaperlink li h2 a, .whitepaperlink li h2 a:visited {
	color: #0dbcd4;
	text-decoration: none;
}
.blogListing .grid8 li h2 a:hover, .whitepaper li h2 a:hover, .whitepaperlink li h2 a:hover {
	color: #f15a2b;
	text-decoration: none;
}
.blogListing .grid8 li p, .whitepaper li p, .whitepaperlink li p {
	margin: 0px 10px;
	font-size: 90%;
	line-height: 1.7em;
}
.blogListing .grid8 li span a.orangebutton, .whitepaper li span a.orangebutton, .whitepaperlink li span a.orangebutton {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.blogListing .grid4 {
	margin: 0px;
}
.blogdetails {
	padding: 100px 0px 30px 0px;
}
.blogdetails p{
	line-height:23px;
	letter-spacing:0.53px;
	padding-bottom:20px;
	text-align: justify;
}
.blogdetails aside .textwidget{
	display:block;
}
.blogdetails aside .SideStyle form{
	width:100%;
}
.blogdetails .news h6{
	border-top:4px solid #4d72b9;
	border-bottom:4px solid #4d72b9;
	padding:10px 0px;
	margin:20px 0px;
	line-height:1.6em;
	color:#1f4e79;
	font-size: 90%;
	clear:both;
	font-weight:500;
}
.blogdetails .news ol{
	display:table;
	width:100%;
	margin:20px 0px;
}
.blogdetails .news ol li{
	list-style:none;
	float:left;
	width:48%;
	margin:0px;
}
.blogdetails .news ol li:first-child{
	margin-right:20px;
}
.blogdetails .news ol li h6{
	margin:0px;
}

.blogdetails .grid4, .NewsPage .grid4, .whitepaper .grid4, .blogListing .grid4 {
	/*border-left: 1px solid #ededed;*/
}
.SideStyle {
	margin: 0px 0px 20px 20px;
}
.SideStyle h4, #comments h3 {
	background-image: url(images/single-row.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 20px 0px;
}
.SideStyle ul {
	display: block;
	margin-bottom: 20px;
}
.SideStyle ul li {
	list-style: none;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.SideStyle li a, .SideStyle li a:visited {
	display: block;
	border-bottom: 1px solid #d8d8d8;
	color: #1975a3;
	padding: 10px 0px;
	text-decoration: none;
}
.SideStyle li a:hover {
	color: #f15a2b;
	text-decoration: none;
}
.newslist {
	display: table;
	width: 100%;
}
.SideStyle li.newslist {
	border-bottom: 1px solid #d8d8d8;
	display: table;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
.newslist img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.newslist h3 {
	float: left;
	font-weight: 700;
	word-wrap: break-word;
	width: 80%;
	margin: 0px 0px 0px 10px;
	font-size: 100%;
	line-height: 1.2em;
}
.SideStyle li.newslist a {
	display: inline!important;
	text-decoration: none;
}
.SideStyle li.newslist h3 a {
	border: 0px!important;
	text-decoration: none;
}
.newsgroup {
	width: 90%;
	margin: auto;
	float: none;
}
.newsblock {
	margin: 0px 20px;
	width: 20%;
}
.newsblock h2 {
	position: relative;
	padding: 0px 0px 0px 65px;
	font-weight: 400;
	font-size: 1em;
	height: 80px;
}
.newsblock h2 a, .newsblock h2 a:visited {
	color: #0dbbd4;
}
.newsblock h2 a:hover {
	color: #f15a2b;
}
.newsblock h2 span {
	background-color: #0dbcd4;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-size: 110%;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.newsblock h2 span strong {
	background-color: #465165;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	clear: left;
	width: 100%;
	margin-top: 10px;
	padding: 2px 0px;
	font-weight: 300;
	text-transform: uppercase;
}
.newsblock p {
	font-size: 14px;
}
.NewsPage .newsblock {
	width: 31%;
	margin: 0px 1% 25px 1%;
	float: left;
	position: relative;
	background-color: #ecf0f4;
	border: 1px solid #d9e0e6;
}
.NewsPage .newsblock:hover {
	background-color: #FFFFFF;
}
.NewsPage .newsblock h2 {
	padding: 10px 10px 15px 65px;
}
.NewsPage .newsblock p {
	padding: 0px 10px 10px 10px;
	line-height: 1.6em;
}
.whitepaper ul {
}
.whitepaper .grid8 li, .ServicecSix li {
	list-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #d8d8d8;
}
.whitepaper .grid8 li i, .ServicecSix li i {
	margin-right: 10px;
}
a.orangebutton, a:visited.orangebutton {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	background-color: #F39C11;
	color: #FFFFFF;
	font-size: 17px;
	padding: 8px 20px;
}
a:hover.orangebutton {
	background-color: #ff6900;
}
.WhitePaperForm form{
	width:90%;
	margin:20px auto;
	padding:20px;
	background-color:#edf0f3;
}
.WhitePaperForm select{
	width:95.5%;
}
.white-paper-two .linkPagebanner h1{
	font-size:160%;
}
.grayblock, .whiteBlock{
	padding: 70px 0px;
	clear:both;
}
.grayblock{
	background-color:#E1E2E6;
}
.whiteBlock{
}
.grayblock h3, .whiteBlock h3{
    color: #233D56;
    font-size: 150%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.grayblock h3 strong, .whiteBlock h3 strong{
	display:block;
}

.grayblock ul, .whiteBlock ul {
    display: table;
    width: 100%;
    margin-top: 0px;
}
.grayblock li, .whiteBlock li {
    list-style: none;
    width: 45%;
    margin: 0px 0px 40px 20px;
    float: left;
    line-height: 26px;
    font-size: 100%;
}
.grayblock li h4, .whiteBlock li h4 {
    color: #ff7300;
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #ff7300;
    padding-bottom: 10px;
}
.grayblock li p, .whiteBlock li p  {
    font-size: 90%;
	line-height:23px;
	letter-spacing:0.53px;
}


@media only screen and (max-width: 980px) {
	.fullWrapper{
		width:100%;
	}
	.wrapper, .limiter{
		width:96%;
		margin:auto;
	}
	
}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 800px) {


}

@media only screen and (max-width: 768px) {

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12{
	float:none;
	width:98%;
	margin:auto;
}
.banner section {
    width: 300px;
    margin: -154px 0 0 -170px;
}
.linkPagebanner section{
	width: 300px;
	margin: -66px 0 0 -170px;
}
.rowOne li {
    width: 88%;
    margin: 0px auto;
    float: none;
}
.rowTwo {
	background-position: 38px bottom;
    min-height: 550px;
}
ul.SubRowTwo li {
	width: 100%;
	margin-left: 0px;
	float: none;
}
.RowThree .grid6 img, .RowFour .grid6 img, .RowFive .grid6 img{
	margin-top:50px;
}
input[type=text], input[type=url], input[type=tel], input[type=number], input[type=color], input[type=email], input[type=password], textarea{
	width: 93%;
}
/*input[type=text].midsize, input[type=email].midsize, input[type=tel].midsize, input[type=text].midsizeRight, input[type=email].midsizeRight, input[type=tel].midsizeRight*/
.FirstName, .EmailAddress, .CompanyName{
    width: 99%;
}
/*select, select.midsize{*/
.LastName, .PhoneNumber, .JobTitle{
	width:99%;
}
.country{
	width:99%;
}
.OnlyMobile{
	display:block;
	visibility:visible;
	margin-bottom:30px;
}
.RowSeven,.RowEight, .RowNine{
	background:none;
	padding: 0px 0px 50px 0px;
}
.RowEight h3, .RowSeven h3, .RowNine h3 {
    margin: 0px 20px 30px 20px;
}
.RowEight p, .RowSeven p, .RowNine p {
    margin: 0px 20px 20px 20px;
}
.RowEight {
    min-height: 560px;
    padding: 50px 0px 50px 0px;
}
footer .grid3{
	float:none;
	width:99%;
	text-align:center;
	margin-bottom: 20px;
}
footer .grid3:nth-child(3){
	display:none;
	visibility:hidden;
}
#access{
	display:none;
	visibility:hidden;
}
.mobilemenu .memblogin{
    position: absolute;
    right: 80px;
    color: #fff;
    font-size: 220%;
    top: -11px;
}
/* ------ Mobile ------- */
.mobilemenu {
	display: table;
	visibility: visible;
	position: fixed;
	width: auto;
	color: #fff;
	top: 16px;
	left: 10px;
	z-index: 9999999;
	width: 95%;
}
.mobilemenu label {
	text-align: left;
}
/* MOBILE */
/*Strip the ul of padding and list styling*/

.mobilemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: static;
}
/*Create a horizontal list with spacing*/

.mobilemenu li {
	display: block;
	margin-right: 1px;
	border-top: 1px solid #5b5b5b;
}
/*Style for menu links*/

.mobilemenu li a {
	display: block;
	min-width: 140px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	color: #fff;
	background: #3b3f41;
	text-decoration: none;
	font-size: 100%;
	padding: 8px 0px 8px 10px;
}
/*Hover state for top level links*/

.mobilemenu li:hover a {
	background: #f39c11;
}
/*Style for dropdown links*/

.mobilemenu li:hover ul a {
	background: #c27c0c;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
}
/*Hover state for dropdown links*/

.mobilemenu li:hover ul a:hover {
	background: #f39c11;
	color: #fff;
}
/*Hide dropdown links until they are needed*/

.mobilemenu li ul {
	display: none;
}
/*Make dropdown links vertical*/

.mobilemenu li ul li {
	display: block;
	float: none;
	width: 100%;
}
/*Prevent text wrapping*/

.mobilemenu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 8 10px;
	text-align: left;
}
/*Display the dropdown on hover*/

.mobilemenu .menu-header ul li a:hover + .sub-menu, .sub-menu:hover {
	display: block;
}
/*Hide checkbox*/

.mobilemenu input[type=checkbox] {
	display: none;
}
/*Show menu when invisible checkbox is checked*/

.mobilemenu input[type=checkbox]:checked ~ #menu {
	display: block;
}
/*Display 'show menu' link*/

.mobilemenu .show-menu {
	/*display: block;*/
    display: table;
    text-align: right;
    position: relative;
    top: -6px;
    right: -358px;
}
/*Pointer on Hover, so that the user knows of an active link*/

.mobilemenu .show-menu:hover {
	cursor: pointer;
}
/*Center the text*/

.mobilemenu li ul li a {
	text-align: center;
}
/*Make dropdown links appear inline*/

.mobilemenu ul {
	/*position: static;*/

	display: none;
	position: absolute;
	width: 100%;
	left: 0px;
}
.mobilemenu ul ul {
	position: relative;
	width: 100%;
	display: none;
}
/*Make all menu links full width and center the text*/
.mobilemenu ul li {
	width: 100%;
}
.mobilemenu li ul li a {
	text-align: left;
}
/* MOBILE */
.sideContainerOne h4, .sideContainerTwo h4{
    padding: 20px 0px 20px 20px;
}
.sideContainerOne ul{
	margin: 0px 0px 20px 20px;
}
.sideContainerTwo form{
	margin-left:20px;
	margin-right:20px;
}
.corevalue li {
	float: none;
	width: 97%;
}
.alignright, .alignleft{
    float: none;
    margin: 0px auto 20px auto;
    display: block;
}
.NewsPage .newsblock {
    width: 90%;
    margin: 0px auto 25px auto;
    float: none;
}
.linkPagebanner h1 {
    font-size: 150%;
}
.linkPagebanner p{
    display:none;
	visibility:hidden;
}
.blogListing .grid8 li, .whitepaper li, .whitepaperlink li {
    width: 90%;
    margin: 0px auto 25px auto;
    float: none;
}
.grayblock li, .whiteBlock li{
	width: 90%;
	float: none;
}
}

@media only screen and (max-width: 640px) {


}

@media only screen and (max-width: 600px) {


}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {

}