html, body {
    min-height: 100%;
}

a {
    color: #6f6f6e;
}
a:hover,
a:focus,
a:active {
    color: #be1621;
    outline: none;
    text-decoration: none;
}

#site-wrapper {
    font-family: 'HelveticaNeueW01-55Roma692692', sans-serif;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    color: #6f6f6e;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.container-view {
    width: 100%;
    min-width: 300px;
}
.container-fluid {
    width: 100%;
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
}
.container-wrapper {
    margin: 0 auto;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeueW01-75Bold692716', sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 24px;
    line-height: 30px;
}
h2 {
    font-size: 18px;
    line-height: 26px;
}
h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
}
h5 {
    font-size: 16px;
    line-height: 22px;
}
h6 {
    font-size: 14px;
    line-height: 20px;
}

.font-s-1 {
    font-size: 14px;
    line-height: 24px;
}
.font-s-2 {
    font-size: 12px;
    line-height: 18px;
}
.font-s-3 {
    font-size: 10px;
    line-height: 16px;
}
.font-l-1 {
    font-size: 18px;
    line-height: 24px;
}
.font-l-2 {
    font-size: 24px;
    line-height: 36px;
    font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
}
.font-l-3 {
    font-size: 22px;
    line-height: 28px;
}

.socials {
    width: 32px;
    position: fixed;
    top: 84px;
    right: 45px;
    z-index: 99;
}
.socials .social {
    display: inline-block;
    margin-top: 12px;
}
.socials .social:first-child {
    margin-top: 0;
}
.socials .social a {
    font-size: 22px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #a8902e;
    opacity: 0.5;
}

.socials .social a:hover {
        opacity: 1;
}

.frontpage .socials .social a {
    color: #a8902e;
    background: #fff;
}
/*** #header:Start ***/
#header {
    padding: 40px 0px 0px;
}

.home #header {
    height: 330px;
}

#header .logo {

}

#header .tagline {
    color: #a8902e;
    text-align: center;
}

.home #header .tagline {
    color:#fff;
}

/*** #header:End ***/

/*** #main-menu:Start ***/
#main-menu {
    clear: both;
    color: #fff;
    position: relative;
    z-index: 9999;
    padding-top: 20px;
}
#main-menu a {
    color: #b2b2b1;
    border-bottom: 4px dotted #a8902e;
    outline: none;
}

#main-menu .responsive-menu a {
    border-bottom: 0;
}

#main-menu a:hover {
    color: #6f6f6e;
}

#main-menu .sub-menu a {
    background: transparent;
    border:none;
}

#main-menu .sub-menu a:hover {
    border:none;
}

.home #main-menu a {
    color: #fff;
}

#main-menu .main-menu-wrapper {
    min-height: 41px;
}
#main-menu .menu-item {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0px 6px;
}
#main-menu .menu-item:first-child {
    margin-left: 0px;
}
#main-menu .menu-item a {
    display: inline-block;
    line-height: 40px;
    padding: 0px 25px;
    /* background: #d7bd7d; */
}
#main-menu .menu-container >ul >li.menu-item.current-menu-item >a:before,
#main-menu .menu-container >ul >li.menu-item.current-menu-item >a:after,
#main-menu .menu-container >ul >li.menu-item.current-page-ancestor >a:before,
#main-menu .menu-container >ul >li.menu-item.current-page-ancestor >a:after,
#main-menu .menu-container >ul >li.menu-item.current_page_parent >a:before,
#main-menu .menu-container >ul >li.menu-item.current_page_parent >a:after{
    width: 25px;
    height: 41px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    
    /* background: url('../images/bg-menu-left.png') no-repeat center center; */
}
#main-menu .menu-container >ul >li.menu-item.current-menu-item >a:after,
#main-menu .menu-container >ul >li.menu-item.current-page-ancestor >a:after,
#main-menu .menu-container >ul >li.menu-item.current_page_parent >a:after {
    left: auto;
    right: 0;
    /* background: url('../images/bg-menu-right.png'); */
}
#main-menu .menu-item:hover >a,
#main-menu .menu-item a:hover,
#main-menu .menu-item.current-menu-item >a,
#main-menu .menu-item.current-page-ancestor >a,
#main-menu .menu-item.current_page_parent >a {
    /* background: #917805; */
    border-bottom: 4px dotted #be1621;
    color: #6f6f6e;
}

.home #main-menu .menu-item:hover >a {
color: #fff;
}

#main-menu .sub-menu .menu-item:hover >a,
#main-menu .sub-menu .menu-item a:hover,
#main-menu .sub-menu .menu-item.current-menu-item >a,
#main-menu .sub-menu .menu-item.current-page-ancestor >a,
#main-menu .sub-menu .menu-item.current_page_parent >a {
     background: transparent;
}

#main-menu .menu-item .sub-menu {
    width: 210px;
    position: absolute;
    top: 50px;
    left: 0%;
    padding: 0px;
    display: none;
    background-color: #fff;
    box-shadow: 8px 8px 16px #a1a1a1;
}

.home #main-menu .menu-item .sub-menu {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

#main-menu .menu-item .sub-menu .menu-item {
    display: block;
    margin: 0px;
}
#main-menu .menu-item .sub-menu .menu-item a {
    display: block;
    line-height: 1.6em;
    padding: 5px 10px 5px 10px;
    font-size: 0.8em;
    border-bottom: 0;
}

#main-menu .menu-item .sub-menu .menu-item a:hover {
    background: #c6c6c5;
    color: #fff;
}

/*** #main-menu:End ***/

/*** #main-banner:Start ***/
#main-banner {

}
#main-banner .main-banner-section {

}
/*** #main-bannner:End ***/

/*** #middle:Start ***/
#middle {
    padding: 50px 0px;
    min-height: 550px;
}
#middle.homepage-template {
    min-height: 650px;
}

#page-view {
    margin-bottom: 20px;
    padding: 0 15px;
}

#page-view .read-more {
    font-size: 14px;
    line-height: 24px;
    font-family: 'HelveticaNeueW01-55Roma692692', sans-serif;
}

h1.page-title {
    color: #be1621;
    margin: 0px 0px 10px;
}

.box-shadow {
    box-shadow: 8px 8px 16px #a1a1a1;
}

.case-study-box {
    margin-top: 30px;
    margin-right: 30px;
}
.case-study-box .case-study-box-inner {
    padding: 20px;
}
.case-study-box .featured-image {
    margin-bottom:1em;
}
.case-study-box .featured-image .des {
    font-family:'LucidaHandwritngW01-Ita';
    margin-bottom: 20px;
    line-height: 1.8em;
}

.case-study-box .featured-content .title {
    margin-bottom: 10px;
}

.people-list,
.grid-list {
    padding-top: 40px;
}

.page-id-11 .grid-list {
    padding-top: 20px;
}

iframe {
    margin-top: 20px;
}

.people-list .grid-sizer,
.grid-list .grid-sizer {
    width: 200px;
}
.people-list .gutter-sizer,
.grid-list .gutter-sizer {
    width: 25px;
}
.people-list .person,
.grid-list .item {
    width: 200px;
    height: 300px;
    margin-bottom: 35px;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
}
.people-list .person.w-3,
.grid-list .item.w-3 {
    width: 650px;
}
.people-list .person.h-3,
.grid-list .item.h-3 {
    height: auto;
}
.people-list .person .person-inner,
.grid-list .item .item-inner {
    padding: 20px;
}
.people-list .person .person-info,
.grid-list .item .item-info {
    width: 160px;
}
.people-list .person.active .person-info,
.grid-list .item.active .item-info {
    float: left;
}
.people-list .person .person-info .featured-image,
.grid-list .item .item-info .featured-image{
    cursor: pointer;
    position: relative;
}
.people-list .person .person-info .featured-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.people-list .person.active .person-info .featured-image img,
.people-list .person .person-info .featured-image:hover img {
    filter: none;
    -webkit-filter: none;
}

.people-list .person .person-info .featured-info,
.item-list .item .item-info .featured-info {
    margin-top: 12px;
}
.people-list .person .person-info .featured-info span,
.grid-list .item .item-info .featured-info span {
    display: block;
}
.people-list .person .person-info .featured-info span.name,
.grid-list .item .item-info .featured-info span.name {
    font-family: 'HelveticaNeueW01-75Bold692716', sans-serif;
    margin-bottom: 0px;
}
.people-list .person .person-detail,
.grid-list .item .item-detail {
    width: 425px;
    float: right;
    display: none;
    font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
}
.people-list .person .person-detail .person-detail-inner,
.grid-list .item .item-detail .item-detail-inner {
    padding-top: 30px;
}
.people-list .person .person-detail .person-close,
.grid-list .item .item-detail .item-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.people-list .person .person-detail .person-close a,
.grid-list .item .item-detail .item-close a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #fff;
    background: #c6c6c5;
}

.people-list .person .person-detail .person-close a:hover ,
.grid-list .item .item-detail .item-close a:hover {
    background: #be1621;
}

.people-list .person .person-detail .person-close a:before,
.grid-list .item .item-detail .item-close a:before {
    font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
    font-size: 16px;
    display: inline-block;
    line-height: 26px;
    content: 'X';
    vertical-align: top;
}
.people-list .person .person-detail .person-socials {
    font-size: 18px;
    margin-top: 16px;
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
}
.people-list .person .person-detail .person-socials .social {
    margin: 0 4px 0 0;
}
.people-list .person.active .person-detail,
.grid-list .item.active .item-detail {
    display: block;
}
.people-list .person.inactive .person-inner,
.grid-list .item.inactive .item-inner {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.people-list .person.inactive .person-inner:hover,
.grid-list .item.inactive .item-inner:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.grid-list .item .item-info .featured-image {
    margin-bottom: 10px;
}

.investment-consulting .grid-list .item .item-info .featured-image img {
    width: 100%;
}

.page-id-11 .grid-list .item .item-info .featured-image img {
    width: 100%;
}

.grid-list .item-inner {
	min-height: 87%;
}

.grid-list .item .item-info .featured-info .title {
    font-family: 'HelveticaNeueW01-75Bold692716', sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.grid-list .item .item-info .featured-image .index .text,
.grid-list .item .item-info .featured-image .index .number {
    font-family: 'HelveticaNeueW01-Thin', sans-serif;
    position: absolute;
    color: #fff;
}

.grid-list .item .item-info .featured-image .index .text {
    font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
    display: none;
}

.grid-list .item .item-info .featured-image:hover .index .text,
.grid-list .item .item-info .featured-image:hover .index .number,
.grid-list .item.active .item-info .featured-image .index .text,
.grid-list .item.active .item-info .featured-image .index .number {
    color: #a8902e;
}
.grid-list .item .item-info .featured-image .index .text {
    font-size: 25px;
    line-height: 25px;
    bottom: 15px;
    left: 6px;
}
.grid-list .item .item-info .featured-image .index .number {
    font-weight: bold;
    font-size: 160px;
    line-height: 160px;
    text-align: right;
    right: 0px;
    bottom: 0;
}

.testimonials-list .testimonial {
    clear: both;
    margin-top: 30px;
}
.testimonials-list .testimonial:first-child {
    margin-top: 0;
}
.testimonials-list .testimonial .quote p:first-child:before,
.testimonials-list .testimonial .quote p:last-child:after {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f10d";
    margin-right: 6px;
    vertical-align: top;
}
.testimonials-list .testimonial .quote p:last-child:after {
    content: "\f10e";
    margin-left: 6px;
    margin-right: 0;
    vertical-align: bottom;
}
.testimonials-list .testimonial .info {
    margin-top: 12px;
    font-family: 'HelveticaNeueW01-75Bold692716', sans-serif;
}
.testimonials-list .testimonial .more-info {
    margin-top: 4px;
}

.accordion-group .list .item .group-title a {
}
.accordion-group .list .item .group-title a:after {
    content: '+';
    margin-left: 6px;
}
.accordion-group .list .item .group-title.active a {
    color: #be1621;
}
.accordion-group .list .item .group-title.active a:after {
    content: '-';
    margin-left: 6px;
}

.accordion-group .list .item .description {
    display: none;
    padding-top: 16px;
}

.posts-list {

}
.posts-list .post {
    padding: 30px 0 0;
}
.posts-list .post:first-child {
    padding-top: 0px;
}
.posts-list .post .featured-image {
    margin-bottom: 10px;
}
.posts-list .post h3.post-title {
    margin-bottom: 8px;
}
.posts-list .post .post-info {
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1em;
}
.posts-list .post .post-view {
    margin-top: 12px;
}
.posts-list .post .read-more {
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #6f6f6e;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    margin-top: 30px;
}

.post-entry h3 {
    margin-bottom: 5px;
    margin-top: 40px;
}


.post-entry ul,
.post-entry ol {
    margin-bottom: 12px;
}
.post-entry ul li,
.post-entry ol li {
    margin-bottom: 8px;
    margin-left: 25px;
}
.post-entry p {
    margin-bottom: 16px;
    font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
}

.sidebar {
    clear: both;
}
.sidebar.sidebar-left {
    margin: 0px 15px 20px 12%;
}
.sidebar.sidebar-left .widget-item {
    max-width: 310px;
}

.cf-who-we-work-widget {
    margin: 0 auto;
}

.sidebar .widget-item {
    clear: both;
    margin-top: 60px;
    color: #b2b2b1;
}

.sidebar .widget-item.cf-who-we-work-widget .featured-image img, .who-we-work-children .featured-image img {
    max-width: none;
    margin-left: -85px;
}

.sidebar .widget-item.cf-who-we-work-widget .featured-image, .who-we-work-children .featured-image {
    overflow:hidden;
}

.sidebar .widget-item:first-child {
    margin-top: 0px;
}
.widget-item h3.widget-title, .widget-item.widget_nav_menu ul.menu > li > a {
    margin-bottom: 16px;
    border-bottom: 1px solid #b2b2b1;
}

#footer .widget-item h3.widget-title, .widget-item.widget_nav_menu ul.menu > li > a {
	display: block;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-bottom:10px;
}

.col-sidebar .sidebar.sidebar-left {
    display: none;
    margin-top: 60px;
}

.sidebar .widget-item ul li a {
    color: #b2b2b1;
}
.sidebar .widget-item ul li a:hover {
    color: #6f6f6e;
}

.widget-item.cf-list-page-link li {
    list-style: none;
    margin-bottom: 8px;
}
.widget-item.cf-list-page-link li a {
    color: #b2b2b1;
}
.widget-item.cf-list-page-link li.active a,
.widget-item.cf-list-page-link li a:hover {
    color: #6f6f6e;
}
.widget-item.cf-list-page-link li.active a {
    font-family: 'HelveticaNeueW01-75Bold692716', sans-serif;
}

.widget-item.cf-list-custom-link .list .item {
    margin-top: 10px;
}
.widget-item.cf-list-custom-link .list .item:first-child {
    margin-top: 0;
}
.widget-item.cf-list-custom-link .list .item a {
    color: #b2b2b1;
    padding: 10px 0px;
    display: block;
}
.widget-item.cf-list-custom-link .list .item.active a,
.widget-item.cf-list-custom-link .list .item a:hover {
    padding: 10px;
    color: #fff;
    background: #c6c6c5;
}
.widget-item.cf-list-custom-link .list .item span {
    display: block;
}
.widget-item.cf-list-custom-link .list .item span.menu {
    margin-bottom: 4px;
}
.widget-item.cf-list-custom-link .list .item span.more {
    border-bottom: 1px dotted #b2b2b1;
}
.widget-item.cf-list-custom-link .list .item.active span.more,
.widget-item.cf-list-custom-link .list .item a:hover span.more {
    border-bottom-color: #fff;
}

.widget-item.cf-who-we-work-widget .list .item,
.who-we-work-children .list .item {
    color: #6f6f6e;
    margin-top: 35px;
}
.widget-item.cf-who-we-work-widget .list .item:first-child {
    margin-top: 0;
}
.widget-item.cf-who-we-work-widget .list .item .item-wrapper,
.who-we-work-children .list .item .item-wrapper {
    padding: 20px;
}
.widget-item.cf-who-we-work-widget .list .item .item-wrapper .featured-image,
.who-we-work-children .list .item .item-wrapper .featured-image {
    position: relative;
}
.widget-item.cf-who-we-work-widget .list .item .item-wrapper .featured-image .hover,
.who-we-work-children .list .item .item-wrapper .featured-image .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.widget-item.cf-who-we-work-widget .list .item .item-wrapper .featured-image .hover a,
.who-we-work-children .list .item .item-wrapper .featured-image .hover a {
    display: block;
    height: 100%;
    background: rgba(166, 144, 46, 0.4);
    opacity: 0;
    filter: alpha(opacity=0);
}
.widget-item.cf-who-we-work-widget .list .item .item-wrapper .featured-image:hover .hover a,
.who-we-work-children .list .item .item-wrapper .featured-image:hover .hover a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.widget-item.cf-who-we-work-widget .list .item .featured-info,
.who-we-work-children .list .item .featured-info {
    margin-top: 12px;
}
.widget-item.cf-who-we-work-widget .list .item .name,
.who-we-work-children .list .item .name {
    font-family:'LucidaHandwritngW01-Ita';
    margin-bottom: 6px;
    line-height: 155%;
    color: #a8902e;
}
.widget-item.cf-who-we-work-widget .list .item .more,
.who-we-work-children .list .item .more {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
}

.who-we-work-children .list .item .more {
    position: absolute;
    bottom: 12px;
    width:80%;
}

.who-we-work-children {
    width:95%;
}

.widget-item.cf-who-we-work-widget .list .item .more a,
.who-we-work-children .list .item .more a {
    display: block;
    border-bottom: 1px dotted #6f6f6e;
}
.who-we-work-children .list .item {
    max-width: 400px;
    margin: 30px auto 0 auto;
}
.who-we-work-children .list .item .item-wrapper {
    padding: 12px;
}
.who-we-work-children .list .item .featured-info {
    min-height: 110px;
}

.widget-item.cf-featured-quote {
    font-family:'HelveticaNeueW01-56It692695';
    font-size: 30px;
    line-height: 35px;
}
.widget-item.cf-featured-quote {

}
/*** #middle:End ***/

/*** #footer:Start ***/
#footer {
    clear: both;
    font-size: 14px;
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 3px dotted #a8902e;
}
.home #footer {
    color: #fff;
    background: #a8902e;
}
.home #footer a {
    color: #fff;
}
.home #footer a:hover {
    color: #be1621;
}
#footer .fa {
    font-size: 20px;
}

.footer-widgets .col-first .widget-item {
    margin-left: 12%;
}
.copyright {
    padding: 20px 0 10px;
    font-size: 0.8em;
    width:100%;
    overflow: hidden;
}
/*** #footer:End ***/

/*** Utility ***/
.scrollup {
    outline: 0;
    width: 40px;
    height: 40px;
    font-size: 0px;
    opacity: 0.3;
    position: fixed;
    bottom: 10px;
    right: 5px;
    line-height: 40px;
    display: none;
    border: 1px solid #ddd;
    background: #222;
}
.scrollup:before {
    font-family: 'FontAwesome';
    font-size: 28px;
    display: inline-block;
    text-indent: 0px;
    color: #fff;
    content: '\f102';
}

.gm-map-view {
    height: 450px;
    margin-bottom: 16px;
}
.gm-map-view img {
    max-width: none;
}






