/* CAMBRIDGE ASSOCIATES CUSTOM CSS */
body {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: 300;
   padding: 0;
   background: #fff;
   color: #444;
   -webkit-font-smoothing: antialiased;
}
.home #Wrapper #Content {
	padding-top: 55px;
}
hr{
	background: #ebebeb;
	height: 5px;
}
#Content .alignleft,
#Content .alignright {
	margin-top: 5px;
}
#Wrapper{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.home #Wrapper{
	background: url(../images/bg-line.png) repeat-y center top;
	padding-bottom: 60px;
}
.the_content_wrapper {
	margin: 0 2% 0 0;
}
.column, .columns {
	margin: 0 2% 30px 0;
}
.no-photo .post_photo {
	display: none;
}

/* HEADER */
#Header .container .one.column {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#Header #searchform {
	padding: 0;
}

#Header #logo{
  display: inline-block;
}

#Header .logo {
	float: none;
	margin: 0;
	width: 100%;
	padding-top: 46px;
	padding-bottom: 20px;
	background: #fff;
	margin-bottom: 42px;
	display: inline-block;
	position: relative;
	left: -2px;
	text-align: center;
}

#Header:after, #Header.is-sticky #menu:after {
	background: none;
	display: none;
	height: 0;
	bottom: 0;
}
#Header #searchform{
	position: relative;
	padding-right:0;
}
#Header #searchform input[type="text"]{
	color: #fff;
	background: #cecfd0;
	border-radius: 0px;
	font-size: 11px;
	padding: 7px 25px 7px 12px;
	line-height: 1;
}
#Header #searchform input[type="text"]:focus{
	color: #000;
	background: #cecfd0 !important;
}

#Header #searchform input[type="text"]::-webkit-input-placeholder {
   color: #fff;
   text-transform: uppercase;
}

#Header #searchform input[type="text"]:-moz-placeholder {
   color: #fff;
   text-transform: uppercase;  
}

#Header #searchform input[type="text"]::-moz-placeholder {
   color: #fff;  
   text-transform: uppercase;
}

#Header #searchform input[type="text"]:-ms-input-placeholder {  
   color: #fff; 
   text-transform: uppercase;
}
#Header #searchform input[type="submit"]{
	background: #cecfd0 url(../images/icon-search.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	position: absolute;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	top: 0;
	right: 0;
}

#Header .contact_details{
	display: none;
}

#mfn-rev-slider{
	margin-bottom: 60px;
}

.tp-leftarrow.default,
.tp-rightarrow.default{
	background-position: -5px -5px;
	width: 30px;
	height: 30px;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover{
	background-position: -5px -45px;
}
#Header a.responsive-search-toggle{
  display: none;
}

/* NAVIGATION */
#Header #menu{
	background: transparent;
	-webkit-transition: background 0.25s ease-in-out;
	height: 32px;
	margin-bottom: 10px;
}

#Header #menu-main-navigation{
  position: relative;
}

#Header #menu-main-navigation > li {
	margin-right: 10px;
}
#Header #menu-main-navigation > li:nth-child(5) {
	margin-right: 0px!important;
}

#Header #menu-main-navigation li ul.sub-menu {
	top: 32px;
}
#Header #menu-main-navigation li ul.sub-menu ul.sub-menu {
	top: 0;
}

#Header #menu-main-navigation > li > a,
#Header #menu-main-navigation > li.hover > a,
#Header #menu-main-navigation > li > a:hover{
	background: #81b0c3;
	color: #fff;
	line-height: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	border: none;
}
#Header #menu-main-navigation > li.current-menu-item > a,
#Header #menu-main-navigation > li.current-page-item > a,
#Header #menu-main-navigation > li.current-menu-ancestor > a,
#Header #menu-main-navigation > li.current_page_ancestor > a,
#Header #menu-main-navigation > li.current-page-ancestor > a {
	background: #417995;
	color: #fff;
	line-height: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	border: none;
}

#Header .menu li ul li a .menu-arrow {
	margin-top: -15px;
	top: 50%;
}

#Header #menu-main-navigation #menu-item-17 > a{
	width: 221px;
}
#Header #menu-main-navigation #menu-item-18 > a{
	width: 234px;
}
#Header #menu-main-navigation #menu-item-16 > a{
	width: 286px;
}
#Header #menu-main-navigation #menu-item-15{
  margin-right: 0;
}
#Header #menu-main-navigation #menu-item-15 > a{
	width: 168px;
	margin-right: 0;
}

#Header #menu-main-navigation #menu-item-21{
	display: none;
}
#Header #menu-main-navigation li.sticky-search{
	display:none;
	height:32px;
	width:32px;
}
#Header #menu-main-navigation > li.sticky-search a {
	background-image:url(../images/sticky-search.jpg);
	height:32px;
	width:32px;
	text-indent: -9999em;
}
#Header #menu-main-navigation > li.sticky-search a:hover{
	background-image:url(../images/sticky-search.jpg);
}
#Header.is-sticky #menu-main-navigation > li.sticky-search{
	display:block;
	margin-right: 0px;
	margin-left:7px;
}

#Header #menu-main-navigation li ul li {
	text-transform: uppercase;
	font-size: 15px;
}

#Header #menu-main-navigation li ul li a{
	border: none;
	border-bottom: 1px solid #ececec;
	background-color: #f8f8f8;
	color: #6c6c6c;
}
#Header #menu-main-navigation li ul li a:hover{
	background-color: #ddddde;
}
#Header #menu-main-navigation li ul li:last-child a{
	border-bottom: none;
}

/* MAIN CONTENT*/

a{
	color: #417995;
}
a:hover{
	color: #004c6c;
	text-decoration: none;
	border: none;
}
#Content .content_wrapper{
	width: 920px;
	margin: 0 auto;
}
.home #Content .content_wrapper{
	width: 960px;
}
#secondary-content{
	margin: 0 0 0 2%;
}

#Content h1{
	font-family:'HelveticaNeueW01-Thin';
	font-weight: normal;
	margin-bottom: .5em;
	letter-spacing: 0.025em;
}
#Content h1 a{
	color: #417995;
}
#Content h1 a:hover{
	color: #004c6c;
}
#Content h2{
	font-family:'HelveticaNeueW01-45Ligh';
	font-weight: normal;
	margin-bottom: .5em;
	line-height: 1.1;
	letter-spacing: 0.025em;
}
#Content h2 a{
	color: #417995;
}
#Content h2 a:hover{
	color: #004c6c;
}
#Content h3{
	font-family:'HelveticaNeueW01-45Ligh';
	font-size: 23px;
	font-weight: normal;
	line-height: 1.13;
	margin: 0;
	letter-spacing: 0.025em;
}
#Content h3 a{
	color: #417995;
}
#Content h3 a:hover{
	color: #004c6c;
}
#Content h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.384;
}
#Content h4 a{
	color: #417995;
}
#Content h4 a:hover{
	color: #004c6c;
}
#Content #main-content .image{
	width: 240px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
#Content #main-content .image img{
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  right: 0;
}
#Content p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.025em;
	margin: 0 0 1em 0;
	color: #444;
}
#Content p.overview{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 .25em 0;
}
#Content p.authors{
	font-size: 12px;
	text-transform: none;
	margin: 0 0 30px 0;
}
#Content ul.project_details li .label {
	width: 25%;
}
#Content ul.project_details li p {
	margin-bottom: 0;
	width: 65%;
}
#Content #main-content .mc4wp-form input[type="submit"]{
  margin: 10px auto;
  display: block;
}
#mc4wp-form-1 .mc4wp-success{
  clear: both;
}
#Content #map_canvas img{
	max-width: inherit;
}
#Content ul.project_details li.location-legal p{
	width: auto;
	font-size: smaller;
	font-style: italic;
}

.location-detail i.fa{
	float: right;
	margin-top: 4px;
}

#Content .single-location h1{
  margin-bottom: 0;
}

#Content table thead td{
  font-weight: bold;
  background: #cecfd0;
  vertical-align: middle;
}
#Content table tfoot td{
  background: #fff;
  vertical-align: middle;
  text-align: left;
}

#Content table caption{
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
}

.home .sections_group > section{
	background: #f8f8f8;
	border: 1px solid #e1e1e1;
	margin-bottom: 60px;
	text-align: center;
	padding: 40px 0;
}
.home .sections_group > section:last-child{
	margin-bottom: 0;
}
.home section h1{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 709px;
	
}
.home #Content section p{
	max-width: 709px;
	margin: 0 auto 1em;
	text-align: left;
}
.home #Content section p.overview{
	margin: 0;
	text-align: left;
	max-width: none;
}

.home #Content .featured-insight{
	text-align: left;
	max-width: 709px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.home #Content .featured-insight p{
	text-align: left;
}
.home #Content .featured-insight .image{
	float: left;
	margin-right: 35px;
	width: 240px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.home #Content .featured-insight .image img{
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  right: 0;
}
.home #Content .more-insights .image{
	width: 162px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 10px;
}
.home #Content .more-insights .image img{
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  right: 0;
}

.home section .well{
	background: #ffffff;
	border: 1px solid #e1e1e1;
	margin: 0 auto 40px;
	overflow: hidden;
  max-width: 694px;
  padding: 30px 0 0 15px;
}
.home section .well img{
	margin-bottom: 10px;
}
.home section .well h2{
	font-family:'HelveticaNeueW01-45Ligh';
	font-weight: normal;
	font-size: 23px;
	text-align: center;
	margin: 0;
	padding: 0 25px;
}
.home #global-capabilities .well p{
  text-align: left;
	padding: 0 12px;
}
.home section .button{
	margin-bottom: 0;
}
.home #solving-your-challenges p{
	margin: 0;
}
.home #solving-your-challenges .well{
	border: none;
	background: none;
}
.home #solving-your-challenges .well .column{
	margin: 0 2% 0 0;
}
.home #solving-your-challenges .well ul{
	margin-bottom: 0;
}

.home .more-insights h4{
	text-align: left;
	margin-bottom: .5em;
}
.home #news .well{
  background: none;
  border: none;
}

.validation{
	color: red;
	display: none;
}


.section ol{
	margin-left: 20px;
}

.section ul{
	list-style-image: url(../images/list-item.gif);
	margin-left: 20px;
	margin-bottom: 20px;
}
.section ul.Projects_inside_wrapper{
	list-style-image: none;
	margin-left: 0;
	margin-bottom: 0;
}
.the_content_wrapper ul li {
	list-style-image: url(../images/list-item.gif);
}
.section ul li{
	margin-bottom: 15px;
	text-align: left;
}
.section ul li ul li{
	list-style-image: url(../images/list-item-2.png);
}
.section ul li ul li ul li{
	list-style-image: url(../images/list-item-3.png);
}
.section ol li{
	margin-bottom: 20px;
}
.section ul.listing li{
	list-style-image: none;
}
.section ul.project_details{
	max-width: 380px;
}
.section ul.project_details li{
	margin-bottom: 5px;
}

.section ul.form-items{
	background: none;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	max-width: 530px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}
.section ul.form-items li{
	list-style-type: none;
	list-style-image: none;
	/*width: 48%;
	float: left;
	margin-right: 1%;*/
	margin-bottom: 1%;
}
.section ul.form-items li input[type='text'],
.section ul.form-items li input[type='email'],
.section ul.form-items li input[type='tel']{
	display: block;
	border-radius: 0;
	background: #eee;
	height: 100%;
	width: 100%;
	padding: 13px 10px;
	margin: 0;
	font-size: 15px;
	line-height: 1;
	box-shadow: none;
}

.section ul.form-items li select {
	background-color: #eee;
	width: 100%;
	padding: 13px 10px;
	font-size: 14px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 43px;
	line-height: 1;
	/*appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;*/
	margin: 0;
	box-shadow: none;
}
.section ul.form-items li select:focus{
	background-color: #eee;
}

.section ul.form-items li#technical-assistance-organziation,
.section ul.form-items li#technical-assistance-questions{
  /*width: 97%;*/
}

.section ul.form-items li#contact-nature-of-your-request {
	width: 100%;
}
.section ul.form-items li#contact-nature-of-your-request select{
	width: 100%;
}
.section ul.form-items li#contact-upload-rfp{
	width: 100%;
	height: 42px;
}
.section ul.form-items li#contact-upload-rfp label{
	display: block;
	width: 49%;
	margin-right: 1%;
	padding-left: 10px;
	line-height: 42px;
	float: left;
	font-family: Arial, Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 15px;
	background: #eee url(../images/file-upload.png) no-repeat 95% 50%;
	color: #999;
	box-sizing: border-box;
	color:#417995;
	cursor: pointer;
}
.section ul.form-items li#contact-upload-rfp span.uploadRFP{
	margin: 0;
	height: 42px;
	position: absolute;
}

.section ul.form-items li#contact-upload-rfp .hint{
	width: 48%;
	display: block;
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 1.333;
	padding: 1%;
}
.section ul.form-items li#contact-comment{
	width: 100%;
}
.section ul.form-items li textarea{
	display: block;
	width: 100%;
	border-radius: 0px;
	background: #eee;
	box-shadow: none;
}
.section ul.form-items li#technical-assistance-submit,
.section ul.form-items li#contact-submit{
	width: 97%;
}
.section ul.form-items li#technical-assistance-submit input,
.section ul.form-items li#contact-submit input{
	margin: 25px auto;
	text-align: center;
	display: block;
}

.section input[type="text"]:focus,
.section input[type="tel"]:focus,
.section input[type="password"]:focus,
.section input[type="email"]:focus,
.section textarea:focus,
.section select:focus {
	background-color: #eee !important;
	color: #444;
}

.wpcf7-validation-errors {
	display: block !important;
	border: none !important;
	color: red;
	text-align: left;
	margin: 0!important;
	padding: 0 5px 0 0!important;
	width: 90%;
}

.wpcf7-mail-sent-ok {
	float: left;
}

.wpcf7-not-valid-tip {
	display: none !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
	height: auto !important;
	background: none !important;
	overflow: hidden;
	text-indent: inherit !important;
	padding: 0;
	border: none !important;
}

.wpcf7-not-valid{
	border: none !important;
	background-color: #ffe5e5 !important;
	color: #ff0000 !important; 
}

input.wpcf7-not-valid::-webkit-input-placeholder,
textarea.wpcf7-not-valid::-webkit-input-placeholder {
   color: #ff0000 !important; 
}

input.wpcf7-not-valid:-moz-placeholder,
textarea.wpcf7-not-valid:-moz-placeholder {
   color: #ff0000 !important;  
}

input.wpcf7-not-valid::-moz-placeholder,
textarea.wpcf7-not-valid::-moz-placeholder {
   color: #ff0000 !important; 
}

input.wpcf7-not-valid:-ms-input-placeholder,
textarea.wpcf7-not-valid:-ms-input-placeholder {  
   color: #ff0000 !important; 
}

.quick_form .wpcf7 span {
	width: 100%;
}


/* META NAV*/
#Header .addons {
	top: 0;
}
#Header .menu-meta-navigation-container{
	float: left;
}
#Header #menu-meta-navigation li a,
#Header #menu-meta-navigation li a:hover{
	width: auto;
	background: none;
	color: #999 !important;
	line-height: 1;
	font-size: 11px;
	border: none;
	padding: 7px 12px;
}

/*TABS*/
.ui-tabs .ui-tabs-nav li{
	float: left;
	border-radius: 0;
	border-color: #e5e5e5;
	background: #aac9d6;
	color: #fff;
	border-width: 1px;
	border-bottom: none;
	margin: 0px 10px -1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.ui-tabs .ui-tabs-nav li a{
	color: #fff;
}
.ui-tabs .ui-tabs-nav li a:hover{
	background: #81b0c3
}
.ui-tabs .ui-tabs-nav {
	margin: 0 0 -1px 0;
}
.home .section_wrapper{
	text-align: center;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
	border-color: #e5e5e5;
	color: #444444;
	background: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a{
	color: #444;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:hover{
	color: #444;
	background: #fff;
}

/*ACCORDION*/
.accordion .question.active h5 span.icon {
	background: url("../images/accordion_controls.png") no-repeat left bottom;
}
.accordion .question h5 span.icon {
	background: url("../images/accordion_controls.png") no-repeat left top;
}
.accordion .question h5, .faq .question h5 {
	color: #444;
}
.testimonials_wrapper:after, .blockquote .ico {
	background-image: url("../images/blockquote.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.testimonials_wrapper, .blockquote:before, .blockquote:after {
	border-color: #787878;
}
.accordion .question .answer{
	/*padding-left: 180px;*/
	position: relative;
}
.accordion .question .answer img{
	position: absolute;
	left: 15px;
}

/*FORMS*/
.wpcf7-form {
}

.feature_box_wrapper .desc .button {
	margin-bottom: 0;
	font-weight: bold;
	padding: 10px 40px;
}


.blockquote .text_wrapper {
	font-family:'HelveticaNeueW01-45Ligh';
	color: #999999;
	font-size: 22px;
	line-height: 1.363;
	letter-spacing: 0.025em;
}

#gform_wrapper_1 .top_label .gfield_label{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0 auto !important;
  padding: 0;
}

#gform_wrapper_1 .gform_body {
  border-radius: 0;
  box-shadow:none !important;
  display: block;
  line-height: 1.5;
  margin: 0 auto !important;
  padding: 0;
  text-shadow: none !important;
  white-space: nowrap;
  width: 60%;  
}

#gform_wrapper_1 .gform_body .gform_fields .gfield select{
   line-height: 1.5;
}

#gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text],
#gform_wrapper_1 .gform_body .gform_fields .gfield input[type=email],
#gform_wrapper_1 .gform_body .gform_fields .gfield input[type=tel],
#gform_wrapper_1 .gform_body .gform_fields .gfield select,
#gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
  border-radius: 0;
  box-shadow:none !important;
  margin: 0 auto !important;
}

#gform_wrapper_1 .gform_footer input[type=submit]{
   display: table;
   font-size: 14px;
   margin: 0 auto;
   margin-bottom: 30px;
   padding: 10px 20px;
   width: auto;
  -webkit-appearance: none;
}

#gform_wrapper_1 .gfield_required{
  color: black;
}

#gform_wrapper_1 .entry-content .gform_wrapper input{
  margin-bottom: 0 !important;
}

#gform_wrapper_1 .top_label #field_1_7 div.ginput_container{
  margin-top: 8px;
}

/* Form Validation Edits */


#gform_wrapper_1 .validation_error{
  background-color: #f2dede;
  border: 1px solid transparent;
  border-color: #eed3d7;
  border-top: none !important;
  border-bottom: none !important;
  font-weight: 300 !important;
  border-radius: 4px;
  color: #b94a48 !important;
  width: 80% !important;
  margin: 0 auto !important;
}

#gform_wrapper_1 li.gfield.gfield_error {
  background-color: white;
  border-top: none;
  border-bottom: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0px;
}

#gform_wrapper_1 .validation_message{
  color: black;
  font-weight: 300;
}

#gform_wrapper_1 .gfield_error .gfield_label {
  color: #b94a48; 
}

#gform_wrapper_1 .gfield_error input, 
#gform_wrapper_1 .gfield_error select, 
#gform_wrapper_1 .gfield_error textarea {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  padding: 3px;
  width: 97%;
  float:left;
}


#gform_wrapper_1 .gfield_error select{  
  padding-bottom: 0px;
}

#gform_wrapper_1 .gfield_error input{
  padding: 4px !important;
}

#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container{
  margin-top: 5px !important;
  margin-bottom: 3px !important;
}

#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required label.gfield_label{
  margin-top: 5px !important;
  margin-bottom: 2px !important;
}

li#field_1_4.gfield.gfield_error{
    margin-right: 7px !important;
}

div#gform_confirmation_message_1 {
    border: 1px solid #e1e1e1;
    background-color: #f8f8f8;
    width: 80%;
    margin: 0 auto !important;
  	margin-top: 50px !important;
    margin-bottom: 50px !important;
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: center;
    font-color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.025em;
}

/* For Internet Explorer fixes only */
@media all{
  select{
    padding: 2px 0 3px 3px;
  }
}

@media only screen and (min-width:641px){
  .gform_wrapper .top_label li.gf_left_half.gfield_error.gfield{
    margin-right: 5px;
  }
}

/* help make widths aligned when in one column*/
@media screen and (max-width: 801px){
    input#input_1_4,
    input#input_1_5,
    select#input_1_7,
    textarea#input_1_10,
    select#input_1_13,
    input#input_1_14,
  	input#input_1_15{
        width: 100% !important;
    }
}

/* DEFAULT SUBHEADER BANNERS */
#Subheader {
	background-image: url(../images/subheader-default.jpg);
	background-color: #81b0c3;
	margin: 0 10px;
	background-size: cover;
}
.page-the-ca-difference #Subheader,
.ancestor-the-ca-difference #Subheader{
  background-image: url(../images/subheader-the-ca-difference.jpg);
}
.page-our-global-capabilities #Subheader,
.ancestor-our-global-capabilities #Subheader{
  background-image: url(../images/subheader-our-global-capabilities.jpg);
}
.page-solving-your-challenges #Subheader,
.ancestor-solving-your-challenges #Subheader
.single-portfolio, #Subheader{
  background-image: url(../images/subheader-solving-your-challenges.jpg);
}
.page-our-insights #Subheader,
.ancestor-our-insights #Subheader{
  background-image: url(../images/subheader-our-insights.jpg);
}

#Subheader h1.title{
	color: #fff;
	font-size: 45px;
	font-family:'HelveticaNeueW01-Thin';
	font-weight: normal;
	margin: 45px 0px;
}
#Subheader ul.breadcrumbs {
	display: none;
}

.column_fancy_heading{
	margin-bottom: 0;
}
.fancy_heading{
	text-align: left;
	padding-bottom: 0;
}

.fancy_heading .fancy_heading_wrapper {
	padding: 0;
	margin: 0 0 20px 0;
}

.fancy_heading .inside {
	text-align: left;
	font-size: 23px;
	font-family:'HelveticaNeueW01-45Ligh';
	font-weight: normal;
	color: #999;
	line-height: 1.56521739;
}

.fancy_heading .fancy_heading_wrapper.no_icon:after {
	border: none;
}

.section-capabilities-bottom .section_wrapper{
	width: 529px;
	background: #fff;
	padding: 42px 90px 0;
	border: 1px solid #e1e1e1;
}
.section-capabilities-bottom .section_wrapper img{
	margin-bottom: 10px;
}
.section-capabilities-bottom .section_wrapper h3{
	font-size: 23px;
	line-height: 1.2;
	text-align: center;
}
.section-capabilities-bottom .section_wrapper h3 a{
	color: #5e91a5;
	text-decoration: none;
}
ul.project_details{
	margin-left: 0;
}
ul.project_details li {
	background: #f9f9f9;
	padding: 2px 10px;
}

/* CASE STUDY DETAIL */

body.single-portfolio #Content{
	padding-top: 56px;
}
.single-portfolio .section-portfolio-header h1{
	margin-right: 300px;
}
.single-portfolio .section-portfolio-header p{
	padding-right: 20px;
}
.single-portfolio .section-portfolio-header header{
	overflow: hidden;
	padding-right: 30px;
}
.single-portfolio .section-portfolio-header .image{
	float: right;
	margin-left: 60px;
	margin-bottom: 30px;
}

/* GLOBAL BUTTONS */
a.button.button_blue, a.button.button_blue:after, a.tp-button.blue {
	background-color: #5e91a5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
a.button:hover{
	background: #004c6c;
	color: #fff;
}
a.button_small {
	padding: 13px 20px;
}
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-image: none;
	border-radius: 0px;
	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 20px;
	letter-spacing: normal;
}
a.button:before, a.tp-button:before, button:before, input[type="submit"]:before, input[type="reset"]:before, input[type="button"]:before {
	background:none;
}
a.button:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after {
	position: static;
}
#Content a.button.pdf{
	background-image: url(../images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	padding-left: 40px;
}

/* FOOTER */
.footer_menu{
	max-width: 960px;
	margin: 0 auto;
}
.footer_line{
	display: none;
}
.footer_menu .footer_header{
	background: #f8f8f8;
	padding: 20px 0;
}
.footer_menu .footer_header img{
	max-width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}
.footer_header {
	margin:0 auto;
	border:1px solid #e1e1e1;
}
.footer_content {
	overflow: hidden;
	background:url(../images/ca-locations-map-image.jpg) no-repeat 0 0;
	background-color:#E8F2F4;
}
.footer_locations{
	max-width:525px;
	width:100%;
	height:100%;
	min-height:338px;
	float:left;
	position:relative;
}
.footer_menu .container {
	background:none;
}
.footer_main_menu {
	max-width:420px;
	width:100%;
	float:left;
	padding:28px 0 0 5px;
}
.footer_menu .footer_main_menu ul li{
	border-right:none;
	font-size:12px;
	line-height: 1.666;
	font-weight:900;
	text-align: left;
	padding: 0;
	clear: both;
	float: left;
}
.footer_menu .footer_main_menu ul li a{
	color:#417995;
	padding: 0;
	text-transform: none;
}
.footer_menu .footer_main_menu ul li a:hover{
	background: none;
}
.footer_menu .footer_main_menu h2{
	margin-bottom: 8px;
}
.wpcf7-form h2, .footer_content h2{
	font-family:'HelveticaNeueW01-Thin';
	font-weight: normal;
	font-size: 27px;
	line-height: 26px;
	color: #444444;
	text-transform: uppercase;
}
.footer_support {
	width:50%;
	float:left;
}
.footer_careers {
	width:50%;
	float:right;
}
.footer_content .footer_locations h2 {
	margin:28px auto;
	width:137px;
}
.footer-contact {
	width:100%;
	margin:40px 0 48px 0;
	float:left;
}
.footer-contact h2{
	margin-bottom: 10px;
	width: 75%;
}
.footer-contact p{
	font-size: 12px;
	font-weight:900;
}
#mc4wp-form-1{
  overflow: hidden;
}
.footer-contact .form-item label{
  font-size: 12px;
}
#mc4wp_email{
	width:70%;
	float:left;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 0;
  font-size: 11px;
  font-weight: 900;
  height: 30px;
  margin-top: 10px;
  margin-right: 5px;
  padding: 0 10px;
  text-transform: none;
}
#mc4wp_email:focus{
	color: #666;
	background: #fff !important;
}
#mc4wp-form-1 input[type='submit'] {
	width:74px;
	height: 29px;
	margin-top:10px;
	padding:0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	float:left;
	font-size: 12px;
	line-height: 12px;
	background-color: #5e91a5;
	background-image:none;
	letter-spacing:0;
	font-weight:900;
}
.footer-content .footer_locations ol {
	text-align: none!important;
	margin-left:0;
}
.footer_content .footer_locations ol li{
	font-size: 9px;
	line-height:9px;
	color:#5e91a5;
	font-weight: 900;
	list-style: none;
	background:url(../images/ca-footer-loc-bg.jpg); background-repeat:no-repeat;
}
.footer_locations ol li.san-francisco-ca {
	position: absolute;
	top: 44%;
	left: 4px;
	width: 100px;
	background-position: 90px 1px;
}
.footer_locations ol li.san-francisco-ca a {
  padding-right: 3px;
}
.footer_locations ol li.menlo-park-ca {
	position: absolute;
	top: 47%;
	left: 3%;
	width: 92px;
	background-position: 70px 1px;
  background: none;
}
.footer_locations ol li.dallas-tx {
	position: absolute;
	top: 48%;
	left: 15%;
	width: 49px;
	background-position: 38px 1px;
	padding-top: 10px;
}
.footer_locations ol li.arlington-va {
	position: absolute;
	top: 46%;
	left: 28%;
	width: 61px;
	background-position: 0px 1px;
	padding-top: 10px;
}
.footer_locations ol li.boston-ma{
	position: absolute;
	top: 43%;
	left: 29%;
	width: 61px;
	background-position: 0px 1px;
	padding-left: 10px;
}
.footer_locations ol li.london-uk{
	position: absolute;
	top: 39%;
	left: 47%;
	width: 61px;
	background-position: 0px 1px;
	padding-left: 10px;
}
.footer_locations ol li.beijing-china{
	position: absolute;
	top: 43.5%;
	left: 75%;
	width: 103px;
	background-position: 0px 1px;
	padding-top: 10px;
}
.footer_locations ol li.singapore{
	position: absolute;
	top: 62%;
	left: 73%;
	width: 103px;
	background-position: 0px 1px;
	padding-top: 10px;
}
.footer_locations ol li.sydney-australia{
	position: absolute;
	top: 78%;
	left: 71%;
	width: 103px;
	background-position: 70px 1px;
	padding-top: 10px;
}
.footer_menu .container {
	width:958px;
	padding: 12px 0;
	border:1px solid #e1e1e1;
	margin-bottom:5px;
}
.footer_menu ul#menu-footer-navigation{
	float:left;
	margin-left:10px;
}
.footer_menu ul#menu-footer-navigation li{
	font-size: 12px;
	border-left: 1px solid #d9d9d9;
	border-right: none;
	padding:0 12px;
}
.footer_menu ul#menu-footer-navigation li a{
	color:#417995;
	padding:0;
}
.footer_menu .container .copyright {
	font-size: 12px;
	color:#444444;
	float: left;
	margin-left:15px;
	font-weight:900;
}
.footer-contact div.wpcf7 img.ajax-loader {
	display:none;
}

/* SOLVING YOUR CHALLENGES */
.Projects_inside ul.Projects_inside_wrapper{
	margin-left: 0;
}

/* FEATURED INSIGHTS */
#featured-insights h2{
	padding-right: 50px;
	word-wrap:break-word;
}
.view-all{
	text-align: center;
}
.view-all .button{
	display: inline-block;
}

/* RESEARCH */
.single-research .blockquote{
	float: right;
	margin-left: 5%;
	width: 45%;
}
.single-research .column_blockquote .blockquote{
	width: auto;
	float: none;
	margin-left: 0;
}
.single-research #Content h1{
	margin-bottom: 0;
}
#Content h2.bioName {
	margin-bottom:.1em;
}

/* NEWS */
#Content .single-news{
	padding-right: 35px;
	padding-left: 12px;
}

/* SIDEBAR */
#Content aside{
	padding-right:0;
}
#Content aside h3{
	font-family:'HelveticaNeueW01-45Ligh';
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 6px 0;
	color: #444;
	font-size: 20px;
	letter-spacing: 0.025em;
}
#Content aside ul.listing li{
	border: 1px solid #e1e1e1;
	padding: 15px 16px 14px 20px; 
	background: #f8f8f8;
	margin: 0 0 10px 0;
}
#Content aside ul.listing h4 {
	margin-bottom:6px;
}	
#Content aside ul.listing h4 a{
	color:#417995;
	font-size:13px;
	line-height: 1.2;
	font-weight: 900;
}
#Content aside ul.listing h4 a:hover{
	color: #004c6c;
}

/* WIDGETS */

.widget{
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.widget-area ul.menu{
	border: 1px solid #e1e1e1;
	background-color: #f5f5f5;
	display: block;
}
.widget-area ul.sub-menu{
  display: none;
}
.widget-area .current-menu-item ul.sub-menu{
  display: block;
}
.widget-area ul.menu > li,
.widget-area ul.sub-menu > li{
	border-top: 1px solid #e1e1e1;
	font-size: 16px;
	background-color: #f5f5f5;
	line-height: 1;
}
.widget-area ul.menu > li:first-child{
	border-top: none;
}
.widget-area ul.menu li.current-page-item > .sub-menu,
.widget-area ul.menu li.current-page-parent > .sub-menu,
.widget-area ul.menu li.current-page-ancestor > .sub-menu{
	display: block;
}
.widget-area ul.menu ul li{
	padding:0 0 0 13px;
}
#Content .widget-area ul.menu li a {
	background: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 10px;
	color: #81b0c3;
}
#Content .widget-area ul.menu li.menu-item-has-children > a{
	background: #f5f5f5 url(../images/nav-closed.png) no-repeat 10px 13px;
}
#Content .widget-area ul.menu li.current_page_item,
#Content .widget-area ul.menu li.current_page_item > a{
	color: #999;
	background-color: #ebebeb;
}
#Content .widget-area ul.menu li.menu-item-has-children.current_page_parent > a,
#Content .widget-area ul.menu li.menu-item-has-children.current_page_ancestor > a,
#Content .widget-area ul.menu li.menu-item-has-children.current_page_item > a{
	background-image: url(../images/nav-open.png);
}
.widget > h4, .widget > h3 {
	background: none;
	padding-left: 0;
}
.widget_mfn_cta{
	background: #f8f8f8;
	border: 1px solid #e1e1e1;
	padding: 0;
	margin-left: 30px;
}
.widget_mfn_cta .image img{
	display: block;
	width: 100%;
}
.widget_mfn_cta h3{
	padding: 15px 15px 0px 15px;
	margin-bottom: .5em;
}
.widget .widget-body{
	font-size: 13px;
	line-height: 1.4;
}
.widget_mfn_cta .widget_mfn_cta_body{
	padding: 0px 15px 15px 15px;
	font-size: 13px;
	line-height: 1.4;
}
.textwidget{
	border: 1px solid #e1e1e1;
	padding: 15px 16px 14px 20px;
	background: #f8f8f8;
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
}
.textwidget .form-item{
	height: 24px;
}
.textwidget input[type='email']{
	border-radius: 0;
	background: #fff;
	padding: 4px 20px;
	line-height: 1;
	font-size: 13px;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
	width: 100%;
	position: absolute;
	left: 0;
}
.textwidget input[type='submit']{
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
	float: right;
	margin: 0 -16px 0 0;
	padding: 0;
	background: url(../images/btn-submit-arrow.png) no-repeat 50% 50%;
}

/* SHORTCODES */
#Content .team .photo h2{
	position: absolute;
	top: 30%;
	font-family:'HelveticaNeueW01-45Ligh';
	font-size: 30px;
	line-height: 1.24;
	text-align: center;
	padding: 0 30px;
	color:#417995;
}
#Content .team .desc{
	background: #e9e9e9;
}

.ie8 #Content .team .flipper:hover .photo, .ie9 #Content .team .flipper:hover .photo{
	z-index: 0!important;
	display: block!important;
}

#Content .team .flipper:hover {
	zoom: 1!important;
}
#Content .team .flipper{
	zoom: 1!important;
}

#Content .team .flipper:hover .photo{
	backface-visibility: hidden!important;
	-webkit-backface-visibility: hidden!important;
	-o-transform: hidden!important;
	transform: hidden!important;
	display: block!important;
	zoom: 1!important;
	z-index: 0!important;
}

#Content .team .flipper:hover .desc{
	
	z-index: 2!important;
}

#Content .team .desc h2{
	font-family:'HelveticaNeueW01-45Ligh';
	font-weight: normal;
	font-size: 25px;
	line-height: 1.24;
	text-align: center;
	padding: 0 25px;
}

#Content .team .desc h2 a{
  display: inline-block;
}


/* HOMEPAGE SLIDER */
.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

.sl-slide .slide-content {
	background: rgba(0,0,0,.6);
	padding: 20px 20px 20px 30px;
	max-width: 330px;
	float: right;
	margin-top: 7%;
	margin-right: 7%;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
}
#Content .sl-slide .slide-content h2{
	font-family:'HelveticaNeueW01-Thin';
	font-weight: normal;
	color: #e1e1e1;
	font-size: 40px;
	margin: 0;
}
#Content .sl-slide .slide-content p{
	font-family: Arial, Helvetica, sans-serif;
	color: #e1e1e1;
	font-size: 14px;
	font-weight: bold;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: transparent;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: transparent;
}

.sl-slider-wrapper { 
	width: 100%;
	height: 416px;
	overflow: hidden;
	position: relative;
	max-width: 960px;
}

.sl-slider h2,
.sl-slider p,
.sl-slide a.button {
	position: relative;
	z-index: 100;
}
.sl-slide a.button {
  margin: 0;
}
.bg-img {
	-moz-box-sizing: content-box;
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Custom navigation arrows */
.nav-arrows span {
	position: absolute;
	z-index: 700;
	top: 50%;
	width: 35px;
	height: 35px;
	margin-top: -17px;
	cursor: pointer;
	background: rgba(0,0,0,.4);
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
.nav-arrows span .fa{
  position: relative;
  top: -3px;
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 1%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 1%;
	border-left: none;
	border-bottom: none;
}

a#back_to_top{
  background: url(../images/back_to_top.png) no-repeat 0 0;
  width: 35px;
  height: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 1024px){
	.section ul.form-items li#contact-upload-rfp {
		display:none!important;
	}
}
@media only screen and (min-width: 960px){
	
	#Header.is-sticky {
		background: #fff;
		height: 96px;
	}
	#Header.is-sticky #menu {
		height: 96px;
		width: 100%;
	}	
	#Header.is-sticky #menu-main-navigation > li{
		margin-top: 32px;
	}
	#Header.is-sticky #menu-main-navigation > li > a{
		text-align: center;
		padding: 0;
		letter-spacing: -.01em;
	}
	
	#Header.is-sticky #menu-main-navigation #menu-item-17 > a{
		width: 206px;
	}
	#Header.is-sticky #menu-main-navigation #menu-item-18 > a{
		width: 207px;
	}
	#Header.is-sticky #menu-main-navigation #menu-item-16 > a{
		width: 242px;
	}
	#Header.is-sticky #menu-main-navigation #menu-item-15 > a{
		width: 136px;
	}
	
	#Header.is-sticky #menu-main-navigation > li#menu-item-21{
		display: block;
		margin-top: 14px;
		width: 68px;
		height: 67px;
		text-indent: -9999em;
		overflow: hidden;
		margin-right: 9px;
	}
	
	#Header.is-sticky #menu-main-navigation > li#menu-item-21 a{
		display: block;
		background: url(../images/logo-sticky-nav.png) no-repeat 0 0 !important;
		width: 68px;
		height: 67px;
	}
	#Header #menu ul li.submenu .menu-toggle{
  	display: none;
	}
	
	#Header.is-sticky #menu-main-navigation > li > ul {
		top: 32px;
	}
	
	#Header.is-sticky #menu-main-navigation > li.current-menu-item > a,
	#Header.is-sticky #menu-main-navigation > li.current_page_item > a,
	#Header.is-sticky #menu-main-navigation > li.current-menu-ancestor > a,
	#Header.is-sticky #menu-main-navigation > li.current_page_ancestor > a {
		height: 32px;
		line-height: 32px;
		background: #417995 !important;
	}
	
}

@media only screen and (max-width: 959px){
	
	#Content .content_wrapper,
	.home #Content .content_wrapper{
		width: 100%;
		margin: 0 auto;
	}
	
	#Wrapper{
		width: 95%;
	}
	#Header #menu{
		position: static !important;
	}
	body:not(.template-slider) #Content{
		padding-top: 30px;
	}
	#Header .logo{
		padding-top: 10px;
		padding-bottom: 0;
	}
	#Header #menu {
		height: auto;
		left: 0;
		width: 100%;
		margin: 0;
	}
	#Header .menu-meta-navigation-container{
		display: none;
	}
	#Header #searchform{
		display: none;
	}
	#Header #menu #menu-main-navigation > li > a,
	#Header #menu #menu-meta-navigation > li > a {
	  font-family:'HelveticaNeueW01-45Ligh';
	  font-weight: normal;
		display: block;
		width: auto;
		padding: 10px;
		text-align: left;
		line-height: 32px;
		font-size: 15px;
	}
	#Header #menu #menu-main-navigation > li > a:hover {
		display: block;
		width: auto;
		padding: 10px;
		height: auto;
		text-align: left;
		line-height: 32px;
	}
	#Header #menu #menu-meta-navigation > li > a {
  	background: #999;
  	color: #fff !important;
	}
	#Header #menu ul li ul li ul li a{
  	background: #fff;
  	padding-left: 50px;
	}
	#Header #menu ul li ul li ul li a:before{
  	content: " ‒ ";
	}
	
	#Header #menu > ul > li.current-menu-item > a,
	#Header #menu > ul > li.current_page_item > a,
	#Header #menu > ul > li.current-menu-ancestor > a,
	#Header #menu > ul > li.current_page_ancestor > a{
		background: #417995 !important;
	}
	#Header #menu ul li.submenu .menu-toggle{
  	display: none;
	}
	
	#Header #menu-main-navigation li.menu-item-has-children > a:after{
  	font-family: 'FontAwesome';
  	content: " \F0DD ";
  	line-height: 1;
  	position: relative;
  	top: -4px;
	}
	
	#Header a.responsive-search-toggle{
  	display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 13px;
    right: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #495664;
    background: #ebeeef;
	}
	#Header .addons{
  	background: transparent;
	}
	#Header #searchform{
  	top: 10px;
  	right: 60px;
  	background: transparent;
	}
	
	#Header #menu-main-navigation li ul.sub-menu {
		top: 0;
	}
	
	#Content{
  	width: auto;
	}
	
	#main-content{
  	margin-right: 2%;
	}	
	
	#Content .team .photo h2 {
		font-size: 24px;
		top: 35%;
	}
	
	#Content .team .desc h2{
		font-size: 20px;
	}
	
	.single-portfolio .section-portfolio-header .image{
		display: none;
	}
	
	.sl-slide .slide-content{
		max-width: 260px;
	}
	#Content .sl-slide .slide-content h2{
		font-size: 28px;
	}
	#Content .sl-slide .slide-content p{
		font-size: 13px;
	}
	
	#Footer {
		width: 100%;
		margin: 0 auto;
	}
	.footer_header {
		width: 100%;
	}
	.footer_content {
		background-position:center top;
	}
	.footer_locations{
		margin: 0 auto;
		float:none;
	}
	.footer_main_menu {
		margin:0 auto;
		float:none;
	}
	.footer_careers {
	    float: none;
	    margin:28px auto;
	    text-align: center;
	}
	.footer_support {
	    float: none;
	    margin:0 auto;
	    text-align: center;
	}
	.footer-contact {
		overflow:hidden;
	}
	.footer_menu .footer_main_menu ul {
	    float: none;
	    text-align: center;
	    margin:0 auto;
	}
	.footer_menu .footer_main_menu ul li {
	    float: none;
	    text-align: center;
	    width: 100%;
	}
	.footer-contact {
	    float: none;
	    text-align: center;
	}	
	.footer_menu .footer_main_menu h2 {
	    margin: 8px auto;
	}
	.footer_main_menu .wpcf7-form span.your-email {
		float: none;
	}
	.wpcf7-validation-errors {
		margin: 0 auto!important;
	}
	.footer_main_menu .wpcf7 .wpcf7-submit {
		margin: 10px auto 0;
		float: none;
	}
	.footer-contact .wpcf7 .wpcf7-mail-sent-ok {
		float: none;
		margin: 0 auto!important;
		width:330px;
	}
	.footer_menu .container {
		width: 100%!important;
		max-width: 728px;
	}
	.footer_menu .container .copyright {
		float: none;
		margin: 0 auto;
	}
	.footer_menu ul#menu-footer-navigation li {
		border-left: none;
		padding: 0 6px 0 6px;
	}
	.footer_menu ul#menu-footer-navigation {
		float: none;
	}
	.footer_menu .container {
		width: 100%;
	}
	.footer_menu .container .copyright {
		float: none;
		text-align: center;
	}
	.footer_menu ul#menu-footer-navigation li {
		border-left: none;
		padding: 0 6px 0 6px;
	}
	.footer_menu ul#menu-footer-navigation {
		float: none;
		width:255px;
		margin:0 auto;
	}
	.footer_locations ol li.menlo {
		position: absolute;
		top: 38%;
		left: 3%;
		width: 85px;
		background-position: 75px 1px;
	}
	.footer_locations ol li.dallas {
		position: absolute;
		top: 40%;
		left: 16%;
		width: 49px;
		background-position: 38px 1px;
		padding-top: 10px;
	}
	.footer_locations ol li.arlington {
		position: absolute;
		top: 39%;
		left: 27%;
		width: 61px;
		background-position: 0px 1px;
		padding-top: 10px;
	}
	.footer_locations ol li.boston{
		position: absolute;
		top: 36%;
		left: 29%;
		width: 61px;
		background-position: 0px 1px;
		padding-left: 10px;
	}
	.footer_locations ol li.london{
		position: absolute;
		top: 31%;
		left: 47%;
		width: 61px;
		background-position: 0px 1px;
		padding-left: 10px;
	}
	.footer_locations ol li.beijing{
		position: absolute;
		top: 36%;
		left: 76%;
		width: 103px;
		background-position: 0px 1px;
		padding-top: 10px;
	}
	.footer_locations ol li.singapore{
		position: absolute;
		top: 54%;
		left: 74%;
		width: 103px;
		background-position: 0px 1px;
		padding-top: 10px;
	}
	.footer_locations ol li.sydney{
		position: absolute;
		top: 69%;
		left: 72%;
		width: 103px;
		background-position: 70px 1px;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 960px){
	#Subheader{
		background-size: cover;
		margin: 0;
	}
	#Header .container {
		width: 100%;
	}
	#Header .addons {
		background: #fff;
	}
	#Header .addons #searchform {
	  display: block;
		z-index: 300;
		width: 1px; /* Brightcove videos won't play in iOS7 when this is 0px: WTF? */
		-webkit-transition: all .5s ease-in-out;
	}
	#Header .addons #searchform.active {
  	width: 130px;
	}
	#Header #searchform input[type="text"]{
  	font-size: 16px;
  	background: transparent;
  	box-shadow: none;
	}
	#Header #searchform input[type="submit"]{
  	display: none;
	}
	.menu-clean #Header #menu-meta-navigation {
		overflow: hidden;
	}
	.menu-clean #Header #menu-meta-navigation li a,
	.menu-clean #Header #menu-meta-navigation li a:hover{
		padding: 0 1em 0 0;
		letter-spacing: normal;
		height: auto;
	}
	#Header.is-sticky #menu-main-navigation > li.sticky-search {
		display: none;
	}
	#Header .addons{
  	padding: 0;
	}
	#Header a.responsive-menu-toggle {
		top: 10px;
		left: 12px;
		z-index: 210;
	}
	#Header a.responsive-search-toggle {
		top: 10px;
		right: 12px;
		z-index: 210;
	}
}

@media only screen and (max-width: 767px){
	#Wrapper{
		width: 100%;
	}
	#Header #menu {
		float: none;
	}
	#Subheader .column{
		width: 100%;
	}
	#Content{
		margin: 0;
		box-sizing: border-box;
	}
	.home section .well{
  	padding: 20px;
  	max-width: none;
  	width: auto;
	}
	.home #Content section h1{
  	margin: 0 15% .5em;
	}
	.home #Content section p{
	  font-size: 14px;
  	text-align: left;
	}
	.home #Content section p.overview{
  	font-size: 12px;
	}
	.home #global-capabilities .image{
  	float: left;
  	margin: 0 15px 0 0;
  	max-width: 77px;
	}
	.home #global-capabilities .well h2{
  	padding: 0;
  	text-align: left;
  	font-size: 20px;
  	margin-right: 15%;
	}
	.home #global-capabilities .well p{
  	text-align: left;
  	clear: left;
  	padding: 0;
	}
	.home #Content .featured-insight{
  	padding: 0 18px;
	}
	#investment-insights .well{
  	display: none;
	}
	.home #Content .featured-insight .image{
  	margin-bottom: 10px;
	}
	.home #Content #solving-your-challenges p{
  	padding: 0 20px;
	}
	.section_wrapper, .container, .four.columns {
		width: 100% !important;
	}
}


@media only screen and (max-width: 767px) and (min-width: 480px){
	#secondary-content {
		width: 100% !important;
	}
}



@media only screen and (max-width: 768px){
	.alignleft,
	.alignright {
		float: none;
	}
	#Header .logo{
  	margin-bottom: 16px;
	}
	#Header .logo h1{
  	margin: 0 30px;
	}
	.home #Content{
  	padding-top: 0;
	}
	
	.home section .button{
  	margin: 0 10%;
	}
	#solving-your-challenges .column{
		width: auto;
		float: none;
		margin: 0;
	}
	#solving-your-challenges .column ul{
		max-width: none;
		margin: 0 0 0 30px;
	}
	#solving-your-challenges .column li{
		text-align: left;
	}
	.Projects_inside{
		max-width: 700px;
		left: 50%;
    position: relative;
    margin-left: -350px;
	}
	.widget{
		margin-left: 0;
	}
	.widget_mfn_cta {
		margin-left: 0;
	}
	.sl-slider-wrapper{
  	height: 389px;
	}
	.sl-slider-wrapper .bg-img{
  	height: 138px;
  	position: relative;
	}
	.sl-slide .slide-content{
	  background: #444;
		float: none;
		left: auto;
		max-width: none;
		margin: 0;
		padding: 30px;
	}
	.nav-arrows span{
  	top: 20%;
	}
	.section ul.form-items li{
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
	.section ul.form-items li select{
		width: 100% !important;
	}
	
	#Content{
  	padding: 20px 10px 0 !important;
	}
	
	.home #Content .featured-insight .image{
		float: none;
		width: auto;
		max-width: none;
		margin-right: 0;
	}
	#secondary-content{
	  margin: 0;
  }
	#Footer {
		width: 100%;
		margin: 0 auto;
	}
	.footer_header {
		width: 100%;
	}
	.footer_content {
		background-image:none;
	}
	.footer_locations {
		min-height: 0;
	}
	.footer_content .footer_locations h2{
		margin-bottom: 8px;
	}
	.footer_menu .footer_locations ol{
		overflow:hidden;
		width:130px;
		margin:0 auto;
		text-align: center;
	}
	.footer_menu .footer_locations ol li{
    position:static;
    width:130px;
    padding:0;
    background:none;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    margin-bottom: .5em;
	}
	.footer_menu .footer_locations ol li a{
    padding: 5px;
	}
	.footer_careers {
    float: none;
    margin:28px auto;
    text-align: center;
	}
	.footer_support {
    float: none;
    margin:0 auto;
    text-align: center;
	}
	.footer_menu .footer_main_menu ul {
    float: none;
    text-align: center;
    margin:0 auto;
	}
	.footer_menu .footer_main_menu ul li {
    float: none;
    text-align: center;
    font-size: 14px;
    margin-bottom: .5em;
	}
	.footer_menu .footer_main_menu ul li a{
		padding: 5px;
	}
	.footer_menu .footer_main_menu .form-item{
  	text-align: left;
	}
	.footer-contact {
    float: none;
    text-align: center;
    overflow:hidden;
	}	
	.footer_menu .footer_main_menu h2 {
    margin: 8px auto;
	}
	.footer_menu .container {
		width: 100%;
	}
	.footer_menu .container .copyright {
		float: none;
		text-align: center;
	}
	.footer_menu ul#menu-footer-navigation li {
		border-left: none;
		padding: 0 6px 0 6px;
	}
	.footer_menu ul#menu-footer-navigation {
		float: none;
		width:255px;
		margin:0 auto;
	}
	.footer-contact {
		margin: 20px 0 20px 0;
	}
}

@media only screen and (max-width: 480px){
	.single-research .blockquote {
		float: none;
		margin-left: 0;
		width: auto;
	}
	#Footer {
		width: 100%;
		margin: 0 auto;
	}
	.footer_header {
		width: 100%;
	}
	.wpcf7-form p {
		width: 80%;
		margin: 0 auto;
	}
	.footer_menu .container .copyright {
		float: none;
		text-align: center;
	}
	.footer_menu ul#menu-footer-navigation li {
		border-left: none;
		padding: 0 6px 0 6px;
		float: left;
	}
}

/* PRINT STYLES */
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
    
    .grid960 #Wrapper,
    .grid960 .section_wrapper, .grid960 .container,
    .grid960.with_aside .content_wrapper
    .footer_menu,
    .menu-footer-navigation{
    	width: auto !important;
    	border: none;
    }
    
    #Header{
      position: static;
      height: auto;
    }
    
    #Header .logo{
      margin: 0;
      padding: 0;
    }
    
    .with_aside .sections_group{
      float: none;
      width: 100%;
    }
    
    #secondary-content{
      display: none !important;
    }
    
    #Header .addons,
    #menu,
    .footer_header,
    .footer_content{
      display: none !important;
    }
    
    .fluid-width-video-wrapper{
      background: #ccc;
    }

    @page {
        margin: .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**
 * Make the bullet points green on the following research report:
 * http://www.cambridgeassociates.com/our-insights/research/making-waves-the-cresting-co-investment-opportunity/
 */
.postid-1150 .the_content_wrapper ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYV2MML3L8z0AEYBxViC+UqB88ALzrFGWGjXz6AAAAAElFTkSuQmCC");
}
.postid-1150 .section ul li ul li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAE0lEQVQIW2MML3L8z4AFMA6kBAALeAw948Ke0wAAAABJRU5ErkJggg==");
}


/* NEWS SOURCES */
.news-source {
	color: rgb(68, 68, 68);
  font-size: 12px;
  font-style: italic;
}
.news-source:hover {
  color: rgb(100, 100, 100);
}
.single-news .news-source { margin-top: -20px; display: block; }
/* Temporary until archves are fixed. */
.source-span:hover { color: rgb(68, 68,68); }

/* CAREER EVENTS */
.event-list {
  display: block;
  clear: both;
  margin: -30px 0 20px;
  padding: 20px 0;
}
.event-list input[type=search] {
  display: block;
  width: 100%;
  max-width: 600px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.event-filters {
  margin-bottom: 20px;
}
.event-list .list {
  list-style-type: none;
  
}
.career-event {
  margin-left: 0 !important;
  margin-bottom: 20px !important;
}
.career-event .title {
  
}
.career-event .date,
.career-event .venue {
	font-size: 12px;
}
.career-event .date:hover .fa,
.career-event .venue:hover .fa {
	color: #e66700;
}
.career-event .fa {
	color: #a0a0a0;
  vertical-align: text-top;
}
.event-pagination {
  margin-bottom: 30px;
}
.event-pagination li {
  display: inline;
  padding: 5px;
  border: 1px solid #eee;
  margin: 5px;
}
.event-pagination li.active a {
  color: #aaa;
}
#Header #menu {
	z-index: 1000;
}

/* GALLERY */
.page-careers .envira-gallery-image {
  margin: 0;
  width: 100%;
}
.page-careers .envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
	width: 100% !important;
  filter: brightness(70%);
	-webkit-filter: brightness(70%);
		 -moz-filter: brightness(70%);
      -ms-filter: brightness(70%);
			 -o-filter: brightness(70%);
}
.page-careers .envira-gallery-wrap .envira-gallery-public .envira-gallery-item img:hover {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	   -moz-filter: brightness(100%);
      -ms-filter: brightness(100%);
			 -o-filter: brightness(100%);
}
/* CAREERS OVERLAY */
.page-careers .overlay-photo {
	position: relative;
}
.page-careers .overlay {
	position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(13,13,13, 0.5);
}
.page-careers .overlay-photo:hover .overlay {
	background-color: rgba(13,13,13,0.75); 
}
.page-careers .overlay-title {
	padding: 10px 0;
  color: white;
}
.page-careers .overlay-hover-message {
  display: none;
 }
 
