@charset "UTF-8";

/* Reset, based on Eric Meyer's Reset Reloaded */
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, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
em{font-style: italic;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/** -------------------------------------
/**  Page Basics
/** -------------------------------------*/


body {
	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
	font-size: 13px;
	color: #5E676C;
	line-height: 18px;
	letter-spacing: .02em;
	background-color: #fff;
}
a {
	color: #A0A0A0;
}
body#search #pageBody h5 a{color: #399;}

.container_12 {
	margin: 0;
}
#page {
	width: 984px;
	padding: 19px  19px 15px;
	margin: auto;
}
.left {
	float: left;
	margin: 0 15px 15px 0;
}
.right {
	float: right;
	margin: 0 0 15px 15px;
}
span.phone  {
	color: #015e6d;
	font-weight: bold;
}
.newline {
	margin-top: 20px;
}
#pageBody {
	position: relative;
	/*overflow: hidden;*/
}

.featured_content
{
background-color: #EFEFEF;
padding: 15px 15px 0 15px;
}

.featured_content .item{
	padding-bottom: 1px;
}

#login .textinput
{
	border: 1px solid #CCCCCC;
	width: 200px;
	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
	font-size: 14px;
	padding: 3px;
	color: #999999;
}

/** -------------------------------------
/**  Page Header
/** -------------------------------------*/

#pageHead {
	font-size: 12px;
	margin-top: 17px;
}
#pageHead h1 {
	text-transform: none;
	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #000;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
#pageHead h1 a{	color: #000;}
#pageHead h1 a:hover{color: #000;}
#pageHead a {
	text-decoration: none;
}
#pageHead li {
	margin: 1px 0;
}
#pageHead li a { padding: 0 2px; }
#pageHead li a:hover {
	color: #fff;
	background-color: #000;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}


/* Navigate */
#pageHeadNavigate ul li { line-height: 18px; }
#pageHeadNavigate li { font-weight: bold; }

a#en_cn_toggle{
	display: block;
	width: 30px;
	height: 14px;
	position: absolute;
	top: 2px;
	right: 15px;
	color: #000;
	text-indent: -9999px;
	background: transparent url(/assets/css/images/chinese_us_toggle.png) no-repeat bottom right;

}

/* Top nav bullet lists */
#pageHeadNews li:before,
#pageHeadTopPicks li:before {
	content: "+";
	display: inline-block;
	margin-right: 3px;
	color: #A0A0A0;
}
#pageHeadNews a span,
#pageHeadTopPicks a span {
	color: #A0A0A0;
}

/* RSS link */
#pageHeadNewsRSS,
.RSSLink {
	position: absolute;
	top: 2px;
	right: -7px;
	height: 18px;
	width: 53px;
	background: transparent url(/assets/css/images/base.png) 0 -135px no-repeat;
}
#pageHeadNewsRSS a,
.RSSLink a {
	display: block;
	text-indent: -9999px;
}

/* Site title */
#siteTitle {
	clear: both;
	margin-top: 5px;
	border-bottom: solid 1px #ECECEC; /*#858585*/
}
#siteTitle hgroup {
	padding-left: 3px;
}
#siteTitle h1 {
	text-indent: -9999px;
	height: 20px;
	border-bottom: none;
	margin: 28px 0 10px 0px;
	background: transparent url(/assets/css/images/ideo-logo.svg) 0 0 no-repeat;
	width: 85px;
	-webkit-background-size: 83px 18px;
	-o-background-size: 83px 18px;
	-moz-background-size: 83px 18px;
	background-size: 83px 18px;
}
#siteTitle h1 a { display: block; }
#siteTitle h2 {
position: absolute;
top: 29px;
left: 100px;
font-size: 11.5px;
}

/** -------------------------------------
/**  Breacrumbs
/** -------------------------------------*/

#breadcrumb {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#breadcrumb li {
	display: inline;
	margin: 0 3px 0 0;
}
#breadcrumb,
#breadcrumb a { color: #2E2F2F; }

/** -------------------------------------
/**  Page title
/** -------------------------------------*/

#pageBody #pageTitle {
	margin-bottom: 35px;
}
#pageBody #pageTitle h1 {
	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	text-transform: none;
	color: #000;
	margin-top:12px;
	margin-bottom: -24px;
	border: none;
}

/** -------------------------------------
/**  "Rows"
/** -------------------------------------*/

#content .row {
	clear: both;
	margin-bottom: 15px;
}
#content .row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/** -------------------------------------
/**  Item headers
/** -------------------------------------*/

#pageBody article h1,
#pageBody section h1 {
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/** -------------------------------------
/**  Sidebar items
/** -------------------------------------*/

#sidebar section {
	display: block;
	margin-bottom: 15px;
}
#sidebar section a {
	color: #E1392B;
}
#sidebar div.contact {
	margin: 1em 0;
}

/** -------------------------------------
/**  Widget titles
/** -------------------------------------*/

.widget {
	margin-bottom: 20px;
}
.widget_title {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #424242;
	text-transform: uppercase;
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.widget_title a{
	color: #424242;
	text-decoration: none;
}

/** -------------------------------------
/**  Job openings widget
/** -------------------------------------*/

#job_openings_widget {

}
#pageBody #job_openings_widget h1 {
	margin-bottom: 0;
}
#job_openings_widget div.group {
	margin: 10px 0;
	padding-bottom: 5px;
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
}
#job_openings_widget h2 {
	font-weight: bold;
	margin: 5px 0;
	color: #424242;
}
#job_openings_widget li {
	line-height: 16px;
}
#job_openings_widget div.group a {
	display: block;
	color: #5E676C;
	text-decoration: none;
	padding:7px 0;
}
#job_openings_widget div.group a:hover {
	color: #424242;
}

/** -------------------------------------
/**  Other offices widget
/** -------------------------------------*/

#other_offices_widget .office {
	margin: 10px 0 20px;
	width: 210px;
}

#other_offices_widget .office img {
	float: left;
	padding: 5px;
	background-color: #F3EFF0;
}
#other_offices_widget  .office div.address,
#other_offices_widget  .office div.contact {
	width: 130px;
	font-size: 11px;
	float: right;
}

/** -------------------------------------
/**  Buttons
/** -------------------------------------*/

div.button {
	margin: 1em 0;
}

form.search_form {
	height: 26px;
	max-width: 200px;
	border-radius: 13px;
	margin-top: 25px;
	border: solid 1px #ECECEC;
}

form.search_form input.search_box {
	border: none;
	background: none;
	-webkit-appearance: none;
	height: inherit;
	padding-left: 8px;
	width: 73%;
	float: left;
	margin-top: -2px;

	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
	font-style: italic;
	font-size: 12px;
}

form.search_form input.submit_compact {
	height: 26px;
	width: 20%;
	max-width: 28px;
	border: solid 7px transparent;
	background: transparent url(/assets/css/images/magnifying_glass_40x40.png) 0 0 no-repeat;
	background-size: contain;
	float: right;
	cursor: pointer;
	opacity: .2;
	border-radius: 13px;
}

form.search_form input.submit_compact:hover {
	opacity: 1;
	background: transparent url(/assets/css/images/magnifying_glass_40x40.png) 0 0 no-repeat;
	background-size: contain;
}

*::-webkit-input-placeholder {
	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    color: #CCC;
}
*:-moz-placeholder {
    /* FF 4-18 */
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    color: #CCC;
}
*::-moz-placeholder {
    /* FF 19+ */
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    color: #CCC;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Sentinel SSm A', 'Sentinel SSm B';
    color: #CCC;
}



/* Apply */
a.apply {
	display: block;
	width: 84px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(/assets/css/images/base.png) 0 -175px no-repeat;
}

a#speaker_request_button,
#people a#speaker_request_button,
#people_items a#speaker_request_button{
	font-weight: bold;
	display: block;
	text-decoration: underline;
	color: #e63626;
}

/** -------------------------------------
/**  Footer
/** -------------------------------------*/

#pageFooter {
	clear: both;
	line-height: 22px;
	margin-top: 50px;
	font-size: 12px;
}
#pageFooter a {
	text-decoration: none;
}
#pageFooter div.section_title,
#pageFooter div.section_items {
	border-top: 1px dotted #424242;
}
#pageFooter div.section_title.last,
#pageFooter div.section_items.last {
	border-bottom: 1px dotted #424242;
}
#pageFooter div.section_title a {
	font-weight: bold;
}
#pageFooter div.section_items li {
	display: inline;
	margin-left: 10px;
	width: auto;
}
#pageFooter div.section_items li a {
	color: #5E676C;
}
#pageFooter div.section_items li a:hover {
	color: #000;
}

.footer_border{
	border-bottom: solid 1px #ECECEC; /*#858585*/
	height: 1px;
	margin-bottom: 20px;
}
#pageFooter_new
{
	line-height: 18px;
	margin: 10px 0 15px 0;
	font-size: 12px;
	padding: 15px 0;
}

#pageFooter_new .grid_2
{
width: 108px !important;
}

#pageFooter_new div.section_title a
{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

#pageFooter_new div.section_items li a {
	text-decoration:none;
	color: #A0A0A0;
	font-weight:normal;
}
#pageFooter_new div.section_items li a:hover {
	color: #000;
}
.copyright {
	font-size:12px;
	float:right;
	margin-bottom: 10px;
}
.privacy_policy {
	font-style: italic;
	color: #BDBDBD !important;
	text-decoration: none;
	margin-right: 15px;
}

#pageFooter_new .footer_social_icons {font-size: 18px; text-align: right; padding-top: 1px;}
.footer_social_icons a { color: #000; /*#5E676C*/ text-decoration: none;}
.footer_social_icons a.facebook:hover {color: #3B5998;}
.footer_social_icons a.twitter:hover {color: #00ACF1;}
.footer_social_icons a.vimeo {margin-right: 4px;}
.footer_social_icons a.vimeo:hover {color: #01ACD8; }
.footer_social_icons a.google {margin-right: 2px;}
.footer_social_icons a.google:hover {color: #C23D11; }
.footer_social_icons a.instagram { margin-right: 4px;}
.footer_social_icons a.instagram:hover {color: #82503C;}
.footer_social_icons a.linkedin:hover {color: #0073B4;}


.footer_social_icons a.medium {
    margin: 0 5px 0 0;
	text-indent: -9999px !important;
	display:inline-block;
	height: 18px;
	width: 23px;
	background-image: url('/assets/css/images/medium_1x.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.footer_social_icons a.medium:hover {
	background-position: -23px 0;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.footer_social_icons a.medium {
    	background-image: url('/assets/css/images/medium_2x.png');
        background-size: 200% 100%;
        background-repeat: no-repeat;
        margin-right: 10px;
    }
}




#pageFooter_new .grid_2.last{margin-left: -12px;}
/** -------------------------------------
/**  Locations
/** -------------------------------------*/


/* En-redden the email address at the top */
#locations #pageTitleExtra a {
	color: #5E676C;
}
#locations img.left {
	margin-bottom: 9px;
}


/** -------------------------------------
/**  IDEO locations widget
/** -------------------------------------*/

#locations-widget {
	margin-bottom: 15px;
}
#locations-widget img.thumb,
#locations-widget #pop-container {
	border: 4px solid #F3EFF0;
}
#locations-widget #inner-locations-widget ul {
	padding: 0;
	width: auto;
}
#inner-locations-widget-container {
	position: relative;
	float: left;
	width: 220px;
}
#locations-widget #inner-locations-widget li {
	margin: 0 15px 15px 0;
}
#locations-widget #inner-locations-widget li div.full_image{
	display: none;
}
#locations-widget #inner-locations-widget li a img {
	opacity: .50;
}
#locations-widget #inner-locations-widget li.active a img {
	opacity: 1.0;
}
#locations-widget #pop-container {
	width: 445px;
}
#locations-widget #pop-container h2 {
	margin-bottom: 20px;
}
#locations-widget #pop-container .english {
	width: 225px;
	float: left;
	font-style: italic;
}
#locations-widget #pop-container .other {
	width: 185px;
	float: right;
}
#locations-widget #pop-container .phone span {
	color: #33CCCC;
}
#locations-widget #pop-container .new-business {
	margin-top: 1em;
}

/** -------------------------------------
/**  Locations directions modal
/** -------------------------------------*/

#location_directions .modal {
	background-color: #FFF;
}

/** -------------------------------------
/**  News
/** -------------------------------------*/

#news #pageHead a:hover {
	color: #EEE;
}
#news #pageHead h1 a:hover{color: #000;}

#news #pageTitle {
	margin-bottom: 20px;
}
#news span.newsType {
	text-transform: uppercase;
}
#news article {
	display: block;
}
#news div.item {
	color: #7F7F7F;
	padding-bottom: 15px;
	padding-top: 15px;
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;

}
#news div.item h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #333;
	border-bottom: none;
}
#news div.item h1 a {
	color: #000;
	text-decoration: none;
}
#news div.item h2 {
	font-style: italic;
	padding-bottom: 5px;
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
	margin-bottom: 10px;
}
#news div.item div.image img {
	padding: 6px;
	background-color: #CBCBCD;
}
#news div.item p {
	margin-bottom: 1em;
}
#news div.item div.meta {
	margin-top: 20px;
}
#news div.meta .where {
	text-transform: uppercase;
}
#news div.meta .where a {
	color: #7F7F7F;
	text-decoration: none;
}

#news div.article ul li
{
list-style-type: disc;
margin-left:10px;
}

/** -------------------------------------
/**  News archive widget
/** -------------------------------------*/

#archive_widget {
	margin-bottom: 20px;
}
#archive_widget h2 {
	cursor: pointer;
	font-weight: bold;
}
#archive_widget ul ul {
	margin-left: 10px;
	display: none;
}
#archive_widget li {
	padding-bottom: 0;
}
#archive_widget li.active ul {
	display: block;
}
#archive_widget li a.active {
	color: #333;
	font-weight: bold;
}
#archive_widget a {
	text-decoration: none;
}

/** -------------------------------------
/**  People
/** -------------------------------------*/

#people a {
	color: #4D867C;
}
#people p {
	margin-bottom: 1em;
}

#people #pageTitle h1 {
	color: #333;
}
#people #pageHead li a {
	color: #A0A0A0;
}
#people .footer_social_icons a {
	color: black;
}

#people #pageHead a:hover {
	color: #EEE;
}
#people #pageHead h1 a:hover{color: #000;}
#people .widget {
	margin-bottom: 30px;
}
#people #photo img {
	border: 5px solid #E7E7E7;
}
#people #location {
	font-style: italic;
	font-weight: bold;
}
#people #location span {
	font-weight: normal;
	display: block;
}
#people #location span {
	color: #9FAFB7;
}
#people #photo {
	margin-bottom: 5px;
}
#people #books_widget .title{
	font-style: italic;
}
#people #books_widget .item{
	float: left;
	width: 230px;
	height: 160px;
}
#published_work_widget .date
{
width: 80px !important;
}
#published_work_widget .details
{
width: 188px !important;
}


/** -------------------------------------
/**  Work
/** -------------------------------------*/

#work #description p {
	margin-bottom: 18px;
}
#work #body {
	padding-bottom: 0;
	margin-bottom: -18px;
}
#work #body ul
{
list-style-type:disc;
}

#work #body ul li
{
margin: 10px 0 10px 15px;
}
#work #body h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
	color: #18889e;
}
#work_items .item {
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
}
#work_items .alpha {
	clear: left;
}
#work_items .grid_3 {
	margin-left: 0;
	margin-right: 0;
}
#work_items .item:hover {
	background-color: #F3F4F6;
}
#work_items .item img {
	padding: 4px;
	background-color: #E7E7E7;
}
#work_items .item h1 {
	font-weight: bold;
	border: none;
	padding-bottom: 0;
	/*margin-bottom: 5px;*/
	text-transform:none;
	margin-bottom: 0;
}
#work_items .item h1 a {
	color: #111;
	text-decoration: none;
}
#work_items .item:hover h1 a,
#work_items .item h1 a:hover {
	color: #339999;
}
#work_items .item h2 {
	font-style: italic;
	margin-bottom: 0;
	line-height: 100%;
	padding-bottom: 0;
}

#work #facts .item {
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#work #facts .image {
	float: left;
	width: 118px;
}

#work #facts .image img
{
	background-color:#c0c3c9;
	padding:4px;
}
#work #facts .content {
	float: right;
	width: 158px;
}
#work #expertise {
	margin-bottom: 20px;
}
#work #expertise li {
	display: block;
	float: left;
	width: 190px;
	height: 2em;
}
#work #expertise li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#work #expertise li a:hover {
	color: #399;
}

#body blockquote,
#thoughts blockquote,
#popup blockquote{background: transparent url(/assets/css/images/quote_dropquote_blue.gif) no-repeat top left; background-size: 76px 29px; padding-top: 35px; margin: 30px 0 0 0;}
#body blockquote p.quote,
#thoughts blockquote p.quote,
#popup blockquote p.quote{font-family: 'Sentinel SSm A', 'Sentinel SSm B'; font-style: italic; font-weight: 800; font-size: 16px; line-height: 1.25; color: #000;}
#body blockquote p.author,
#thoughts blockquote p.author,
#popup blockquote p.author{text-align: right; color: #666; font-style: italic; font-weight: 800; margin-top: -10px;}
#thoughts blockquote{width: 45%;}
#thoughts blockquote.right{float: right; margin-left: 20px;}
#thoughts blockquote.left{float: left; margin-right: 20px;}

/** -------------------------------------
/**  Work - Clients list
/** -------------------------------------*/

#client_list li.client { position: relative; }
#client_list div.projects {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
#client_list div.projects ul {
	width: 200px;
	margin-left: 15px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
#client_list div.projects ul li.project {
	float: none;
	width: 200px;
}
#client_list p.asterisk {
	padding-top: 1.5em;
	clear: left;
}

/** -------------------------------------
/**  Work - HCD Toolkit
/** -------------------------------------*/

#hcd_toolkit_widget .item{
	width: 50%;
	float: left;
}

#hcd_toolkit_widget .item .first{
	padding-right: 10px;
}

#work #hcd_toolkit_widget,
#work #hcd_toolkit_items {
	position: relative;
}
#work #hcd_toolkit_overlay {
	background-color: #FFFCEB;
	opacity: 0.5;
	position: absolute;
	top: -15px;
	left: 0;
	height: 100%;
	width: 100%;
}
#work #hcd_toolkit_form_container {
	position: absolute;
	top: 60px;
	left: 140px;
	background-color: #FFF;
	border: 10px solid #EEEEEE;
	width: 250px;
	padding: 50px;
	z-index: 100;

    color: #333;
    padding: 15px 25px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#work #hcd_toolkit_form_container p {
	font-weight:normal;
	font-size: 12px;
	font-style:normal;
	padding: 10px 0;
	line-height:14px;
}

#work #hcd_toolkit_form_container input {
	margin: 5px 10px 5px 0;
}

#work #hcd_toolkit_form_container .error {
	color: #990000;
}

#invite_speaker_form input.error {
	border: 2px solid #da2dbb;
}


/** -------------------------------------
/**  Categories Widget
/** -------------------------------------*/

#work_categories {
	margin-top: 20px;
}
#topic #work_categories {
	margin-top: 40px;
}
#nav_cat_archive li {
	clear: left;
}
#nav_cat_archive li a {
	text-decoration: none;
	padding-left: 14px;
	background: #fff url(/assets/css/images/expand.gif) left center no-repeat;
}
#nav_cat_archive li li {
	display: none;
}
#nav_cat_archive li.active li {
	display: block;
}
#nav_cat_archive li.active a {
	background: #fff url(/assets/css/images/collapse.gif) left center no-repeat;
}
#nav_cat_archive li li a {
	color: #5E676C;
	padding-left: 0;
	background: none;
}
#nav_cat_archive li.active li a {
	background: none;
}
#nav_cat_archive li li .alpha {
	padding-left: 15px;
	width: 201px;
}

/** -------------------------------------
/**  Project Themes
/** -------------------------------------*/

body.green {
	color: #3E4B23;
}

body.green #pageHead,
body.green #pageHead a {
	color: #3E4B23;
}
body.green #pageHead h1 a {
	color: #000;
}

body.green #pageHead li a:hover {
	background-color: #3E4B23;
	color: #FFF;
}
body.green #body h2 {
	color: #3E4B23;
}
body.green #support a {
	color: #92A46E;
}

/** -------------------------------------
/**  Related Projects Widget
/** -------------------------------------*/

#work_related_widget {
	margin-bottom: 0;
}
#work_related_widget .item {
	margin-bottom: 20px;
}
#work_related_widget .last {
	margin-bottom: 0;
}
#work_related_widget img {
	padding: 4px;
	background-color: #c0c3c9;
}
#work_related_widget h3 {
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 5px;
	line-height: 1.2;
}
#work_related_widget h4 {
	line-height: 110%;
}



#work_related_widget h3 a,
#work_related_widget h4 a {
    color: #858484;
}


/** -------------------------------------
/**  Work Slideshow Widget
/** -------------------------------------*/

#work_slideshow_widget_controller
{
	width: 626px;
	height: 24px;
	background:transparent url('/images/uploads/controller_texture.jpg') no-repeat 0 0;
	margin: 10px 0 20px 0;
	color: #FFFFFF;
	font-style:italic;
	clear: both;
}

#work_slideshow_widget_controller img
{
	margin: 2px 0 0 2px;
	float:left;
}

#work_slideshow_widget_controller .slide_counter
{
	width: 62px;
	height: 20px;
	background:transparent url('/images/uploads/box_background.gif') no-repeat 0 0;
	margin: 2px 0 0 2px;
	float:left;
	text-align:center;
}

#work_slideshow_widget_controller .slide_title
{
	margin: 2px 0 0 10px;
	float:left;
	text-align:center;
	line-height: 1.5;
}

#work_slideshow_widget .active img
{
width: 626px;
height: 314px;
}


#work_slideshow_widget img.thumb
{
	border: 4px solid #c0c3c9;
	margin: 0 20px 20px 0;
	float:left;
}
#work_slideshow_widget img.thumb.current {
    border: 4px solid #18889e;
}

#work_slideshow_widget img.last
{
	margin: 0 0 19px -2px;
}

#work_slideshow_widget .item {
	display: none;
}
#work_slideshow_widget .active {
	display: block;
	height: 314px;
	max-height: 314px;
	margin-bottom: 20px;
	position: relative;
}
#work_slideshow_widget.captions .active {
	display: block;
	height: 367px;
	max-height: 367px;
}

#work_slideshow_widget.captions.videos .active {
	display: block;
	height: 440px;
	max-height: 440px;
}

.work_slideshow_caption{
    background: transparent url(/assets/css/images/dots.gif) left top repeat-x;
	display: none;
}
.work_slideshow_caption_bottom{
    background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
    padding-bottom:1px;
}
#work_slideshow_widget.captions .work_slideshow_caption{
    /*border-width: 1px 0;
    border-color: #5E676C;
    border-style: dotted;*/
	display: block;
	color: #5E676C;
	padding: 5px 10px;
	height: 33px;
	margin-top: 6px;
	font-style: italic;
	display: table;
	width: 606px;

}
#work_slideshow_widget.captions .work_slideshow_caption div{
	display: table-cell;
	vertical-align: middle;
}
#work_slideshow_prev,
#work_slideshow_next{
	position: absolute;
	display: block;
	top: 0;
	height: 270px;
    line-height: 270px;
	width: 60px;
	z-index: 1000;
	opacity: .5;
	text-decoration: none;
	font-size: 25px;
}
#work_slideshow_prev:hover,
#work_slideshow_next:hover{
	opacity: .9;
}
#work_slideshow_prev{
	left: 0;
	margin-left: 10px;
}
#work_slideshow_next{
	right: 0;
	text-align: right;
	margin-right: 10px;
}

/** -------------------------------------
/**  Topics
/** -------------------------------------*/

body#topics #page{
/*	background: transparent url(/assets/css/images/triangles_build_rev03a_green.png) left top no-repeat; */
}
body#topics #pageHead,
body#topics #pageHead a {
	color: #333;
}
/*
body#topics #pageHead h1 {
	color: #015E6D;
}
*/
body#topics #pageHead li a:hover {
	background-color: #015E6D;
	color: #fff;
}
#topics {
	color: #333333;
}
#topics #intro {
	margin-bottom: 20px;
}
#topics #body h2 {
	font-size: 20px;
	line-height: 23px;
	color: #015E6D;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #424242;
}
#topics #intro {
	background-position: right top;
	background-repeat: no-repeat;
}
#topics #approach{
	position: relative;
}
#topics #approach div.items div.item {
	display: none;
}
#topics #approach div.items div.active {
	display: block;
}
#topics #approach .titles li {
	font-size: 20px;
	line-height: 25px;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #CBCBCD;
	color: #8F989C;
	cursor: pointer;
}
#topics #approach .titles li a {
	color: #8F989C;
	text-decoration: none;
	display: block;
}
#topics #approach .titles li.active,
#topics #approach .titles li.active a {
	color: #45556A;
}
#topics #approach h3 {
	color: #45556A;
	font-weight: bold;
}
#topics #approach p,
#topics #approach ul {
	margin-bottom: 1.5em;
}
#topics #approach .item ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}
#topics #resources li,
#topics #r_and_d li {
	margin-bottom: 15px;
}
#topics #r_and_d em {
	font-style: italic;
}
#topics .text-col ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 1.5em;
}
#topics .text-col p{
	margin-bottom: 1.5em;
}

/** -------------------------------------
/**  Topics Projects Widget
/** -------------------------------------*/
#topics #projects  {
	margin-bottom: 0;
}

#topics #projects li {
	margin-bottom: 31px;
}
#topics #projects .alpha {
	clear: left;
}
#topics #projects img {
	padding: 3px;
	background-color: #E7E7E7;
	width: 208px;
	height: 100px;
}
#topics #projects h3 {
	font-size: 16px;
	font-weight: bold;
}
#topics #projects h3,
#topics #projects h3 a {
	color: #45556A;
	text-decoration: none;
}

/** -------------------------------------
/**  Topics Keyholes Widget
/** -------------------------------------*/
#topics #keyholes ul{
	margin-bottom: 31px;
}
#topics #keyholes li {
	clear: left;
	margin-bottom: 10px;
}
#topics #keyholes img {
	float: left;
	padding: 3px;
	background-color: #E7E7E7;
}
#topics #keyholes .content {
	float: right;
	width: 484px;
}
#topics #keyholes h3 {
	font-size: 16px;
	font-weight: bold;
}
#topics #keyholes h3,
#topics #keyholes h3 a {
	color: #45556A;
}

/** -------------------------------------
/**  Topics People Widget
/** -------------------------------------*/

#topics #contributors img {
	padding: 3px;
	background-color: #E7E7E7;
}
#topics #contributors h3,
#topics #contributors h3 a {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #5D666B;
	margin-bottom: 5px;
	text-decoration: none;
}
#topics #contributors li {
	margin-bottom: 10px;
}

/** -------------------------------------
/**  Speaking engagements widget
/** -------------------------------------*/

#speaking_engagements_widget .item {
	line-height: 24px;
}

/** -------------------------------------
/**  Speaking topics widget
/** -------------------------------------*/

#speaking_topics_widget ul {
	list-style: disc inside none;
}
#speaking_topics_widget div.button {
	margin-top: 15px;
}


/** -------------------------------------
/**  Blog widget
/** -------------------------------------*/

#blog_widget {
	color: #737B80;
	margin-bottom: 20px;
	position: relative;
}
#blog_widget h1 a {
	text-decoration: none;
	color: #424242;
}
#blog_widget h2 {
	margin-bottom: 0;
}
#blog_widget h2 a {
	text-decoration: none;
}
#blog_widget .item img {
	border: 3px solid #E7E7E7;
}


/** -------------------------------------
/**  Working on widget
/** -------------------------------------*/

#working_on_widget {
	color: #737B80;
}
#working_on_widget h2 {
	margin-bottom: 0;
}
#working_on_widget h2 a {
	text-decoration: none;
}
#working_on_widget .item img {
	border: 3px solid #E7E7E7;
}

/** -------------------------------------
/**  Public work widget
/** -------------------------------------*/

#public_work_widget {
	color: #737B80;
}
#public_work_widget h2 {
	margin-bottom: 0;
}
#public_work_widget h2 a {
	text-decoration: none;
}
#public_work_widget .item img {
	border: 3px solid #E7E7E7;
}

/** -------------------------------------
/**  Prototypes widget
/** -------------------------------------*/

#prototypes_widget ul {
	list-style: disc inside none;
}

/** -------------------------------------
/**  Published work widget
/** -------------------------------------*/

/** -------------------------------------
/**  Press widget
/** -------------------------------------*/

#press_widget .item {
	margin-bottom: 15px;
}
#press_widget p {
	margin-bottom: 6px;
}
#press_widget .source {
	font-style: italic;
	color: #8C9193;
}

/** -------------------------------------
/**  Speakers grid
/** -------------------------------------*/

body #speakers-grid li {
	margin-bottom: 20px;
	width: 95px;
	float: left;
	margin: 0;
	margin-right: 11px;
	margin-bottom: 18px;
	line-height: 1;
}
#speakers-grid li.omega {
	margin-right: 0px;
}
#speakers-grid a {
	display: block;
	/*
	height: 100%;
	width: 100%;
	*/
	overflow: hidden;
	text-decoration: none;
}
#speakers-grid .alpha {
	clear: left;
}
#speakers-grid a img {
	/*background-color: #E8E8E8;*/
	border: 4px solid #E8E8E8;
	width: 85px;
	height: 85px;
}
#speakers-grid a img:hover {
	border-color: #F3F4F6;
}

body #speakers-grid li a span.name {
	color: #333;
	font-weight: bold;
	padding-top: 5px;
	text-align: left;
	font-size: 10px;
}
#people_items a {
	text-decoration: none;
}

#people_items{
	position: relative;
}

/** -------------------------------------
/**  Home
/** -------------------------------------*/

#slideshow_nav {
    clear:left;
    margin:0 0 3px 15px;
    padding: 4px;
}

#slideshow_nav a {
    border:4px solid #dfdfdf;
    border-radius: 6px;
    color:#fff;
    height:6px;
    margin-right:6px !important;
    text-indent:-9999px;
    font-size:0;
    width:6px;
}

#slideshow_nav a.current,
#slideshow_nav a:hover,
#slideshow_nav a:focus {
    border-color:#000 !important;
}

#home_work {
	overflow: hidden;
	margin-bottom: -5px;
	margin-left: 17px;
}
#home_work div.item {
	height: 358px;
	width: 2000px;
	overflow: hidden;
	margin-bottom: 0;
}

#home_work .image {
	position: relative;
}

#home_work span.home_overlay {
   color:#fff;
   display:none;
}

#home_work span.home_overlay span {
   background:#222;
   display:block;
   opacity:0.9;
   font-size:24px;
   left:1px;
   line-height:24px;
   padding:3px 10px 4px 17px;
   position:absolute;
   z-index:99;
}

#home_work span.slide_text_line1 {
   padding-top:8px !important;
   text-transform:uppercase;
   top:260px;
}

#home_work span.slide_text_line2 {
   font-size:20px;
   font-style:italic;
   line-height:20px;
   padding-bottom:8px !important;
   top:296px;
}
#home_work img {
	/*padding: 4px;*/
	margin-bottom: 7px;
	border: solid 1px #ECECEC;
	border-radius: 2px;
}
{!-- *****************************************************
#home_work .image .info{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 16px;
	color: #fff;
	width: 650px;
}

#home_work .image .info .tagline-container
{
	background-color: 	rgb(0,0,0); /* fallback for browsers without alpha transparency support */
	background-color: 	rgba(0,0,0,0.5);
		padding: 5px 5px 5px 10px;
}
#home_work .image .info .title-container
{
	background-color: 	rgb(0,0,0);  /* fallback for browsers without alpha transparency support */
	background-color: 	rgba(0,0,0,0.5);
		padding: 10px;
		padding-top: 11px;
}

#home_work .image .info .tagline-text{
	font: italic 17px Georgia, serif;
	opacity: 1;
}
#home_work .image .info .title-text{
	font: italic bold 28px Georgia, serif;
	opacity: 1;
}

#home_work .active {
	display: block;
	left: 0;
}
***************************************************** --}

#home_video h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#home_video h2 em {
	color: #458990;
}
#home_video .video {
	border-bottom: none;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 3px;
}
#home_video p {
	margin-bottom: 10px;
}
#home_video p.title {
	font-style: normal;
	font-size: 12px;
	color: #A0A0A0;
	max-width: 75%;
	margin-left: 3px;
}

#video_thumb {
    cursor:pointer;
}
#video_hider {
    display:none;
}

#home_showcase h2 {
	margin-bottom: 10px;
}
#home_showcase h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
}
#home_showcase #showcase_items .item {
	display: none;
}
#home_showcase #showcase_items .first {
	display: block;
}
#home_left, #home_right{
	margin-top: 7px;
}
#home_sections {
	margin-top: 0;
}
#home_sections .section {
	margin-bottom: 25px;
}
#home_sections .image {
	width: 75px;
	height: 75px;
	margin-right: 5px;
	float: left;
	border: solid 1px #ECECEC;
	border-radius: 2px;
}
#home_sections .details {
	width: 200px;
	float: left;
	margin-left: 10px;
}
#home_sections h3 {
	font-style: italic;
	font-weight:bold;
	text-decoration:none;

	margin-bottom: 6px;
	color:#000;
}

#home_sections h3 a {
	text-decoration: none;
	color: #000;
}
#home_sections p {
	font-weight: normal;
	color: #A0A0A0;
	font-size: 12px;
	line-height: 17px;
}

#home_news .item {
	border-bottom: 1px dotted #458990;
	margin-bottom: 1em;
}
#home_news .last {
	border-bottom: none;
}
#home_news h3 {
	font-weight: bold;
	color: #111;
	margin-bottom: 1em;
}
#home_news p {
	margin-bottom: 1em;
}
#home_news .meta {
	font-style: italic;
}

/** -------------------------------------
/**  Home - Overlay
/** -------------------------------------*/

#home_overlay {
	display: none;
	position: relative;
	float: left;
	min-height: 550px;
background-color: #ddd;
}
#home_overlay #toggler {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
background-color: #000;
color: #fff;
}

/** -------------------------------------
/**  Thoughts - Home
/** -------------------------------------*/

/*
#thoughts #left_column {
	width: 570px;
	margin-right: 70px;
}
*/
#thoughts #pageTitle {
	margin-bottom: 20px;
}
#thoughts #pageTitle h1 {
	color: #333;
}
#thoughts #titles {
	position: relative;
}
#thoughts .leftHotSpot,
#thoughts .rightHotSpot {
	position: absolute;
	bottom: 0;
	height: 350px;
	width: 150px;
	z-index: 200;
	background: transparent url(/assets/css/images/scroll_arrows.png) 0 0 no-repeat;
}
#thoughts .leftHotSpot {
	left: 0;
	cursor: w-resize;
	background-position: 0 50px;
}
#thoughts .rightHotSpot {
	right: 0;
	cursor: e-resize;
	background-position: -150px 50px;
}
#thoughts #titles div.scroll_widget {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#thoughts #titles div.items {
	height: 370px;
	overflow: hidden;
}
#thoughts #titles .item {
	height: 370px;
	width: 235px;
	float: left;
	margin: 15px 0 15px 20px;
}
#thoughts #titles li.first {
	margin-left: 0;
}
#thoughts #titles li.last {
	margin-right: 0;
}
#thoughts #articles ul {
	width: 626px;
}
#thoughts #articles li {
	display: block;
	float: left;
	height: 55px;
	width: 55px;
	margin: 10px 15px 10px 0;
	padding: 4px;
	background-color: #7F7F7F;
}
#thoughts #articles li.all {
	width: 135px;
}
#thoughts #subscribe label,
#thoughts #subscribe input {
	display: block;
	clear: both;
}
#thoughts #subscribe input {
	margin-bottom: 1em;
}

/** -------------------------------------
/**  Thoughts - Item
/** -------------------------------------*/

#thoughts #pageTitle h1{
	margin-bottom: 0px;
}

#thoughts p {
	margin-bottom: 1em;
}

#thoughts_article img{
	width: 618px;
	border: solid 4px #e8e8e8;
}

#thoughts_imagery_widget #collection div {
	display: none;
}
#thoughts_imagery_widget  #collection div.active {
	display: block;
	padding: 4px 4px 0 4px;
	background-color: #E8E8E8;
}
#thoughts_imagery_widget  #collection div.active img {
	width: 618px;
}

#thoughts_imagery_widget li img,
#thoughts #author img {
	padding: 4px;
	background-color: #E8E8E8;
}

#thoughts_imagery_widget ul {
	margin-top: 10px;
}
#thoughts_imagery_widget li {
	float: left;
	margin-right: 19px;
	margin-bottom: 10px;
}
#thoughts_imagery_widget li.row_end {
	margin-right: 0;
	margin-left: 3px;
}
#thoughts_imagery_widget li a{margin-right: 0;}
#thoughts_imagery_widget li img{margin-right: 0;}

#thoughts_imagery_widget li.active img {
	background-color: #999;
}
#thoughts_imagery_widget {
	margin-bottom: 3px;
	margin-top: 0;
}

#thoughts #author img {
	float: left;
	margin: 0 10px 10px 0;
}
#thoughts #author .name {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#thoughts_press div.item,
#thoughts_press div.column {
	width: 280px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
}
#thoughts_press div.column{
	margin-bottom: -20px;
}
#thoughts_press .one {
	clear: left;
}


/** -------------------------------------
/**  Modals
/** -------------------------------------*/

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.modal {
    display: none;

    position: fixed;
    top: 15%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

	/*overflow: scroll;*/
	overflow: auto;

    background-color: #FFF;
    color: #333;
    border: none;
    padding: 15px 25px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


.jqmOverlay { background-color: #000; }



#people #speaking_modal
{
position: absolute;
top:300px;
left:50%;
}

.locations_home #speaking_modal
{
position: absolute;
top:300px;
left:50%;
}

#locations .modal a#cancel,
#work .modal a#cancel,
#about .modal a#cancel,
#topics .modal a#cancel
{
background:transparent url('/assets/css/images/button_grey_x.gif') no-repeat 3px 0;
padding-top:27px;
display:block;
width: 33px;
height: 40px;
font-style:italic;
font-size:11px;
float:right;
color: #333333;
text-transform:capitalize;
text-align:center;
cursor: pointer;
}

#work .modal,
#about .modal,
#topics .modal
{
width: 400px;
height: 485px;
}

.location .modal
{
width: 400px;
padding:10px 25px 25px 25px;
}

#locations .modal h2.widget_title,
#work .modal h2.widget_title,
#about .modal h2.widget_title,
#topics .modal h2.widget_title
{
padding-top: 50px;
}





/** -------------------------------------
/**  Imported from eva_css
/** -------------------------------------*/

/*SEARCH***********************/

#search #content #found
{
margin-top: 20px;
}

#search .result
{
margin-top: 30px;
}

#search .featured_content{
	padding-bottom: 15px;
}

#search a.more{
	margin-bottom: 0;
}

#search .result li
{
margin-bottom:10px;
}

#search .result li h5
{
font-weight:bold;
}

#search .result a
{
text-decoration:none;
}

#search div.paginate
{
float:right;
font-size: 12px;
}

#search div.paginate a
{
text-decoration:none;
}


/*GLOBAL************************/

span.edit
{
font-size: 10px;
font-family: 'Sentinel SSm A', 'Sentinel SSm B';
font-weight:normal !important;
text-transform:lowercase;
font-style:normal !important;
letter-spacing:0 !important;
}

span.edit a
{
text-decoration:none;
color: #CC0000 !important;
font-weight:normal !important;
}

/*DOMAINS***********************/

#pageTitleExtra #pdf_download
{
background:transparent url('/assets/css/images/arrow_down.gif') no-repeat 0 0;
display:block;
height: 32px;
color: #5E676C;
text-decoration:none;
padding: 2px 0 0 36px;
font-size:14px;
line-height:15px;
position:absolute;
right:0;
}

#topics #projects h3 small
{
	display: block;
font-size: 11px;
line-height: 14px;
}

#topics #body h2 {
border-bottom:none !important;
margin-bottom:0 !important;
}

#topics .rule
{
border-bottom:1px dotted #424242;
margin-bottom:10px;
height:1px;
}

#topics #approach li ul
{
list-style-type:circle !important;
margin-bottom:0;
}

#topics #intro img.hero
{
float:right;
background-color:#E7E7E7;
padding:4px;
width: 620px;
}

#topics #intro p.caption
{
font-style: italic;
padding-top: 6px;
}


/*HEADER************************/

#page
{
margin-top:0 !important;
padding-top:0 !important;
}


/*ABOUT****************************/

body#about #page
{
/* background:#FFFFFF url(/assets/css/images/triangles_build_rev02c_test.png) no-repeat scroll 0 0; */
}

#about #content ul
{
list-style-type:disc;
}

#about #content ul li
{
margin: 10px 0 10px 15px;
}

#about #content p
{
margin-bottom:15px;
}

#about #content .item
{
margin-bottom:15px;
}
#about #content .featured_content
{
margin-bottom:30px;
}
#about #content p.indent
{
padding-left:38px;
}

#about #content p.one
{
background: transparent url(/assets/css/images/one.gif) no-repeat 0 0;
}

#about #content p.two
{
background: transparent url(/assets/css/images/two.gif) no-repeat 0 0;
}

#about #content p.three
{
background: transparent url(/assets/css/images/three.gif) no-repeat 0 0;
}

#about #content h2
{
color:#015e6d;
font-size:20px;
font-style:italic;
font-weight:bold;
line-height:23px;
margin-bottom:10px;
padding-bottom:10px;
}

#about #content p strong
{
font-weight:bold;
}


#about #pageHead ul li a:focus,
#about #pageHead ul li a:hover
{
color: #FFFFFF;
}

#about #work_items .grid_2
{
width: 149px;
}

#about #work_items .nomargin
{
margin-left:0;
margin-right:0;
}

#about #work_items .item
{
margin-bottom:0;
height: auto;
}


/*CAREERS*************************/



#careers a#applybutton {
background:transparent url(/assets/css/images/hrsmart.gif) no-repeat scroll 0 0;
display:block;
height:29px;
overflow:hidden;
width:216px;
text-indent:-9999px;
margin: 20px 0;
}



#careers .career-block
{
margin-bottom:30px;
}

#careers .career-block p
{
margin-bottom:10px;
}

#careers .career-block li{
	list-style-type: disc;
	margin-left:10px;
}

#careers .sidebar-block
{
font-size: 90%;
margin-bottom:20px;
}

#careers #job-location .image
{
border:4px solid #F3EFF0;
margin-bottom:10px;
}

#careers #job-location .more
{
margin-top:10px;
font-weight: bold;
}

#careers #job-location .more a
{
text-decoration:none;
color: #5EB3B1;
}

#careers .sidebar-block li
{
line-height:12px;
margin-bottom:5px;
}

#careers .sidebar-block li a
{
text-decoration:none;
color: #5EB3B1;
}

#apply h1
{
background-color: #9AE4E2;
padding: 20px 10px 5px 10px;
margin:0 !important;
background-image: url(/assets/css/images/dots-white.gif) !important;
}

#apply div
{
padding: 15px 10px;
line-height:13px;
background:transparent url(/assets/css/images/dots-white.gif) repeat-x scroll left bottom;
}

#apply div a
{
font-weight:bold;
color:#5E676C;
text-decoration:none;
}

#apply h5
{
font-weight:bold;
margin-bottom: 3px;
}

#apply p
{
line-height: 125%;
}

#apply div#apply-one
{
background-color: #B4EBE9;
}

#apply div#apply-two
{
background-color: #C5F0F0;
}

#apply div#apply-three
{
background-color: #D7F4F3;
}

#apply div#apply-four
{
background-color: #ECFAFA;
}

ol.questions
{
list-style-position:outside;
list-style-type:decimal;
font-weight:bold;
margin-left:20px;
}

ol.questions li
{
margin: 0 0 20px 0;
}

ol.questions li div.question
{
font-weight:bold;
display:inline;
}

ol.questions li div.answer
{
font-weight:normal;
margin: 10px 0 20px 20px;
}

/*WORK****************************/

.share-box{position: absolute; top: -28px; right: 0; background: #fff;  z-index: 999;}
.share-box li.top{position: relative; float: right;}
.share-box li.top a{/*border-top: solid 1px #fff;border-right: solid 1px #fff;border-left: solid 1px #fff;*/ background: #fff;}
.share-box li.top > a:before{content:"+ ";}
.share-box li.top > a.selected:before{content:"- ";}
.share-box li.top a.selected{/*border-top: solid 1px #ebebeb;border-right: solid 1px #ebebeb;border-left: solid 1px #ebebeb;*/ z-index: 1010; background-color: #fff; padding-bottom: 2px;}
.share-box li{font-size: 12px;}
.share-box li a{text-decoration: none; padding: 2px 7px 2px 7px; }
.share-box .shares,
.share-box .downloads{border: solid 1px #ebebeb; z-index: 1005; display: none; position: absolute; top: 19px; right: 0;}
.share-box .downloads li{text-align: left;}
.share-box .shares li a,
.share-box .downloads li a{display: block; border: none; background-color: #fff;}
.share-box .shares li a:hover,
.share-box .downloads li a:hover{color: #444; background-color: #ebebeb;}
.share-box .actions2 li.top{text-align: right}
.share-box .actions2 li.top .shares{text-align: left;}
.share-box [class^="ss-"]:before{padding-right: 0.5em;}

/* OLD ACTIONS */
ul.actions {
overflow:visible;
}

.actions {
float:right;
line-height:13px;
overflow:hidden;
position:relative;
font-size:12px;
}

ul.actions li {
overflow:hidden;
}

.actions li {
border-right-style:solid;
border-right-width:1px;
float:left;
margin-right:5px;
padding-right:5px;
position:relative;
}

ul.actions li.share {
overflow:visible;
}

ul.actions li.downloads_outer {
overflow:visible;
}

.actions li.last {
border-right-style:none;
margin-right:0;
padding-right:0;
}

.actions li a
{
text-decoration:none;
}

div#bookmarks {
background:#FFFFFF none repeat scroll 0 0;
display:none;
margin-top:5px;
padding:10px;
position:absolute;
right:-50px;
width:250px;
z-index:999;
}

div#bookmarks a {
display:block;
float:left;
height:20px;
line-height:20px;
margin-right:5px;
width:120px;
}


div#downloads {
background:#FFFFFF none repeat scroll 0 0;
display:none;
margin-top:5px;
padding:10px;
position:absolute;
left:-10px;
width:120px;
z-index:999;

}

div#downloads a {
display:block;
height:20px;
line-height:20px;
width:100px;
}

/* OLD ACTIONS END */





#work_related_widget h4 a,
#work_awards_widget .content a
{
font-size:14px;
font-weight:bold;
text-decoration:none;
}

#hcd_toolkit_widget strong
{
font-weight:bold;
color:#92A46E;
}

#hcd_toolkit_widget p
{
font-size:20px;
line-height:23px;
font-weight:bold;
font-style:italic;
}

#hcd_toolkit_widget div
{
margin: 0;
}

#hcd_toolkit_widget a
{
text-decoration:none;
font-weight:bold;
}

#hcd_toolkit_widget a span
{
padding-top:18px;
display:block;
}

#hcd_toolkit_widget a img
{
border: 4px solid #92A46E;
margin: 0 10px 0 0;
float:left;
}

#work_extra_widget,
#work_awards_widget,
#work_facts_widget
{
margin-top:30px;
}
#work_awards_widget{
	margin-bottom: 20px;
}


#careers_video_widget{
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
	padding-bottom: 8px;
}

#careers_text_widget{
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-bottom: 0;
}

#careers_video_widget span{
	font-size: 11px;
	line-height: 1.3;
	margin-top: 5px;
	font-style: italic;
}

#job_openings_widget h1.widget_title small
{
text-transform:none;
letter-spacing: 0;
}


#job_openings_widget h1.widget_title small a
{
text-decoration:none;
}

#job_openings_widget h1.widget_title small a:hover
{
text-decoration:underline;
}

#job_openings_widget h1.widget_title small a.active
{
color: #424242;
}

#job_openings_widget h1.widget_title small a.active:hover
{
text-decoration:none;
cursor:default;
}
#job_openings_widget{
	position: relative;
}

#job_openings_location span.job_location,
.single-location span.job_location
{
display:none;
}

#diverse-suppliers-widget,
#careers-widget
{
margin-top:20px;
}



.business_lead_photo
{
border:4px solid #F3EFF0;
}

#locations_intro{
	margin-bottom: 20px;
}

#locations_intro .contact{
	margin-left: 85px;
}

#location_directions a
{
color: #E63626; /*RED*/
}

#location_directions ul
{
margin-top:10px;
}

#location_directions li
{
margin: 10px 0;
}

#other_offices_widget .office
{
font-size: 11px;
}

#media-inquiry-widget h2,
#careers-widget h2
{
font-weight:bold;
}

#media-inquiry-widget .contact p{
	line-height: 1.4;
	font-size: 95%;
}

#media-inquiry-widget .contact{
	margin-bottom: 15px;
}

/*#media-inquiry-widget a,*/
#business-lead-widget a,
#careers_contact_widget a
{
color: #E63626;
}

.new_business_col{
	width: 146px;  float: left; margin-right: 10px;
}
.new_business_col .item{
	margin-bottom: 25px;
}
.new_business_col .item p{
	line-height: 1.4;
	font-size: 95%;
}
.new_business_col .loc_title,
.new_business_col .loc_title a{
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
.new_business_col .loc_title a:hover{
	color: #099999;
}
#media-inquiry-widget .contact a,
.new_business_col em a{
	text-decoration: none;
	color: #099999;
	font-style: italic;
}
.new_business_note{
	width: 306px; float: left;
}
.new_business_note p{
	font-size: 90%; line-height: 1.4; font-style: italic; font-weight: bold;
}
body#locations .widget li a{
	text-decoration: none;
	color: #666;
}

/* PEOPLE ****************/

body#modal
{
background-image:none;
}

#invite_speaker_form
{
width: 600px;
margin: 0 auto;
}

#invite_speaker_form h1
{
font-size: 40px;
font-weight:bold;
text-align:center;
margin: 0 auto;
font-family: 'Sentinel SSm A', 'Sentinel SSm B';
padding-top: 40px;
text-transform:uppercase;
}



#invite_speaker_form label
{
font-style:italic;
}

#invite_speaker_form .textinput
{
text-align:center;
}

#invite_speaker_form textarea
{
height: 150px;
}

#invite_speaker_form .textinput,
#invite_speaker_form textarea
{
border: 1px solid #CCCCCC;
width: 400px;
margin: 10px 0 0 0;
font-family: 'Sentinel SSm A', 'Sentinel SSm B';
font-size: 14px;
padding: 3px;
color: #999999;
}

#invite_speaker_form a#cancel
{
background:transparent url('/assets/css/images/button_grey_x.gif') no-repeat 3px 0;
padding-top:27px;
display:block;
width: 33px;
height: 40px;
font-style:italic;
font-size:11px;
float:right;
cursor: pointer;
color: #333;
}

#invite_speaker_form p
{
margin:15px 0;
text-align:center;
}

#invite_speaker_form h2.widget_title
{
text-align:center;
margin-top:30px;
}

#speaking_engagements_widget h1 a#button_invite
{
display:block;
float:right;
background:transparent url('/assets/css/images/button_invite.gif') no-repeat 0 0;
width: 135px;
height:25px;
text-indent: -9999px;
}

#speaking_engagements_widget h1 span
{
padding-top:12px;
display:block;
}

#fellows-grid a .image {
border-style:solid solid none;
}

#fellows-grid a span {
text-align:center;
}

#fellows-grid a .image {
background-color:#E8E8E8;
border-color:#E8E8E8 #E8E8E8 -moz-use-text-color;
border-style:solid solid none;
border-width:4px 4px medium;
}

#fellows-grid a span {
display:block;
overflow:hidden;
text-align:center;
}

#fellows-grid a {
display:block;
height:100%;
overflow:hidden;
text-decoration:none;
width:100%;
}

#fellows-grid .alpha {
clear:left;
}

#fellows-grid li {
margin-bottom:20px;
overflow:visible;
}

#fellows-grid li {
margin-bottom:20px;
overflow:visible;
}

#fellows-grid-selector li strong
{
font-weight:bold;
}

#fellows-grid a span.name {
color:#333333;
font-weight:bold;
padding-top:5px;
}


.widget .item .grid_2 strong
{
font-weight:bold;
text-transform:uppercase;
font-size: 11px;
}

#speaking_engagements_widget .date
{
width: 80px !important;
}

#speaking_engagements_widget .details
{
width: 188px !important;
}

#videos_widget .item,
#videos_widget .item p
{
margin: 5px 0;
}

#published_work_widget .item
{
margin-bottom:0.8em;
}

#published_work_widget .item strong,
#speaking_engagements_widget .item strong
{
font-weight:bold;
}

/* THOUGHTS *****************/

#thoughts #left_column a,
#thoughts #right_column a
{
color: #E23A1D;
}

#thoughts h2.widget_title
{
margin-bottom:15px;
}

#author .author p.name
{
margin-bottom: 5px;
}

#thoughts #right_column #author .author p.name a
{
color: #333333;
text-decoration: none;
}

#thoughts_press .grid_4
{
margin-left:0;
float:left;
}

#thoughts #breadcrumb li
{
text-transform:capitalize;
}

#thoughts #listview a
{
text-decoration:none;
font-weight:bold;
}

#thoughts #listview em
{
font-style:italic;
}

#thoughts #articles h2 small
{
display:block;
float:right;

}

#thoughts #articles h2 small a
{
width: 16px;
height: 16px;
text-indent: -9999px;
margin: 0 0 0 5px;
display:block;
float:left;
}

#thoughts #articles h2 small a#thumbicon
{
background: transparent url('/assets/css/images/thumbicon.gif') no-repeat 0 0;
}

#thoughts #articles h2 small a#listicon
{
background: transparent url('/assets/css/images/listicon.gif') no-repeat 0 0;
}

#thoughts #articles h2 small a#thumbicon:hover,
#thoughts #articles h2 small a#listicon:hover
{
background-color: #CCCCCC;
}

/* LIFE AT IDEO **********************/

.life_intro{
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 27px;
}

.life_item{
	background: transparent url(/assets/css/images/dots.gif) left bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 27px;
}

.life_item.last{
	background: none;
}

.life_item img{
	padding: 4px;
	background-color: #e7e7e7;
	margin-bottom: 12px;
	max-width: 617px;
}

.life_item h3{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
}
.life_item h3 a{
	color: #000;
	text-decoration: none;
}
.life_item p.life_date{
	font-size: 11px;
	margin-bottom: 10px;
}
p.life_archive_link{
	margin-bottom: 10px;
	margin-top: -20px;
}


/* EMAIL A FRIEND **********************/

#tellafriend_form label
{
display:block;
float:left;
width: 100px;
padding-right:10px;
}

#tellafriend_form input.textfield
{
width: 270px;
border: 1px solid #666666;
}

#tellafriend_form p
{
margin: 0 0 10px 0;
}

#tellafriend_form textarea
{
width: 269px;
height: 200px;
resize: none;
}

#tellafriend_form .submit
{
margin-left: 110px;
}

/* MORE INFO POPUP **********************/

#popup, #popup1, #popup2 {
    display: none;
    position: absolute;
    left: 164px;
    top: 100px;
    z-index: 2000;
    width: 691px;
    font-size: 12px;
    line-height: 16px;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#topics #popup1{
	left: -20px;
    top: -300px;
}
#topics #popup2{
	left: -20px;
    top: -260px;
}

#popup h3,
#topics #popup1 h3,
#topics #popup2 h3{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

#popup-inner {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 25px 70px 0 140px;
    max-height: 870px;
    background: left top no-repeat;
}

#popup-bottom {
    height: 25px;
    background: left bottom no-repeat;
	margin: 0 !important;
	margin-top: -20px;
}

#email_modal .submit,
#login .submit,
#overlay .submit{
	border: solid 1px #27535E;
	border-radius: 3px;
	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
	height:25px;
	width:68px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	background: #0B4B5A url('/assets/css/images/bk_submit.svg') repeat-x 0 0;
	-webkit-background-size: 2px 24px;
	-o-background-size: 2px 24px;
	-moz-background-size: 2px 24px;
	background-size: 2px 24px;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	margin-top: 10px;
}

#overlay .submit{
	margin: auto;
}

#popup .close,
#topics #popup1 .close,
#topics #popup2 .close {
    position: absolute;
    overflow: hidden;
    left: 668px;
    top: 12px;
    width: 12px;
    height: 12px;
    text-indent: -1000em;
}

#popup .close {
  left: 658px;
  background: url(/img/common/ico-close.png) no-repeat center center;
}


.close_circle {background-color: #cacaca; color: #fff; font-size: 20px;border-radius: 25px;-moz-border-radius: 25px;-webkit-border-radius: 25px; line-height: 1; width: 30px; height: 30px; text-align: center; float: right;}
.close_circle .ss-icon {color: #fff;display: block;line-height: 30px;padding: 3px 0;}
#people .close_circle a.ss-icon,
#location_directions .close_circle a.ss-icon{color: #fff;}
.close_circle:hover{background-color: #999;}


#popup .body p,
#popup .body ul,
#popup .body ol,
#topics #popup1 .body p,
#topics #popup1 .body ul,
#topics #popup1 .body ol,
#topics #popup2 .body p,
#topics #popup2 .body ul,
#topics #popup2 .body ol  {
    margin-bottom: 16px;
}

#popup .body ul,
#topics #popup1 .body ul,
#topics #popup2 .body ul
{
	list-style-type:disc;
}
#popup .body ul li
{
	margin: 10px 0 10px 15px;
}
#topics #popup1 .body ul li,
#topics #popup2 .body ul li
{
	margin: 0 0 8px 15px;
}

#popup-inner, #popup-bottom { background-image: url(/img/common/popup2.png); }

/* HOME PAGES **********************/

#home_work {
	position: relative;
	height: 360px;
	width: 954px;
}
#home_work div.group div.image {
	position: absolute;
	top: 0;
}
#home_work div.group div.image,
#home_work div.group div.tagline_images {
	display: none;
}
#home_work div.group div.active {
	display: block;
}
#pageTitle .prefix,
#pageTitle .tagline,
#pageTitle .suffix,
#pageTitle .extra {
	/*float: left;*/
}
#pageTitle .tagline {
	margin-left: 1px;
}
body.colorwheel #pageTitle .tagline img {
	display: none;
}
body.colorwheel #pageTitle .tagline img.active {
	display: inline;
}
body.colorwheel #pageTitle .tagline {
	position: relative;
	height: 70px;
}
body.colorwheel #pageTitle .tagline img {
	position: absolute;
	top: 0;
	left: 0;
}


#country_panel{
	margin: -17px auto 20px auto;
	position: relative;
	width: 955px;
}

#country_nav{
	float:right;
	background-color: #fff;
	border-bottom: solid 1px #fff;
}
#country_nav .country_nav_text{
	color: #000;
	font: normal 12px 'Sentinel SSm A', 'Sentinel SSm B';
	font-style: italic;
	line-height: 1.25;
	opacity: .25;
	position: relative;
	right: 70px;
	top: 3px;
}
#country_nav form{
	font: normal 11px 'Sentinel SSm A', 'Sentinel SSm B';
}
/*
fancyselect plugin replaces select drop-down on #country_nav
*/
div.fancy-select {position: relative; margin-right: 3px; margin-left: 3px; top: -17px;}
div.fancy-select select:focus + div.trigger.open {box-shadow: none;}
div.fancy-select div.trigger {
	border-radius: 13px;
	cursor: pointer;
	padding: 6px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #fff;
	border: 1px solid #ececec;
	width: 130px;
	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #dcdcdc;
	top: 10px;
	right: 10px;
}
div.fancy-select div.trigger.open:after {border-top-color: #888;}
div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
	overflow: auto;
	background: #FFF;
	border-radius: 13px;
	border: 1px solid #ececec;
	transition: opacity 105ms ease-out, top 105ms ease-out, visibility 105ms ease-out;
	-webkit-transition: opacity 105ms ease-out, top 105ms ease-out, visibility 105ms ease-out;
	-moz-transition: opacity 105ms ease-out, top 105ms ease-out, visibility 105ms ease-out;
	-ms-transition: opacity 105ms ease-out, top 105ms ease-out, visibility 105ms ease-out;
	-o-transition: opacity 105ms ease-out, top 105ms ease-out, visibility 105ms ease-out;
}
div.fancy-select ul.options.open {
	visibility: visible;
	top: 27px;
	opacity: 1;
	transition: opacity 105ms ease-out, top 105ms ease-out;
	-webkit-transition: opacity 105ms ease-out, top 105ms ease-out;
	-moz-transition: opacity 105ms ease-out, top 105ms ease-out;
	-ms-transition: opacity 105ms ease-out, top 105ms ease-out;
	-o-transition: opacity 105ms ease-out, top 105ms ease-out;
}
div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;
	transition: opacity 105ms ease-out, bottom 105ms ease-out, visibility 105ms ease-out;
	-webkit-transition: opacity 105ms ease-out, bottom 105ms ease-out, visibility 105ms ease-out;
	-moz-transition: opacity 105ms ease-out, bottom 105ms ease-out, visibility 105ms ease-out;
	-ms-transition: opacity 105ms ease-out, bottom 105ms ease-out, visibility 105ms ease-out;
	-o-transition: opacity 105ms ease-out, bottom 105ms ease-out, visibility 105ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;
	transition: opacity 105ms ease-out, bottom 105ms ease-out;
	-webkit-transition: opacity 105ms ease-out, bottom 105ms ease-out;
	-moz-transition: opacity 105ms ease-out, bottom 105ms ease-out;
	-ms-transition: opacity 105ms ease-out, bottom 105ms ease-out;
	-o-transition: opacity 105ms ease-out, bottom 105ms ease-out;
}
div.fancy-select ul.options li {
	padding: 8px 12px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li.selected {background: #f4f4f4; color: #000;}
div.fancy-select ul.options li.hover {background: #f8f8f8;}
/*
end fancyselect plugin
*/

#country_content{
	background: #406D77 url(/assets/css/images/bg_panel_top.gif) repeat-x top left;
}
#country_panel #switch a{
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 100;
	text-decoration: none;
	color: #fff;
	background: transparent url(/assets/css/images/bg_switch.png) no-repeat top left;
	width: 107px;
	height: 23px;
	padding-top: 5px;
	text-align: center;
	font: normal 11px helvetica neue, helvetica, sans-serif;
}
#country_panel #switch a.open{
	margin-top: -3px;
}
#country_content .link{
	position: absolute;
	bottom: 5px;
	right: 34px;
}
#country_content .cbody{
	width: 600px;
	padding: 19px 34px;
}
#country_content strong{
	font-weight: bold;
}
#country_content h2{
	color: #fff;
	font: normal 25px helvetica neue, helvetica, sans-serif;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#country_content p{
	color: #fff;
	margin-top: 10px;
	font-size: 12.5px;
	line-height: 1.4;
}
#country_content a{
	color: #fff;
}
#country_foot{
	background: #406D77 url(/assets/css/images/bg_panel_bottom.gif) repeat-x bottom left;
	height: 19px;
}

/* Tweet floater
----------------------------------*/
#tweet-floater {
    background: #000;
    border-radius: 5px;
    display: none;
    height: 16px;
    padding: 10px;
    position: absolute;
    width: 16px;
    z-index: 100;
}

#tweet-floater a {
    color: #fff;
    display: block !important;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}

#tweet-floater a:hover {
    color: #4099FF;
}

/* Map
----------------------------------*/

#locations-map {
  position: relative;
  width: 708px;
  height: 345px;
}
img#map-background {
  border: 5px solid #f2efef;
  width: 698px;
  height: 335px;
}
.map-pin {
  width: 21px;
  height: 29px;
  position: absolute;
  top: 0px;
}

a.map-pin-item{
	display: block;
	background:transparent url(/assets/css/images/map_pin.svg) no-repeat scroll 0 0;
	width: 20px;
	height: 32px;
}

.pin-bubble {
	width: 400px;
	height: 100px;
	padding: 15px;
	background-color: #333;
	position: absolute;
	top: -100px;
	left: 21px;
	border: 3px solid #f2efef;
	z-index: 100;
	display: none;
}
.pin-bubble h2{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.pin-bubble h3{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.pin-bubble h2, .pin-bubble p, .pin-bubble h3{color: #fff;}
.pin-bubble p a{color: #33cccc; text-decoration: none;}
#san-francisco .pin-bubble{left: 35px;}
#new-york .pin-bubble{left: 35px;}
.map-pin img {
  border: 0 !important;
  z-index: 10;
}

/* PIN LOCATIONS */
#boston {left: 155px; top: 179px;}
#palo-alto {left: 40px; top: 210px;}
#san-francisco {left: 29px; top: 198px;}
#shanghai {left: 631px; top: 218px;}
#chicago {left: 116px; top: 184px;}
#new-york {left: 144px; top: 190px;}
#london {left: 332px; top: 150px;}
#munich {left: 359px; top: 164px;}
#mumbai {left: 516px; top: 247px;}
#singapore {left: 589px; top: 295px;}
#korea {left: 655px; top: 214px;}
#tokyo {left: 681px; top: 204px;}
#dubai {left: 472px; top: 231px;}
#seoul{left:647px; top:199px;}


/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; float: right; position:relative; text-decoration: none; overflow:hidden;  margin-left: 5px;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown {z-index: 200; }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
/*.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }*/
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.2; display:block; padding:.3em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.2; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }

/* Symbolset www.symbolset.com
----------------------------------*/


/* Standard */

@font-face {
  font-family: "SSStandard";
  src: url('http://www.ideo.com/assets/webfonts/ss-standard.eot');
  src: url('http://www.ideo.com/assets/webfonts/ss-standard.eot?#iefix') format('embedded-opentype'),
       url('http://www.ideo.com/assets/webfonts/ss-standard.woff') format('woff'),
       url('http://www.ideo.com/assets/webfonts/ss-standard.ttf')  format('truetype'),
       url('http://www.ideo.com/assets/webfonts/ss-standard.svg#SSStandard') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before, [class*=" ss-"].ss-standard.right:before{display:none;content:'';}

.ss-cursor:before,.ss-cursor.right:after{content:''}.ss-crosshair:before,.ss-crosshair.right:after{content:'⌖'}.ss-search:before,.ss-search.right:after{content:''}.ss-zoomin:before,.ss-zoomin.right:after{content:''}.ss-zoomout:before,.ss-zoomout.right:after{content:''}.ss-view:before,.ss-view.right:after{content:''}.ss-attach:before,.ss-attach.right:after{content:''}.ss-link:before,.ss-link.right:after{content:''}.ss-move:before,.ss-move.right:after{content:''}.ss-write:before,.ss-write.right:after{content:'✎'}.ss-writingdisabled:before,.ss-writingdisabled.right:after{content:''}.ss-erase:before,.ss-erase.right:after{content:'✐'}.ss-compose:before,.ss-compose.right:after{content:''}.ss-lock:before,.ss-lock.right:after{content:''}.ss-unlock:before,.ss-unlock.right:after{content:''}.ss-key:before,.ss-key.right:after{content:''}.ss-backspace:before,.ss-backspace.right:after{content:'⌫'}.ss-ban:before,.ss-ban.right:after{content:''}.ss-trash:before,.ss-trash.right:after{content:''}.ss-target:before,.ss-target.right:after{content:'◎'}.ss-tag:before,.ss-tag.right:after{content:''}.ss-bookmark:before,.ss-bookmark.right:after{content:''}.ss-flag:before,.ss-flag.right:after{content:'⚑'}.ss-like:before,.ss-like.right:after{content:''}.ss-dislike:before,.ss-dislike.right:after{content:''}.ss-heart:before,.ss-heart.right:after{content:'♥'}.ss-halfheart:before,.ss-halfheart.right:after{content:''}.ss-star:before,.ss-star.right:after{content:'⋆'}.ss-halfstar:before,.ss-halfstar.right:after{content:''}.ss-sample:before,.ss-sample.right:after{content:''}.ss-crop:before,.ss-crop.right:after{content:''}.ss-layers:before,.ss-layers.right:after{content:''}.ss-phone:before,.ss-phone.right:after{content:''}.ss-phonedisabled:before,.ss-phonedisabled.right:after{content:''}.ss-rss:before,.ss-rss.right:after{content:''}.ss-facetime:before,.ss-facetime.right:after{content:''}.ss-reply:before,.ss-reply.right:after{content:'↩'}.ss-send:before,.ss-send.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-inbox:before,.ss-inbox.right:after{content:''}.ss-chat:before,.ss-chat.right:after{content:''}.ss-user:before,.ss-user.right:after{content:''}.ss-femaleuser:before,.ss-femaleuser.right:after{content:''}.ss-users:before,.ss-users.right:after{content:''}.ss-cart:before,.ss-cart.right:after{content:''}.ss-creditcard:before,.ss-creditcard.right:after{content:''}.ss-dollarsign:before,.ss-dollarsign.right:after{content:''}.ss-barchart:before,.ss-barchart.right:after{content:''}.ss-piechart:before,.ss-piechart.right:after{content:''}.ss-box:before,.ss-box.right:after{content:''}.ss-home:before,.ss-home.right:after{content:'⌂'}.ss-globe:before,.ss-globe.right:after{content:''}.ss-navigate:before,.ss-navigate.right:after{content:''}.ss-compass:before,.ss-compass.right:after{content:''}.ss-signpost:before,.ss-signpost.right:after{content:''}.ss-map:before,.ss-map.right:after{content:''}.ss-location:before,.ss-location.right:after{content:''}.ss-pin:before,.ss-pin.right:after{content:''}.ss-database:before,.ss-database.right:after{content:''}.ss-hdd:before,.ss-hdd.right:after{content:''}.ss-music:before,.ss-music.right:after{content:'♫'}.ss-mic:before,.ss-mic.right:after{content:''}.ss-volume:before,.ss-volume.right:after{content:''}.ss-volumelow:before,.ss-volumelow.right:after{content:''}.ss-volumehigh:before,.ss-volumehigh.right:after{content:''}.ss-airplay:before,.ss-airplay.right:after{content:''}.ss-camera:before,.ss-camera.right:after{content:''}.ss-picture:before,.ss-picture.right:after{content:''}.ss-video:before,.ss-video.right:after{content:''}.ss-play:before,.ss-play.right:after{content:'▶'}.ss-pause:before,.ss-pause.right:after{content:''}.ss-stop:before,.ss-stop.right:after{content:'■'}.ss-record:before,.ss-record.right:after{content:'●'}.ss-rewind:before,.ss-rewind.right:after{content:'⏪'}.ss-fastforward:before,.ss-fastforward.right:after{content:'⏩'}.ss-skipback:before,.ss-skipback.right:after{content:'⏮'}.ss-skipforward:before,.ss-skipforward.right:after{content:'⏭'}.ss-eject:before,.ss-eject.right:after{content:'⏏'}.ss-repeat:before,.ss-repeat.right:after{content:''}.ss-replay:before,.ss-replay.right:after{content:'↺'}.ss-shuffle:before,.ss-shuffle.right:after{content:''}.ss-book:before,.ss-book.right:after{content:''}.ss-openbook:before,.ss-openbook.right:after{content:''}.ss-notebook:before,.ss-notebook.right:after{content:''}.ss-grid:before,.ss-grid.right:after{content:''}.ss-rows:before,.ss-rows.right:after{content:''}.ss-columns:before,.ss-columns.right:after{content:''}.ss-thumbnails:before,.ss-thumbnails.right:after{content:''}.ss-desktop:before,.ss-desktop.right:after{content:''}.ss-laptop:before,.ss-laptop.right:after{content:''}.ss-tablet:before,.ss-tablet.right:after{content:''}.ss-cell:before,.ss-cell.right:after{content:''}.ss-battery:before,.ss-battery.right:after{content:''}.ss-batteryhigh:before,.ss-batteryhigh.right:after{content:''}.ss-batterymedium:before,.ss-batterymedium.right:after{content:''}.ss-batterylow:before,.ss-batterylow.right:after{content:''}.ss-batteryempty:before,.ss-batteryempty.right:after{content:''}.ss-clouddownload:before,.ss-clouddownload.right:after{content:''}.ss-download:before,.ss-download.right:after{content:''}.ss-cloudupload:before,.ss-cloudupload.right:after{content:''}.ss-upload:before,.ss-upload.right:after{content:''}.ss-fork:before,.ss-fork.right:after{content:''}.ss-merge:before,.ss-merge.right:after{content:''}.ss-refresh:before,.ss-refresh.right:after{content:'↻'}.ss-sync:before,.ss-sync.right:after{content:''}.ss-loading:before,.ss-loading.right:after{content:''}.ss-wifi:before,.ss-wifi.right:after{content:''}.ss-connection:before,.ss-connection.right:after{content:''}.ss-file:before,.ss-file.right:after{content:''}.ss-folder:before,.ss-folder.right:after{content:''}.ss-quote:before,.ss-quote.right:after{content:'“'}.ss-text:before,.ss-text.right:after{content:''}.ss-font:before,.ss-font.right:after{content:''}.ss-print:before,.ss-print.right:after{content:'⎙'}.ss-fax:before,.ss-fax.right:after{content:''}.ss-list:before,.ss-list.right:after{content:''}.ss-layout:before,.ss-layout.right:after{content:''}.ss-action:before,.ss-action.right:after{content:''}.ss-redirect:before,.ss-redirect.right:after{content:'↪'}.ss-expand:before,.ss-expand.right:after{content:'⤢'}.ss-contract:before,.ss-contract.right:after{content:''}.ss-help:before,.ss-help.right:after{content:'❓'}.ss-info:before,.ss-info.right:after{content:'ℹ'}.ss-alert:before,.ss-alert.right:after{content:'⚠'}.ss-caution:before,.ss-caution.right:after{content:'⛔'}.ss-logout:before,.ss-logout.right:after{content:''}.ss-plus:before,.ss-plus.right:after{content:'+'}.ss-hyphen:before,.ss-hyphen.right:after{content:'-'}.ss-check:before,.ss-check.right:after{content:'✓'}.ss-delete:before,.ss-delete.right:after{content:'␡'}.ss-settings:before,.ss-settings.right:after{content:'⚙'}.ss-dashboard:before,.ss-dashboard.right:after{content:''}.ss-notifications:before,.ss-notifications.right:after{content:''}.ss-notificationsdisabled:before,.ss-notificationsdisabled.right:after{content:''}.ss-clock:before,.ss-clock.right:after{content:'⏲'}.ss-stopwatch:before,.ss-stopwatch.right:after{content:'⏱'}.ss-calendar:before,.ss-calendar.right:after{content:''}.ss-calendaradd:before,.ss-calendaradd.right:after{content:''}.ss-calendarremove:before,.ss-calendarremove.right:after{content:''}.ss-calendarcheck:before,.ss-calendarcheck.right:after{content:''}.ss-calendardelete:before,.ss-calendardelete.right:after{content:''}.ss-briefcase:before,.ss-briefcase.right:after{content:''}.ss-cloud:before,.ss-cloud.right:after{content:'☁'}.ss-droplet:before,.ss-droplet.right:after{content:''}.ss-up:before,.ss-up.right:after{content:'⬆'}.ss-upright:before,.ss-upright.right:after{content:'⬈'}.ss-right:before,.ss-right.right:after{content:'➡'}.ss-downright:before,.ss-downright.right:after{content:'⬊'}.ss-down:before,.ss-down.right:after{content:'⬇'}.ss-downleft:before,.ss-downleft.right:after{content:'⬋'}.ss-left:before,.ss-left.right:after{content:'⬅'}.ss-upleft:before,.ss-upleft.right:after{content:'⬉'}.ss-navigateup:before,.ss-navigateup.right:after{content:''}.ss-navigateright:before,.ss-navigateright.right:after{content:'▻'}.ss-navigatedown:before,.ss-navigatedown.right:after{content:''}.ss-navigateleft:before,.ss-navigateleft.right:after{content:'◅'}.ss-directup:before,.ss-directup.right:after{content:'▴'}.ss-directright:before,.ss-directright.right:after{content:'▹'}.ss-dropdown:before,.ss-dropdown.right:after{content:'▾'}.ss-directleft:before,.ss-directleft.right:after{content:'◃'}.ss-retweet:before,.ss-retweet.right:after{content:''}


/* Social */

@font-face {
  font-family: "SSSocial";
  src: url('http://www.ideo.com/assets/webfonts/ss-social-circle.eot');
  src: url('http://www.ideo.com/assets/webfonts/ss-social-circle.eot?#iefix') format('embedded-opentype'),
       url('http://www.ideo.com/assets/webfonts/ss-social-circle.woff') format('woff'),
       url('http://www.ideo.com/assets/webfonts/ss-social-circle.ttf') format('truetype'),
       url('http://www.ideo.com/assets/webfonts/ss-social-circle.svg#SSSocialCircle') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SSSocial";
  src: url('http://www.ideo.com/assets/webfonts/ss-social-regular.eot');
  src: url('http://www.ideo.com/assets/webfonts/ss-social-regular.eot?#iefix') format('embedded-opentype'),
       url('http://www.ideo.com/assets/webfonts/ss-social-regular.woff') format('woff'),
       url('http://www.ideo.com/assets/webfonts/ss-social-regular.ttf') format('truetype'),
       url('http://www.ideo.com/assets/webfonts/ss-social-regular.svg#SSSocialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after{
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after{
  font-weight: bold;
}

[class^="ss-"].right:before, [class^="ss-"][class*=" ss-social"].right:before{display:none;content:'';}

.ss-facebook:before,.ss-facebook.right:after{content:''}.ss-twitter:before,.ss-twitter.right:after{content:''}.ss-linkedin:before,.ss-linkedin.right:after{content:''}.ss-googleplus:before,.ss-googleplus.right:after{content:''}.ss-tumblr:before,.ss-tumblr.right:after{content:''}.ss-wordpress:before,.ss-wordpress.right:after{content:''}.ss-blogger:before,.ss-blogger.right:after{content:''}.ss-posterous:before,.ss-posterous.right:after{content:''}.ss-youtube:before,.ss-youtube.right:after{content:''}.ss-vimeo:before,.ss-vimeo.right:after{content:''}.ss-flickr:before,.ss-flickr.right:after{content:''}.ss-instagram:before,.ss-instagram.right:after{content:''}.ss-pinterest:before,.ss-pinterest.right:after{content:''}.ss-dribbble:before,.ss-dribbble.right:after{content:''}.ss-behance:before,.ss-behance.right:after{content:''}.ss-github:before,.ss-github.right:after{content:''}.ss-octocat:before,.ss-octocat.right:after{content:''}.ss-paypal:before,.ss-paypal.right:after{content:''}.ss-foursquare:before,.ss-foursquare.right:after{content:''}.ss-skype:before,.ss-skype.right:after{content:''}.ss-rdio:before,.ss-rdio.right:after{content:''}.ss-spotify:before,.ss-spotify.right:after{content:''}.ss-lastfm:before,.ss-lastfm.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-like:before,.ss-like.right:after{content:''}.ss-rss:before,.ss-rss.right:after{content:''}

