/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
html { -webkit-font-smoothing: antialiased; } 
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 90%;
   -moz-text-size-adjust: 85%;
  /* 1 */
  -webkit-text-size-adjust: 85%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
 font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, section {
	display: block;
}
#holder { 
	width:1060px;
	margin: 0 auto;
	text-align:center;
	background-color:#fff;
}

#keep {
	width: inherit;
	background-color:#fff;
	margin-top:0px;
	position: fixed;
	height: auto;
	z-index: 9999;
	
} 

 #nav-main ul li a.link {color: #fff;} 
  #nav-main ul li a.hover {color: #C93;} 
   #nav-main ul li a.active {color: #C93;} 
   
   
   
   
   
p{
	color: #333;
	font-size: 22px;
} 
h2 {
	line-height: 1.5;
	color: #333}
h1 {display: none;}	

/*#nav, .nav {
	font-size:15px;
	display: inline-block;
	width: inherit;
	background-color: #666;
	padding-top: 15px;
	clear:both;
	color: #fff;
	height: 60px;}*/
	



.rainbox {
	padding-left:15px;
	padding-right:15px;
	
	}

/*LISTS*/


ul.rainbow {
	list-style-image:url('images/dots-orange.png');
	}
	
ul.rainbow li:first-child{
	list-style-image:url(../images/b-purple.png);
	font-size: 22px;
	margin-bottom: 20px;
}

ul.rainbow li:first-child + li{
	list-style-image:url(../images/b_gold.png);
	font-size: 22px;
	margin-bottom: 20px;
}
ul.rainbow li:first-child + li + li{
	list-style-image:url(../images/b-ltblue.png);
	font-size: 22px;
	margin-bottom: 20px;}

ul.rainbow li:first-child + li + li + li{
	list-style-image:url(../images/b_violet.png);
	font-size: 22px;margin-bottom: 20px;}
	
ul.rainbow li:first-child + li + li + li + li{
	list-style-image:url(../images/b-ltgreen.png);
	font-size: 22px; margin-bottom: 20px;}
	
ul.rainbow li:first-child + li + li + li + li + li{
	list-style-image:url(../images/b-purple.png);
	font-size: 22px; margin-bottom: 20px;}	
	
ul.rainbow li:first-child + li + li + li + li + li + li{
	list-style-image:url(../images/b_gold.png);
	font-size: 22px; margin-bottom: 20px;}	
	
	
	
.big-text {
    		font-size: 28px;
		}
		
.small-text {
font-size: 22px;
			}
small-text-client {
	
font-size: 22px;
text-align: left;
			}
			
.white-hilight {
	font-size: 22px;
	color: #fff;
	font-weight: 800;
	line-height: 1.5;
}	
.squish {
	width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}	
.band {
	height: 98px;
	background-color: #5a5a5d;
	content: " ";
}
.band-clients {
	height: 115px;
	background-color: #fff;
	content: " ";
}	
.flux {
	width:100%;

	margin-top; 0px;
	height: auto;
}
.spacer {
	display: block;
	clear: both;
	visibility: visible;
	height: 50px;
}
homespacer {	
	display: block;
	clear: both;
	visibility: visible;
	height: 150px;}
.logo-img{
	width:500px;
	height:auto;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-bottom: 2px;
	margin:0 auto;
	}
ol, ul {
	list-style: none;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


#splash {
	background-color: #fff;	
	padding-top: 116px;}	

	
#Introduction {
	width: 100%;
	background-color: #ab4a9c;
	margin-top: 160px;
	}
.introtext {
	color: #fff;
	margin: 5% 15% 15% 15%;}
	
.WhoWeAre {
	background-color: #fff;
	padding-bottom: 20px;	
	}

.braggin {
	background-color: #fff;
	padding-bottom: 50px;
	}

.What {
	background-color: #fff;
	padding-bottom: 50px;}

#whobulb {margin-top:0px};
#whobulb2 {margin-top:0px};
	
#whatbulb {margin-top: 0px; }
#partnerbulb {margin-top: 0px;}

#Clients {
	margin-top:0px;
	background-color: #d4a229;
	}
	
#Partners {
	background-color: #fff;
	padding-bottom: 50px;
	padding-top: 20px;
	clear: both;
	}
.partext {margin: 25px 0px;}	
	
#Contact {
	background-color: #fff;
	padding-bottom: 50px;
	padding-top: 100px;
	clear: both;
	}	

.features {
	width: 90%;
margin: 0px auto;}

.features-section{
    width: 75%;
    margin: 0px auto;
   
}

.partners { 
  overflow:hidden;
  
}

.partners div {
   padding: 10px;
}
.one {
 float:left; 
 margin-left: 60px;
  width:411px;
  text-align: left;

}
.two { 
  overflow:hidden;
  width:411px;
  margin-left: 60px;
  text-align: left;
  
}


p.feat {
	font-size:22px;
	line-height: 1.5;
}

p.featHead {
	font-size:22px;
	line-height: 1.5px;
	font-weight: 500;
	color: #FFF;
}
li.left-col {margin-left: 150px;}
li.right-col {margin-left: 200px;}

.lights  {
   width: 115px;

	}
img.top {
    vertical-align: text-top;
	padding-right: 20px;
	padding-left: 20px;	
}
img.right {
	vertical-align: text-top;
	float:right;
	padding-right: 20px;
	padding-left: 20px;}
	
.left {
    clear: both;
    width: 75%;
    margin: 0px auto;
    text-align: left;
}		
.what-container {
	clear: both;
	margin: 0 auto;
    width: 75%;}
.whitebox {
	padding-top: 12px;
	padding-bottom: 12px;
display: inline-block;
background-color: #fff;
width: 100%;
clear:both;
}

.greybox {
	padding-top: 12px;
	padding-bottom: 12px;
display: inline-block;
background-color: #CCC;
width: 100%;
clear:both;
}

/*LISTS*/
ol, ul {
	list-style: none;
}



.grey {
	color: #333;
	font-size: 22px;
}


.arrow {
	vertical-align: top;
}

a.big-text:link{text-decoration: none; color: #000;}
a.big-text:visited {color: #000;}
a.big-text:active {color: #FC0;}
a.big-text:hover{color: #FC0;}


.even {
	display: inline-block;
	background-color:#fff;
	vertical-align: middle;
}

.left-what{
	margin-top: 50px;
	clear:both;
	color: #ccc;
	margin: 15px 20px;
	text-align:left;
}

ul.short {
	list-style-image:url('images/dots-orange.png');
	}
	
ul.short li:first-child{
	list-style-image:url(../images/b-purple.png);
	font-size: 22px;
	margin-bottom: 2px;
}

ul.short li:first-child + li{
	list-style-image:url(../images/b_gold.png);
	font-size: 22px;
	margin-bottom: 2px;
}
ul.short li:first-child + li + li{
	list-style-image:url(../images/b-ltblue.png);
	font-size: 22px;
	margin-bottom: 2px;}

ul.short li:first-child + li + li + li{
	list-style-image:url(../images/b_violet.png);
	font-size: 22px;margin-bottom: 2px;}
	
ul.short li:first-child + li + li + li + li{
	list-style-image:url(../images/b-ltgreen.png);
	font-size: 22px; margin-bottom: 2px;}
	
ul.short li:first-child + li + li + li + li + li{
	list-style-image:url(../images/b-purple.png);
	font-size: 22px; margin-bottom: 2px;}	
	
ul.short li:first-child + li + li + li + li + li + li{
	list-style-image:url(../images/b_gold.png);
	font-size: 22px; margin-bottom: 2px;}	

.whitepartner {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;

display: inline-block;
background-color: #fff;
width: 100%;
clear:both;
text-align:left;
}

.greypartner {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
display: inline-block;
background-color: #CCC;
width: 100%;text-align:left;
clear:both;
}
.bump {
	border-bottom:#FFF;
	border-bottom-width:10px;}
	
.head3{
	display: inline-block;
    white-space: nowrap;
	color: #333;
}


.yeslink {
	display: none;}
	
.big-link {
	display:block;
	text-align: left;
	color: #333;
	margin: 10px 10px;
	
}
.ac-container {
	width: 100%;
	margin: 30px auto 30px auto;
	text-align: left;
	top: 3px;
	bottom: 6px;	
}
.ac-container label {
	padding: 5px 20px;
	position: relative;
	/*z-index: 20;*/
	display: block;
	height: 45px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	/*line-height: 33px;*/
	font-size: 22px;
	font-weight:400;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
ul.cntr {
	list-style: none;
	display:inline;
	}
img.cntr {vertical-align: middle;
float: left;
}
.cnt li{
	float: left;
	margin-left: 12px;
	vertical-align: middle;
}

.ac-container label:hover{
	color: #03F:;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #ccc;
    color: #333;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}
.clr{
	clear: both;
}

.who-container {
	clear: both;
	margin: 0 auto;
    }

.popup {
    width: 100%;
    margin: 5px auto;
    text-align: left;	
}
.poptop{
	font-size: 22px;
	font-weight: 700;
}
.popup-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

p.popup{
	position: relative;
	/*z-index: 20;*/
	display: block;
	height: 35px;
	cursor: pointer;
	font-weight:400;	/*line-height: 33px;
	font-size: 22px;
	
	background-color: #127ec2;
	background: -moz-linear-gradient(top, #127ec2; 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#127ec2;), color-stop(100%,#127ec2));
	background: -webkit-linear-gradient(top, #127ec2; 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #127ec2; 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #127ec2; 1%,#eaeaea 100%);
	background: linear-gradient(top, #127ec2; 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127ec2;', endColorstr='#127ec2;',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);*/
	padding-top: 11px;
	padding-left: 20px;
}



.inline {}
a.inline:link, a.inline:visited {
	text-decoration: none;
	font-size: 22px;
	color: #fff;}
a.inline:hover{text-decoration: none;
	font-size: 22px;
	color: #999;}
