@charset "UTF-8";
/* CSS Document */

/* html5 display rule */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	text-align: center;
	background: #FFF;
}
body {
	line-height: 1;
	font-family: "futura-pt",sans-serif;
	color: #2a3f45;
	text-align: left;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol {
	line-height: 1.3;
}
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;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	max-width: 100%;
}
img a {
	border: none;
}
img.left {
	margin: .5em 2em 1em .5em;
}
img.right {
	margin: .5em .5em 1em 2em;
}
img.logo {
	position:  default;
	margin: 2em 2em 2em 0;
	z-index: 1000;
}
nav h1 {
	display: none;
}
h1 {
	font-size: 1.6em;
	font-weight: 700;
	color: #7ba541;
	margin-bottom: 1em;
	text-shadow: 0 1px 2px #CCC;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	position: fixed;
	top: 35px;
	left: 170px;
	color: #fff;
	padding: 0 .7em;
	text-shadow: none;
	font-variant: small-caps;
}
h1 {
	background: #0799cb;
}
header h1 {
	left: -10000px;
}
h1.salesMarketing {
	background: rgba(119,147,36,1);
}
.sm #navServiceBegin .selected, .sm .panelContent strong, .sm h2 {
	color: rgba(119,147,36,1);
}
h1.leadershipStrategy {
	background: rgba(157,192,46,1);
}
.ls #navServiceBegin .selected, .ls .panelContent strong, ls h2 {
	color: rgba(157,192,46,1);
}
h1.employeeEngagement {
	background: rgba(55,70,93,1.00);
}
.ee #navServiceBegin .selected, .ee .panelContent strong, .ee h2 {
	color: rgba(55,70,93,1.00);
}
h1.customerLoyalty {
	background: rgba(189,107,47,1);
}
.cl #navServiceBegin .selected, .cl .panelContent strong, .cl h2 {
	color: rgba(189,107,47,1);
}
h1.projectManagement {
	background: rgba(220,158,54,1);
}
.pm #navServiceBegin .selected, .pm .panelContent strong, .pm h2 {
	color: rgba(220,158,54,1);
}
h1.healthcare {
	background: rgba(16,91,99,1);
}
.h #navServiceBegin .selected, .h .panelContent strong, .h h2 {
	color: rgba(16,91,99,1);
}
h2 {
	font-size: 1.4em;
	color: #7ba541;
}
h3 {
	font-size: 1.2em;
	color: #000;
}
h4 {
	font-size: 1.05em;
}
p, address {
	font-size: 1em;
	margin-bottom: .7em;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
.larger {
	font-size: 110%;
}
.smaller {
	font-size: 90%;
}
.black {
	color: #000;
}
.green {
	color: #7ba541;
}
.blue {
	color: #0799cb;
}
.orange {
	color: #F49F18;
}
.pad {
	padding: 1em;
}
.hidden {
	display: none;
}
div.popup {
	display: none;
}
header, #pageWrap {
	width: 62em;
	margin: 0 auto;
	padding: 0 1em 0 4.5em;
	position: relative;
}
header {
	height: 7em;
}
a.logo {
	position: fixed;
	top: 30px;
	left: 10px;
	width: 125px;
	height: 51px;
	display: block;
	background: url(../_img/innovative-logo.jpg) no-repeat center center;
}
.home a.logo {
	margin-top: 2em;
	top: 10px;
	left: 30px;
	width: 150px;
	height: 63px;
	background: url(../_img/innovative-solutions-logo.jpg) no-repeat center center;
	cursor: default;
	z-index: 10000;
}
a.logo + a {
	font-size: 1.1em;
	position: fixed;
	top: 95px;
	left: 20px;
	width: 100px;
	line-height: 30px;
	color: #0799cb;
	text-decoration: none;
}
.home a.logo + a {
	display: none;
}
#pageWrap {
	margin: 1em auto 3em;
}
header > h1 {
	position: absolute;
	left: -1000px;
}
#mnNav {
	position: fixed;
	top: 175px;
	left: 0;
	background: #0799cb;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	width: 45px;
	height: 125px;
	z-index: 10000;
}
#mnNav ul {
	margin: 1em;
	line-height: 1.5;
}
#mnNav ul.menu li {
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px 2px #4F4F4F;
	cursor: pointer;
	white-space: nowrap;
}
#mnNav .pages li {
	color: #FFFAE5;
	text-decoration: none;
}
#mnNav .pages li {
	font-weight: bold;
	padding-bottom: .5em;
}
#mnNav .pages li a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
/* ------------------- contact info ----------------------------- */
#phoneEtc {
	float: right;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.4;
	color: #7ba541;
	margin-top: 2em;
	width: 12em;
}
#phoneEtc p {
	float: right;
}
#phoneEtc p.b {
	float: left;
	margin-top: .5em;
}
#phoneEtc a {
	color: #0699CB;
	text-decoration: none;
}
#phoneEtc a:hover {
	color: #7ba541;
}

/* ------------------------- home ----------------------------------*/
.home #mnNav {
	display: none;
}
.home p.definer {
	position: absolute;
	top: -35px;
	left: 650px;
	width: 25em;
}
.home .definer strong {
	color: #0799cb;
	text-shadow: 1px 1px 1px #BBC0CA;
}
.home p.intro {
	float: right;
	width: 21em;
	text-align: center;
	margin-right: 1em;
}
.home p.intro.first {
	margin-top: 11em;
	width: 20em;
}
.home figure {
	float: left;
	position: relative;
	width: 550px;
	height: 550px;
	margin-top: -70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../_img/graphicBG-resize.jpg);
}
.home figure li {
	font-size: 1.05em;
	list-style: none;
	line-height: 1;
	position: absolute;
	display: table;
	text-align: center;
	vertical-align: center;
	width: 150px;
	height: 150px;
	border-radius: 90px;
	-webkit-box-shadow: 2px 2px 3px #616161;
	box-shadow: 2px 2px 3px #616161;
}
.home figure li:hover {
	-webkit-box-shadow: 2px 2px 3px #616161 inset;
	box-shadow: 2px 2px 3px #616161 inset;
}
.home figure li.pi:hover {
	-webkit-box-shadow: 2px 2px 3px #616161;
	box-shadow: 2px 2px 3px #616161;
	cursor: default;
}
.home figure li a, .home figure li p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: .5em;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #555;
}
.home figure li p {
	text-shadow: 2px 2px 1px #555;
}
.home figure li.sm, .sm #panelNav li {
	background: #779324;
}
.home figure li.sm:hover, .sm #panelNav li:hover {
	background: #a9c94a;
}
.sm #panelNav li.selected {
	border: 2px solid #779324;
}
.sm #panelNav li.selected:hover {
	background: #fff;
}
.home figure li.ls, .ls #panelNav li {
	background: #9dc02e;
}
.home figure li.ls:hover, .ls #panelNav li:hover {
	background: #bedd5a;
}
.ls #panelNav li.selected {
	border: 2px solid #9dc02e;
}
.ls #panelNav li.selected:hover {
	background: #fff;
}
.home figure li.cl, .cl #panelNav li {
	background: #bd6b2f;
}
.home figure li.cl:hover, .cl #panelNav li:over {
	background: #d5874f;
}
.cl #panelNav li.selected {
	border: 2px solid #bd6b2f;
}
.cl #panelNav li.selected:hover {
	background: #fff;
}
.home figure li.ee, .ee #panelNav li {
	background: #37465d;
}
.home figure li.ee:hover, .ee #panelNav li:hover {
	background: #42526c;
}
.ee #panelNav li.selected {
	border: 2px solid #37465d;
}
.ee #panelNav li.selected:hover {
	background: #fff;
}
.home figure li.pm, .pm #panelNav li {
	background: #dc9e36;
}
.home figure li.pm:hover {
	background: #ecb55a;
}
.pm #panelNav li.selected {
	border: 2px solid #dc9e36;
}
.pm #panelNav li.selected:hover {
	background: #fff;
}
.home figure li.h, .h #panelNav li {
	background: #105b63;
}
.home figure li.h:hover, .h #panelNav li:hover {
	background: #186f78;
}
.h #panelNav li.selected {
	border: 2px solid #105b63;
}
.h #panelNav li.selected:hover {
	background: #fff;
}
.home figure li.h, .home figure li.ee {
	top: 85px;
}
.home figure li.sm, .home figure li.cl {
	top: 325px;
}
.home figure li.sm, .home figure li.h {
	left: -5px;
}
.home figure li.ls, .home figure li.pm {
	left: 200px;
}
.home figure li.ee, .home figure li.cl {
	left: 410px;
}
.home figure li.ls {
	top: -30px;
}
.home figure li.pm {
	top: 435px;
}

.home figure li.pi {
	font-weight: bold;
	font-size: 1.1em;
	width: 300px;
	height: auto;
	top: 260px;
	left: 125px;
	background: #0799cb;
	border-radius: 15px;
}

/* ------------------------- bio ----------------------------------- */
.bio aside.support  {
	float: right;
	width: 20%;
	margin: -1em 0 1em 3em;
}
.bio .support  {
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.bio div.specialties {
	width: 15em;
}
.bio div.awards {
	width: 18em;
}
.bio div.specialties {
	float: left;
	margin-right: 5em;
}
.bio .specialties ul {
	padding: .5em 1em 2em 0;
	color: #0799cb;
	font-size: 1.05em;
	line-height: 1.3;
}
.bio .specialties li a {
	color: #0799cb;
}
.bio .specialties li a:hover {
	text-decoration: none;
}
.bio div.awards {
	float: left;
}
.bio .awards li ul {
	margin: 1em 1em 0 1em;
}
.bio .awards li {
	position: relative;
}
.bio .awards li figure {
	position: absolute;
	top: -20px;
	right: -350px;
	width: 300px;
}
.bio .awards li img {
	-webkit-box-shadow: 1px 1px 2px #50586B;
	box-shadow: 1px 1px 3px #50586B;
}
.bio .awards li figcaption {
	font-size: 90%;
	padding: .2em .5em;
	font-style: italic;
	text-align: center;
}

#pageWrap .page {
	float: left;
	border: 1px solid red;
}
/* --------------------------------- panels ---------------------------------------------*/
#panelNav ul {
	padding-top: 25px;
}
#panelNav li:after {
	font-size: 1.05em;
	font-weight: bold;
	color: #646464;
	content: attr(title);
	padding: 8px 8px 4px;
	position: absolute;
	left: -62px;
	top: -40px;
	width: 120px;
	z-index: 1000px;
}
.ls #panelNav li:after {
	color: #9dc02e;
}
.ee #panelNav li:after {
	color: #37465d;
}
.cl #panelNav li:after {
	color: #bd6b2f;
}
.pm #panelNav li:after {
	color: #dc9e36;
}
.sm #panelNav li:after {
	color: #779324;
}
.h #panelNav li:after {
	color: #105b63;
}
#panelNav li.selected:after {
	left: -10000px;
}

#panelWrap {
	width: 60em;
	height: 35em;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* -------------------- panelWrap height for different services ----------------------- */
.sm #panelWrap {
	height: 48em;
}
.ls #panelWrap {
	height: 35em;
}
.ee #panelWrap {
	height: 50em;
}
.cl #panelWrap {
}
.pm #panelWrap {
}
.h #panelWrap {
	height: 65em ;
}
/* ------------------ panelWrap height for different services end --------------------- */
/* ---------------------------------- panel navigation -------------------------------- */

#panelWrap div.next, #panelWrap div.prev {
	width: 47px;
	height: 52px;
	top: 150px;
	position: absolute;
	cursor: pointer;
}

#panelWrap div.next {
	right: -30px;
}
#panelWrap div.prev {
	left: -28px;
}
.sm #panelWrap div.next {
	background: url(../_img/arrows-sm.png) no-repeat -26px center;
}
.sm #panelWrap div.prev {
	background: url(../_img/arrows-sm.png) no-repeat 26px center;
}
.sm #panelWrap div.next:hover, .sm #panelWrap div.prev:hover {
	background-image: url(../_img/arrows-hover-sm.png)
}

.ls #panelWrap div.next {
	background: url(../_img/arrows-ls.png) no-repeat -26px center;
}
.ls #panelWrap div.prev {
	background: url(../_img/arrows-ls.png) no-repeat 26px center;
}
.ls #panelWrap div.next:hover, .ls #panelWrap div.prev:hover {
	background-image: url(../_img/arrows-hover-ls.png)
}

.cl #panelWrap div.next {
	background: url(../_img/arrows-cl.png) no-repeat -26px center;
}
.cl #panelWrap div.prev {
	background: url(../_img/arrows-cl.png) no-repeat 26px center;
}
.cl #panelWrap div.next:hover, .cl #panelWrap div.prev:hover {
	background-image: url(../_img/arrows-hover-cl.png)
}

.ee #panelWrap div.next {
	background: url(../_img/arrows-ee.png) no-repeat -26px center;
}
.ee #panelWrap div.prev {
	background: url(../_img/arrows-ee.png) no-repeat 26px center;
}
.ee #panelWrap div.next:hover, .ee #panelWrap div.prev:hover {
	background-image: url(../_img/arrows-hover-ee.png)
}

.pm #panelWrap div.next {
	background: url(../_img/arrows-pm.png) no-repeat -26px center;
}
.pm #panelWrap div.prev {
	background: url(../_img/arrows-pm.png) no-repeat 26px center;
}
.pm #panelWrap div.next:hover, .pm #panelWrap div.prev:hover {
	background-image: url(../_img/arrows-hover-pm.png)
}

.h #panelWrap div.next {
	background: url(../_img/arrows-h.png) no-repeat -26px center;
}
.h #panelWrap div.prev {
	background: url(../_img/arrows-h.png) no-repeat 26px center;
}
.h #panelWrap div.next:hover, .h #panelWrap div.prev:hover {
	background-image: url(../_img/arrows-hover-h.png)
}

#panelNav {
	text-align: center;
}
#panelNav li {
	display: inline-block;
	width: .8em;
	height: .8em;
	background: #fcb040;
	border-radius: 50px;
	cursor: pointer;
	margin: 0 4em;
	position: relative;
}
/*
#panelNav li:hover {
	background: #fcbf65;
}
*/
#panelNav li.selected {
	background: #FFF;
	width: .6em;
	height: .6em;
	border: 2px solid #fcb040;
	cursor: default;
}
/* -------------------------------- panel navigation end -------------------------------- */
.panels {
	position: absolute;
	top: 50px;
	left: 0;
	height: 35em;
}
.panel {
	float: left;
}
.panelContent {
	padding: .5em 2em;
	overflow: scroll;
}

/* ----- panel 1/graphic */
.panel.graphic .panelContent {
	position: relative;
	width: 56em;
	height: 30em;
}
	/* leadership */
.ls .panel.graphic .panelContent {
	background: url(../_img/_services/leadershipStrategy.gif) no-repeat 375px 0;
}
.ls .panel.graphic li {
	font-size: 1.1em;
	color: #86A71D;
	width: 8em;
	position: absolute;
	top: 240px;
	text-shadow: 1px 1px 1px #B2B2B2;
	z-index: 1001;
}
.ls .panel.graphic p {
	color: #9dc02e;
	font-size: 105%;
	position: absolute;
	top: 100px;
	left: 70px;
	width: 15em;
	text-shadow: 1px 1px 1px #738C26;
	z-index: 1000;
}
.ls .panel.graphic li.know {
	left: 342px;
}
.ls .panel.graphic li.go {
	left: 555px;
}
.ls .panel.graphic li.show {
	left: 760px;
}
	/* project/change management */
.pm .panel.graphic .panelContent {
	background: url(../_img/_services/PCM.gif) no-repeat 380px 0;
}
.pm .panel.graphic .panelContent p {
	position: absolute;
	top: 120px;
	left: 40px;
	width: 20em;
}
	/* employee engagement */
.ee .panel.graphic .panelContent {
	background: url(../_img/_services/employeeEngagement.gif) no-repeat 330px 20px;
}
.ee .panel.graphic .panelContent div {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 15em;
}
.ee .panelContent div p + p {
	text-align: right;
}
	/* sales/marketing */
.sm .panel.graphic .panelContent {
	background: url(../_img/_services/salesMarketing.gif) no-repeat 350px 20px;
}
.sm .panel.graphic p {
	color: #779324;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 14em;
}
.sm .panel.graphic p.caption {
	left: 495px;
	top: 40px;
	font-style: italic;
}

	/* customer loyalty */
.cl .panel.graphic .panelContent {
	background: url(../_img/_services/customerLoyalty.gif) no-repeat 180px 0;
}

	/* healthcare */
.h .panel.graphic .panelContent {
	background: url(../_img/_services/healthcare.gif) no-repeat 210px 30px;
}

/* ---------- panel 2/tabs and intro ---------- */
.panel.two .intro {
	float: left;
	width: 18em;
	margin: 3em 2% 1em 5%;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.panel.two .intro strong {
	font-size: 110%;
}
/* employee engagement */
.ee .panel.two .intro {
	margin-top: 0;
}
/* customer loyalty */
.cl .panel.two .intro {
	margin-top: 0;
	width: 25em;
}
/* sales/marketing */
.sm .panel.two .intro {
	margin-top: 1em;
}
/* healthcare */
.h .panel.two .intro {
	margin-top: .5em;
}

/*      tabs      */
#serviceBegin {
	float: right;
	margin: 2em 2% .5em 3%;
	width: 30em;
	height: 20em;
	overflow: hidden;
	position: relative;
	clear: left;
}

.cl #serviceBegin {
	width: 22em;
}

#navServiceBegin li {
	float: left;
	width: 33%;
	font-size: 1.1em;
	color: #626262;
	cursor: pointer;
}
#navServiceBegin li.selected {
	color: #333;
}
.tabsWrap {
	position: absolute;
	top: 30px;
}
.tabWrap {
	float: left;
}
.tab {
	padding: 1em 3em 1em 1em;
}
.panel.two .tabs p {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
/* ------------- panel 3/success stories ---------------- */
.panel.three article {
	width: 44%;
	margin: .5em 2%;
}
.panel.three .ui-widget-content, .panel.success .ui-widget-content {
	border: none;
}
.panel.three .accordion .ui-widget-content, .panel.success .accordion .ui-accordion-content {
	font-size: .9em;
	padding-bottom: .5em;
	border-bottom: 1px dashed #C9C8C8;
}
.panel.three .accordion .ui-accordion-header-active {
	font-weight: 700;
	padding-top: .5em;
	border-top: 1px dashed #C9C8C8;
}
/* ------------------ panel 4/other success ------------------ */
.panel.four .panelContent, .panel.other .panelContent {
	padding: 4em 8em 0;
}
.panel.four .panelContent, .panel.other .panelContent li {
	padding: .5em 0;
}
/* ------------- panel five/media ----------------------- */
.panel.five .panelContent, .panel.media .panelContent {
	padding: .5em 1.5em;
}
.panel.five article, .panel.media article {
	width: 29%;
	margin: .5em 2%;
	float: left;
}
.panel.five article ul, .panel.media article ul {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 2px solid #0799cb;
}
.panel.media article li, .panel.five article li {
	padding-bottom: .5em;
}




/* ------------------ media pages ---------------------------- */
.media #pageWrap {
	position: relative;
}
.media #mediaLinks li {
	float: left;
	margin: .2em;
	padding: .5em 1em;
	cursor: pointer;
	color: #C3C3C3;
	text-shadow: 1px 1px 1px #B6B6B6;
}
.media #pubs li a {
	color: rgba(55,70,93,1.00);
}
.media #mediaLinks li.all {
	display: none;
}
/* ------------------- active state --------------------
.media #mediaLinks li.salesMarketing.active, .media #pubs .salesMarketing a {
	color: rgba(119,147,36,1);
}
.media #mediaLinks li.leadershipStrategy.active, .media #pubs .leadershipStrategy a {
	color: rgba(157,192,46,1);
}
.media #mediaLinks li.employeeEngagement.active, .media #pubs .employeeEngagement a {
	color: rgba(55,70,93,1.00);
}
.media #mediaLinks li.customerLoyalty.active, .media #pubs .customerLoyalty a {
	color: rgba(189,107,47,1);
}
.media #mediaLinks li.projectManagement.active, .media #pubs .projectManagement a {
	color: rgba(220,158,54,1);
}
.media #mediaLinks li.healthcare.active, .media #pubs .healthcare a {
	color: rgba(16,91,99,1);
} */
.media #mediaLinks li span {
	display: inline-block;
	padding-right: .5em;
}
.media #mediaLinks li span {
	color: #fff;
}
.media #mediaLinks li.active span {
	color: #616772;
}
.media #pubs div.clear {
	margin: .25em 4em;
	border-top: 1px solid #CACACA;
}
.media #pubs li {
	float: left;
	width: 9em;
	padding: 1em;
	margin: .3em 1.5em;
	text-align: center;
	display: table;
	vertical-align: top;
}
.media.speaking #pubs li {
	width: 14em;
	text-align: left;
}
.media #pubs li li {
	text-align: left;
	float: none;
	height: auto;
	margin: .6em 0 0;
	padding: 0;
}
.media #pubs li img {
	margin: .2em auto 0;
}


/* ------------------ accordion ------------------ */
#accordion h3 {
	color: #0799cb;
	line-height: 1;
	padding-bottom: 0;
}
#accordion p {
	font-size: .9em;
}
.terms h3.ui-accordion-header-active, .privacy h3.ui-accordion-header-active {
	border-top: 1px dotted #B4B4B4;
	padding-top: 1em;
	margin-top: 1em;
}

/* ------------------ privacy/terms ------------------ */

.privacy #accordion div, .terms #accordion div {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Safari and Chrome */
	column-gap: 40px;
}
.privacy #accordion div.one, .terms #accordion div.one {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}

/* ------------------ form ---------------------------- */
form#contact {
	position: relative;
	width: 50em;
}
#contact li {
	padding-bottom: .5em;
}
#contact li.spamCheck {
	display: none;
}
#contact label {
	color: #099ac7;
	float: left;
	text-align: right;
	padding-bottom: .5em;
	width: 16em;
}
#contact input[type=text], #contact input[type=email], #contact textarea {
	float: left;
	width: 35em;
	margin-left: 2.5em;
	border: none;
	padding-left: 3%;
	padding-right: 3%;
	border-radius: 15px;
	color: #0386af;
	background-color: #ddf1f7;
}
#contact label, #contact input[type=text], #contact input[type=email] {
	height: 2em;
	alignment-baseline: baseline;
}
#contact input[type=text], #contact input[type=email], #contact textarea {
	font-weight: 1.2em;
	font-weight: 700;
}
#contact input:focus {
	background-color: #FFC;
}
#contact .checkboxes {
	position: relative;
	margin-top: .5em;
}
#contact .checkboxes ul {
	float: left;
	margin-left: 2.5em;
	margin-bottom: .8em;
	width: 30em;
}
#contact .checkboxes ul li {
	float: left;
	clear: none;
	width: 50%;
}
#contact input[type=checkbox] {
	float: left;
	margin-top: .5em;
	margin-right: .7em;
}
#contact .checkboxes li span {
	display: block;
	color: #099ac7;
}
#contact input[type=submit] {
	background: #099ac7;
	width: 3.8em;
	height: 3.8em;
	text-align: center;
	line-height: 3.3;
	color: #FFF;
	font-weight: 700;
	font-size: 1.1em;
	border: none;
	position: absolute;
	right: 0;
	bottom: 15px;
	cursor: pointer;
	border-radius: 4px;
}
#contact input[type=submit]:hover {
	background: #7ba541;
}

/* -------------- footer ------------------ */
footer {
	font-size: .95em;
	background: #0799cb;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 10000;
}
footer div {
	width: 90%;
	max-width: 70em;
	min-width: 60em;
	margin: 1em auto;
}
footer ul {
	padding-bottom: 1em;
	padding-left: 0;
	float: left;
}
footer li {
	float: left;
	margin-right: 3em;
	color: red;
}
footer li, footer li a {
	color: #FFF;
	text-decoration: none;
}

@media only screen and (min-width:1300px) {
	header, #pageWrap {
		width: 75em;
	}
	header a.logo {
		width: 165px;
		height: 67px;
		background: url(../_img/innovative-logo-lg.jpg) no-repeat center center;
	}


	/* ------------------------- home ---------------------------------- */
	.home p.definer {
		font-size: 1.1em;
		top: -5px;
		left: 700px;
	}
	.home p.intro {
		font-size: 1.05em;
		width: 28em;
		margin-right: 4em;
	}
	.home p.intro.first {
		margin-top: 14em;
	}
	.home figure {
		width: 625px;
		height: 625px;
		margin-top: -70px;
	}
	.home figure li {
		font-size:	1.1em;
		width: 160px;
		height: 160px;
		-webkit-box-shadow: 3px 3px 4px #616161;
		box-shadow: 3px 3px 4px #616161;
	}
	.home figure li a, .home figure li p {
		padding: .5em .8em;
		text-shadow: 2px 2px 2px #555;
	}
	.home figure li p {
		text-shadow: 2px 2px 1px #555;
	}
	.home figure li.h, .home figure li.ee {
		top: 115px;
	}
	.home figure li.sm, .home figure li.cl {
		top: 365px;
	}
	.home figure li.sm, .home figure li.h {
		left: 10px;
	}
	.home figure li.ls, .home figure li.pm {
		left: 231px;
	}
	.home figure li.ee, .home figure li.cl {
		left: 445px;
	}
	.home figure li.ls {
		top: 0;
	}
	.home figure li.pm {
		top: 485px;
	}
	.home figure li.pi {
	font-size: 1.05em;
	width: 300px;
	top: 295px;
	left: 165px;
	letter-spacing: 0.1em;
	}
	/* ------------------------- bio ----------------------------------- */
	article.bioMn {
		padding-top: 2em;
	}
	.bio aside.support  {
		width: 17%;
		margin-top: -.5em;
	}
	.bio div.specialties {
		width: 16em;
	}
	.bio div.awards {
		width: 21em;
	}
	.bio div.specialties {
		margin-right: 5em;
	}
	.bio .awards li figure {
		right: -410px;
	}
	/* ------------------------ media ----------------------------------- */
	.media ul#pubs {
		width: 
	}
	
	
}

/* @media only screen and (min-width:769px) and (max-width:1060px) { */
@media only screen and (max-width:1060px) {
	header, #pageWrap, header, #pageWrap {
		width: 55em;
	}
	#phoneEtc {
		margin-right: 1.5em;
	}

	/* ------------------------- home ----------------------------------*/
	.home p.definer {
		font-size: .95em;
		top: -35px;
		left: 540px;
		width: 24em;
	}
	.home p.intro {
		font-size: 1em;
		width: 23em;
		margin-right: 1em;
	}
	.home p.intro.first {
		margin-top: 8em;
	}
	.home figure {
		width: 450px;
		height: 450px;
		margin-top: -30px;
	}
	.home figure li {
		font-size:	1.02em;
		width: 135px;
		height: 135px;
		-webkit-box-shadow: 1px 1px 2px #616161;
		box-shadow: 1px 1px 2px #616161;
	}
	.home figure li a, .home figure li p {
		padding: .5em .8em;
		text-shadow: 1px 1px 1px #555;
	}
	.home figure li p {
		text-shadow: 2px 2px 1px #555;
	}
	.home figure li.h, .home figure li.ee {
		top: 50px;
	}
	.home figure li.sm, .home figure li.cl {
		top: 275px;
	}
	.home figure li.sm, .home figure li.h {
		left: -4px;
	}
	.home figure li.ls, .home figure li.pm {
		left: 158px;
	}
	.home figure li.ee, .home figure li.cl {
		left: 330px;
	}
	.home figure li.ls {
		top: -40px;
	}
	.home figure li.pm {
		top: 355px;
	}
	.home figure li.pi {
		font-size: 1em;
		font-weight: normal;
		width: 250px;
		top: 205px;
		left: 100px;
		letter-spacing: 0.1em;
	}
	/* ------------------------- bio ----------------------------------- */
	article.bioMn {
		padding-top: 2em;
	}
	.bio aside.support  {
		width: 21%;
		margin-top: -.5em;
	}
	.bio div.specialties {
		width: 15em;
	}
	.bio .specialties ul {
		font-size: 1em;
		line-height: 1.2;
	}
	.bio div.awards {
		width: 20em;
	}
	.bio div.specialties {
		margin-right: 4em;
	}
	.bio .awards li figure {
		right: -310px;
	}
	/* --------------------------------- panels ---------------------------------------------*/
	
	#panelWrap {
		width: 55em;
		height: 35em;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	/* panel 1 resets */
	
	/* set new width/height for panel 2 tabs */
	#serviceBegin {
		width: 25em;
		height: 25em;
	}
		/* leadership strategy */
	.ls .panel.graphic .panelContent {
		background: url(../_img/_services/leadershipStrategy-sm.gif) no-repeat 350px 0;
	}
	.ls .panel.graphic p {
		top: 80px;
		left: 70px;
		width: 13em;
	}
	.ls .panel.graphic li {
		top: 230px;
	}
	.ls .panel.graphic li.know {
		left: 320px;
	}
	.ls .panel.graphic li.go {
		left: 510px;
	}
	.ls .panel.graphic li.show {
		left: 705px;
	}

		/* employee engagement */
	.ee .panel.graphic .panelContent {
		background: url(../_img/_services/employeeEngagement.gif) no-repeat 290px 20px;
	}
		
		/* project/change management */
	.pm .panel.graphic .panelContent {
		background: url(../_img/_services/PCM-sm.gif) no-repeat 390px 0;
	}
	.pm .panel.graphic .panelContent p {
		top: 80px;
		left: 50px;
		width: 20em;
	}

		/* sales/marketing */	
	.sm .panel.graphic .panelContent {
		background: url(../_img/_services/salesMarketing.gif) no-repeat 300px 20px;
	}
	.sm .panel.graphic p {
		color: #779324;
		font-size: 97%;
		position: absolute;
		left: 100px;
		top: 100px;
		width: 12em;
	}
	.sm .panel.graphic p.caption {
		left: 450px;
		top: 40px;
		font-style: italic;
		width: auto;
	}

	/* ------------------ media pages ---------------------------- */
	.media #mediaLinks li {
		float: left;
		width: 24%;
		cursor: pointer;
		color: #C3C3C3;
	}
	.media #mediaLinks li.all {
		display: none;
	}
	/* ------------------- active state -------------------- */
	.media #mediaLinks li.salesMarketing.active, .media #pubs .salesMarketing a {
		color: rgba(119,147,36,1);
	}
	.media #mediaLinks li.leadershipStrategy.active, .media #pubs .leadershipStrategy a {
		color: rgba(157,192,46,1);
	}
	.media #mediaLinks li.employeeEngagement.active, .media #pubs .employeeEngagement a {
		color: rgba(55,70,93,1.00);
	}
	.media #mediaLinks li.customerLoyalty.active, .media #pubs .customerLoyalty a {
		color: rgba(189,107,47,1);
	}
	.media #mediaLinks li.projectManagement.active, .media #pubs .projectManagement a {
		color: rgba(220,158,54,1);
	}
	.media #mediaLinks li.healthcare.active, .media #pubs .healthcare a {
		color: rgba(16,91,99,1);
	}
	.media #mediaLinks li span {
		display: inline-block;
		padding-right: .5em;
	}
	.media #mediaLinks li span {
		color: #fff;
	}
	.media #mediaLinks li.active span {
		color: #616772;
	}
	.media #pubs div.clear {
		margin: .25em 4em;
		border-top: 1px solid #CACACA;
	}
	.media #pubs li {
		width: 8em;
	}
	.media.speaking #pubs li {
		width: 13em;
		text-align: left;
	}
	.media #pubs li li {
		text-align: left;
		float: none;
		height: auto;
		margin: .6em 0 0;
		padding: 0;
	}
	.media #pubs li img {
		margin: .2em auto 0;
	}
	/* -------------- footer ------------------ */
	footer ul {
		margin-left: 2em;
	}
	footer li {
		margin-right: 1.5em;
	}
	


}
/*
@media only screen and (min-width:481px) and (max-width:768px) {
}
*/


