/*
Theme Name: WULightspeed
Author: Wideumbrella
Author URI: http://www.wideumbrella.com/
Description: The WULightspeed theme for WordPress.
Version: 1.0
License: GNU General Public License v1 or later

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, hr, button {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:none;
}
ol, ul {
  list-style:none;
}
h1, h2, h3, h4, h5, h6, li {
  line-height:100%;
}
blockquote, q {
  quotes:none;
}
q:before, q:after {
  content:"";
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
input, textarea, select {
  font:11px Arial, Helvetica, sans-serif;
  vertical-align:middle;
  padding:0;
  margin:0;
}
textarea {
  overflow:auto;
  resize:none;
}
form, fieldset {
  border-style:none;
}
html {
  height:100%;
}
body {
  color:#000;
  font:16px/24px 'StagSansBook',Arial, Helvetica, sans-serif;
  /* background:#ecebea; */
  background: url(images/grey-line-bg.png);
  min-width:1210px;
  height:100%;
}
a {
  color:#064a87;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:focus {
  outline:none;
}
/* CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* GENERAL SETTINGS */
#wrapper {
  margin:0 auto;
  width:1210px;
}
/* LOGIN */
#login {
  height: 24px;
  overflow: hidden;
  width: 100%;
}
#login a {
  background: url(images/ico_lock.png) no-repeat 15px 5px #FAFAFA;
  color: #848484;
  float: right;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 15px 0 35px;
}
/* HEADER */
#header {
  background: url(images/bgr_header.png) repeat-x 0 0;
  height: 66px;
  width: 100%;
}
#logo {
  background: url(images/logo_bw.svg) #fff no-repeat;
  cursor: pointer;
  float: left;
  height: 49px;
  padding: 17px 0 0 34px;
  text-indent: -9999em;
  width: 201px;
  display: inline-block;
}
/* MENU */
#menu {
  // background: url(images/bgr_header_div.png) no-repeat 0 50%;
  color: #464646;
  float: left;
  height: 66px;
  margin: 0 0 0 -5px;
  padding: 0 0 0 10px;
  width: 950px;
  position: relative;
}
#menu #menu-main-nav {
  float:left;
	margin:0;
}
#menu #menu-main-nav li {
  color: #464646;
  float: left;
  font-family: 'StagSansMedium', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0 0 0 3px;
}
#menu #menu-main-nav li a {
  color: #464646;
  float: left;
  height: 66px;
  line-height: 66px;
  padding: 0 16px 0 14px;
  text-transform: uppercase;
}
#menu #menu-main-nav li.current_page_item, #menu #menu-main-nav li:hover, li.hovered {
  background: url(images/bgr_menu.png) no-repeat 0 -66px;
}
#menu #menu-main-nav li.current_page_item a, #menu #menu-main-nav li:hover a, li.hovered a {
  background: url(images/bgr_menu.png) no-repeat 100% 0;
}
#menu #menu-main-nav li:hover a:hover {
  text-decoration: none;
}
#menu #menu-main-nav li.blue a {
  color: #064a87;
}

#menu .mag {
  float: left;
  height: 34px;
  margin-top: 18px;
  width: 34px;
}
/* HOME */
#body {
  background: none repeat scroll 0 0 #FFFFFF;
  overflow: hidden;
  padding: 20px 0 4px;
  width: 100%;
}
#body .col_1 {
  padding:0 0 0 32px;
  float:left;
  width:473px;
}
#body .col_2 {
  padding:0 0 0 20px;
  float:left;
  width:315px;
}
#body .col_3 {
  padding:0 0 0 20px;
  float:left;
  width:315px;
}
#body .intro {
  background:url(images/bgr_corner.png) no-repeat 0 0 #fda924;
  color:#fff;
  padding:35px 38px;
  margin:0 0 20px;
  font-weight:normal;
  height: 183px;
}
#body .intro h2 {
  font:38px/65px Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  padding:0 0 15px;
}
#body .intro .more {
  color:#000;
  font-size:16px;
  text-transform:uppercase;
  font-family: 'StagSansMedium';
}
#body .blog {
  float:left;
  width:100%;
  height: 339px;
  // height: 169px;
  padding:18px 0 18px;
  margin:0 0 24px;
  background: #e3f1ff;
  
}
#body .blog h4 {
  color:#1c1b1c;
  font-family: 'StagSansLight';
  font-weight:normal;
  padding:0 30px 24px;
  text-transform:uppercase;
}
#body .blog h3 {
  font-weight:normal;
  line-height:24px;
  padding:0 30px;
  color:#777777;
}
#body .blog h3 strong {
  font-family: 'StagSansBookItalic';
  font-weight:normal;
}
#body .blog p {
  font-weight:normal;
  padding:0 20px 0 30px;
  color:#777777;
}
#body .blog .more {
  display:block;
  padding:8px 0 0;
  font-family: 'StagSansMedium';
}
#body .twitter .twtr-tweet {
  background: url(images/ico_twitter.png) no-repeat 22px 22px;
}
#body .twitter {
  /* background: url(images/grey-line-bg.png); */
  background: #E8E8E8;
  color: #1c1b1c;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-style: italic;
  height: 204px;
  line-height: 125%;
  margin: 0 0 21px;
  width: 100%;
  position: absolute;
  top: 0;
}
#body .twitter p {
  font-style: italic;
  padding: 0 0 0 75px;
  width: 220px;
}
#body .twitter p a {
  color:#777777;
}
#body .twitter p a.twtr-timestamp {
  font-family: 'StagSansBook';
  font-size:12px;
  display:block;
  padding:3px 0;
  font-style:normal;
  color:#5f5f5f;
}
#body .quote .twtr-tweet {
  background: url(images/dark_quote.png) no-repeat 22px 22px;
}
#body .quote {
  /* background: url(images/grey-line-bg.png); */
  background: #E8E8E8;
  color: #1c1b1c;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-style: italic;
  height: 204px;
  line-height: 125%;
  margin: 0 0 21px;
  width: 100%;
  position: absolute;
  top: 0;
}
#body .quote p {
  font-style: italic;
  padding: 0 0 0 75px;
  width: 220px;
}
#body .quote p a {
  color:#777777;
}
#body .quote a.quote-attribution {
  font-family: 'StagSansBook';
  font-size:16px;
  padding:10px 10px 0px 5px;
  text-align: right;
  font-style: italic;
  color:#004A87;
}
#body .quote p span {
  text-align: right;
}

#body .box-item {
  /* background: url(images/grey-line-bg.png); */
  background: #E8E8E8;
  float: left;
  margin: 0 0 21px;
  position: absolute;
  top:0
  left: 0;
  width: 100%;
}
#body .box-item .item-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#body .box-item .image {
  position: relative;
  background-color: #FFF;
}
#body .box-item .image img {
  display: block;
}
#body .box-item .image .white {
  background: none;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
  z-index: 50;
}
#body .box-item-active .image .white {
  background: url(images/bgr_white.png) repeat 0 0 !important;
}
#body .box-item-active h2 {
  color: #464646 !important;
}
#body .box-item-active h2 a {
  color: #DDDDDD !important;
}
#body .box-item-half {
  width: 245px;
}
#body .box-item-half-last {
  float: right;
  width: 208px;
}
#body .box-item h2 {
  font-family: 'StagSansMedium';
  font-size:16px;
  font-weight:normal;
  padding:27px 20px 0;
  color:#064a87;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#body .box-item p {
  font-family: 'StagSansBookItalic';
  font-size:16px;
  font-weight:normal;
  padding:5px 20px 25px;
  color:#1c1b1c;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#body .box-item-black, #body .box-item-black a, #body .box-item-black h2, #body .box-item-black p {
  color:#1c1b1c;
}
#body .box-item-black p a {
  text-decoration:underline;
}
#body .box-item-black p a:hover {
  text-decoration:none;
}
/* PAGE: CONTACT */
#body .contact_content {
  padding:38px 35px 45px 67px;
  overflow:hidden;
}
#body .contact_content .title {
  background:url(images/bgr_contact_title.png) repeat-x 0 50%;
  padding:0;
  margin:0 0 25px;
}
#body .contact_content .col_1_4 {
  float:left;
  width:290px;
}
#body .contact_content .col_1_4_last {
  margin:0 -140px 0 0;
}
#body .contact_content .col_1_4 p {
  font-size:15px;
  line-height:24px;
}
#body .contact_content .col_1_4 h3 {
  color:#464646;
  font-weight:normal;
  padding:0 0 4px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
}
#body .contact_content .title span {
  background:#fff;
  padding:0 10px 0 0;
}
#body .contact_content .plane {
  overflow:hidden;
  clear:both;
  padding:0 0 23px;
}
#body .contact_content .plane .ico {
  float:left;
  padding:45px 45px 0 45px;
}
#body .contact_content .plane .text {
  float:left;
  padding:35px 0 0 45px;
  margin:0 -13px 0 0;
  width:410px;
  font-size:15px;
  line-height:24px;
}
#body .contact_content .plane .text p {
  font-size:15px;
  line-height:24px;
}
#body .contact_content .plane h3 {
  font-size:15px;
  line-height:24px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  color:#064a87;
}
#body .contact_content .col_left {
  float:left;
  width:244px;
}
#body .contact_content .map {
  float:left;
  width:440px;
}
#body .contact_content .map img {
  display:block;
}
#body .contact_content .pic {
  float:left;
  width:420px;
}
#body .contact_content .pic img {
  display:block;
}
#body .contact_content h1 {
  font-size:30px;
  line-height:30px;
  font-weight:normal;
  padding:0 0 18px;
  color:#064a87;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#body .contact_content h2 {
  font-size:30px;
  line-height:30px;
  font-weight:normal;
  padding:0 0 24px;
  color:#464646;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#body .contact_content p {
  font-size:18px;
  line-height:24px;
  font-weight:normal;
  padding:0 0 18px;
  color:#464646;
  font-family:Georgia, "Times New Roman", Times, serif;
}

/* PAGE: WORK WITH US */
#body .work_content {
  padding:38px 35px 60px 67px;
  overflow:hidden;
}
#body .work_content .right_image {
  float:right;
}

#body .work_content h1 {
  font-size:40px;
  line-height:40px;
  font-weight:normal;
  color:#064a87;
  font-family:Georgia, "Times New Roman", Times, serif;
  padding:0 0 3px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid #064a87;
  margin-top: 20px;
}
#body .work_content .col_left {
  float:left;
  width:500px;
}
#body .work_content .col_right {
  float:right;
  width:540px;
}
#body .work_content .entry .meet {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  font-style:italic;
  padding:30px 0 0;
}
#body .work_content .entry h2 {
  font-size:30px;
  line-height:36px;
  font-weight:normal;
  color:#464646;
  margin:0 0 10px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#body .work_content .entry p {
  font-size:18px;
  line-height:24px;
  color:#464646;
  max-width: 800px;
  margin:0 0 15px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#body .work_content .entry h4 {
  font-size:18px;
  padding:12px 0 20px;
  font-weight:bold;
  color:#064a87;
}
#body .work_content .entry ul {
  overflow:hidden;
  margin:-10px -50px 20px 0;
}
#body .work_content .entry ul li {
  background:url(images/ico_list_item.png) no-repeat 0 7px;
  padding:0 0 0 17px;
  font-size:18px;
  color:#464646;
  width:260px;
  line-height:24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
#body .work_content h3 {
  font-size:30px;
  line-height:34px;
  font-weight:normal;
  letter-spacing:-1px;
  color:#464646;
  margin:20px 0 15px;
  overflow:hidden;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#body .work_content h3 span {
  background-color: #fdb324;
  clear: both;
  padding: 0 3px;
  margin: 0 0 2px;
  white-space: nowrap;
  float: left;
}
#body .work_content h3.blue {
  color: #064a87;
}

#body .work_content h3.green {
  color: #abbe07;
}

/* PAGE: ABOUT */
#body .about_content {
  padding:38px 35px 60px 67px;
  overflow:hidden;
}
#body .about_content .right_image {
  float:right;
}
#body .about_content h1 {
  font-size:30px;
  line-height:30px;
  font-weight:normal;
  padding:0 0 18px;
  color:#064a87;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin-top: 100px;
}
#body .about_content .col_left {
  float:left;
  width:500px;
}
#body .about_content .col_right {
  float:right;
  width:540px;
}
#body .about_content .entry .meet {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  font-style:italic;
  padding:30px 0 0;
}
#body .about_content .entry h2 {
  font-size:30px;
  line-height:36px;
  font-weight:normal;
  color:#464646;
  margin:0 0 10px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#body .about_content .entry p {
  font-size:18px;
  line-height:24px;
  color:#464646;
  margin:0 0 35px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#body .about_content .entry h4 {
  font-size:16px;
  padding:20px 0 12px;
  font-family: 'StagSansMedium';
  font-weight:normal;
  color:#064a87;
}
#body .about_content .entry ul {
  overflow:hidden;
  margin:-15px -50px 0 0;
}
#body .about_content .entry ul li {
  background:url(images/ico_list_item.png) no-repeat 0 7px;
  padding:0 0 0 17px;
  font-family: 'StagSansMedium';
  font-size:16px;
  float:left;
  width:260px;
  line-height:24px;
}
#body .about_content h3 {
  font-size:30px;
  line-height:34px;
  font-weight:normal;
  letter-spacing:-1px;
  color:#464646;
  margin:0 0 15px;
  overflow:hidden;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#body .about_content h3 span {
  background-color: #fdb324;
  clear: both;
  padding: 0 3px;
  margin: 0 0 2px;
  white-space: nowrap;
  float: left;
}

#body .international h1 {
  margin-top: 0px;
}
/* PAGE: TEAM */
#page {
  background-color: #ffffff;
  padding: 55px 33px 0;
  position: relative;
}
#page.page-blog-aricle {
  background: url(images/blog_bg.png) repeat-y;
}
#main-title {
  color: #064a87;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 100%;
  padding: 0 0 25px;
}
.main-title-team {
  padding: 0 20px 25px !important;
}
/**/
#team-content {
  padding: 0 20px;
}
#team-content .left {
  float: left;
  width: 390px;
}
#team-content .content {
  color: #464646;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
}
#team-content .content p {
}
#team-content .right {
  float: right;
  width: 625px;
}
#team-content .team-filter {
  padding: 0 0 20px;
}
#team-content .by {
  float: left;
}
#team-content .by span {
  display: block;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 100%;
  padding: 0 20px 0 0;
}
#team-content .by .filters {
  float: left;
  padding: 4px 0 0;
}
#team-content .by .filters li {
}
#team-content .by .filters li a {
  background: url(images/icon_clear.png) no-repeat 0 0;
  color: #064a87;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style: italic;
  line-height: 100%;
  padding: 2px 0 3px 20px;
  text-decoration: none;
}
#team-content .show-all {
  float: right;
}
#team-content .show-all a {
  background: url(images/icon_grid.png) no-repeat 100% 0;
  color: #464646;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style: italic;
  line-height: 100%;
  padding: 1px 25px 3px 0;
  text-decoration: none;
}
/* NAV */
#team-content .team-nav {
  padding: 0 0 15px;
  width: 635px;
}
#team-content .team-nav .it {
  float: left;
  padding: 0 7px 0 0;
  position: relative;
}

#team-content .team-nav .it-thin {
  width: 151px;
}
#team-content .team-nav .it a {
  background: url(images/icon_arrow1.png) no-repeat 100% 50% #cccccc;
  color: #464646;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 100%;
  padding: 6px 27px 6px 11px;
  text-decoration: none;
}
#team-content .submenu {
  background-color: #e9e9e9;
  display: none;
  position: absolute;
  padding: 5px 0;
}
#team-content .submenu-wider {
  width: 220px;
}
#team-content .submenu li {
  color: #787878;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0 10px 5px;
}
#team-content .submenu li label {
  background: url(images/checkbox1.png) no-repeat 100% 50%;
  cursor: pointer;
  display: block;
  line-height: 100%;
  padding: 3px 20px 3px 0;
  text-align: right;
}
#team-content .submenu li label.ui-state-active {
  background: url(images/checkbox2.png) no-repeat 100% 50%;
}
/**/
#team-content .team-showing {
  padding: 0 0 12px;
}
#team-content .team-showing span {
  display: block;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 100%;
  padding: 0 20px 0 0;
}
#team-content .team-showing .showing {
  float: left;
  padding: 3px 0 0;
}
#team-content .team-showing .showing li a {
  background: url(images/icon_clear.png) no-repeat 0 0;
  color: #064a87;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style: italic;
  line-height: 100%;
  padding: 2px 0 3px 20px;
  text-decoration: none;
}
/* PORTFOLIO */
.portfolio-nav .it a {
  padding: 6px 95px 6px 11px !important;
}
.portfolio-nav .show-all {
  padding: 7px 0 0;
}
/* MEMBERS */
#team-members {
  display: block;
  padding: 0 0 15px;
  width: 1172px;
}
#team-members .row {
  /* background: url(images/member_bg.jpg) repeat-y 0 0; */
  margin: 0 0 30px;
}
#team-members .member {
  display: block;
  float: left;
  padding: 0 29px 0 0;
  width: 264px;
}
#team-members .member-clear {
  clear: both;
  display: block;
  text-indent: -9999px;
}
#team-members .image {
}
#team-members .image img {
  display: block;
}
#team-members .title {
  background-color: #ffffff;
  padding: 15px 20px 10px;
}
#team-members .title .name {
  color: #064a87;
  display: block;
  font-family: 'StagSansMedium', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;
  padding: 0 0 5px;
  text-transform: uppercase;
}
#team-members .title .position {
  color: #1c1b1c;
  display: block;
  font-family: 'StagSansLightItalic', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 110%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#team-members .title .ellipsis {
  background-image: url(images/ico_list_item.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding-left: 20px;
}
/* PORTFOLIO */
#body .portfolio-content {
  overflow: hidden;
  padding: 30px 32px 50px 20px;
}
#body .portfolio-content h1 {
  background: url(images/bgr_header_div.png) no-repeat 100% 50%;
  color: #064A87;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 50px;
  margin: 0 0 50px 50px;
  width: 163px;
}
#body .portfolio-content .item {
  padding: 7px 0 20px 250px;
  width: 910px;
}
#body .portfolio-content .company {
  float:left;
  width:337px;
}
#body .portfolio-content .company-mini {
  float: right !important;
  width: 533px !important;
}
#body .portfolio-content .company h2 {
  color: #464646;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
  padding: 0;
}
#body .portfolio-content .company .category {
  color: #a2a2a2;
  font-family: 'StagSansMedium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 0 0;
  text-transform: uppercase;
}
#body .portfolio-content .company .company-status {
  color: #454545;
  font-family: 'StagSansMedium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 20px 0;
  text-transform: uppercase;
  background-image: url(images/ico_list_item.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
}
#body .portfolio-content .company .link {
  font:16px Georgia, "Times New Roman", Times, serif;
  color:#656a39;
  font-weight:normal;
  margin-bottom: 3px;
}
#body .portfolio-content .company .link a {
  color:#656a39;
}
#body .portfolio-content .company .social {
  border-top:1px solid #c9c9c9;
  font-family: 'StagSansMedium';
  color:#a2a2a2;
  margin:18px 0 13px;
  padding:10px 0 15px;
  font-weight:normal;
  font-size:14px;
  overflow:hidden;
  border-bottom:1px solid #c9c9c9;
}
#body .portfolio-content .company .social p {
  background: url(images/ico_right_arrow.png) no-repeat 100% 50%;
  float: left;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
#body .portfolio-content .company .social ul {
  float: left;
}
#body .portfolio-content .company .social ul li {
  float: left;
  padding: 4px 0 0 15px;
}
#body .portfolio-content .company .social ul li a {
  font:16px/16px Georgia, "Times New Roman", Times, serif;
  color:#656a39;
  font-weight:normal;
  float:left;
  padding:0 0 0 20px;
}
#body .portfolio-content .company .social ul li a.ico_twiiter {
  background:url(images/ico_twitter_c.png) no-repeat 0 0;
}
#body .portfolio-content .company .social ul li a.ico_linkedin {
  background:url(images/ico_linkedin_c.png) no-repeat 0 0;
}
#body .portfolio-content .company .social ul li a.ico_facebook {
  background:url(images/ico_facebook_c.png) no-repeat 0 0;
}
#body .portfolio-content .company .social ul li a.ico_blog {
  background:url(images/ico_blog_c.png) no-repeat 0 0;
}
#body .portfolio-content .company .testi {
  color: #064a87;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 23px;
  font-style: italic;
  line-height: 125%;
  padding: 0 0 20px;
}
#body .portfolio-content .company .desc {
  color: #464646;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 130%;
}
#body .portfolio-content .company .desc p {
  padding: 0 0 20px;
}
#body .portfolio-content .left-item {
  float: left;
  width: 337px;
}
#body .portfolio-content .right-item {
  float: right;
  width: 533px;
}
#body .portfolio-content .right-item .links {
  padding:18px 0 0;
  float:right;
  width:205px;
}
#body .portfolio-content .right-item .links h4 {
  font-family: 'StagSansMedium';
  color:#a2a2a2;
  font-weight:normal;
  font-size:14px;
  padding:0 0 8px;
}
#body .portfolio-content .right-item .links li {
  overflow:hidden;
  padding:7px 0 0;
}
#body .portfolio-content .right-item .links li a {
  font:16px/16px Georgia, "Times New Roman", Times, serif;
  color:#656a39;
  font-weight:normal;
  padding:0 10px 0 0;
  float:left;
}
#body .portfolio-content .right-item .testimonials {
  float:left;
  width:300px;
  font:19px/26px Georgia, "Times New Roman", Times, serif;
  color:#064a87;
  font-style:italic;
}
#body .portfolio-content .right-item .testimonials .author {
  width:300px;
  font:16px/30px Georgia, "Times New Roman", Times, serif;
  color:#797979;
  font-style:italic;
}
#body .portfolio-content .right-item .testimonials .author strong {
  color:#464646;
  font-weight:normal;
  font-style:normal;
}
/**/
#details-image {
  padding: 0 0 22px;
}
#details-image img {
  display: block;
}

#details-investments {
}
#details-investments .title {
  color: #a2a2a2;
  font-family: 'StagSansMedium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  padding: 0 0 10px;
  text-transform: uppercase;
}
#details-investments .investments {
  width: 543px;
}
#details-investments .investments .investment {
  float: left;
  padding: 0 10px 10px 0;
  
}
#details-investments .investments .investment p {
  text-align: center;
  font-size: 9px;
  margin: -10px 0 10px;
}
#details-investments .investments .investment a {
  display: block;
}
#details-investments .investments .investment img {
  display: block;
}

.details-investments {
}
.details-investments .title {
  color: #a2a2a2;
  font-family: 'StagSansMedium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.details-investments .investments {
  width: 543px;
}
.details-investments .investments .investment {
  float: left;
  padding: 0 10px 10px 0;
  
}

.details-investments .investments .investment a {
  display: block;
}
.details-investments .investments .investment img {
  display: block;
}
/* PAGE: BLOG */
#blog-content .main_content {
  float:left;
  padding:0 0 0 45px;
  width:795px;
}
#blog-content h1 {
  color: #064A87;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  padding: 0 0 18px;
}

#blog-content .main_content .post {
  /* overflow:hidden; */
  width:795px;
  padding:0 0 25px;
  margin:0 0 30px;
  border-bottom:3px solid #ecebea;
}
#blog-content .main-full {
  width: 1090px !important;
}
#blog-content .main-full .post {
  width: 100% !important;
}
#blog-content .main-full .title {
  padding: 0 0 10px;
}
#blog-content .main-full .entry {
  width: 100% !important;
}
#blog-content .main_content .post_last {
  border-bottom:0;
}
#blog-content .main_content .title h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#064a87;
  font-weight:normal;
  font-size:23px !important;
}
#blog-content .main_content .metadata {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#064a87;
  font-style:italic;
  padding: 0 0 10px 0;
  font-weight:normal;
  font-size:15px;
}
#blog-content .main_content .postdata {
  float:right;
  width:115px;
  padding:40px 50px 0 0;
}
#blog-content .main_content .postdata .social {
  padding:5px 0 15px;
}
#blog-content .main_content .postdata .social img {
  display:block;
}
#blog-content .main_content .postdata .comments a {
  color:#464646;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  text-decoration:underline;
}
#blog-content .main_content .postdata .comments a:hover {
  text-decoration:none;
}
#blog-content .main_content .postdata .categories a {
  color:#464646;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  background:url(images/bgr_category.png) no-repeat;
  width:110px;
  height:24px;
  letter-spacing:-1px;
  line-height:24px;
  margin:0 0 4px;
  padding:0 5px;
  display:block;
}
#blog-content .main_content .entry h2 {
  font-size:22px;
  line-height:36px;
  font-weight:normal;
  color:#464646;
  margin:0 0 20px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#blog-content .main_content .entry {
  width:605px;
}
#blog-content .main_content .entry p, #blog-content .main_content .entry li  {
  font-size:15px;
  line-height:24px;
  color:#464646;
  margin:0 0 14px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#blog-content .main_content .entry ul, #blog-content .main_content .entry ol {
  list-style: disc;
  padding-left: 10px;
  margin-left: 10px;
}

#blog-content .main_content .left_image {
  float:left;
  padding:5px 10px 0 0;
}
#blog-content .main_content .more {
  float:left;
  background:url(images/btn_more.png) no-repeat;
  height:25px;
  width:150px;
  line-height:25px;
  font-size:14px;
  color:#464646;
  text-align:center;
}
#blog-content .main_content .more:hover {
  background-position:0 -25px;
  text-decoration:none;
}
#blog-content .right_sidebar {
  float:right;
  width:263px;
  background:#3b3b3b;
  color:#fff;
  font-size:13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin:-55px -32px 0 0;
  padding:60px 25px 30px 25px;
}
#blog-content .right_sidebar .widget {
  padding:0 0 25px;
}
#blog-content .right_sidebar h3 {
  color: #fdb324;
  font-size: 16px;
  font-family: 'StagSansMedium', Arial, Helvetica, sans-serif;;
  font-weight: normal;
  padding: 10px 0;
  text-transform: uppercase;
}
#blog-content .right_sidebar .count {
  font-size:11px;
  color:#7f7f7f;
  float:right;
}
#blog-content .right_sidebar form {
  overflow:hidden;
  padding:10px 0 0;
}
#blog-content .right_sidebar input[type=text] {
  background:url(images/bgr_input.png) no-repeat;
  width:184px;
  border:0;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  color:#434343;
  float:left;
  line-height:15px;
  padding:5px 5px;
}
#blog-content .right_sidebar input[type=submit] {
  background:url(images/btn_submit.png) no-repeat 0 -27px;
  width:64px;
  border:0;
  float:left;
  cursor:pointer;
  margin:-1px 0 0 5px;
  height:27px;
}
#blog-content .right_sidebar input[type=submit]:hover {
  background-position:0 0;
}
#blog-content .right_sidebar .widget a {
  color:#fff;
}
#blog-content .right_sidebar .widget_recent_entries li {
  display:block;
  padding:0 0 5px;
}
#blog-content .right_sidebar .widget_recent_entries li a {
  text-decoration:underline;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:15px;
  line-height:18px;
  display:block;
  padding:2px 0 3px;
}
#blog-content .right_sidebar .widget_recent_entries li a:hover {
  text-decoration:none;
}
#blog-content .right_sidebar .widget_archive li {
  display:block;
  padding:0 0 5px;
}
#blog-content .right_sidebar .widget_archive li a {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:15px;
  line-height:18px;
  display:block;
  padding:0 0 0 15px;
  background:url(images/bgr_list_dot.png) no-repeat 3px 9px;
}
#pagination {
  display: block;
  line-height: 100%;
}
#pagination .pages {
  padding: 0 15px 0 0;
}
#pagination span {
  padding: 0 5px;
}
#pagination a {
  padding: 0 5px;
}
/* ARCHIVES */
#cat-title {
	color: #000000;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 30px !important;
  font-weight: normal;
  line-height: 100%;
  padding: 0 0 20px;
}
/* 404 */
.page-404 {
  padding: 55px 33px 120px !important;
}
.page-404 .title {
  color: #000000;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
  padding: 0 0 30px;
}
.page-404 .content {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
/* COMMENTS */
#single-comments {
  font-family: Georgia, "Times New Roman", Times, serif;
}
#reply-title {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  padding: 0 0 5px;
}
#commentform {
}
#commentform p {
  padding: 0 0 10px;
}
#commentform label {
}
#author, #email, #url, #comment {
  display: block;
  margin: 5px 0 0;
}
#commentform input {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px;
}
#commentform textarea {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  padding: 2px 4px;
}
.form-allowed-tags {
  display: none;
}
#commentform #submit {
  display: block;
  font-size: 13px;
}
/* FOOTER WIDGETS */
#footer_widgets {
  overflow:hidden;
  padding:30px 40px 0;
  background:url(images/bgr_footer.png) no-repeat 195px 0 #CCC;
}
#footer_widgets h3 {
  font-size:16px;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#777777;
  font-style:italic;
  padding:0 0 2px;
}
#footer_widgets h4 {
  font-size:14px;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#777777;
  font-style:italic;
  font-weight:normal;
  padding:0 0 10px;
}
#footer_widgets li {
  font-size:16px;
  line-height:21px;
  color:#1c1b1c;
}
#footer_widgets a {
  color:#1c1b1c;
}
#footer_widgets .widget_1 {
  float:left;
  width:140px;
  padding:0 60px 0 0;
}
#footer_widgets .widget_2 {
  float:left;
  width:120px;
  padding:0 70px 0 0;
}
#footer_widgets .widget_3 {
  float:left;
  width:140px;
  padding:0 70px 0 0;
}
#footer_widgets .widget_4 {
  float:left;
  width:75px;
  padding:0 80px 0 0;
}
#footer_widgets .widget_5 {
  float:left;
  width:100px;
}
#footer_widgets .widget_social {
  float:right;
  width:216px;
}
#footer_widgets .widget_social ul {
  overflow:hidden;
  padding:8px 0 25px;
}
#footer_widgets .widget_social li {
  float:left;
  padding:0 2px 0 0;
}
/* FOOTER */
#footer {
  width:100%;
  overflow:hidden;
  background:#CCC;
  padding:45px 0 0;
}
#footer p {
  font-size:11px;
  background:#fff;
  text-align:right;
  padding:8px 40px;
  color:#aeaeae;
}

#footer a {
  font-size:11px;
  background:#fff;
  color:#aeaeae;
  text-decoration: underline;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 17, 2011 */
@font-face {
 font-family: 'StagSansBookItalic';
 src: url('fonts/stag_sans-book_italic-webfont.eot');
 src: url('fonts/stag_sans-book_italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/stag_sans-book_italic-webfont.woff') format('woff'), url('fonts/stag_sans-book_italic-webfont.ttf') format('truetype'), url('fonts/stag_sans-book_italic-webfont.svg#StagSansBookItalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'StagSansLight';
 src: url('fonts/stag_sans-light-webfont.eot');
 src: url('fonts/stag_sans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/stag_sans-light-webfont.woff') format('woff'), url('fonts/stag_sans-light-webfont.ttf') format('truetype'), url('fonts/stag_sans-light-webfont.svg#StagSansLight') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'StagSansBook';
 src: url('fonts/stag_sans-book-webfont.eot');
 src: url('fonts/stag_sans-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/stag_sans-book-webfont.woff') format('woff'), url('fonts/stag_sans-book-webfont.ttf') format('truetype'), url('fonts/stag_sans-book-webfont.svg#StagSansBook') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'StagSansLightItalic';
 src: url('fonts/stag_sans-light_italic-webfont.eot');
 src: url('fonts/stag_sans-light_italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/stag_sans-light_italic-webfont.woff') format('woff'), url('fonts/stag_sans-light_italic-webfont.ttf') format('truetype'), url('fonts/stag_sans-light_italic-webfont.svg#StagSansLightItalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'StagSansMedium';
 src: url('fonts/stag_sans-medium-webfont.eot');
 src: url('fonts/stag_sans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/stag_sans-medium-webfont.woff') format('woff'), url('fonts/stag_sans-medium-webfont.ttf') format('truetype'), url('fonts/stag_sans-medium-webfont.svg#StagSansMedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
#ajax_image {
  left: 583px;
  position: absolute;
  top: 317px;
  z-index: 100;
}
.showing {
  padding: 0px;
  margin: 0px;
  width: 488px;
}
.showing li {
  float: left;
  margin: 0 16px 7px 0;
  padding: 0;
}

#meta_container{
    
}

#location_container{
    
}

#location_container{
    
}

#investor_container{

}

#home-page-box-1, #home-page-box-2, #home-page-box-3, #home-page-box-4, #home-page-box-5, #home-page-box-6, #home-page-box-7, #home-page-box-8, #home-page-box-9, #home-page-box-10, #home-page-box-11 {
	position: relative;
	overflow: hidden;
}

/* for planet of the apps */
#home-page-box-2 h2 {
  height: 97px;
  line-height: 1.4;
  text-overflow: initial !important;
  overflow: visible !important;
  white-space: normal !important;
}

#home-page-box-1 {
	height: 427px;
	margin-bottom: 24px;
}

#home-page-box-2 {
	height: 427px;
	margin-bottom: 24px;
}

#home-page-box-3 {
	height: 245px;
	width: 245px;
	float: left;
	margin-bottom: 24px;
}

#home-page-box-4 {
	height: 245px;
	width: 208px;
	float: right;
	margin-bottom: 24px;
}

#home-page-box-5 {
	height: 205px;
	margin-bottom: 24px;
}

#home-page-box-6 {
	height: 339px;
        margin-bottom: 27px;
}

#home-page-box-7 {
  height: 205px;
  margin-bottom: 24px;
}

#home-page-box-8 {
	height: 205px;
	margin-bottom: 24px;
}

#home-page-box-9 {
  height: 339px;
  margin-bottom: 24px;
}

#home-page-box-10 {
  height: 339px;
  margin-bottom: 24px;
}

#home-page-box-11 {
  height: 169px;
  // height: 339px;
  margin-bottom: 24px;
  clear: both;
}

.clearer {
	clear: both;
}

#details-contact-box {
	margin-bottom: 20px;
}

#details-contact-box h3.title {
  color: #a2a2a2;
  font-family: 'StagSansMedium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  padding: 0 0 10px;
  text-transform: uppercase;
}

#details-contact-box span.contact-head {
	color: #a2a2a2;
}

.image-container {
    position: relative;
    height: 423px;
    margin-bottom: 10px;
}

.image-container .image {
    position: absolute;
    top: 1;
    left: 1;
    width: 533px; 
    height: 363px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.image-controls {
    position: absolute;
    bottom: 202px;
    width: 100%;
    /* background-color: #CCC; */
}

.image-caption {
    position: absolute;
    bottom: -53px;
    width: 433px;
    left: 50px;
    background-color: transparent;
    padding: 20px 0 10px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 100;
    text-align: center;
}

#body .box-item-featured p {
    padding: 36px 20px; 
}

#body .box-item-featured.exit p {
    padding: 5px 20px 25px;
}

#body .box-item-featured.exit .image {
    padding: 0px 79px;
}

#left-arrow {
    float: left;
}

#right-arrow {
    float: right;
}

#body .news {
  float:left;
  width:100%;
  height: 100%;
  padding:18px 0 18px;
  margin:0 0 21px;
  /* background: url(images/grey-line-bg.png); */
  /* background: #E8E8E8; */
  background: #efffd5;
}
#body .news h4 {
  color:#1c1b1c;
  font-family: 'StagSansLight';
  font-weight:normal;
  padding:0 30px 16px;
  text-transform:uppercase;
}
#body .news h3 {
  font-weight:normal;
  line-height:24px;
  padding:0 30px;
  color:#777777;
}
#body .news h3 strong {
  font-family: 'StagSansBookItalic';
  font-weight:normal;
}
#body .news p {
  font-weight:normal;
  padding:0 20px 0 30px;
  color:#777777;
}
#body .news .more {
  display:block;
  padding:8px 0 0;
  font-family: 'StagSansMedium';
}


#body .box-item-featured {
  background-color: #E8E8E8; 
  /* background: url(images/blue-line-bg.png); */
}

#body .box-item-featured a {
  color: #004A87;
}

#body .box-item-featured a:hover {
  color: #004A87;
}

#body .box-item-featured h4 {
  color: #abbe07;
  font-family: 'StagSansLight';
  font-weight: normal;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  padding: 5px 0px 5px;
  text-transform: uppercase;
}

.international ul {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    line-height: 24px;
}

.international ul li {
    margin: 7px 10px;
}

.international .left-float {
    float: left;
    width: 350px;
}

.international .contacts {
    margin: 15px 0;
}

.international .contacts .contact-address {
    width: 300px;
    float: left;
}

.international .contacts .contact-address div {
    padding-left: 10px;
}

.investment-box {
    width: 120px;
    height: 76px;
    text-align: center;
}
.investment-box div {
   margin: 5px 0;
   line-height: 17px;
}

body .press-content h1 {
    color: #064A87;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 0 18px;
}

body .press-content h2 {
    color: #064A87;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 24px;
    padding: 0 0 18px;
    margin-top: 15px;
}
body .press-content h4 span {
    font-weight: normal;
}

body .press-content h4 {
    margin-top: 3px;
}

body .press-content ul {
    list-style: disc inside none;
}

body .press-content ol {
    list-style: decimal inside none;
}

body .press-content li {
    padding: 4px 10px;
}

#timeline-links {
    list-style: none inside none;
    color: #FFF;
    margin-bottom: 15px;
}
#timeline-links .current {
    font-weight: bold;
}
#timeline-links ul {
    list-style: disc inside none;
}
#timeline-links  li {
    padding: 4px 10px;
}

#timeline-links a {
    color: white;
}

#newstype-links {
    list-style: disc inside none;
    color: #FFF;
}
#newstype-links .current {
  font-weight: bold;
}
#newstype-links ul {
    list-style: disc inside none;
}
#newstype-links  li {
    padding: 4px 10px;
}

#newstype-links a {
    color: white;
}

body .news-content h1 {
    color: #064A87;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 0 18px;
}

body .press-content {
    float: left;
    padding: 0 0 0 45px;
    width: 795px;
}

#blog-content .right_sidebar h4 {
    color: #FDB324;
    font-family: 'StagSansMedium',Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 0;
    text-transform: uppercase;
}
#blog-content .right_sidebar h5 {
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 14px;
}

#search {
    position: absolute;
    padding: 8px;
    height: 34px;
    width: 350px;
    background-color: #989898;
    right: 0px;
    top: 66px;
    z-index: 101;
    display:none;
}

#search input {
    height: 28px;
    padding: 0 5px;
    width: 334px;
}

#search-on {
   display: none; 
}

.search-result-db {
    width: 125px;
    height: 150px;
    padding:5px;
    float: left;
    text-align: center;
}

.search-result-db img {
    padding-right: 15px;
}

.search-result-db span {
    
}

#sitemap ul {
    margin-left: 15px;
}

#sitemap ul ul {
    margin-left: 15px;
}

#sitemap ul ul ul {
    margin-left: 15px;
}

#print-header {
    display: none;
}

.it #team-dropdown {
   /* width: 151px; */
}

.clearer {
    clear: both;
}

.search-container {
    margin: 20px 0 0 14px;
    float: left;
}

.search-container input {
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    border: 1px solid #C2C2C2;
    padding: 3px;
    background-image:url(images/ico_search.png);
    background-repeat: no-repeat;
    background-position: 97% 55%;
    width: 120px;
}

.twtr-tweet-wrap {
    display: table;
    height: 204px;
}

.twtr-tweet-text {
    display: table-cell;
    vertical-align: middle;
}
.twtr-tweet-text div {
    text-align: right;
    margin-top: 5px;
}


/* Selection style */

::-moz-selection {
  background: #FDB324;
  color: #000;
  text-shadow: none; }

::selection {
  background: #FDB324;
  color: #000;
  text-shadow: none; }
#cio-forum h2,h3 {
  color: #004A87;
}
#cio-forum h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#cio-forum #quotes {
  margin-bottom: 25px;
}
#cio-forum h4 {
  color: #464646;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 29px;
  margin-bottom: 10px;
  font-weight: normal;
}
#cio-forum .tech-journal h4 {
  color: #004A87;
  margin-top: 30px;
  text-decoration: underline;
}
#cio-forum .tech-journal h4, #cio-forum .tech-journal p {
  text-align: center;
}
#cio-forum .yellow-box span {
  background-color: #FDB324;
  color: #464646;
  padding: 0px 3px;
  font-size: 24px;
  margin: 0px 0px 2px;
  float: left;
  clear: both;
}
#cio-forum .yellow-box {
  margin-bottom: 65px;
}
#cio-forum p {
  margin-bottom: 10px;
} 
#cio-forum .quote-block {
  position: absolute;
  top: 0;
  left: 35px;
  padding: 0;
  margin: 20px auto;
  width: 90%;
}
#cio-forum .quote {
  text-align: center;
  vertical-align: middle;
  width: 500px;
  fon-size: 18x;
  background-color: #BCBCBC;
  padding: 15px 25px;
  min-height: 100px;
  background: url(images/quote.png) no-repeat 10px 10px #BCBCBC;
}
#cio-forum .credit {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #FDB324;
}
#cio-forum .credit .company {
  font-weight: normal;
}
#cio-forum .benefits-container {
}
#cio-forum .benefit {
  width: 350px;
  float: left;
  margin: 5px 15px;
}
#cio-forum .blue-button {
  padding: 10px 15px;
  /* border: 5px; */
  background-color: #064a87;
  color: white;
  margin: 5px 0;
  display: inline-block;
  border: 3px #053b6b solid;
  border-radius: 5px;
}
#cio-forum ul {
  width: 800px;
  list-style: none;
  margin-bottom: 25px;
  min-height: 175px;
}
#cio-forum ul li {
  background: url("images/ico_list_item.png") no-repeat scroll 0 7px transparent;
  float: left;
  width: 220px;
  margin: 3px 0px;
  padding-left: 20px;
}

.floatingHeader {
  position: fixed;
  top: 24px;
  visibility: visible;
  z-index: 1001;
}

.portfolio-type a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.portfolio-type {
  font-size: 16px;
}
.portfolio-type li {
  display: inline;
  padding: 10px;
  margin-left: 5px;
  float: left;
  border: 1px solid #DEDEDE;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-width: 0px;
}

.portfolio-type-bottom {
  border: 0px solid #DEDEDE;
  border-top-width: 1px;
  clear:both;
}
.portfolio-type .selected {
  position: relative;
  top: 1px;
  background: white;
}
.portfolio-type #current-portfolio {
  
}

ul.news-tweets {
  list-style: disc outside;
  padding-left: 20px;
}

.news-tweets li {
  margin-bottom: 10px;
  line-height: 17px;
}

.news-tweets li a {
  color: white;
}

.news-tweets li a.link-out {
  color: #FDB324;
}

.see-all-tweets {
  padding-left: 20px;
}

.see-all-tweets a {
  color: #FDB324;
}

.page-portfolio .left{
  float: left;
  width: 440px;
}
.page-portfolio .right{
  float: right;
}
.page-portfolio #filter-container {
  margin-top: 25px;
}
.page-portfolio #team-content .team-nav {
  margin-top: 17px;
  padding: 0 0 15px;
}
.page-portfolio #team-content .team-nav .it{
  float: none;
  padding: 10px 7px 0 0;
  position: relative;
}
.page-portfolio #team-content .submenu {
  z-index: 10;
}
.page-portfolio #team-content .by {
  width: 200px;
  float: left;
}
.page-portfolio #team-content .by span {
  font-weight: bold;
  color: #464646;
  font-size: 16px;
}
.page-portfolio #team-content .team-showing {
  float: left;
  width: 200px;
}
.page-portfolio #team-content .team-showing .filters li {
  background: url("images/icon_arrow.png") no-repeat scroll 0 0 transparent;
  color: #064A87;
  display: block;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 11px;
  font-style: italic;
  line-height: 100%;
  padding: 2px 0 3px 20px;
  text-decoration: none;
  margin-top: 5px;
}
.page-portfolio #team-content .team-showing .filters {
  margin-bottom: 15px;
}
.page-portfolio #team-content .team-showing span {
  font-weight: bold;
  color: #464646;
  font-size: 16px;
}
.page-portfolio #team-members {
  width: 700px;
}
.page-portfolio #team-members .member {
  width: 130px;
  position: relative;
  padding: 4px 4px 4px 4px;
  cursor: pointer;
  border: 0px solid silver;
  border-width: 0px 1px 1px 0px;
}
.page-portfolio #team-members .last {
  border-width: 0px 0px 1px 0px;
}
.page-portfolio #team-members .member .short-description {
  display: none;
  position: absolute;
  top: 1px;
  left:1px;
  width: 120px;
  height: 78px;
  background-color: #787878;
  opacity: 0.9;
  color: #ffffff;
  font-size:12px;
  padding: 7px;
  cursor: pointer;
}
.page-portfolio #team-members .title .ellipsis {
  background: none;
  font-size: 10px;
  padding: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
}
.page-portfolio #team-members .image {
  background-color: white;
  width: 130px;
  height: 85px;
}
.page-portfolio #team-members .title {
  padding: 0;
  text-align: center;
}
.page-portfolio .showing li {
  float: none;
}
.page-portfolio #team-members .row {
    margin: 0 0 0px;
    height: 120px;
    /*
    border: 0px solid #efefef;
    border-width: 0px 0px 0px 1px;
   */
}
.page-portfolio #team-members .team-member {
  cursor: pointer;
  padding: 4px;
  position: relative;
  width: 160px;
}
.page-portfolio #team-members .team-member .title {
  margin: 5px 0 10px;
}
.page-portfolio #team-members .team-member .title .position {
  font-size: 12px;
}
.page-portfolio #team-members .team-member .title .name {
  text-transform: none;
}
.page-portfolio #team-members .team-member .image {
  background-color: white;
  width: 160px;
  height: 105px;
}
.clearer {
  clear: both;
}
#filter-container .quote-container .quote {
  color: #064A87;
  font: italic 22px/30px Georgia,"Times New Roman",Times,serif;
  width: 70%;
  margin: 10px auto;
  padding: 10px;
  text-justify:inter-word;
}
#filter-container .quote-container .attribution {
  text-align: right;
  font-style: normal;
}

#filter-container .quote-container .attribution a {
  color: black;
}

#view-all-companies {
  margin-top: 10px;
}

#menu-item-2238 {
  z-index: 100;
}

.floatingHeader .lang {
  position: absolute;
  z-index: 1010;
  top: 66px;
  right: 341px;
  background-color: #D3D3D3;
  padding: 0; 
  margin: 0;
}
@-moz-document url-prefix() {
    .floatingHeader .lang{
        right: 370px;
    }
}
.floatingHeader .lang li {
  color: #464646;
  margin: 0;
  font-family: 'StagSansMedium', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0 18px 0 16px;
  background-color: #D3D3D3;
  height: 66px;
  line-height: 66px;
  text-transform: uppercase;
  width: 150px;
}

#blog-content h1 a {
  background-color: #FDB324;
  color: #464646;
  padding: 3px 6px;
}

#blog-content .title {
  margin-bottom: 20px;
}

div#ny_subscribe_wrapper {
  border: 0;
  margin: 0;
  padding: 0;
}

div#ny_subscribe_wrapper form {
  margin: 0 0 10px 0;
  padding: 0;
}
#blog-content .right_sidebar div#ny_subscribe_wrapper input[type="submit"]{
  background: #DDD;
  color: #434343;
  border: none;
  margin: 5px 0 0;
  width: 80px;
}

#blog-content .right_sidebar div#userloggedin.widget {
  margin:0;
  padding: 0;
}

#rss_link {
  background: url(images/rss_icon.png) no-repeat;
  padding: 3px 0 10px 30px;
}

#blog-content .right_sidebar .userloggedin h4 {
  text-transform: none;
  color: white;
}

#blog-content .right_sidebar .title {
  margin-bottom: 5px;
}

#blog-content .right_sidebar .jetpack_subscription_widget input[type=submit] {
  margin: 10px 0 0 0;
  color: #EEE;
  background-image: none;
  background: #888;
}

#blog-content .right_sidebar .jetpack_subscription_widget .success {
  background: #5B5B5B;
  padding: 8px;
  color: #EDEDED;
}

#blog-content .right_sidebar .jetpack_subscription_widget .error {
  background: #5B5B5B;
  padding: 8px;
  color: #EDEDED;
}
#blog-content .right_sidebar .jetpack_subscription_widget p {
  margin-bottom: 10px;
}

.investments h3 {
  color: #000;
  font-size: 19px;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
}

#summer-fellowship-main .blue-button {
  padding: 10px 15px;
  /* border: 5px; */
  background-color: #064a87;
  color: white;
  margin: 5px 0;
  display: inline-block;
  border: 3px #053b6b solid;
  border-radius: 5px;
}