/*
www.devsaran.com
*/

/* @import url(http://fonts.googleapis.com/css?family=HelveticaNeue:400,300,700); */


/* Reset
================================================== */
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 {
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-height: normal;
}

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;
}

/* Body & Main
================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #606060;
  font: 14px/1.6 "Helvetica Neue",Helvetica,sans-serif;
}

/* Links */

a {
  color: #127fc4;

}

a:visited {
  color: #127fc4;
}

a:hover,
a:focus,
a:active {
  color:#000;
  text-decoration: none;
}

/*set max img width*/
#wrapper img {
  max-width: 100%;
}



/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}


/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  /* background:#555;
  color:#fff; */
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

.heading { font-size: 30px; color: #117fc3; }
.subheading { font-size: 20px; color: #117fc3; padding: 0 30px 0 30px;}
.consulting-subheading { font-size: 20px; color: #117fc3; padding-bottom: 25px;}

.leftsubheading { font-size: 20px; color: #117fc3; padding: 0; }

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid #000000 rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 30px 0 30px 0;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Head */

#masthead{
  position: relative;
}
.site-branding{
	margin-left: -15px;
  margin-bottom: 20px;
}
#site-logo {
  float: left;
  padding: 15px 15px 0 0;
}
h1#site-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}


/* Menu */

.menutoggle{
  width: 36px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 20px;
  top:25px;
  font-size: 20px;
  display:none;
}

#main-menu {
  padding: 0;
 /*  margin: 25px 0px 15px; */
  margin: 40px -45px 15px;
  height:45px;
  border-bottom: none;
  float: right;
}

#main-menu ul {
  width: auto;
  float:left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-menu li {
  float: left;
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
  color: #fff;
  font-weight:400;
}

#main-menu li a {
  color: #777;
  display: block;
  margin: 0;
  padding: 5px 10px 5px 5px;
  text-decoration: none;
  position: relative;
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
  /*color: #ed564b;*/
  /*color: #ff8d00;*/

 	color: #127fc4;
}

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color:#777;
  width: 148px;
  margin: 0;
  padding: 10px 10px;
  border-top:1px solid #ddd;
  position: relative;
  font-weight:400;
}

#main-menu ul li ul li:first-child a,#main-menu ul li ul li ul li:first-child a,#main-menu ul li ul li ul li ul li:first-child a  {
  border-top:none;
}

#main-menu li ul li a:hover ,#main-menu li ul li ul li a:hover ,#main-menu li ul li ul li ul li a:hover {
  /*color: #ed564b;*/
  /*color: #ff8d00;*/
 	color: #127fc4;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0;
  padding: 5px 5px;
  background:#efefef;
}

#main-menu li ul a {
  width: 150px;
}

#main-menu li ul a:hover, #main-menu li ul a:active {
}

#main-menu li ul ul {
  margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover {
  position: static;
}

#main-menu ul.sf-arrows {
/*	padding-right: 10px; */
}

#main-menu ul.sf-arrows a.sf-with-ul {
        padding-right: 1.5em;
        *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0.5em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #202020; /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(10,10,10,.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
        border-top-color: #202020; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
        border-color: transparent;
        border-left-color: #202020; /* edit this to suit design (no rgba in IE8) */
        border-left-color: rgba(10,10,10,.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
        border-left-color: #202020;
}

/* Layout */

.front #primary {
  padding-top: 1px;
}

#primary, #sidebar{
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-content {
  padding-top: 15px;
}

.front #main-content {
  padding-top: 0;
}

/* Slider */

#slidebox{
  /*max-height: 550px;*/
  max-width: 1240px;
  position: relative;
  background: #000;
  margin-left: auto;
  margin-right: auto;
}

.doverlay{
  visibility: hidden;
  background: url(images/overlay.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0px;
  z-index: 100;
}

.flex-viewport {max-height: 2000px; -webkit-transition: none; -moz-transition: none; transition: none;}


img.grayscale {
  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 */
}

.flex-caption{
  width: 800px;
  position: absolute;
  top:28%;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 120;
  color: #fff;
}

.flex-caption h2{
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
  color: #fff;
}

.flex-caption p{
  font-size: 16px;
}

a.frmore{
  background: rgba(255,255,255,0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0;
  margin: 10px auto;
  font-weight: bold;
  color: #fff!important;
}

#preface-area {
  background: none repeat scroll 0 0 #ED564B;
  border-bottom: 5px solid #F96B61;
  border-top: 5px solid #F96B61;
  padding: 40px 0 20px;
}

.preface-block{
  color: #fff;
  text-align: center;
}


.preface-block .block > h2{
  font-size: 24px;
  font-weight: bold;
}

#header-block, #footer-block {
  padding: 20px 0 0;
}


#bottom{
  padding: 20px 0 40px 0;
  background: #3b3b3b;
  border-top:5px solid #ed564b;
}

.footer-block{
  color: #aaa;
}

.footer-block .block > h2{
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0;
  color:#fff;
  text-transform: uppercase;
}

/* Footer */
div.region-footer div.content p {
	margin: 0;
}

.orange {
	color: #ff8d00;
}

.site-footer{
  padding: 10px 0;
  background:#292929;
  font-size: 12px;
}

.fcred{
  padding: 10px 0;
  color: #bbb;
}

.fcred a:link, .fcred a:visited{
  color:#fff;
}

a img.social-icon {
  margin-left: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}

a:first-child img.social-icon {
  margin-left: 0;
}

#google_translate_element {
	display: none;
}

/* =Content
----------------------------------------------- */

.node h2.title a, h1.page-title {
  /* color: #000000; */
  color: #117fc3;
  font-size: 48px;
  font-weight: 100;
  /* font-weight: bold; */
  /* padding-top: 10px; */
  margin-bottom: 0;
  padding-top: 30px;
  border-top: solid 1px;
  line-height: normal;
}


#block-views-blog-view-block-1,
#block-views-news-block-1 {
  text-align: center;
}

#block-views-blog-view-block-1 h2,
#block-views-news-block-1 h2 {
  color: #117fc3;
  font-size: 26px;
}

#block-views-blog-view-block-1 a:visited,
#block-views-blog-view-block-1 a,
#block-views-news-block-1 a:visited,
#block-views-news-block-1 a {
  color: #464848;
  font-weight: bold;
}

#block-views-blog-view-block-1 a:hover,
#block-views-news-block-1 a:hover {
  /*color: #f36f21;*/
 	color: #127fc4;
}




#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  /* border: 1px solid #CCCCCC; */
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}

.page-node #content-wrap img {
  /* border: 1px solid #CCCCCC; */
  padding: 0;
  height: auto;
  max-width: 100%;
  /* margin: 0.5em 1em 0.5em 0; */
}

.front h2,
.front h3 {
	color: #127fc4;
	font-weight: 300;
}


/* clients page */
.field-content h4  {
	color: #127fc4;
}



/* Front page feature list */

#content-wrap .front-page-features h4 {
	clear: none;
	color: #000000;
}

#content-wrap .front-page-features p {
	margin: 0;
}

#content-wrap .front-page-features p strong {
	color: #000000;
}

#content-wrap .front-page-features {
	margin-bottom: 20px;
	vertical-align: top;
}

#content-wrap img.front-page-icon {
  float: left;
  margin-right: 20px;
  padding: 0;
}

.main-products {
  padding: 15px 15px 15px 15px;
}

.ddd {
  padding: 15px 0 15px 0;
}


.product-module {
	padding-top: 30px;
  padding-bottom: 0;

}

.product-module:nth-of-type(2) {
	padding-top: 30px;
  padding-bottom: 30px;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
  font-size: 20px;
  color:#000;
  margin-bottom: 15px;
  /* text-transform: uppercase;
  font-weight: bold; */
}

.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}

#block-block-6 .side-bar-request {
  text-align: left;
  width: 32%;
  background: rgba(255,255,255,1);
 /* background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,235,237,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(234,235,237,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,235,237,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,235,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,235,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(234,235,237,1) 100%);
   border: 1px #f4f4f4 solid;
  */
  padding: 10px;
  /* margin-bottom: 20px; */
  margin-right: 5px;
/*  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; */
  display:inline-block;
}

#block-block-6 .side-bar-request a {
  color: #606060;

}
#block-block-6 .side-bar-request a:visited {
  color: #606060;
}
#block-block-6 .side-bar-request a:hover,
#block-block-6 .side-bar-request a:focus,
#block-block-6 .side-bar-request a:active {
  /*color: #ff8d00;*/
 	color: #127fc4;
  text-decoration: none;

}

#sidebar .side-bar-request p {
  margin-bottom: 0;
}

#sidebar .side-bar-request img {
  margin: 5px 0;
}

#sidebar .side-bar-request p:first-child {
  text-align: center;
}

#sidebar .side-bar-request p:nth-child(3) {
  font-size: 11px;
  line-height: 1.2em;
}

.views-row {
	clear: both;
}

.views-row .customer-logo img,
.news-related-image img,
.blog-thumbnail-image img,
.views-row .partner-logo img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#block-system-main>.content>.view-news .views-row {
	margin-bottom: 20px;
}

body.node-type-oem-partner div.content div.field.field-name-body h2,
body.node-type-oem-partner div.content div.field.field-name-body h3,
body.node-type-oem-partner div.content div.field.field-name-body h4,
body.node-type-oem-partner div.content div.field.field-name-body h5,
body.node-type-news div.content div.field.field-name-body h2,
body.node-type-news div.content div.field.field-name-body h3,
body.node-type-news div.content div.field.field-name-body h4,
body.node-type-news div.content div.field.field-name-body h5,
.views-row h2,
.views-row h3,
.views-row h4,
.views-row h5 {
	clear: none;
}

#content-wrap div.front-page-features h4,
#content-wrap div.front-page-features p {
	margin-left: 80px;
}

.views-row h4.title,
.views-row label,
.views-row span.field-content div,
.views-row div.views-field-body-1 div.field-content,
.views-row div.views-field-body div.field-content,
.views-row span.field-content.read-more > a
{
	margin-left: 120px;
}

body.node-type-oem-partner div.content div.field.field-name-field-partner-logo,
body.node-type-news div.content div.field.field-name-field-related-image {
	float: left;
}

body.node-type-oem-partner div.content div.field.field-name-body,
body.node-type-news div.content div.field.field-name-body {
	margin-left: 120px;
}


/* -------------- Mikey's additions to the styling -------------- */

p.center {
	text-align: center;
}

body.taxonomy-blue h1.page-title {
color: #117fc3;
border-color: #117fc3;
}

body.taxonomy-blue div.field-name-body a,
body.taxonomy-blue div.field-name-body a:visited {
color: #117fc3;
}

body.taxonomy-cyan h1.page-title {
color: #008eab;
border-color: #008eab;
}

body.taxonomy-cyan div.field-name-body a,
body.taxonomy-cyan div.field-name-body a:visited {
color: #008eab;
}

body.taxonomy-green h1.page-title {
color: #60a241;
border-color: #60a241;
}

body.taxonomy-green div.field-name-body a,
body.taxonomy-green div.field-name-body a:visited {
color: #60a241;
}

body.taxonomy-magenta h1.page-title {
color: #d80177;
border-color: #d80177;
}

body.taxonomy-magenta div.field-name-body a,
body.taxonomy-magenta div.field-name-body a:visited {
color: #d80177;
}


body.taxonomy-orange h1.page-title {
  color: #f37022;
 /*  color: #f37022; */
 /*	color: #127fc4;*/

 border-color: #f37022;
/* border-color: #f37022; */
/* border-color: #127fc4; */

}

body.page-oem-partners h1.page-title,
body.page-news h1.page-title,
body.taxonomy-news h1.page-title {
  color: #127fc4;
 /*  color: #f37022; */
 /*	color: #127fc4;*/

 border-color: #127fc4;
/* border-color: #f37022; */
/* border-color: #127fc4; */

}


body.page-oem-partners a,
body.page-oem-partners a:visited,
body.page-news a,
body.page-news a:visited,
body.taxonomy-news a,
body.taxonomy-news a:visited {
	color: #127fc4;

}


body.taxonomy-orange div.field-name-body a,
body.taxonomy-orange div.field-name-body a:visited {
  /*color: #127fc4;*/
 	color: #f37022;
}

.white {
 color: white;
}

a.blue {
color: #117fc3;
}

a.blue:visited {
color: #117fc3;
}

.orange {
color: #f37022;
}

.blue {
color: #117fc3;
}

.lightblue {
	color: #00adef;
}

.pink {
	color: #d80177;
	}

.cyan {
	color: #008eab;
	}
.green {
	color: #60a241;
	}

.black {
	color: #000000;
	font-weight: 400;
	}

.grey {
	color: #a1b1b6;
	font-weight: 400;
}

#wrapper {
  width: 100%;
}

#lhcontent {
  float: left;
  width: 50%;
  padding-bottom:10px;
  padding-right: 25px;
}


#uicontent {
  float: left;
  width: 50%;
  padding:25px;
}

#uirhcontent {
  float: right;
  width: 50%;
  overflow:none;
}

#rhcontent {
  float: right;
  width: 50%;
  overflow:none;
}

#alignright {
    right: 0;
    padding: 10px;
}


#col1, #col2, #col3  {

  float: left;
  width: 33%;
}

#uicol1, #uicol2, #uicol3  {
  float: left;
  width: 33%;
}

#col2analytics {
	 float: left;
 	 width: 33%;
 	 vertical-align: top;
 }

#col1 > div  {
	margin-top:10px;
	margin-bottom:10px;
	}

#col2 > div, #col3 > div  {

	margin-top:10px;
	margin-bottom:10px;
	}


#ui {
	margin-top: 15px;
background: #282828;
width: 100%;
overflow:hidden;
padding: 0;
}



#themeable {

background: #595758;
width: 100%;
overflow:hidden;
padding: 25px;
}

.whiteheader {
	font-size: 26px;
	vertical-align:top;
 color: white;
}



#colimg
{
    float: left;
    width: 70px;
}


#col
{
	margin-right: 15px;
    float: left;
	width: auto;
}


#col-big-image {
	margin-right: 15px;
    float: left;
	width: auto;
}




.colcontainer {
	overflow:hidden;
	}

#colright
{    float: right;
}

#last{
    clear: left;
}

ul.bluebullet {
list-style-image: url('images/bullets/blue.jpg');
}



ul.orangebullet {
list-style-image: url('images/bullets/orange.jpg');
}


ul.pinkbullet {
list-style-image: url('images/bullets/pink.jpg');
}

ul.cyanbullet {
list-style-image: url('images/bullets/cyan.jpg');
}

ul.greenbullet {
list-style-image: url('images/bullets/green.jpg');
}

.orangeblock {
	padding: 15px;
	background-color: #f37022;
	color: #fff;
	}

	.greenblock {
	overflow:hidden;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #60a241;
	color: #fff;
}



#quote {
    float: left;
   background-image: url("/sites/default/files/content/quotemark.png");
   width:30px;
   height:30px;

}

.quotecontainer {
	background-color: #eeeeee;
	padding:15px;
	margin-bottom: 25px;
}

.customer {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 15px;
	font-style: normal;
}

.quotetext {
	font-size:25px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	overflow: hidden;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 0;
	color: #000;
	vertical-align: text-top;
}


#ugquote {

   background-image: url("/sites/default/files/content/ugquotemark.png");
	padding-left: 100px;
	padding-bottom: 5px;
	line-height: normal;
	background-repeat: no-repeat;
}

.ugquotecontainer {
	display: inline;
	background-color: #ffffff;
	padding:0px;
	margin-bottom: 0;
	text-align: center;
}

.ugquotetext {
	display: inline;
	text-transform: uppercase;
	font-size:25px;
	font-family: Open Sans, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size:20px;
	overflow: hidden;
    padding: 10px;
    color: #000;
	vertical-align: text-top;
	font-weight: 600;
}

.quoteblue {
	color: #117fc3 !important;
}

.ugcustcontainer {
	padding-top: 10px;

}

.ugcustomer {
	text-transform: uppercase;
	font-size:15px;
	font-family: Open Sans, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	padding-top: 15px;
	font-style: normal;
		text-align: center;
}

.ugline {
	min-width: 100px;
	text-decoration: line-through;
	font-size:12px;
	font-family: Open Sans, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	padding: 15px 5px 0px 5px;
	font-style: normal;
	text-align: center;
}




#fp_quote {

   background-image: url("/sites/default/files/content/ugquotemark.png");
	padding-left: 100px;
	padding-bottom: 5px;
	line-height: normal;
	background-repeat: no-repeat;
}

.fp_quotecontainer {


	background-color: #ffffff;
	padding:15px;
	margin-bottom: 25px;
	text-align: center;
}

.ug_quotecontainer {
	background-color: #ffffff;
	padding:0px 15px 15px 15px;
	margin-bottom: 25px;
	text-align: center;
}


.quotecontainer {
	display: inline;
	background-color: #ffffff;
	padding:15px;
	margin-bottom: 25px;
	text-align: center;
}


.fp_quotetext {
	display: inline;
	text-transform: uppercase;
	font-size:25px;
	font-family: Open Sans, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size:20px;
	overflow: hidden;
    padding: 0;
    color: #000;
	vertical-align: text-top;
	font-weight: 500;
}


.fp_custcontainer {
	padding-top: 10px;

}

.fp_customer {
	text-transform: uppercase;
	font-size:15px;
	font-family: Open Sans, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	padding-top: 15px;
	font-style: normal;
		text-align: center;
}

.fp_line {
	min-width: 100px;
	text-decoration: line-through;
	font-size:12px;
	font-family: Open Sans, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	padding: 15px 5px 0px 5px;
	font-style: normal;
	text-align: center;
}






#frontpageintro {
 padding: 15px;
 margin: 15px 0 15px 0;

}

#consulting-frontpageintro {
 padding: 0px;

}


#intro {
margin-top: 15px;
}

#intro-video .video-container-wrapper {
	padding-left: 10px;
	padding-bottom: 10px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#intro-text {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 14px;
}

#collaboration-images {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 14px;
	
}

.sixpillars {
	padding: 15px;
}




.videosection h5 {
	margin-top: 2px;
}


.newvideoicon {
	display: inline-block;
	margin-left: -15px;
	margin-bottom: -12px;
}




.breadcrumb {
 	padding: 0px 0px !important;
    margin-bottom: 20px;
    list-style: none;
    background-color: #FFF !important;
    border-radius: 4px;
}

#col1 > a:link, #col2 > a:link, #col3 > a:link  {
	color: #000000;
	text-decoration: none;
}

#col1 > a:visited, #col2 > a:visited, #col3 > a:visited  {
	color: #000000;
}


#col1 > a:hover, #col2 > a:hover, #col3 > a:hover  {
	  /*color: #f37022;*/
 	color: #127fc4;

}

.flow {
	width: 100%;
	overflow:none;
display:inline-block;
}

.primary-message {

margin-top: -28px !important;

}

.grey-content-container {
	/* width: 100%; */
	background-color: #eeeeee;
	padding: 30px;
	margin: 15px 0 0 0;
}


.front-grey-content-container {

	background-color: #f9f9f9;
	padding: 30px;

}



.blue-content-container {
	/* width: 100%; */
	background-color: #127fc4;
	padding: 30px;
	margin: 15px 0 0 0;
}



.blue-content-container .heading, .blue-content-container .subheading  {
	color: #ffffff;
}



.blue-content-container .product-module a,.blue-content-container .product-module {
	color: #ffffff !important;
}


div.product-module div h3 a {
font-size: 18px;
line-height:normal;
}

div.product-module div h3 {
color: white;
font-weight: 700;
font-size: 14px !important;
line-height:normal;
}


.white-content-container {
	/* width: 100%; */
	background-color: #ffffff;
	padding: 30px;
	margin: 0;
}

#block-views-blog-view-block-1,
#block-views-news-block-1 {
	margin-top: 0;
}


#block-views-blog-view-block-1 h2,
#block-views-news-block-1 h2 {
	margin-bottom: 15px;
}


div.grey-content-container.primary-message p {
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
}

/* -------------- Mikey's Special Ruler Thingamyjig -------------- */

hr.faded {
  clear: both;
  float: none;
  width: 90%;
  height: 1px;
  margin: 1.4em auto;
  /* margin: 1.4em 0; */
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

/* -------------- Webform -------------- */

.webform-client-form label {
	display: block;
}

.webform-client-form label.option {
	display: inline-block;
	font-weight: normal;
}

/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #ed564b;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 22px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }


/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{
  font-size: 16px;
}

.slicknav_menu {
	display:none;
}

/* New front page contact us bar */

div#top-contact-wrapper {
  margin-left: -50px;
  margin-right: -51px;
}

div#top-contact-wrapper > div > div {
  padding: 0;
}

div#top-contact-wrapper > div > div > a > div {
  background-color: #127fc4;
  padding: 5px 30px 5px 30px;
/*  min-height: 86px; */
  line-height: 1.2;
  margin: 0px 1px 1px 0;
  font-weight: 300;
   font-size: 1.120em;

}

div#top-contact-wrapper .icon{
  font-size: 2em;
  color: #fff;
  vertical-align:middle;
}

/* icon size in the top menus in different languages */

div#top-contact-wrapper div#uk > .icon{
  font-size: 40px;

 }

div#top-contact-wrapper div#fr > .icon{
  font-size: 40px;
 }

 div#top-contact-wrapper div#de > .icon{
  font-size: 40px;
 }

 div#top-contact-wrapper div#it > .icon{
  font-size: 40px;
 }

div#top-contact-wrapper div#es > .icon{
  font-size: 35px !important;
 }

 div#top-contact-wrapper div#pt > .icon{
  font-size: 40px;
 }

/* font size in the top menus in different languages */



div#top-contact-wrapper div.request-demo:hover {
  background-color: #53c9f1;
    -webkit-transition: background-color ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div#top-contact-wrapper div.request-callback:hover {
  background-color: #04A99B;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div#top-contact-wrapper div.online-support:hover {
  background-color: #f66300;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div#top-contact-wrapper div.download:hover {
  background-color: #FC3A9A;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div#top-contact-wrapper a,
div#top-contact-wrapper a:visited,
div#top-contact-wrapper a:hover {
  color: white;
}

div#top-contact-wrapper .icon{
  color: #fff;
  vertical-align:middle;
}





/* percentage stats on main page */

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 33%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 200px;
}

.user-group-chart {
  display: block;
  margin: 0 0 10px 0;
  max-width: 80%;
  max-height: 200px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle_chart {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

.percentage {
  font-family: sans-serif;
  font-size: 0.55em;
  text-anchor: middle;
}

.inner_text {
  color: #333333;
  font-size: 2.3px !important;
  text-align: center !important;
	padding-left: 5px !important;
	padding-right: 5px !important;

}

.blue {
	fill: #187ec9;

}

.pink {
	fill: #e84773; 
}

.orange {
	fill: #ff9f00;
}

.green {
	fill: #4CC790;
}





.blue, .blue_circle_text {
	color: #187ec9;
}

.pink, .pink_circle_text {
	color: #e84773;
}

.orange, .orange_circle_text {
	color: #ff9f00;
}

.green, .green_circle_text {
	color: #4CC790;
}





/* hack to show text in charts as images for IE as it doesnt accept foreignobject tag */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

	.circular-chart#text1 {
		background-image: url("/sites/default/files/images/circletext1.jpg");
		background-position: center;
		background-repeat: no-repeat;
	}

	.circular-chart#text2 {
		background-image: url("/sites/default/files/images/circletext2.jpg");
		background-position: center;
		background-repeat: no-repeat;
	}

	.circular-chart#text3 {
		background-image: url("/sites/default/files/images/circletext3.jpg");
		background-position: center;
		background-repeat: no-repeat;
	}
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle_chart {
  stroke: #ff9f00;
}

.circular-chart.green .circle_chart {
  stroke: #4CC790;
}

.circular-chart.blue .circle_chart {
  stroke: #187ec9;
}


.circular-chart.pink .circle_chart {
  stroke: #f1029b;
}



.user-group-chart.blue .circle_chart {
  stroke: #187ec9;
}


/* Floaty contact us bar thingamajig */

div#block-block-8 {
  position: fixed;
  padding: 10px 10px 5px 10px;
  right: 0;
  top: 80px;
  width: 76px;
  z-index: 1000;
  background-color: #fff;
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;


}

div#block-block-8 .icon {
  background-color: #000;
  font-size: 4em;
  color: #fff;
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div#block-block-8 #requestdemo .icon:hover {
  color: #53c9f1;
      -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;


  /* color: #53C9F1; */
}

div#block-block-8 #requestcallback .icon:hover {
  color: #04A99B;
      -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

div#block-block-8 #support .icon:hover {
  color: #f66300;
      -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

div#block-block-8 #download .icon:hover {
  color: #FC3A9A;
      -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

div#block-block-8 .showme {
  opacity: 1;
}

div#download-text,
div#requestcallback-text,
div#requestdemo-text,
div#support-text {
  position: fixed;
  opacity: 0;
  width: 150px;
  /* background-color: #117fc3; */
  background-color: #828282;
  color: white;
  padding: 10px;
}

div#requestdemo-text {
  background-color: #53c9f1;
  /* background-color: #53C9F1; */
  right: 68px;
  top: 89px;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div#requestcallback-text {
  background-color: #04A99B;
  right: 68px;
  top: 147px;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div#support-text {
  background-color: #f66300;
  right: 68px;
  top: 205px;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div#download-text {
  background-color: #FC3A9A;
  right: 68px;
  top: 263px;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div.contactimage {
  padding-bottom: 2px;

}

.view-display-id-block_1 .views-row {
	padding-bottom: 15px;
}

.grey-content-container .row .col-md-4 img {
	padding-top:10px !important;
	padding-bottom: 10px !important;

}


/* front page benefits */


#measure {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url('/sites/default/files/content/measure-main-inv.jpg');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#measure:hover {
   background-image:  url(' /sites/default/files/content/measure-main.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#monitor {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url(' /sites/default/files/content/monitor-main-inv.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#monitor:hover {
   background-image:  url(' /sites/default/files/content/monitor-main.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#manage {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url(' /sites/default/files/content/manage-main-inv.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#manage:hover {
   background-image:  url(' /sites/default/files/content/manage-main.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#detect {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url(' /sites/default/files/content/detect-main-inv.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#detect:hover {
   background-image:  url(' /sites/default/files/content/detect-main.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#determine {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url(' /sites/default/files/content/determine-main-inv.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#determine:hover {
   background-image:  url(' /sites/default/files/content/determine-main.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#drive {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url(' /sites/default/files/content/drive-main-inv.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#drive:hover {
   background-image:  url(' /sites/default/files/content/drive-main.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}



/* rollover icons for the Prism page */

#analytics {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/analytics-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#analytics:hover {
   background-image:  url(' /sites/default/files/content/analytics-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#dashboards {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/dashboards-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#dashboards:hover {
   background-image:  url(' /sites/default/files/content/dashboards-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#user {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/user-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#user:hover {
   background-image:  url(' /sites/default/files/content/user-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#directory {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/directory-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#directory:hover {
   background-image:  url(' /sites/default/files/content/directory-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#charge {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/charge-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#charge:hover {
   background-image:  url(' /sites/default/files/content/charge-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#reporting {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/reporting-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#reporting:hover {
   background-image:  url(' /sites/default/files/content/reporting-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#cross {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/cross-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#cross:hover {
   background-image:  url(' /sites/default/files/content/cross-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#security {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/security-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#security:hover {
   background-image:  url(' /sites/default/files/content/security-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#pcm {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/pcm-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#pcm:hover {
   background-image:  url(' /sites/default/files/content/pcm-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#ui {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/ui-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#ui:hover {
   background-image:  url(' /sites/default/files/content/ui-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#architecture {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/architecture-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#architecture:hover {
   background-image:  url(' /sites/default/files/content/architecture-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#roi {
	display: block;
    margin: auto;
	height: 100px;
	width: 100px;
	background-image: url(' /sites/default/files/content/roi-main.jpg');
	background-repeat: no-repeat;
    -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#roi:hover {
   background-image:  url(' /sites/default/files/content/roi-main-inv.jpg');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}




#companyexec {
	display: block;
    margin: auto;
	height: 80px;
	width: 80px;
	background-image: url(' /sites/default/files/content/companyexec.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#companyexec:hover {
   background-image:  url(' /sites/default/files/content/companyexec-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#financial {
	display: block;
    margin: auto;
	height: 80px;
	width: 80px;
	background-image: url(' /sites/default/files/content/financial.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#financial:hover {
   background-image:  url(' /sites/default/files/content/financial-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#departmental {
	display: block;
    margin: auto;
	height: 80px;
	width: 80px;
	background-image: url(' /sites/default/files/content/departmental.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#departmental:hover {
   background-image:  url(' /sites/default/files/content/departmental-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#servicepro {
	display: block;
    margin: auto;
	height: 80px;
	width: 80px;
	background-image: url(' /sites/default/files/content/servicepro.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#servicepro:hover {
   background-image:  url(' /sites/default/files/content/servicepro-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#network {
	display: block;
    margin: auto;
	height: 80px;
	width: 80px;
	background-image: url(' /sites/default/files/content/network.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#network:hover {
   background-image:  url(' /sites/default/files/content/network-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#engineer {
	display: block;
    margin: auto;
	height: 80px;
	width: 80px;
	background-image: url(' /sites/default/files/content/engineer.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#engineer:hover {
   background-image:  url(' /sites/default/files/content/engineer-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#industrial {
	display: block;
    margin: auto;
	height: 80px;
	width: 80px;
	background-image: url(' /sites/default/files/content/security.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#industrial:hover {
   background-image:  url(' /sites/default/files/content/security-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#enduser {
	display: block;
    margin: auto;
	height: 80px;
	width: 80px;
	background-image: url(' /sites/default/files/content/enduser.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#enduser:hover {
   background-image:  url(' /sites/default/files/content/enduser-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}



#certification {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url('/sites/default/files/content/certification-main.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#certification:hover {
   background-image:  url(' /sites/default/files/content/certification-main-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#profitability {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url('/sites/default/files/content/profitability-main.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#profitability:hover {
   background-image:  url(' /sites/default/files/content/profitability-main-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#program {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url('/sites/default/files/content/program-main.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#program:hover {
   background-image:  url(' /sites/default/files/content/program-main-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#services {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url('/sites/default/files/content/recurring-main.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#services:hover {
   background-image:  url(' /sites/default/files/content/recurring-main-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

#market {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url('/sites/default/files/content/market-main.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#market:hover {
   background-image:  url(' /sites/default/files/content/market-main-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


#marketing {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url('/sites/default/files/content/marketing-main.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#marketing:hover {
   background-image:  url(' /sites/default/files/content/marketing-main-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}



#management {
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	background-image: url('/sites/default/files/content/management-main.png');
	background-repeat: no-repeat;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

#management:hover {
   background-image:  url(' /sites/default/files/content/management-main-inv.png');
     -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}



.partners {
	margin-bottom: 25px;
}

.videos {
	margin-bottom: 10px;
	margin-top: 10px;
}

.videospacing {
	margin-bottom: 15px;
}

h5.blue {
	margin-top: 10px;
	margin-bottom: 5px;

}


.button_sliding_bg, .button_sliding_back_bg {
    color: #117fc3;
    background: #FFF;
    padding: 12px 17px;
    margin-left: 25px;
	margin-top: 25px;
    border-top: 1px solid #117fc3;
	border-bottom: 1px solid #117fc3;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #117fc3;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}


.button_sliding_bg:hover, .button_sliding_bg a:hover {
    color: #FFF !important;
    box-shadow: inset 200px 0 0 0 #117fc3;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.button_sliding_back_bg:hover, .button_sliding_back_bg a:hover  {
   color: #FFF !important;
    box-shadow: inset -200px 0 0 0 #117fc3;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;

}

/*
.download_button_sliding_bg {
    color: #117fc3;
    background: #FFF;
    padding: 8px;
    margin-left: 10px;
    margin-top: 0;
	background-image: url(' /sites/default/files/content/download.png');
	background-repeat:no-repeat;
	    border-top: 1px solid #117fc3;
    border-bottom: 1px solid #117fc3;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #117fc3;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
*/

/* .download_button_sliding_bg:hover, .download_button_sliding_bg a:hover {
	background-color: #117fc3;
   	background-image: url(' /sites/default/files/content/download_hover.png');
	background-repeat:no-repeat;
        border-top: 1px solid #117fc3;
    border-bottom: 1px solid #117fc3;
	box-shadow: inset 200px 0 0 0 #117fc3;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
*/

.title-image {
	display:block;
	align-content: 
center;}

a div.download_button_sliding_bg {
    height: 16px  !important;
    margin-left: 5px  !important;
	padding:8px  !important;
display: inline-block  !important;
	   border-top: 0px solid #117fc3  !important;
    border-bottom: 0px solid #117fc3  !important;
    -webkit-transition: all ease 0.5s  !important;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
	border-radius: 0;

}

a div.download_button_sliding_bg:hover {
    background-position: 0px 16px !important;
    border: solid 0px transparent !important;
}

a div.download_button_sliding_bg {
    background-image: url(' /sites/default/files/content/download.png') !important;
}


.facebook-hover {
    background-image: url(' /sites/default/files/content/facebook-hover.png');

}

.facebook-hover.social-slide:hover {
background-color: #3b5998;
	box-shadow: 0px 0px 4px 1px rgba(59,89,152,0.5);
}

.twitter-hover {
    background-image: url(' /sites/default/files/content/twitter-hover.png');
}

.twitter-hover.social-slide:hover {
background-color: #55acee;
	box-shadow: 0px 0px 4px 1px rgba(85,172,238,0.5);
}

.linkedin-hover {
    background-image: url(' /sites/default/files/content/linkedin-hover.png');
}

.linkedin-hover.social-slide:hover {
background-color: #007bb6;
	box-shadow: 0px 0px 4px 1px rgba(0,123,182,0.5);
}


.googleplus-hover {
    background-image: url(' /sites/default/files/content/googleplus-hover.png');
}

.googleplus-hover.social-slide:hover {
background-color: #c60000;
	box-shadow: 0px 0px 4px 1px rgba(198,0,0,0.5);
}


.youtube-hover {
    background-image: url(' /sites/default/files/content/youtube-hover.png');
}

.youtube-hover.social-slide:hover {
background-color: #ff0000;
	box-shadow: 0px 0px 4px 1px rgba(255,0,0,0.5);
}




.social-slide {
    height: 42px;
    width: 42px;
    margin-right: 0;
display: inline-block;

    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
	border-radius: 24px;
	border: solid 2px black;
}

.social-slide:hover {
    background-position: 0px -42px;
    border: solid 2px transparent;
}


.rh-slide {
    height: 50px;
    width: 50px;
    margin-right: 0;
	display: inline-block;
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
	border-radius: 0;
	border: solid 0 black
}

.rh-slide:hover {
    background-position: 50px 0;
		border: solid 0px #53c9f1;

}


.demo-hover {
    background-image: url(' /sites/default/files/content/demo-hover.png');

}

.demo-hover.rh-slide:hover {
background-color: #53c9f1;
	box-shadow: 0px 0px 4px 1px rgba(83,201,241,0.5);
}

.twitter-hover.rh-slide:hover {
background-color: #55acee;
	box-shadow: 0px 0px 4px 1px rgba(83,201,241,0.5);
}


.blockcenter {
	display: block;
	text-align: center;
    margin: auto;
    width: 50%;
}


.sexy_line {
    margin: 25px 0;
    height: 1px;
    background: gray;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, gray));
}


.request-text, #requestdemo-text, #requestcallback-text, #support-text, #download-text {
   -webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

div.product-module div h3 {
	padding: 10px 0 0 0;
}

div.product-module div h3 a {
	color: #606060 !important;
	font-weight:400;
}



.deployment	{
	padding: 10px 25px 0px 25px;

	}

.center {
	text-align:center !important;
}
/* history page */




#historycolcontainer {
	width:96.5% !important;
	height:80%;
	text-align:center;
	background-image: url(' /sites/default/files/content/line.jpg');
	background-repeat:no-repeat;
    background-size:contain;
	background-position:center;
	position:absolute;
	z-index: -1;

}


#lhcontainer {
	margin-left: -15px !important;
	margin-right: -15px !important;
	text-align: center;
}

.date {

	font-size: 14px;
}

.blue {
	text-align:left;
	font-weight:400;
	padding-bottom: 0;

}

.lightblue {

	font-weight:400;
	padding-bottom: 5px;
	background-color: white;
}


.blue-center {
	text-align:center;
	color: #00aeef;
	font-weight:400;
	padding-bottom: 0;
	background-color: white;
}

.orange-center {
	text-align:center;
	color: #f36d21;
	font-weight:400;
	padding-bottom: 0;
	background-color: white;
}

.green-center {
	text-align:center;
	color: #8dc63f;
	font-weight:400;
	padding-bottom: 0;
	background-color: white;
}

.yellow-center {
	text-align:center;
	color: #ffde16;
	font-weight:400;
	padding-bottom: 0;
	background-color: white;
}

.red-center {
	text-align:center;
	color: #ed1c24;
	font-weight:400;
	padding-bottom: 0;
	background-color: white;
}

.orange {
	/* text-align:center; */
	font-weight:400;
	padding-bottom: 0;
	background-color: white;
}



.green {
	/* text-align:center; */
	font-weight:400;
	padding-bottom: 0;
	background-color: white;
}


.yellow {
	/* text-align:center; */
	font-weight:400;
	padding-bottom: 0;
	background-color: white;
}

.red {
	 /* text-align:center; */
	font-weight:400;
	padding-bottom: 0;
	background-color: white;
}

.circle {
	line-height: 15px;
	font-size: 40px;
		padding-bottom: 0;
}

.lh-timeline_content {
	display: block;
	margin-top: 35px;
	margin-left: 10px;
	margin-right: 50px;
}

.rh-timeline_content {
	display: block;
	margin-top: 35px;
	margin-left: 40px;
	margin-right: 25px;
}


.blue_header {
	background-color: #00aeef;
	width: auto;
	color: #ffffff;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 85%;
}


.orange_header {
	background-color: #f36d21;
	width: auto;
	color: #ffffff;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 85%;
}

.green_header {
	background-color: #8dc63f;
	width: auto;
	color: #ffffff;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 85%;
}

.yellow_header {
	background-color: #ffde16;
	width: auto;
	color: #000000;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 85%;
}

.red_header {
	background-color: #ed1c24;
	width: auto;
	color: #ffffff;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 85%;
}




.triangleholder {
display: block;
}

div.col-md-2.triangleholder.left {
	margin-left: -15px !important;
}


div.col-md-2.triangleholder.right {
	margin-right: -15px !important;
}


div.col-md-3.right {
	margin-left: 0;
}

div.col-md-3.col-md-offset-3.left {
	margin-right: 0;
}

.arrow {
visibility: hidden;
}


#lh-bluetriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #00aeef transparent transparent transparent;
line-height: 0;
_border-color: #00aeef #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#rh-bluetriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #007bff transparent transparent;
line-height: 0;
_border-color: #000000 #007bff #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#lh-greentriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #8dc63f transparent transparent transparent;
line-height: 0;
_border-color: #8dc63f #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#rh-greentriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #8dc63f transparent transparent;
line-height: 0;
_border-color: #000000 #8dc63f #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#lh-orangetriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #f36d21 transparent transparent transparent;
line-height: 0;
_border-color: #f36d21 #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#rh-orangetriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #f36d21 transparent transparent;
line-height: 0;
_border-color: #000000 #f36d21 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


#lh-yellowtriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #ffde16 transparent transparent transparent;
line-height: 0;
_border-color: #ffde16 #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#rh-yellowtriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #ffde16 transparent transparent;
line-height: 0;
_border-color: #000000 #ffde16 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}




#lh-redtriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #ed1c24 transparent transparent transparent;
line-height: 0;
_border-color: #ed1c24 #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#rh-redtriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #ed1c24 transparent transparent;
line-height: 0;
_border-color: #000000 #ed1c24 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}



#lh-redtriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #ed1c24 transparent transparent transparent;
line-height: 0;
_border-color: #ed1c24 #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#rh-redtriangle {
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #ed1c24 transparent transparent;
line-height: 0;
_border-color: #000000 #ed1c24 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}




div.col-md-12.date {
	margin-left: -5px;
}


svg g path, polygon, rect, circle {
	fill: lightgrey;
	}


.morebutton {
	font-weight:500;
    border: 2px solid;
    border-radius: 25px;
	padding:5px 10px 5px 10px;

}

a.morebutton:hover {
    border: 2px solid #117fc3;
    border-radius: 25px;
	padding:5px 10px 5px 10px;
	color: white !important;
	background-color: #117fc3 !important;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}

.morebutton-gray {
	color: #606060 !important;
	font-weight:500;
    border: 2px solid;
    border-radius: 25px;
	padding:5px 10px 5px 10px;

}

a.morebutton-gray:hover {
    border: 2px solid #606060;
    border-radius: 25px;
	padding:5px 10px 5px 10px;
	color: white !important;
	background-color: #606060 !important;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


.morebutton-white {
	color: #7bdbf7 !important;
	font-weight:500;
    border: 2px solid;
    border-radius: 25px;
	padding:5px 10px 5px 10px;

}

a.morebutton-white:hover {
    border: 2px solid #7bdbf7;
    border-radius: 25px;
	padding:5px 10px 5px 10px;
	color: white !important;
	background-color: #7bdbf7 !important;
	-webkit-transition: ease-in-out 0.5s; /* Safari */
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}


.views-exposed-form {
	padding-bottom: 25px;
}




@media screen and (max-width: 1238px) {


#lh-bluetriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #00aeef  transparent transparent transparent;
	visibility: hidden;
}

#lh-greentriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #00aeef  transparent transparent transparent;
	visibility: hidden;
}

#lh-orangetriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #00aeef  transparent transparent transparent;
	visibility: hidden;
}

#lh-greentriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #00aeef  transparent transparent transparent;
	visibility: hidden;
}

#lh-yellowtriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #00aeef  transparent transparent transparent;
	visibility: hidden;
}

#lh-redtriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #00aeef  transparent transparent transparent;
	visibility: hidden;
}

#rh-bluetriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #ed1c24 transparent transparent;
	line-height: 0;
	_border-color: #000000 #ed1c24 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	visibility: hidden;
}

#rh-orangetriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #ed1c24 transparent transparent;
	line-height: 0;
	_border-color: #000000 #ed1c24 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	visibility: hidden;
}

#rh-greentriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #ed1c24 transparent transparent;
	line-height: 0;
	_border-color: #000000 #ed1c24 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	visibility: hidden;

}

#rh-yellowtriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #ed1c24 transparent transparent;
	line-height: 0;
	_border-color: #000000 #ed1c24 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	visibility: hidden;

}

#rh-redtriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #ed1c24 transparent transparent;
	line-height: 0;
	_border-color: #000000 #ed1c24 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	visibility: hidden;

}

#collaboration-images {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	
}
	
.bsi-logo {
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;		
	}	

div.col-md-2.triangleholder.left {
	margin-left: 41% !important;
}


.blue_header {
	text-align:center;
	background-color: #00aeef;
	width: auto;
	color: #ffffff;
	font-size: 18px;
	padding: 5px;
}

.orange_header {
	text-align:center;
	background-color: #f36d21;
	width: auto;
	color: #ffffff;
	font-size: 18px;
	padding: 5px;
}

.green_header {
	text-align:center;
	background-color: #8dc63f;
	width: auto;
	color: #ffffff;
	font-size: 18px;
	padding: 5px;
}

.yellow_header {
	text-align:center;
	background-color: #ffde16;
	width: auto;
	color: #ffffff;
	font-size: 18px;
	padding: 5px;
}

.red_header {
	text-align:center;
	background-color: #ed1c24;
	width: auto;
	color: #ffffff;
	font-size: 18px;
	padding: 5px;
}

.circle {
	visibility: hidden;
}


.lh-timeline_content {
	margin: 10px;
	text-align: center;
}

.rh-timeline_content {
	margin: 10px;
	text-align: center;
}

#historycolcontainer {
	width:95% !important;
	height:80%;
	text-align:center;
	background-image: url(' /sites/default/files/content/line.jpg');
	background-repeat:no-repeat;
    background-size:contain;
	background-position:center;
	position:absolute;
	z-index: -1;
	visibility: hidden;

}



}





@media screen and (max-width: 767px) {
  html{
    font-size: 60%;
  }

div#top-contact-wrapper {
	    margin-left: -15px;
    margin-right: -15px;
}


div#top-contact-wrapper .icon{
	font-size: 0px !important;
}

#intro-text {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	text-align: center !important;
}


.grey-content-container {
	margin: 15px 0px 0px 0px  !important;

}


.front-grey-content-container {
	margin: 15px 0px 0px 0px  !important;

}







div#block-block-8 {
 visibility: hidden;
}

div#top-contact-wrapper > div > div > a > div {
/*   min-height: 140px; */
    margin-bottom: 1px;
	padding: 10px 10px 10px 10px !important;
  }

.site-branding{
    margin-left: 10px;
}

h1#site-title{
    text-align: center;
  }

  #site-logo {
    padding-top: 0;
  }

  select.mnav{
    width: 100%;
	margin-top: 10px;
    margin-bottom: 20px;
  }

  .flex-caption{
    display: none;
  }

  /* #menu is the original menu */
  .js #main-menu {
    display:none;
  }

  .js .slicknav_menu {
    display:block;
  }

  #lhcontent {
    width: 100%;
    padding-bottom: 10px;
  }


  #uicontent {
    width: 100%;
    padding:25px;
  }


  #rhcontent {
    width: 100%;
    overflow:none;
  }

  .colcontainer {
    width: 100%;
    overflow:none;
  }

  #col-big-image {
	margin-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
 	width: 100%;
  }

  #col, #col1, #col2, #col3  {
	margin-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
 	width: 100%;
  }

  #col2analytics {
	width: 100%;

  }


div#top-contact-wrapper div#uk {
  font-size: 1.120em !important;

 }

div#top-contact-wrapper div#fr {
  font-size: 1.10em !important;
 }

 div#top-contact-wrapper div#de {
    font-size: 1.10em !important;
 }

 div#top-contact-wrapper div#it {
  font-size: 1.2em !important;
 }

div#top-contact-wrapper div#es {
  font-size: 1.25em !important;
 }

 div#top-contact-wrapper div#pt {
  font-size: 1.10em !important;
 }


#historycolcontainer {
	width:95% !important;
	height:80%;
	text-align:center;
	visibility: hidden;
}

.arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	visibility: visible;
	text-align:center;
	margin-top: -20px;
	margin-left: 47%;
}

div.col-md-3.right > .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	visibility: visible;
	text-align:center;
	margin-top: 0;
	margin-left: 47%;
}



.blue {
		border-color: #00aeef  transparent transparent transparent;
}

.orange {
		border-color: #f36d21  transparent transparent transparent;
}

.green {
		border-color: #8dc63f  transparent transparent transparent;
}

.yellow {
		border-color: #ffde16  transparent transparent transparent;
}

.red {
		border-color: #ed1c24  transparent transparent transparent;
}

}

.warningtext {
	font-size: 20px;
	padding: 15px;
	color: #ff0000;
	border: #ff0000 1px solid;
	margin-top:0px;
	margin-bottom:30px;
}
.warningtext a { color: #ff0000!important;
	text-decoration: underline;
	font-weight: 600;
}

.numberchange {
	font-size: 18px;
	padding-bottom: 30px;
	color: #a1b1b6;
	border-bottom: solid #eaf0f3 1px;
	margin-bottom:30px;
}
.numberchange a { color:  #a1b1b6!important;
	text-decoration: underline;
	font-weight: 600;



