/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

body {
    padding-top: 0px;
}

h1, h2, h3, h4, h5, h6, p, footer, body {
    clear: both;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
    color: #3d3d5d;
    text-align: center;
}

h3 {
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 1em 0;
    margin: 0;
}

footer, footer h3 {
    color: #e6e7e7;
    margin-top: 0;
}

footer {
    padding: 20px 0;
}

div#inner-footer {
    /*padding-left: 1em; */
}


h3.connect {
    font-size: 18px;
}
.card {
    margin-bottom: 40px;
}

.mobile_yes {
    display: block;
}
.mobile_no {
    display: none;
}

.mobile_team {
    display: block;
}
.desktop_team {
    display: none;
}
/*
.icon {
    width: 25px;
    float: left;
    margin-right: 8px;
}
*/

.icon {
    float: left;
}

.icon a {
    display: block;
    border: 1px solid rgba(51,153,204,1);
    margin-right: 10px;
    font-size: 1.15em;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-top: 5px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.icon a:hover {
    color: #edeeee;
    border: 1px solid rgba(51,153,204,.5);
}

.icon:last-child, .icon:last-child a {
    margin-right: 0;
}
.icon.press a {
    width: 120px;
}

p.attribution {
    font-size: 12px;
}
.staff_member {
    text-align: center;
    cursor: pointer; cursor: hand;
}

.focusCard {
    cursor: pointer; cursor: hand;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.focusCard:hover {
    border-radius: 0 25px 0 25px;
}

.focus_modal{
    font-size: 1.25em;
}

.person, .person a {
    color: #3d3d5d;
    font-weight: 600;
    padding: 10px 0 0 0;
}

a:hover {
    text-decoration: none;
}

#staff_detail {
    position: absolute;
    z-index: 99;
    background: #FFF;
    border: thin solid #BABABA;
    padding: 2em;
    display:none;
}

#staff_detail .close {
    position: absolute;
    right: 10px;
    top: 5px;
}

.close img {
    max-width: 20px;
}
#staff_detail .close {
    position: absolute;
    right: 28px;
    top: 5px;
}


.page-template-page-team-php .staff_member img {
    border: 1px solid rgba(145,145,145,1);
}

.page-template-page-companies-php .staff_member img {
    border: 1px solid rgba(145,145,145,.5);
}

.staff_member img {
    width: 100%;
    position: relative;
    z-index: 10;
}

.the_footer {
    background: #292955;
    position: relative;
    z-index: 10;
}

.love-cp, .love-cp {
    text-align: center;
    color: #e6e7e7;
}

#main article {
    border: none;
}

article ul li {
    font-size: 1.3em;
    line-height: 1.75em;
}

#main p.meta{
    font-size: 1em;
}
span.meta{
    font-size:14px;
    margin-bottom: 10px;
    display: block;
}

.page-id-176 div#main {
    margin: 0;
    padding: 0;
}

img.small-logo {
    width: 20px;
    margin-right: 8px;
    margin-top: -4px;
}
p.pull-right.phone-number {
    clear: right;
    font-weight: 600;
}

.phone-number a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.phone-number a:hover {
    color: #edeeee;
}

.modal_content {
    display: none;
}

.pull-right.the_icons {
    margin-right: 60px;
    margin-bottom: 10px;
}
.pull-right.the_icons .icon{
    margin-bottom: 10px;
}


/* THE FOCUS */

.noscroll {
    overflow: hidden!important;
    overflow-x: hidden!important;
}

.the_focus{
    padding-top:1em;
    padding-bottom:4em;
}


.focusCard .button{
    color: rgb(27, 117, 186); 
}

.focusCard .collapsed{
    text-align: center;
}
.focusCard .collapsed,.expanded {
    border-radius: 0.25em;  
    padding: 1em;
    -webkit-transform: translateZ(0);
}
.expanded{
    pointer-events:none;
}

.open .expanded{
    pointer-events:auto;
    -webkit-overflow-scrolling: touch
}

.expanded h1, .expanded h2, .expanded h3 {
    color: inherit;
    font-weight:300;
}

.expanded h2 {
    text-transform: none;
    text-align: left;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 0.75em;
}

.expanded h1 {
    font-size: 30px;
    padding-bottom: 1em;
}

.expanded h2{
    text-align:left;
    font-weight: 900;
    text-transform: uppercase!important;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom:none!important;
    margin-left:0;
    padding-left:0;
}

.focusCard .collapsed > .button {
    text-align: center;
}
.focusCard p{
    font-family: 'Lato', sans-serif;
    border: 1px solid transparent;
}
.button {
    font-family: 'Lato', sans-serif;
}

.focusCard .expanded h2{
    text-transform:none;
}

.focusCard .expanded p{
    display:none;
    text-align: left;
 /*   font-size:1.25em; */
}

.focusCard .icon {
    width: 30px;
    float: right;
    position: absolute;
    right: 10px;
    top: 50px;
}

.focusCard .button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    padding: 0.5em;
    border-radius: 0.25em;
    font-weight: bold;
 /*   text-transform: uppercase;  */
}

.focusCard .expanded {
    opacity:0;
    position: absolute;
    padding: 1em;
    overflow-y: scroll;
    overflow-x: hidden
}
.focus_modal h2 {
    text-align:left;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top:1em;
    margin-bottom:0.75em;
}

.focus_modal h1 {
    font-weight: 900;
    display:none;
}

.focus_modal p {
/*    font-size: 1.25em; */

}

.overlayer{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1060;
    display:none;
}

.collapsed .icon.close{
    display: none;
}

.expanded .icon.close{
    display: block;
}

.focusCard .General a {
    color: orange;
}
.focusCard .button a {
    color: rgb(66, 139, 202);
}

.focusCard .Services .collapsed {
    background: #f6921c;
}

.focusCard .Services .expanded {
  /*  background: #f6921c; */
    background:white;
border-top: 10px solid #f6921c;

}


.structure .expanded{
 /*   background:rgba(41, 41, 85,1); */
    color:rgb(63,117,212);
    background:white;
    border-top: 10px solid rgba(41, 41, 85,1); 
}

.structure h2 {
    border-bottom: 1px solid  rgb(63,117,212);
}

.structure h2 span {
    left: 1em;
    background:rgba(41,41,85,1);
    background:white;
    color: inherit;
}
.sector .expanded{
    /*background:rgba(99,162,255,1); */
    background:white;
    color:rgb(47,68,136);
    border-top: 10px solid rgba(99,162,255,1); 
}
.sector h2 {
    border-bottom: 1px solid  rgb(47,68,136);
}
.sector h2 span {
    left: 1em;
    background: rgba(99,162,255,1);
    background:white;
    color: inherit;
}
.geography .expanded{
    background:rgba(159, 235, 152,1);
    background:white;
    color:rgb(59,129,66) !important;
    border-top: 10px solid rgba(159, 235, 152,1);
}
.geography h2 {
    border-bottom: 1px solid  rgb(59,129,66);
}

.geography h2 span {
    left: 1em;
    background: rgba(159,235,152,1);
    background:white;
    color: inherit;
}
.attributes .expanded{
    background:rgba(211,211,211,1);
    background:white;
    color:rgb(124,122,123);
    border-top: 10px solid rgba(211,211,211,1);
}

.attributes h2 {
    border-bottom: 1px solid rgb(124,122,123);
}

.attributes h2 span {
    left: 1em;
    background: rgba(211,211,211,1);
    background:white;
    color: inherit;
}

.the_partners {
    background: #edeeee;
}


/* HOME SLIDER */

.team .slide img{
    width:80%;
}

.home .mobileWrap{
    position:relative;
}

.home .slide-deck{
    height: 320px;
    border-radius: 0;
    overflow: hidden;
    position:relative;
    /*padding-bottom: 22.75em;*/
}

.home .slide-deck {
    content: " ";
    width: 100%;
    display: block;
}

.home .slide-deck .handle{
    position:absolute;
    width: 600%;
    height: 100%;
    border-radius: 0;
    padding-bottom: 50px;
}

.home .slide-deck .slide{
    float: left;
    position: relative;
    width: 16.666%;
    height: 100%;
    text-align: center;
}
.home .slide-deck .handle{
    position:absolute;
    width: 600%;
}

/*
.home .slide-deck .slide{
    width: 12%;
}
*/

.slide img {
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.left {
    position:absolute;
    padding-left: 15px;
    padding-top: 15px;
    left:0;
    cursor:pointer;
    z-index:999;
    top:45%;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.right {
    position:absolute;
    padding-left: 15px;
    padding-top: 15px;
    right:0;
    cursor:pointer;
    z-index:999;
    top:45%;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.circles {
    position: absolute;
    width: 175px;
    bottom: 20px;
    left: 50%;
    margin-left: -75px;
    z-index: 999;
}

.companies .circles {
    width: 200px;
    margin-left: -88px;
    z-index:999;
    bottom: -20px;
}

.home-form i.fa {
    display: inline;
}

.circles div {
    background: #1f4073;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    float: left;
    border-radius: 2em;
    box-sizing: content-box;
}

.circles .selected {
    border: 3px solid rgb(230, 231, 231);
    margin-top: -3px;
    background: #1e7096;
}


.location_card {
    width: 50%;
    float: left;
    min-height: 150px;
    padding: 0;
    position: relative;
    z-index: 10;
}

.location_card a {
    color: #333333;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.location_card:hover a {
    color: #000;
}

div#page-242 {
border-left:white 10px solid ;
    background: linear-gradient(to right, rgba(40, 40, 85, 0.5), rgba(40, 40, 85,0.5)), url("http://mercuryfund.com/wp-content/themes/Mercury/images/ann.png");
    height:400px;
    background-position: center center;
    background-size: cover;
}

div#page-240 {
border-right:white 10px solid ;
    background: linear-gradient(to right, rgba(40, 40, 85, 0.5), rgba(40, 40, 85,0.5)), url("http://mercuryfund.com/wp-content/themes/Mercury/images/hou.png");
    height:400px;
    background-position: center center;
    background-size: cover;
}

div#page-240 a{
display:block;
color:white;
margin-top: 2em;
}
div#page-242 a{
display:block;
color:white;
margin-top: 2em;
}

.col-lg-6 {
    clear: left;
    overflow: auto;
}

.the_locations {
    background: #edeeee;
}

.the_locations h4 span {
    background: #edeeee;
    font-weight: 100;
    font-size: 18px;
}

.location_card:nth-child(2) {
    background: #9feb98;
}
.location_card:nth-child(3) {
    background: #d9d9d9;
}

.location_card:nth-child(4) {
    background: #fafafa;
}

.location_card_inner {
    padding: 20px;
}

.location_name {
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.the_locations .container, .the_locations .col-lg-6 {
    padding: 0;
}

/*
.the_companies h3, .the_locations h3 {
    padding: 0;
}

.the_companies h3, .the_partners h3 {
    margin-bottom: 0;
    text-align: left;
}
*/
.the_locations h3 {
    padding-top: 1em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.75em;
}

footer h3 {
    padding-top: 0;
}

.the_companies h4, .the_partners h4 {
    max-width: 20%;
    margin: -10px auto 20px;
}

.the_companies h4 span, .the_partners h4 span {
    color: #3d3d5d;
    font-style: normal;
}

h4 .line {
    margin-top: -7px;
}

.navbar-collapse {
    width: 110%;
    text-align: center;
}
.navbar-default {
    width: 100%;
    background: rgba(41, 41, 85,1);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
}

.navbar-scroll {
    opacity: 1;
}

.header_image {
    width: 100%;
     overflow: hidden;
}

.header_image img {
    width: 350%;
    position: relative;
    z-index: 10;
}

.header_image > img {
    left: -150%;
}

.navbar-default {
    border-bottom: 2px solid rgba(0, 0, 75, 1);
}

.navbar-brand img {
    width: 170px;
    margin-left: 7px;
    margin-top: 7px;
}

.featured_logo {
    background: url('./images/m-logo.svg') no-repeat;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-size: 100%;
    width: 60%;
    left: 20%;
    top: 30px;
}
.featured_logo_insight {
    background: url('./images/logo2-small.svg') no-repeat;
    height: 100%;
    min-height: 230px;
    position: absolute;
    z-index: 12;
    background-size: 100%;
    width: 60%;
    left: 20%;
    top: -30px;
}

.mercury_mark {
    background: url('./images/mercury_mark-e6e7e7.png') no-repeat;
    width: 250px;
    height: 269px;
    position: fixed;
    max-width: 100%;
    z-index: 0;
    right: -50px;
    left: auto;
    background-size: 100%;
    top: 100px;
    opacity: 0;
}

.header_image img, .mission {
    position: relative;
    z-index: 3;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border: none;
}

#company_cards .btn{
    margin-top:1em;

}

.btn {
    background: #919191;
    color: #e6e7e7;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn:after {
    content: "";
    position: relative;    
    background: url('http://culturepilot.net/~mercury/wp-content/themes/Mercury/library/img/actionBtn.png') no-repeat;
}


.btn:hover {
    background: #636363;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: hsl(0, 0%, 100%);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: hsl(0, 0%, 70%);
}

#staff_detail p {
    font-size: 1.15em;
    line-height: 1.75em;
    color: #3b3a42;
}

#staff_detail i {
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-right: 10px;
    font-size: 1.5em;
    color: #919191;
    padding: 0.5em;
    border: rgb(184, 184, 184) thin solid;

}

#staff_detail i:hover {
    color: #0f4697;
}

.single-team header{
    float:left;
    margin-right:2em;
}

.single-team .post_content.clearfix {
    font-size: 1.5em;
    margin-top: 1em;
}

img.attachment-wpbs-featured.wp-post-image{
    margin-bottom:1em;
}

.mission p {
    font-size: 1.15em;
    padding: 1.5em 0;
    line-height: 1.75em;
}

.left, .right {
    display: none;
}


i {
    margin-top: 0;
}


.insight p {
    line-height: 1.6em;
    font-size: 1.3em;
    margin: 0 0 0.9em 0;
}

.insight .alignright{
    float:right;
}

.insight .wp-caption-text{
    font-size:12px;
}

.insight h3 {
  margin-left: 0;
  padding: 0.4em 0 0.3em 0;
  line-height: 1.2em;
  font-size: 1.5em;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.009em;
 //   padding-bottom: 1em;
}

.single-insight h1{
  color:#0A5EA7;
}

.insight h2 {
    text-transform: none;
    margin: 0 0 0.7em 0;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.single-insight header {
/*
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: 900;
    top:0;
*/
}
.related-insight h2 {
    margin-bottom: 0;
}
.single-insight pre {
    font-family: 'Calibri', sans-serif;
    background-color: white;
    border:none;
    border-radius:0;
    margin:10px 0 30px 0;
    border-top: 1px solid hsla(0, 0%, 0%, 0.2);
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
}

.single-insight h1 {
	font-size: 3em;
    font-size: 2.5em;
    text-align:left;
    margin: 1em 0 0.4em 0;
    line-height: 1.04em;
  //  margin-bottom:1em;
}

.single-insight .page-header {
/*
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom:none;
    z-index: 50;
    background-color: hsla(0, 0%, 0%, 0.0);
    padding-bottom:30px;
    margin:0;
*/
}


.header_image_insight {
    position: relative;
    max-height: 340px;
    left:0;
    overflow: hidden;
}

.header_image_insight img{
    width: 100%;
}

.header_image_insight:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
   /* background-image: linear-gradient(135deg,hsl(243, 57%, 33%),hsl(10, 72%, 50%)); */
    background-image: linear-gradient(135deg,hsl(211, 81%, 34%),hsl(189, 72%, 50%));
    opacity: 0.6;
}

.featured_logo_insight {
  z-index: 12;
}

#sidebar1 {
    text-align: left;    
    padding-top: 10px;   
    padding-left:0;
}
#sidebar1 li.categories {
    font-size: 2em;
    font-size: 20px;
    list-style: none;
    font-weight: 400;
    margin-top:20px;
    margin-top: 60px;
}

#sidebar1 .categories ul {
    font-size: 20px;
    margin-top: 20px;
}

.categories ul li {
    margin-left: 0!important;
    margin-right: 0!important;
}
.categories{
    margin-right: 0!important;
}

#sidebar1 ul {
    font-size: 1.5em;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

h4.widgettitle {
    font-size: 2em;
    text-align: left;
    margin: 20px;
    margin-top: 2.3em;
    font-size: 20px;
    font-weight: 400;
}
.share{
 /*   height:100px; */

}
.clear{
    clear:both;

}

.share .icon {
    margin-left: 20px;
    margin-bottom: 10px;
}

#mc_embed_signup form{
    padding-top:0!important;
    margin-top:0;
}

#mc_embed_signup input.email{
    font-size: 16px!important;
}


#mc_embed_signup_scroll{
    margin-left: 10px;
}

#mc_embed_signup .button {
    background-color: #428bca!important;
}

#mc_embed_signup .button:hover {
    background-color: #2a6496!important;
}

#mc_embed_signup input.email{
    width: 180px!important;
}

#sidebar1 li {
    margin: 20px;
    margin-top:20px;
    font-weight: 300;
    font-size: 16px;
    margin-top: -10px;
}


.the_content h1,h2,h3 {
  color: #3d3d5d!important;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%!important;
}

.the_content h4 {
  color: #3d3d5d!important;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%!important;
}

#inner-footer h3{
color:white!important;

}

.cpbrand{
    display:none;
    color:#428bca;     color: #428bca;
    float: right;
    margin-top: 50px;
    margin-right: -17px;
    padding-right: 0;
}

@media (min-width: 500px) {
#sidebar1 {
    padding-left: 70px;
}

    .single-insight .featured_logo {
      display:block;
    }

    .single-insight h1 {
        font-size: 3em;
        font-size: 2.5em;
    }


    .home .slide-deck {
        height: 570px;
    }

    .team .slide img {
        width: 60%;
    }




    .left, .right {
        display: block;
    }
    .container:before, .container:after, .navbar-collapse:before, .navbar-collapse:after, .nav:before, .nav:after {
        display: none;
        clear: both;
        content: none;
    }
    .navbar-toggle {
        display: none;
    }
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-header {
        float: left;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0;
    }
    .navbar-collapse {
        width: auto;
    }
    .navbar-collapse.collapse {
        display: block;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border: 0;
        padding-right: 0;
    }
    .navbar-nav {
        float: right;
    }
    .navbar-nav > li {
        float: left;
    }
    #menu-navigation li {
        font-size: 1em;
    }
    .header_image img {
        width: 200%;
    }
    .featured_logo {
        top: 30px;
        width: 30%;
        left: 35%;
    }
    .header_image > img {
        left: -50%;
    }
    
}

@media (min-width: 768px) {

div#page-240 a{
    display:block;
    color:white;
    width:350px;
    margin:0 auto;
    margin-top: 2em;
}
div#page-242 a{
/*
    display:block;
    color:white;
    width:350px; 
    margin-right: 7em;
    margin-right: -20px;
    float: right;
    margin-top: 2em;
*/
    min-width:350px; 

    display: block;
    color: white;
 //   margin-right: 250px;
    float: right;
    margin-top: 2em;
}

    .single-insight h1 {
        font-size: 3.25em;
        font-size: 3em;
        font-size: 2.5em;
    }

    .archive .container{
        width:90%;

    }

    .navbar-brand img {
        margin-top: 2px;
    }
    .expanded .container{
        max-width: 900px;
    }

    .mobile_yes {
        display: none; 
    } 
    .mobile_no {
        display: block;
    }
    .cards .text-center {
        font-size: 1.2em !important;
 /*   padding-bottom:0; */
    }

    .navbar-collapse {
        width: auto;
    }
    .navbar > .container .navbar-brand {
        margin-left: 10px;
        margin-top: 8px;
    }
    h3 {
        text-align: left;
        margin-left: 30px;
        padding: 1em 0 0 0;
    }
    body.home h3 {
        padding: 1em 0;
    }
    #staff_detail p {
        font-size: 1.25em;
    }
    .mission p {
        font-size: 1.25em;
        margin-left: 18px;
    }
    #staff_detail 
    .navbar-nav {
        float: right;
    }
    .the_locations h3 {
        padding: 0;
        margin-left: 45px;
    }
    div#inner-footer {
        padding-left: 2em;
    }
    p.attribution {
        margin-left: 0px;
        margin-top: -30px;
        font-family: Lato, sans-serif;
        font-size: 14px;
        font-weight: 300;
        height: 20px;
        line-height: 20px;
    }
    .attribution a {
    color: rgb(151, 159, 200);
    text-transform:uppercase;
    margin-top:2em;
    display:block;
    }


    footer h3 {
        margin-left: 0;
    }
   .post-type-archive-insight .post_content {
        overflow: auto;
        line-height: 1.6em;
        font-size: 1.3em;
        margin: 0 0 0.9em 0;
    }

    .card {
        margin-top: 20px;
        min-height: 140px;
        margin-bottom: 15px;
    }
    .person {
        margin-top: 7px;
    }
    .icon {
        width: 40px;
        margin-right: -12px;
    }

    #inner-footer .icon {
        margin-left: 17px;
    }

    .the_icons {
        margin-bottom: 20px;
    }
    .love-cp {
        text-align: right;
        margin-top: 10px;
        margin-right: 20px;
    }
    .card {
        padding-left: 4px;
        padding-right: 4px;
    }
    .staff_member img {
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    .staff_member:hover img, .chosen img {
        border-radius: 0 25px 0 25px;
    }
    .location_card {
        width: 33.3333333333333%;
    }
    .col-lg-6 {
        clear: none;
    }
    .secondary .location_card {
        float: left;
    }
    .col-lg-6 {
        width: 100%;
        margin-right: 0%;
        float: left;
    }/*
    .primary {margin-right: 2%;
    }
    .secondary {
        margin-right: 0;
    }*/
    .primary {
        margin-bottom: 15px;
    }
    .the_companies, .the_partners, .the_locations {
        padding: 20px 0 40px 0;
    }
    .the_locations {
        padding-bottom: 60px;
    }
    .location_card_inner {
        padding: 20px 30px;
    }
    h4 span {
        font-size: 14px;
    }
    .the_companies h4 span, .the_partners h4 span {
        font-weight: 900;
    }
    .the_companies h4, .the_partners h4 {
        margin: 0 auto;
    }
    .location_card {
        min-height: 200px;
    }
    .header_image img {
        width: 100%;
    }
    .header_image > img {
        left: 0;
    }
    .featured_logo {
        background: url('./images/logo.svg') no-repeat;
        width: 35%;
        height: 35%;
        margin: 0 auto;
        position: absolute;
        top: 60px;
        left: 33%;
    }
    .featured_logo_insight {
        background: url('./images/logo2-small.svg') no-repeat;
        z-index: 12;
        top: 15px;
        height: 100%;
        background-position: 0;
        width:40%;
        left:30%;
background: url('./images/logo2-small.svg') no-repeat;
    z-index: 12;
    top: 15px;
    height: 100%;
    background-position: 0;
    max-width: 530px;
    left: 50%;
    margin-left: -270px;
    }
    .page-template-page-team-php > #main, .page-template-page-companies-php > #main {
        padding: 40px 0;
    }
    #staff_cards h3 {
        padding-bottom: 0;
    }
    
    body.home h3.connect {
        padding-top: 0;
    }
}

@media (min-width: 900px) {
.cpbrand{
    display:block;
}

div#page-242 a{
/*
    display:block;
    color:white;
    margin-right: 7em;
    margin-right: -20px;
    float: right;
    margin-top: 2em;
*/

    min-width:300px; 
    display: block;
    color: white;
    float: right;
    margin:auto;
    margin-top: 2em;
}

    .single-insight h1 {
        font-size: 3.25em;
        font-size: 3em;
        font-size: 2.5em;
    }

    .archive .container{
        width:70%;
    }

    #sidebar1 {
        padding-left: 80px;
    }

    .col-lg-6 {
        width: 49%;
        margin-right: 2%;
        float: left;
    }
    .primary {
        margin-right: 2%;
    }
    .secondary {
        margin-right: 0;
    }
    #staff_detail p, .mission p {
        font-size: 1.3em;
    }
    .mercury_mark {
        width: 500px;
        height: 530px;
        right: -20%;
        opacity: 1;
    }
    .hover_bg {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,.25);
        bottom: 0;
    }
    .focusCard .hover_bg, .location_card .hover_bg {
        opacity: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .location_card:hover .hover_bg {
        opacity: 1;
    }
    .focusCard:hover .hover_bg {
        opacity: .5;
    }
    .location_card:nth-child(4):hover .hover_bg {
        opacity: 1;
        background: rgba(0,0,0,.015);
    }
    
}

@media (min-width: 1200px) {
div#page-242 a{
/*
    display:block;
    color:white;
    margin-right: 7em;
    margin-right: -20px;
    float: right;
    margin-top: 2em;
*/

    min-width:300px; 
    display: block;
    color: white;
    float: right;
    margin:auto;
    margin-top: 2em;
    margin-right: 150px;
}
    .featured_logo { 
        top: 120px; 
    }

    .focusCard{
        border: 8px #FFF solid;
        cursor: pointer; cursor: hand;
    }

    .row.cards {
        width: 85%;
        margin: 0 auto;
    }

    .card {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 100px;
        margin-bottom: 0;
    }
    .location_card {
        min-height: 180px;
    }
    .page-template-page-team-php > #main, .page-template-page-companies-php > #main {
        padding: 60px 0;
    }
    #staff_cards, #company_cards {
        overflow: hidden;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .card {
        width: 50%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .card:nth-child(even) {
        padding-left: 0;
    }
    .card:nth-child(odd) {
        padding-right: 0;
    }
    .btnWrap {
        padding: 0em 2em 2em;
    }
}


@media (min-width: 1500px) {
    .featured_logo {
        top: 120px;
        width: 40%;
        left: 26%;
    }
}

@media (min-width: 325px) {
    .home .slide-deck {
        height: 330px;
    }
}

@media (min-width: 350px) {
    .home .slide-deck {
        height: 340px;
    }
}

@media (min-width: 360px) {
    .home .slide-deck {
        height: 350px;
    }
}

@media (min-width: 370px) {
    .home .slide-deck {
        height: 360px;
    }
}

@media (min-width: 380px) {
    .home .slide-deck {
        height: 370px;
    }
}

@media (min-width: 390px) {
    .home .slide-deck {
        height: 380px;
    }
}

@media (min-width: 400px) {
    .home .slide-deck {
        height: 390px;
    }
}

@media (min-width: 410px) {
    .home .slide-deck {
        height: 400px;
    }
}

@media (min-width: 420px) {
    .home .slide-deck {
        height: 410px;
    }
}


@media (min-width: 430px) {
    .home .slide-deck {
        height: 420px;
    }
}


@media (min-width: 440px) {
    .home .slide-deck {
        height: 430px;
    }
}

@media (min-width: 450px) {
    
    .mobile_team {
        display: none;
    }
    .desktop_team {
        display: block;
        overflow: auto;
    }
}

@media (min-width: 450px) and (max-width: 767px) {

    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .card {
        margin-top: 20px;
        min-height: 190px;
        margin-bottom: 15px;
    }
    .card:nth-child(even), .card {
        padding-left: 4px;
        padding-right: 4px;
    }
    .card img {
        height: 136px;
        overflow: hidden;
        width: auto;
    }
    
}

@media (min-width: 650px) and (max-width: 767px) {
    .card img { 
        height: 200px;
    }
}
    #inner-footer h3 {
        margin-bottom:1em;
    }
@media (min-width: 930px){
    #inner-footer h3 {
        margin-bottom:-40px;
    }
}

    .post_content {
        overflow: auto;
        line-height: 1.6em;
        margin: 0 0 0.9em 0;
    }
