/* common */
.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 200px;
  padding: 15px 0;
  background-color:#0056ab;

  color: #fff;
  font: 700 15px/1 'Lato', sans-serif;

  text-transform: uppercase;
  text-align: center;
}

.ribbon2 {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
}
.ribbon2::before,
.ribbon2::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}

.ribbon2 span {
  position: absolute;
  display: block;
  width: 200px;
  padding: 15px 0;
  background-color:#51a3a3;

  color: #fff;
  font: 700 15px/1 'Lato', sans-serif;

  text-transform: uppercase;
  text-align: center;
}





/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}


.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero.is-halfheight {
  height: 70vh;
}
.hero.is-info2 {
  background:linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0,0, 0.2)
    ),  url('../img/teamnew.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding-top: 40px;

}

@media only screen and (max-width: 1100px) {
.hero.is-halfheight {
  height: 40vh;
}
	
}


.hvrbox * {
	box-sizing: border-box;
}

.hvrbox a:hover{ color: white;}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #fff;
  font-family: 'Poppins', sans-serif;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.software { background-color:#0056ab; }
.marketplace { background-color: #f9a03f;}
.consumer { background-color:#51a3a3; }
.fintech { background-color: #6461a0; }
.exited { background-color: #ff0068; }
.current { background-color: #0056ab; }


.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 15px;
	line-height: 17px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
font-size: 14px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}


.bluelight { background-color: #86c5da;}
.orange { color: #ffae1a;}
.purple { color: #b582b5; }
.green { color: #36c880; }
.world {background-image:url("../img/world.png"); background-repeat: no-repeat; background-size: cover; padding-top: 30px; padding-bottom: 30px;}


.whitebox { background-color: white; padding: 20px;}

.email { width: 300px; height: 30px; text-indent: 3px;}
.button { background-color: #0056ab; color: white; padding: 10px;}
.large {font-size: 20px; line-height: 30px;}
.orangelink {color: #f9a03f;}


.maphome {float: right;
		width: 45%;
position: absolute;
right: 0;}


.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }
#map-canvas {
    height: 600px;
	width: 100%;
    margin: 0px;
    padding: 0px
}


.padright { padding-right: 40px;}
.sprite img {
opacity: 1;
}
.sprite img:hover {
opacity: 0.4;
}
.greybox { background-color:#fff; padding:40px; height: auto;border-radius: 5px;}

.darkpad { background-color:#0056ab; padding-top: 30px; padding-bottom:30px;}
.greypad { background-color:#f5f5f5; padding-top: 30px; padding-bottom:30px;}
.newgreypad { background-color: #09203d;; padding-top: 20px; padding-bottom:20px;}

.newcontainer {padding-left: 5%; padding-right:5%; }
.purplepadheader { background-color:#09203d; padding-top: 60px; padding-bottom:60px;}
.purplepadnew { background-color:#09203d; padding-top: 120px; padding-bottom:20px;}

.purplepad { background-color:#09203d; padding-top: 60px; padding-bottom:60px;}
.colourpad { background-color: #fff; padding-top: 90px; padding-bottom:90px;}
.footerpad { background-color: #efefef; padding-top: 30px; padding-bottom:30px;}
.small { font-size: 14px;}

.white { color: #FFFFFF;}
.blue { color:#0056ab;}
.pink {  color: #FC4349; }

.multiply {mix-blend-mode: multiply;}

.news-list { margin-left:10%;}
.news-item { display:inline-block; vertical-align:top; width:22%;}  
.left {left:50%;}

.team img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .1s ease-in-out;  
	border-radius: 10%;
    }

.team img:hover {
     filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .1s ease-in-out; 
		border-radius: 10%;
    }

.outer-div
{
     padding: 30px;
}
.inner-div
{
     margin: 0 auto;
     width: 100px; 
}

.fix2 { margin-top: -700px;}


.fix { margin-top: -500px;}
/* RESPONSIVE GRID SYSTEM =============================================================================  */

/*  IMPORT FONTS  ============================================================================= */




/* BASIC PAGE SETUP ============================================================================= */

body { 

margin : 0 auto;
padding : 0;
color : #000; 
}





/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-weight : normal;
margin-top: 10px;
}


h1 {
font-size: 3.0em;
	line-height: 1.2em;
 font-family: 'Poppins', sans-serif;
  color: #000;
	font-weight: 700;


}
h2 {
font-size: 1.8em;
	line-height: 1.4em;
font-family: 'Poppins', sans-serif;
  color: #0056ab;
	font-weight: 400;
}


h3 {
font-size: 2.5em;
	line-height: 1.1em;
font-family: 'Poppins', sans-serif;
  color: #000;
	font-weight: 500;


}
h4 {
font-size: 1.8em;
	line-height: 1.4em;
 font-family: 'Poppins', sans-serif;
  color: #0056ab;
	font-weight: 400;
}
h5 {
font-size: 1.4em;
	line-height: 1.0em;
font-family: 'Poppins', sans-serif;
  color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
 text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);

}
/*  TYPOGRAPHY  ============================================================================= */





p {
   font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:15px;
	color: #333;
	margin-bottom:25px;
	line-height:26px;
	hyphens: none;
}


p.center {
text-align: center;
}


dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

h2 a {text-decoration: underline;}

a { 
color:#0056ab;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited {
}

a:focus {
	outline : thin dotted;
}

a:hover {
	outline : 0;
	color:#7fa4c8;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #FFF; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
	border : 0;
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
}

img.middle {
    display: block;
    margin-left: auto;
    margin-right: auto }

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: #666;
	text-align: left;
}

	
 
   
		

	#maincontentcontainer {
		width: 100%;
	}

		
		
			#maincontent{
				clear: both;
				width: 88%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #000;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 88%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #000;
				line-height: 1.5em;
				position: relative;
			}



/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  SAMPLE  ============================================================================= */

#sample .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  CALCUATIONS  ============================================================================= */

#calculated .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }




/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(109, 188, 219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(109, 188, 219); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(109, 188, 219); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(109, 188, 219); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : none;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : none; }




/* #Media Queries
================================================== */
/* styles for mobile */




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

    }




	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1024px) {
	

	
	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 850px) {
									

		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {


		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
 
	
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
	
		
		}
		

 @media screen and (max-width:922px) {
   
   .purplepadheader { display: none;}


	  
    }





/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }


#subscribe .form {
  float: left;
  width: 100%;
  margin: 8px 0 0 0; }

#subscribe .field-group {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

#subscribe .field-group input {
  float: left;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-family: 'Lora', serif;
	font-weight: 400;
	font-style: italic;
  color: #000;
  border-radius: 2px;
  padding: 0 17px; }

#subscribe .field-alpha {
  float: left;
  width: calc(50% - 15px); }

#subscribe .field-beta {
  float: right;
  width: calc(50% - 15px); }

#subscribe .actions {
  float: left;
  width: 100%;
  margin: 27px 0 0 0; }

#subscribe .actions input {
  width: 170px;
  height: 50px;
  background-color:#000000;
  border: 1px solid #D08813;
  font-size: 16px;
 font-family: 'brandon_grotesquemedium';
	font-weight: normal;
text-transform: uppercase;

  color: #fff;
  border-radius: 2px;
  padding: 2px 0 0 0;
  -webkit-transition: background-color 200ms linear 0ms, color 200ms linear 0ms, border 200ms linear 0ms;
  transition: background-color 200ms linear 0ms, color 200ms linear 0ms, border 200ms linear 0ms; }

.no-touch #subscribe .actions input:hover {
  background-color: #FC4349;
  color: #fff; }

.no-touch #subscribe .actions input:focus {
  background-color: #B9DCD2;
  color: #D08813;
  border: 1px solid #B9DCD2; }










@font-face {
    font-family: 'si';
    src: url('../socicon/socicon.eot');
    src: url('../socicon/socicon.eot?#iefix') format('embedded-opentype'),
         url('../socicon/socicon.woff') format('woff'),
         url('../socicon/socicon.ttf') format('truetype'),
         url('../socicon/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../socicon/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 8px;
    color: #0056ab;
    background-color:  #efefef;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'\e040';
}
.soc-facebook:before {
    content:'\e041';
}
.soc-googleplus:before {
    content:'\e042';
}
.soc-pinterest:before {
    content:'\e043';
}
.soc-linkedin:before {
    content:'\e049';
}
.soc-rss:before {
    content:'\e00b';
}
.soc-youtube:before {
    content:'\e051';
}



.box-piesite {
  text-align: center;
  font-size: 22px;
	  font-family: 'Lato', sans-serif;

	font-weight: 700;
}
.piesite {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 10em;
  cursor: default;
}
.piesite .percent {
  position: absolute;
  top: 1.4em;
  left: .0em;
  width: 100%;
  font-size: .3em;
  text-align: center;
  z-index: 2;
}
.piesite .percent .symbol {
  font-size: .5em;
  vertical-align: top;
  opacity: .5;
}
.piesite > #slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
}
.piesite > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}
.piesite > #slice > .pie {
  position: absolute;
  border: .1em solid #444;
  width: 1em;
  height: 1em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
}
li.design .piesite > #slice > .pie {
  border-color: #0056ab;
}
li.usability .piesite > #slice > .pie {
  border-color: #FC4349;
}
li.creativity .piesite > #slice > .pie {
  border-color:#241C59;
}
.piesite > #slice > .pie.fill {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.piesite.fill > .percent {
  display: none;
}
.piesite:after {
  content: '';
  display: block;
  position: absolute;
  top: .1em;
  left: .1em;
  width: .8em;
  height: .8em;
  background:#fff;
  border-radius: 100%;
  z-index: 1;
}
.piesite:before {
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  opacity: .5;
  z-index: 0;
}
.piesite:before {
  background: rgba(255, 255, 255, 0.8);
}
.box-piesite ul {
  padding: 0;
}
.box-piesite ul li {
  display: inline-block;
  margin: 10px 20px;
}
.chartBarsHorizontal .chartBars .bars {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .bar:before {
    font-size: 2em !important;
  }
  .chartBars3 .bar:before {
    font-size: 1.5em !important;
  }
}
.tooltip > .tooltipContent {
  display: block;
  position: absolute;
  background: none repeat scroll 0 0 #222;
  color: #F0B015;
  font-family: 'Helvetica';
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5em;
  padding: 16px 15px;
  min-width: 200px;
  max-width: 500px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
  margin-left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  z-index: 2;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tooltip:hover > .tooltipContent {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99;
  -webkit-transform: translate(-50%, -130%);
          transform: translate(-50%, -130%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tooltip .tooltipContent:after {
  border-color: #222 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 15px 15px 0;
  bottom: -15px;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  width: 0;
}






 @media screen and (max-width:768px) {
   .piesite {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 5em;
  cursor: default;
}
   

	  
    }




